class Google::Apis::ComputeBeta::TargetVpnGatewaysScopedList
Attributes
target_vpn_gateways[RW]
- Output Only
-
List of target vpn gateways contained in this scope.
Corresponds to the JSON property `targetVpnGateways` @return [Array<Google::Apis::ComputeBeta::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::ComputeBeta::TargetVpnGatewaysScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 9079 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 9084 def update!(**args) @target_vpn_gateways = args[:target_vpn_gateways] if args.key?(:target_vpn_gateways) @warning = args[:warning] if args.key?(:warning) end