Class: Aws::ElasticLoadBalancingV2::Types::SubnetMapping
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SubnetMapping
 
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a subnet mapping.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #allocation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer. 
- 
  
    
      #i_pv_6_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] The IPv6 address. 
- 
  
    
      #private_i_pv_4_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] The private IPv4 address for an internal load balancer. 
- 
  
    
      #source_nat_ipv_6_prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers with UDP listeners] The IPv6 prefix to use for source NAT. 
- 
  
    
      #subnet_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the subnet. 
Instance Attribute Details
#allocation_id ⇒ String
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
| 4120 4121 4122 4123 4124 4125 4126 4127 4128 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4120 class SubnetMapping < Struct.new( :subnet_id, :allocation_id, :private_i_pv_4_address, :i_pv_6_address, :source_nat_ipv_6_prefix) SENSITIVE = [] include Aws::Structure end | 
#i_pv_6_address ⇒ String
[Network Load Balancers] The IPv6 address.
| 4120 4121 4122 4123 4124 4125 4126 4127 4128 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4120 class SubnetMapping < Struct.new( :subnet_id, :allocation_id, :private_i_pv_4_address, :i_pv_6_address, :source_nat_ipv_6_prefix) SENSITIVE = [] include Aws::Structure end | 
#private_i_pv_4_address ⇒ String
[Network Load Balancers] The private IPv4 address for an internal load balancer.
| 4120 4121 4122 4123 4124 4125 4126 4127 4128 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4120 class SubnetMapping < Struct.new( :subnet_id, :allocation_id, :private_i_pv_4_address, :i_pv_6_address, :source_nat_ipv_6_prefix) SENSITIVE = [] include Aws::Structure end | 
#source_nat_ipv_6_prefix ⇒ String
[Network Load Balancers with UDP listeners] The IPv6 prefix to use
for source NAT. Specify an IPv6 prefix (/80 netmask) from the subnet
CIDR block or auto_assigned to use an IPv6 prefix selected at
random from the subnet CIDR block.
| 4120 4121 4122 4123 4124 4125 4126 4127 4128 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4120 class SubnetMapping < Struct.new( :subnet_id, :allocation_id, :private_i_pv_4_address, :i_pv_6_address, :source_nat_ipv_6_prefix) SENSITIVE = [] include Aws::Structure end | 
#subnet_id ⇒ String
The ID of the subnet.
| 4120 4121 4122 4123 4124 4125 4126 4127 4128 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4120 class SubnetMapping < Struct.new( :subnet_id, :allocation_id, :private_i_pv_4_address, :i_pv_6_address, :source_nat_ipv_6_prefix) SENSITIVE = [] include Aws::Structure end |