Show / Hide Table of Contents

Class GetElasticIpResult

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

Fields

View Source

AssociationId

The ID representing the association of the address with an instance in a VPC.

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

CustomerOwnedIp

Customer Owned IP.

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

CustomerOwnedIpv4Pool

The ID of a Customer Owned IP Pool. For more on customer owned IP addressed check out Customer-owned IP addresses guide

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

Domain

Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc).

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

Filters

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

Id

If VPC Elastic IP, the allocation identifier. If EC2-Classic Elastic IP, the public IP address.

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

InstanceId

The ID of the instance that the address is associated with (if any).

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

NetworkInterfaceId

The ID of the network interface.

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

NetworkInterfaceOwnerId

The ID of the AWS account that owns the network interface.

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

PrivateDns

The Private DNS associated with the Elastic IP address.

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

PrivateIp

The private IP address associated with the Elastic IP address.

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

PublicDns

Public DNS associated with the Elastic IP address.

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

PublicIp

Public IP address of Elastic IP.

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

PublicIpv4Pool

The ID of an address pool.

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

Tags

Key-value map of tags associated with Elastic IP.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.