Class PolicyDns64Config
DNS64 policies
Implements
Inherited Members
Namespace: Google.Apis.Dns.v1beta2.Data
Assembly: Google.Apis.Dns.v1beta2.dll
Syntax
public class PolicyDns64Config : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Scope
The scope to which DNS64 config will be applied to.
Declaration
[JsonProperty("scope")]
public virtual PolicyDns64ConfigScope Scope { get; set; }
Property Value
Type | Description |
---|---|
Policy |