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
#authorized_external_networks
def authorized_external_networks() -> ::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Returns
- (::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>) — Optional. A list of external network authorized to access this instance.
#authorized_external_networks=
def authorized_external_networks=(value) -> ::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>
Parameter
- value (::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>) — Optional. A list of external network authorized to access this instance.
Returns
- (::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>) — Optional. A list of external network authorized to access this instance.
#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.