Class: Google::Cloud::AlloyDB::V1beta::Instance::PscInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::Instance::PscInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/resources.rb
Overview
PscInstanceConfig contains PSC related configuration at an instance level.
Instance Attribute Summary collapse
-
#allowed_consumer_projects ⇒ ::Array<::String>
Optional.
-
#psc_dns_name ⇒ ::String
readonly
Output only.
-
#service_attachment_link ⇒ ::String
readonly
Output only.
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.
975 976 977 978 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 975 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:
975 976 977 978 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 975 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment_link ⇒ ::String (readonly)
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>
.
975 976 977 978 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 975 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |