Class: Aws::ElasticLoadBalancingV2::Types::SetSubnetsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::SetSubnetsOutput
 
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #availability_zones  ⇒ Array<Types::AvailabilityZone> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the subnets. 
- 
  
    
      #enable_prefix_for_ipv_6_source_nat  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] Indicates whether to use an IPv6 prefix from each subnet for source NAT. 
- 
  
    
      #ip_address_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IP address type. 
Instance Attribute Details
#availability_zones ⇒ Array<Types::AvailabilityZone>
Information about the subnets.
| 4022 4023 4024 4025 4026 4027 4028 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4022 class SetSubnetsOutput < Struct.new( :availability_zones, :ip_address_type, :enable_prefix_for_ipv_6_source_nat) SENSITIVE = [] include Aws::Structure end | 
#enable_prefix_for_ipv_6_source_nat ⇒ String
[Network Load Balancers] Indicates whether to use an IPv6 prefix from each subnet for source NAT.
| 4022 4023 4024 4025 4026 4027 4028 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4022 class SetSubnetsOutput < Struct.new( :availability_zones, :ip_address_type, :enable_prefix_for_ipv_6_source_nat) SENSITIVE = [] include Aws::Structure end | 
#ip_address_type ⇒ String
The IP address type.
| 4022 4023 4024 4025 4026 4027 4028 | # File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 4022 class SetSubnetsOutput < Struct.new( :availability_zones, :ip_address_type, :enable_prefix_for_ipv_6_source_nat) SENSITIVE = [] include Aws::Structure end |