Show / Hide Table of Contents

Class ManagedInstanceNetworkInterfaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedInstanceNetworkInterfaceArgs
Inherited Members
ResourceArgs.Empty
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 Source

ManagedInstanceNetworkInterfaceArgs()

Declaration
public ManagedInstanceNetworkInterfaceArgs()

Properties

View Source

AssociateIpv6Address

Declaration
public Input<bool> AssociateIpv6Address { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AssociatePublicIpAddress

Declaration
public Input<bool> AssociatePublicIpAddress { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DeviceIndex

Declaration
public Input<string> DeviceIndex { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.