class Google::Apis::ComputeV1::TargetVpnGatewaysScopedList
Attributes
target_vpn_gateways[RW]
- Output Only
-
A list of target VPN gateways contained in this scope.
Corresponds to the JSON property `targetVpnGateways` @return [Array<Google::Apis::ComputeV1::TargetVpnGateway>]
warning[RW]
- Output Only
-
Informational warning which replaces the list of addresses when
the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::TargetVpnGatewaysScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 38498 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 38503 def update!(**args) @target_vpn_gateways = args[:target_vpn_gateways] if args.key?(:target_vpn_gateways) @warning = args[:warning] if args.key?(:warning) end