Class AccessConfig
An access configuration attached to an instance's network interface. Only one access config per instance is supported.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class AccessConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIpv6
Optional. The external IPv6 address of this access configuration.
Declaration
[JsonProperty("externalIpv6")]
public virtual string ExternalIpv6 { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIpv6PrefixLength
Optional. The prefix length of the external IPv6 range.
Declaration
[JsonProperty("externalIpv6PrefixLength")]
public virtual int? ExternalIpv6PrefixLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Optional. The name of this access configuration.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NatIP
Optional. The external IP address of this access configuration.
Declaration
[JsonProperty("natIP")]
public virtual string NatIP { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkTier
Optional. This signifies the networking tier used for configuring this access
Declaration
[JsonProperty("networkTier")]
public virtual string NetworkTier { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicPtrDomainName
Optional. The DNS domain name for the public PTR record.
Declaration
[JsonProperty("publicPtrDomainName")]
public virtual string PublicPtrDomainName { get; set; }
Property Value
Type | Description |
---|---|
string |
SetPublicPtr
Optional. Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name.
Declaration
[JsonProperty("setPublicPtr")]
public virtual bool? SetPublicPtr { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Type
Optional. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is DIRECT_IPV6.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |