Class: Google::Cloud::Redis::Cluster::V1beta1::GetClusterCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::Cluster::V1beta1::GetClusterCertificateAuthorityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb
Overview
Request for [GetClusterCertificateAuthorityRequest][CloudRedis.GetClusterCertificateAuthorityRequest].
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Redis cluster certificate authority resource name using the form:
projects/{project_id}/locations/{location_id}/clusters/{cluster_id}/certificateAuthority
where location_id refers to a GCP region.
155 156 157 158 |
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 155 class GetClusterCertificateAuthorityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |