Class: Google::Apis::ComputeV1::VpnGatewayStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::VpnGatewayStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpnGatewayStatus
constructor
A new instance of VpnGatewayStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VpnGatewayStatus
Returns a new instance of VpnGatewayStatus.
68492 68493 68494 |
# File 'lib/google/apis/compute_v1/classes.rb', line 68492 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vpn_connections ⇒ Array<Google::Apis::ComputeV1::VpnGatewayStatusVpnConnection>
Output only. List of VPN connection for this VpnGateway.
Corresponds to the JSON property vpnConnections
68490 68491 68492 |
# File 'lib/google/apis/compute_v1/classes.rb', line 68490 def vpn_connections @vpn_connections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
68497 68498 68499 |
# File 'lib/google/apis/compute_v1/classes.rb', line 68497 def update!(**args) @vpn_connections = args[:vpn_connections] if args.key?(:vpn_connections) end |