Class: Google::Cloud::AlloyDB::V1alpha::Cluster::NetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Cluster::NetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Metadata related to network configuration.
Instance Attribute Summary collapse
-
#allocated_ip_range ⇒ ::String
Optional.
-
#network ⇒ ::String
Required.
Instance Attribute Details
#allocated_ip_range ⇒ ::String
Returns Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Field name is intended to be consistent with CloudSQL.
461 462 463 464 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 461 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network ⇒ ::String
Returns Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.
461 462 463 464 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 461 class NetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |