Show / Hide Table of Contents

Class ResponsePolicy

A Response Policy is a collection of selectors that apply to queries made against one or more Virtual Private Cloud networks.

Inheritance
System.Object
ResponsePolicy
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.Dns.v2.Data
Assembly: Google.Apis.Dns.v2.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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<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
System.Nullable<System.Int64>

Kind

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.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<ResponsePolicyNetwork>

ResponsePolicyName

User assigned name for this Response Policy.

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

Implements

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