Class: Google::Apis::ComputeV1::VpnGatewaysGetStatusResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VpnGatewaysGetStatusResponse

Returns a new instance of VpnGatewaysGetStatusResponse.



39062
39063
39064
# File 'lib/google/apis/compute_v1/classes.rb', line 39062

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

Instance Attribute Details

#resultGoogle::Apis::ComputeV1::VpnGatewayStatus

Corresponds to the JSON property result



39060
39061
39062
# File 'lib/google/apis/compute_v1/classes.rb', line 39060

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39067
39068
39069
# File 'lib/google/apis/compute_v1/classes.rb', line 39067

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