Class: Google::Apis::ComputeAlpha::TargetVpnGatewaysScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::TargetVpnGatewaysScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/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] 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.
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
24356 24357 24358 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24356 def initialize(**args) update!(**args) end |
Instance Attribute Details
#target_vpn_gateways ⇒ Array<Google::Apis::ComputeAlpha::TargetVpnGateway>
[Output Only] List of target vpn gateways contained in this scope.
Corresponds to the JSON property targetVpnGateways
24348 24349 24350 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24348 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
24354 24355 24356 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24354 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
24361 24362 24363 24364 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 24361 def update!(**args) @target_vpn_gateways = args[:target_vpn_gateways] if args.key?(:target_vpn_gateways) @warning = args[:warning] if args.key?(:warning) end |