Class NetworkPolicyAssociation
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NetworkPolicyAssociation : IDirectResponseSchema
Properties
AttachmentTarget
The target that the network policy is attached to.
Declaration
[JsonProperty("attachmentTarget")]
public virtual string AttachmentTarget { 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 |
Name
The name for an association.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |