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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ VpnGatewaysGetStatusResponse

Returns a new instance of VpnGatewaysGetStatusResponse.



30793
30794
30795
# File 'generated/google/apis/compute_v1/classes.rb', line 30793

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

Instance Attribute Details

#resultGoogle::Apis::ComputeV1::VpnGatewayStatus

Corresponds to the JSON property result



30791
30792
30793
# File 'generated/google/apis/compute_v1/classes.rb', line 30791

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30798
30799
30800
# File 'generated/google/apis/compute_v1/classes.rb', line 30798

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