Class: Google::Cloud::AlloyDB::V1alpha::Instance::PscInterfaceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Configuration for setting up a PSC interface to enable outbound connectivity.

Instance Attribute Summary collapse

Instance Attribute Details

#network_attachment_resource::String

Returns The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.

Returns:

  • (::String)

    The network attachment resource created in the consumer network to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.



1052
1053
1054
1055
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1052

class PscInterfaceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end