Class NetworkInterfaceAttachmentState
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.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NetworkInterfaceAttachmentState : ResourceArgs
Constructors
View SourceNetworkInterfaceAttachmentState()
Declaration
public NetworkInterfaceAttachmentState()
Properties
View SourceAttachmentId
The ENI Attachment ID.
Declaration
public Input<string> AttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeviceIndex
Network interface index (int).
Declaration
public Input<int> DeviceIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InstanceId
Instance ID to attach.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkInterfaceId
ENI ID to attach.
Declaration
public Input<string> NetworkInterfaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the Network Interface Attachment.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |