Class: Aws::EC2::Types::VpnStaticRoute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpnStaticRoute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a static route for a VPN connection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination_cidr_block  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CIDR block associated with the local subnet of the customer data center.
 - 
  
    
      #source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates how the routes were provided.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the static route.
 
Instance Attribute Details
#destination_cidr_block ⇒ String
The CIDR block associated with the local subnet of the customer data center.
      74712 74713 74714 74715 74716 74717 74718  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74712 class VpnStaticRoute < Struct.new( :destination_cidr_block, :source, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ String
Indicates how the routes were provided.
      74712 74713 74714 74715 74716 74717 74718  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74712 class VpnStaticRoute < Struct.new( :destination_cidr_block, :source, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The current state of the static route.
      74712 74713 74714 74715 74716 74717 74718  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74712 class VpnStaticRoute < Struct.new( :destination_cidr_block, :source, :state) SENSITIVE = [] include Aws::Structure end  |