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 SourceAllocationId
The allocation ID.
Declaration
public readonly string AllocationId
Field Value
| Type | Description |
|---|---|
| System.String |
AssociationId
The association ID.
Declaration
public readonly string AssociationId
Field Value
| Type | Description |
|---|---|
| System.String |
IpOwnerId
The ID of the Elastic IP address owner.
Declaration
public readonly string IpOwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
PublicDnsName
The public DNS name.
Declaration
public readonly string PublicDnsName
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIp
The address of the Elastic IP address bound to the network interface.
Declaration
public readonly string PublicIp
Field Value
| Type | Description |
|---|---|
| System.String |