InstanceNetworkConfig class
Metadata related to instance-level network configuration.
Constructors
-
InstanceNetworkConfig.new({String? allocatedIpRangeOverride, List<
AuthorizedNetwork> ? authorizedExternalNetworks, bool? enableOutboundPublicIp, bool? enablePublicIp, String? network}) - InstanceNetworkConfig.fromJson(Map json_)
Properties
- allocatedIpRangeOverride ↔ String?
-
Name of the allocated IP range for the private IP AlloyDB instance, for
example: "google-managed-services-default".
getter/setter pair
-
A list of external network authorized to access this instance.
getter/setter pair
- enableOutboundPublicIp ↔ bool?
-
Enabling an outbound public IP address to support a database server
sending requests out into the internet.
getter/setter pair
- enablePublicIp ↔ bool?
-
Enabling public ip for the instance.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- network ↔ String?
-
The resource link for the VPC network in which instance resources are
created and from which they are accessible via Private IP.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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