Show / Hide Table of Contents

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 Source

Associations

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>
View Source

Attachments

Declaration
public readonly ImmutableArray<GetNetworkInterfaceAttachmentResult> Attachments
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetNetworkInterfaceAttachmentResult>
View Source

AvailabilityZone

The Availability Zone.

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

Description

Description of the network interface.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Filters

Declaration
public readonly ImmutableArray<GetNetworkInterfaceFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetNetworkInterfaceFilterResult>
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InterfaceType

The type of interface.

Declaration
public readonly string InterfaceType
Field Value
Type Description
System.String
View Source

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>
View Source

MacAddress

The MAC address.

Declaration
public readonly string MacAddress
Field Value
Type Description
System.String
View Source

OutpostArn

The Amazon Resource Name (ARN) of the Outpost.

Declaration
public readonly string OutpostArn
Field Value
Type Description
System.String
View Source

OwnerId

The AWS account ID of the owner of the network interface.

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

PrivateDnsName

The private DNS name.

Declaration
public readonly string PrivateDnsName
Field Value
Type Description
System.String
View Source

PrivateIp

The private IPv4 address of the network interface within the subnet.

Declaration
public readonly string PrivateIp
Field Value
Type Description
System.String
View Source

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>
View Source

RequesterId

The ID of the entity that launched the instance on your behalf.

Declaration
public readonly string RequesterId
Field Value
Type Description
System.String
View Source

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>
View Source

SubnetId

The ID of the subnet.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
View Source

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>
View Source

VpcId

The ID of the VPC.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.