AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::Instance::PscInterfaceConfig (v0.8.0)

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

Configuration for setting up a PSC interface. This information needs to be provided by the customer. PSC interfaces will be created and added to VMs via SLM (adding a network interface will require recreating the VM). For HA instances this will be done via LDTM.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#consumer_endpoint_ips

def consumer_endpoint_ips() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

#consumer_endpoint_ips=

def consumer_endpoint_ips=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.
Returns
  • (::Array<::String>) — A list of endpoints in the consumer VPC the interface might initiate outbound connections to. This list has to be provided when the PSC interface is created.

#network_attachment

def network_attachment() -> ::String
Returns
  • (::String) — The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}. NetworkAttachment has to be provided when the PSC interface is created.

#network_attachment=

def network_attachment=(value) -> ::String
Parameter
  • value (::String) — The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}. NetworkAttachment has to be provided when the PSC interface is created.
Returns
  • (::String) — The NetworkAttachment resource created in the consumer VPC to which the PSC interface will be linked, in the form of: projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}. NetworkAttachment has to be provided when the PSC interface is created.