Class GetNetworkInterfaceResult
Inheritance
System.Object
GetNetworkInterfaceResult
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 GetNetworkInterfaceResult
Fields
View SourceAssociations
The association information for an Elastic IP address (IPv4) associated with the network interface. See supported fields below.
Declaration
public readonly ImmutableArray<GetNetworkInterfaceAssociationResult> Associations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNetworkInterfaceAssociationResult> |
Attachments
Declaration
public readonly ImmutableArray<GetNetworkInterfaceAttachmentResult> Attachments
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNetworkInterfaceAttachmentResult> |
AvailabilityZone
The Availability Zone.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the network interface.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Filters
Declaration
public readonly ImmutableArray<GetNetworkInterfaceFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNetworkInterfaceFilterResult> |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InterfaceType
The type of interface.
Declaration
public readonly string InterfaceType
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6Addresses
List of IPv6 addresses to assign to the ENI.
Declaration
public readonly ImmutableArray<string> Ipv6Addresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MacAddress
The MAC address.
Declaration
public readonly string MacAddress
Field Value
| Type | Description |
|---|---|
| System.String |
OutpostArn
The Amazon Resource Name (ARN) of the Outpost.
Declaration
public readonly string OutpostArn
Field Value
| Type | Description |
|---|---|
| System.String |
OwnerId
The AWS account ID of the owner of the network interface.
Declaration
public readonly string OwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateDnsName
The private DNS name.
Declaration
public readonly string PrivateDnsName
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIp
The private IPv4 address of the network interface within the subnet.
Declaration
public readonly string PrivateIp
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIps
The private IPv4 addresses associated with the network interface.
Declaration
public readonly ImmutableArray<string> PrivateIps
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RequesterId
The ID of the entity that launched the instance on your behalf.
Declaration
public readonly string RequesterId
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroups
The list of security groups for the network interface.
Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SubnetId
The ID of the subnet.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Any tags assigned to the network interface.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpcId
The ID of the VPC.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |