Class: Google::Apis::ComputeBeta::VpnGatewaysGetStatusResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpnGatewaysGetStatusResponse

Returns a new instance of VpnGatewaysGetStatusResponse.



39807
39808
39809
# File 'lib/google/apis/compute_beta/classes.rb', line 39807

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultGoogle::Apis::ComputeBeta::VpnGatewayStatus

Corresponds to the JSON property result



39805
39806
39807
# File 'lib/google/apis/compute_beta/classes.rb', line 39805

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39812
39813
39814
# File 'lib/google/apis/compute_beta/classes.rb', line 39812

def update!(**args)
  @result = args[:result] if args.key?(:result)
end