Show / Hide Table of Contents

Class GetNetworkInterfaceAssociationResult

Inheritance
System.Object
GetNetworkInterfaceAssociationResult
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetNetworkInterfaceAssociationResult

Fields

View Source

AllocationId

The allocation ID.

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

AssociationId

The association ID.

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

IpOwnerId

The ID of the Elastic IP address owner.

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

PublicDnsName

The public DNS name.

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

PublicIp

The address of the Elastic IP address bound to the network interface.

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