Class InstanceTemplateNetworkInterfaceAccessConfigArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceTemplateNetworkInterfaceAccessConfigArgs : ResourceArgs
Constructors
View SourceInstanceTemplateNetworkInterfaceAccessConfigArgs()
Declaration
public InstanceTemplateNetworkInterfaceAccessConfigArgs()
Properties
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 Input<string> NatIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkTier
The [networking tier][network-tier] used for configuring this instance template. This field can take the following values: PREMIUM or STANDARD. If this field is not specified, it is assumed to be PREMIUM.
Declaration
public Input<string> NetworkTier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicPtrDomainName
Declaration
public Input<string> PublicPtrDomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |