Class ManagedInstanceNetworkInterfaceArgs
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.SpotInst.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ManagedInstanceNetworkInterfaceArgs : ResourceArgs
Constructors
View SourceManagedInstanceNetworkInterfaceArgs()
Declaration
public ManagedInstanceNetworkInterfaceArgs()
Properties
View SourceAssociateIpv6Address
Declaration
public Input<bool> AssociateIpv6Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AssociatePublicIpAddress
Declaration
public Input<bool> AssociatePublicIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DeviceIndex
Declaration
public Input<string> DeviceIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |