Class: Google::Apis::ComputeV1::TargetVpnGatewaysScopedList
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::TargetVpnGatewaysScopedList
 
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
 generated/google/apis/compute_v1/representations.rb,
 generated/google/apis/compute_v1/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
- 
  
    
      #target_vpn_gateways  ⇒ Array<Google::Apis::ComputeV1::TargetVpnGateway> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    [Output Only] A list of target vpn gateways contained in this scope. 
- 
  
    
      #warning  ⇒ Google::Apis::ComputeV1::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. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetVpnGatewaysScopedList
Returns a new instance of TargetVpnGatewaysScopedList
| 18267 18268 18269 | # File 'generated/google/apis/compute_v1/classes.rb', line 18267 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#target_vpn_gateways ⇒ Array<Google::Apis::ComputeV1::TargetVpnGateway>
[Output Only] A list of target vpn gateways contained in this scope.
Corresponds to the JSON property targetVpnGateways
| 18259 18260 18261 | # File 'generated/google/apis/compute_v1/classes.rb', line 18259 def target_vpn_gateways @target_vpn_gateways end | 
#warning ⇒ Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Warning
[Output Only] Informational warning which replaces the list of addresses when
the list is empty.
Corresponds to the JSON property warning
| 18265 18266 18267 | # File 'generated/google/apis/compute_v1/classes.rb', line 18265 def warning @warning end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 18272 18273 18274 18275 | # File 'generated/google/apis/compute_v1/classes.rb', line 18272 def update!(**args) @target_vpn_gateways = args[:target_vpn_gateways] if args.key?(:target_vpn_gateways) @warning = args[:warning] if args.key?(:warning) end |