Class: Google::Apis::ComputeBeta::TargetVpnGatewaysScopedList
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeBeta::TargetVpnGatewaysScopedList
 
 
- Includes:
 - Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb 
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
- 
  
    
      #target_vpn_gateways  ⇒ Array<Google::Apis::ComputeBeta::TargetVpnGateway> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
[Output Only] A list of target VPN gateways contained in this scope.
 - 
  
    
      #warning  ⇒ Google::Apis::ComputeBeta::TargetVpnGatewaysScopedList::Warning 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TargetVpnGatewaysScopedList 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TargetVpnGatewaysScopedList.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ TargetVpnGatewaysScopedList
Returns a new instance of TargetVpnGatewaysScopedList.
      49807 49808 49809  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 49807 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#target_vpn_gateways ⇒ Array<Google::Apis::ComputeBeta::TargetVpnGateway>
[Output Only] A list of target VPN gateways contained in this scope.
Corresponds to the JSON property targetVpnGateways
      49799 49800 49801  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 49799 def target_vpn_gateways @target_vpn_gateways end  | 
  
#warning ⇒ Google::Apis::ComputeBeta::TargetVpnGatewaysScopedList::Warning
[Output Only] Informational warning which replaces the list of addresses when
the list is empty.
Corresponds to the JSON property warning
      49805 49806 49807  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 49805 def warning @warning end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      49812 49813 49814 49815  | 
    
      # File 'lib/google/apis/compute_beta/classes.rb', line 49812 def update!(**args) @target_vpn_gateways = args[:target_vpn_gateways] if args.key?(:target_vpn_gateways) @warning = args[:warning] if args.key?(:warning) end  |