Class ResponsePolicy
A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
Implements
Inherited Members
Namespace: Google.Apis.Dns.v1.Data
Assembly: Google.Apis.Dns.v1.dll
Syntax
public class ResponsePolicy : IDirectResponseSchema
Properties
Description
User-provided description for this Response Policy.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
GkeClusters
The list of Google Kubernetes Engine clusters to which this response policy is applied.
Declaration
[JsonProperty("gkeClusters")]
public virtual IList<ResponsePolicyGKECluster> GkeClusters { get; set; }
Property Value
Type | Description |
---|---|
IList<ResponsePolicyGKECluster> |
Id
Unique identifier for the resource; defined by the server (output only).
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
User labels.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Networks
List of network names specifying networks to which this policy is applied.
Declaration
[JsonProperty("networks")]
public virtual IList<ResponsePolicyNetwork> Networks { get; set; }
Property Value
Type | Description |
---|---|
IList<ResponsePolicyNetwork> |
ResponsePolicyName
User assigned name for this Response Policy.
Declaration
[JsonProperty("responsePolicyName")]
public virtual string ResponsePolicyName { get; set; }
Property Value
Type | Description |
---|---|
string |