Show / Hide Table of Contents

Class ClusterAclPolicyAttachment

ClusterAclPolicyAttachment stores the ACL policy status for an attached cluster for the revisions successfully applied, under application or failed.

Inheritance
object
ClusterAclPolicyAttachment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class ClusterAclPolicyAttachment : IDirectResponseSchema

Properties

AclPolicyRevisionStatuses

Output only. A list of status for various revisions of this ACL policy on the cluster.

Declaration
[JsonProperty("aclPolicyRevisionStatuses")]
public virtual IList<AclPolicyRevisionStatus> AclPolicyRevisionStatuses { get; set; }
Property Value
Type Description
IList<AclPolicyRevisionStatus>

Cluster

Output only. The resource name of the attached Cluster. Format: "projects/{project}/locations/{location}/clusters/{cluster}"

Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX