You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancingV2::Types::LoadBalancerAddress
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::LoadBalancerAddress
 
- Defined in:
- (unknown)
Overview
Information about a static IP address for a load balancer.
Instance Attribute Summary collapse
- 
  
    
      #allocation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer. 
- 
  
    
      #i_pv_6_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] The IPv6 address. 
- 
  
    
      #ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The static IP address. 
- 
  
    
      #private_i_pv_4_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Network Load Balancers] The private IPv4 address for an internal load balancer. 
Instance Attribute Details
#allocation_id ⇒ String
[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
#i_pv_6_address ⇒ String
[Network Load Balancers] The IPv6 address.
#ip_address ⇒ String
The static IP address.
#private_i_pv_4_address ⇒ String
[Network Load Balancers] The private IPv4 address for an internal load balancer.