Class ResponsePolicy
A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.
Inheritance
object
ResponsePolicy
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 |
---|---|
System.Collections.Generic.IList<T><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 |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><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 |
---|---|
System.Collections.Generic.IList<T><ResponsePolicyNetwork> |
ResponsePolicyName
User assigned name for this Response Policy.
Declaration
[JsonProperty("responsePolicyName")]
public virtual string ResponsePolicyName { get; set; }
Property Value
Type | Description |
---|---|
string |