Class: Google::Apis::ComputeBeta::VpnGatewaysGetStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::VpnGatewaysGetStatusResponse
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::ComputeBeta::VpnGatewayStatus
Corresponds to the JSON property
result
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VpnGatewaysGetStatusResponse
constructor
A new instance of VpnGatewaysGetStatusResponse.
-
#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) ⇒ VpnGatewaysGetStatusResponse
Returns a new instance of VpnGatewaysGetStatusResponse
30628 30629 30630 |
# File 'generated/google/apis/compute_beta/classes.rb', line 30628 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeBeta::VpnGatewayStatus
Corresponds to the JSON property result
30626 30627 30628 |
# File 'generated/google/apis/compute_beta/classes.rb', line 30626 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30633 30634 30635 |
# File 'generated/google/apis/compute_beta/classes.rb', line 30633 def update!(**args) @result = args[:result] if args.key?(:result) end |