Class: Google::Apis::ComputeV1::VpnGatewayStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::VpnGatewayStatus
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#vpn_connections ⇒ Array<Google::Apis::ComputeV1::VpnGatewayStatusVpnConnection>
List of VPN connection for this VpnGateway.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpnGatewayStatus
constructor
A new instance of VpnGatewayStatus.
-
#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) ⇒ VpnGatewayStatus
Returns a new instance of VpnGatewayStatus
29346 29347 29348 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29346 def initialize(**args) update!(**args) end |
Instance Attribute Details
#vpn_connections ⇒ Array<Google::Apis::ComputeV1::VpnGatewayStatusVpnConnection>
List of VPN connection for this VpnGateway.
Corresponds to the JSON property vpnConnections
29344 29345 29346 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29344 def vpn_connections @vpn_connections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29351 29352 29353 |
# File 'generated/google/apis/compute_v1/classes.rb', line 29351 def update!(**args) @vpn_connections = args[:vpn_connections] if args.key?(:vpn_connections) end |