Class: Google::Cloud::AlloyDB::V1alpha::Cluster::PscConfig

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

Overview

PscConfig contains PSC related configuration at a cluster level.

Instance Attribute Summary collapse

Instance Attribute Details

#psc_enabled::Boolean

Returns Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.

Returns:

  • (::Boolean)

    Optional. Create an instance that allows connections from Private Service Connect endpoints to the instance.



571
572
573
574
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 571

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

#service_owned_project_number::Integer (readonly)

Returns Output only. The project number that needs to be allowlisted on the network attachment to enable outbound connectivity.

Returns:

  • (::Integer)

    Output only. The project number that needs to be allowlisted on the network attachment to enable outbound connectivity.



571
572
573
574
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 571

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