Class: Google::Cloud::Redis::Cluster::V1beta1::PscConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::PscConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Instance Attribute Summary collapse
-
#network ⇒ ::String
Required.
Instance Attribute Details
#network ⇒ ::String
Returns Required. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.
819 820 821 822 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 819 class PscConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |