AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig (v0.17.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig.

Metadata related to instance-level network configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allocated_ip_range_override

def allocated_ip_range_override() -> ::String
Returns
  • (::String) — Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.

#allocated_ip_range_override=

def allocated_ip_range_override=(value) -> ::String
Parameter
  • value (::String) — Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.
Returns
  • (::String) — Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.

#authorized_external_networks

def authorized_external_networks() -> ::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Returns

#authorized_external_networks=

def authorized_external_networks=(value) -> ::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Parameter
Returns

#enable_outbound_public_ip

def enable_outbound_public_ip() -> ::Boolean
Returns
  • (::Boolean) — Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.

#enable_outbound_public_ip=

def enable_outbound_public_ip=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.
Returns
  • (::Boolean) — Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.

#enable_public_ip

def enable_public_ip() -> ::Boolean
Returns
  • (::Boolean) — Optional. Enabling public ip for the instance.

#enable_public_ip=

def enable_public_ip=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Enabling public ip for the instance.
Returns
  • (::Boolean) — Optional. Enabling public ip for the instance.

#network

def network() -> ::String
Returns
  • (::String) — Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // projects/{project_number}/global/networks/{network_id}.