Class: Google::Apis::ComputeAlpha::TargetVpnGatewaysScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::TargetVpnGatewaysScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#target_vpn_gateways ⇒ Array<Google::Apis::ComputeAlpha::TargetVpnGateway>
[Output Only] A list of target VPN gateways contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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.
49194 49195 49196 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49194 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_vpn_gateways ⇒ Array<Google::Apis::ComputeAlpha::TargetVpnGateway>
[Output Only] A list of target VPN gateways contained in this scope.
Corresponds to the JSON property targetVpnGateways
49186 49187 49188 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49186 def target_vpn_gateways @target_vpn_gateways end |
#warning ⇒ Google::Apis::ComputeAlpha::TargetVpnGatewaysScopedList::Warning
[Output Only] Informational warning which replaces the list of addresses when
the list is empty.
Corresponds to the JSON property warning
49192 49193 49194 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49192 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
49199 49200 49201 49202 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 49199 def update!(**args) @target_vpn_gateways = args[:target_vpn_gateways] if args.key?(:target_vpn_gateways) @warning = args[:warning] if args.key?(:warning) end |