GoogleCloudRunV2NetworkInterface class
Direct VPC egress settings.
Constructors
-
GoogleCloudRunV2NetworkInterface({String? network, String? subnetwork, List<
String> ? tags}) - GoogleCloudRunV2NetworkInterface.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- network ↔ String?
-
The VPC network that the Cloud Run resource will be able to send traffic
to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetwork ↔ String?
-
The VPC subnetwork that the Cloud Run resource will get IPs from.
getter/setter pair
-
Network tags applied to this Cloud Run resource.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited