Class InstanceNetworkInterfaceAccessConfig
Inheritance
System.Object
InstanceNetworkInterfaceAccessConfig
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: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetworkInterfaceAccessConfig
Fields
View SourceNatIp
The IP address that will be 1:1 mapped to the instance's network ip. If not given, one will be generated.
Declaration
public readonly string NatIp
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkTier
The [networking tier][network-tier] used for configuring this instance. This field can take the following values: PREMIUM or STANDARD. If this field is not specified, it is assumed to be PREMIUM.
Declaration
public readonly string NetworkTier
Field Value
| Type | Description |
|---|---|
| System.String |
PublicPtrDomainName
The DNS domain name for the public PTR record. To set this field on an instance, you must be verified as the owner of the domain. See the docs for how to become verified as a domain owner.
Declaration
public readonly string PublicPtrDomainName
Field Value
| Type | Description |
|---|---|
| System.String |