Class InstanceFromTemplateNetworkInterfaceAccessConfigArgs
Inheritance
System.Object
InstanceFromTemplateNetworkInterfaceAccessConfigArgs
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 InstanceFromTemplateNetworkInterfaceAccessConfigArgs : ResourceArgs
Constructors
View SourceInstanceFromTemplateNetworkInterfaceAccessConfigArgs()
Declaration
public InstanceFromTemplateNetworkInterfaceAccessConfigArgs()
Properties
View SourceNatIp
Declaration
public Input<string> NatIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkTier
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> |