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
-
#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.
Constructor Details
#initialize(**args) ⇒ VpnGatewayStatus
Returns a new instance of VpnGatewayStatus.
43544 43545 43546 |
# File 'lib/google/apis/compute_v1/classes.rb', line 43544 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
43542 43543 43544 |
# File 'lib/google/apis/compute_v1/classes.rb', line 43542 def vpn_connections @vpn_connections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43549 43550 43551 |
# File 'lib/google/apis/compute_v1/classes.rb', line 43549 def update!(**args) @vpn_connections = args[:vpn_connections] if args.key?(:vpn_connections) end |