Class: Aws::ElasticLoadBalancingV2::Types::SubnetMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Information about a subnet mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_idString

[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
3484
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3477

class SubnetMapping < Struct.new(
  :subnet_id,
  :allocation_id,
  :private_i_pv_4_address,
  :i_pv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#i_pv_6_addressString

[Network Load Balancers] The IPv6 address.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
3484
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3477

class SubnetMapping < Struct.new(
  :subnet_id,
  :allocation_id,
  :private_i_pv_4_address,
  :i_pv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_i_pv_4_addressString

[Network Load Balancers] The private IPv4 address for an internal load balancer.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
3484
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3477

class SubnetMapping < Struct.new(
  :subnet_id,
  :allocation_id,
  :private_i_pv_4_address,
  :i_pv_6_address)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The ID of the subnet.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
3484
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3477

class SubnetMapping < Struct.new(
  :subnet_id,
  :allocation_id,
  :private_i_pv_4_address,
  :i_pv_6_address)
  SENSITIVE = []
  include Aws::Structure
end