Class: Google::Apis::ComputeBeta::VpnGatewaysGetStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::VpnGatewaysGetStatusResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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.
Constructor Details
#initialize(**args) ⇒ VpnGatewaysGetStatusResponse
Returns a new instance of VpnGatewaysGetStatusResponse.
37165 37166 37167 |
# File 'generated/google/apis/compute_beta/classes.rb', line 37165 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeBeta::VpnGatewayStatus
Corresponds to the JSON property result
37163 37164 37165 |
# File 'generated/google/apis/compute_beta/classes.rb', line 37163 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
37170 37171 37172 |
# File 'generated/google/apis/compute_beta/classes.rb', line 37170 def update!(**args) @result = args[:result] if args.key?(:result) end |