Class: Google::Cloud::AlloyDB::V1::Instance::PscInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Instance::PscInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
PscInstanceConfig contains PSC related configuration at an instance level.
Instance Attribute Summary collapse
-
#allowed_consumer_projects ⇒ ::Array<::String>
Optional.
-
#psc_auto_connections ⇒ ::Array<::Google::Cloud::AlloyDB::V1::Instance::PscAutoConnectionConfig>
Optional.
-
#psc_dns_name ⇒ ::String
readonly
Output only.
-
#psc_interface_configs ⇒ ::Array<::Google::Cloud::AlloyDB::V1::Instance::PscInterfaceConfig>
Optional.
-
#service_attachment_link ⇒ ::String
readonly
Output only.
Instance Attribute Details
#allowed_consumer_projects ⇒ ::Array<::String>
1072 1073 1074 1075 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1072 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_auto_connections ⇒ ::Array<::Google::Cloud::AlloyDB::V1::Instance::PscAutoConnectionConfig>
1072 1073 1074 1075 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1072 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_dns_name ⇒ ::String (readonly)
1072 1073 1074 1075 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1072 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_interface_configs ⇒ ::Array<::Google::Cloud::AlloyDB::V1::Instance::PscInterfaceConfig>
1072 1073 1074 1075 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1072 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_attachment_link ⇒ ::String (readonly)
1072 1073 1074 1075 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1072 class PscInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |