Class: Aws::EC2::Types::AllocateAddressResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

The ID that represents the allocation of the Elastic IP address.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#carrier_ipString

The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#customer_owned_ipString

The customer-owned IP address.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#customer_owned_ipv_4_poolString

The ID of the customer-owned address pool.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The network (vpc).

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#network_border_groupString

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#public_ipString

The Elastic IP address.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end

#public_ipv_4_poolString

The ID of an address pool.

Returns:

  • (String)


958
959
960
961
962
963
964
965
966
967
968
969
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 958

class AllocateAddressResult < Struct.new(
  :public_ip,
  :allocation_id,
  :public_ipv_4_pool,
  :network_border_group,
  :domain,
  :customer_owned_ip,
  :customer_owned_ipv_4_pool,
  :carrier_ip)
  SENSITIVE = []
  include Aws::Structure
end