Class: Google::Apis::ComputeV1::VpnTunnelsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::VpnTunnelsScopedList
- 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
-
#vpn_tunnels ⇒ Array<Google::Apis::ComputeV1::VpnTunnel>
List of vpn tunnels contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::VpnTunnelsScopedList::Warning
Informational warning which replaces the list of addresses when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpnTunnelsScopedList
constructor
A new instance of VpnTunnelsScopedList.
-
#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) ⇒ VpnTunnelsScopedList
Returns a new instance of VpnTunnelsScopedList
11500 11501 11502 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11500 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vpn_tunnels ⇒ Array<Google::Apis::ComputeV1::VpnTunnel>
List of vpn tunnels contained in this scope.
Corresponds to the JSON property vpnTunnels
11492 11493 11494 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11492 def vpn_tunnels @vpn_tunnels end |
#warning ⇒ Google::Apis::ComputeV1::VpnTunnelsScopedList::Warning
Informational warning which replaces the list of addresses when the list is
empty.
Corresponds to the JSON property warning
11498 11499 11500 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11498 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11505 11506 11507 11508 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11505 def update!(**args) @vpn_tunnels = args[:vpn_tunnels] if args.key?(:vpn_tunnels) @warning = args[:warning] if args.key?(:warning) end |