Class: Google::Cloud::AlloyDB::V1alpha::Instance::PscInstanceConfig

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

Overview

PscInstanceConfig contains PSC related configuration at an instance level.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_consumer_projects::Array<::String>

Returns Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.

Returns:

  • (::Array<::String>)

    Optional. List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.



1135
1136
1137
1138
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1135

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

#psc_auto_connections::Array<::Google::Cloud::AlloyDB::V1alpha::Instance::PscAutoConnectionConfig>

Returns Optional. Configurations for setting up PSC service automation.

Returns:



1135
1136
1137
1138
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1135

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

#psc_dns_name::String (readonly)

Returns Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog.

Returns:

  • (::String)

    Output only. The DNS name of the instance for PSC connectivity. Name convention: ...alloydb-psc.goog



1135
1136
1137
1138
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1135

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

#psc_interface_configs::Array<::Google::Cloud::AlloyDB::V1alpha::Instance::PscInterfaceConfig>

Returns Optional. Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity. Only primary instances can have PSC interface attached. Currently we only support 0 or 1 PSC interface.

Returns:



1135
1136
1137
1138
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1135

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

Returns Output only. The service attachment created when Private Service Connect (PSC) is enabled for the instance. The name of the resource will be in the format of projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>.

Returns:

  • (::String)

    Output only. The service attachment created when Private Service Connect (PSC) is enabled for the instance. The name of the resource will be in the format of projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>



1135
1136
1137
1138
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1135

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