Show / Hide Table of Contents

Class SecurityPolicyAssociation

Inheritance
System.Object
SecurityPolicyAssociation
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyAssociation : IDirectResponseSchema

Properties

AttachmentId

The resource that the security policy is attached to.

Declaration
[JsonProperty("attachmentId")]
public virtual string AttachmentId { get; set; }
Property Value
Type Description
System.String

DisplayName

[Output Only] The display name of the security policy of the association.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Name

The name for an association.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

SecurityPolicyId

[Output Only] The security policy ID of the association.

Declaration
[JsonProperty("securityPolicyId")]
public virtual string SecurityPolicyId { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top