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.



30689
30690
30691
# File 'generated/google/apis/compute_v1/classes.rb', line 30689

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

Instance Attribute Details

#resultGoogle::Apis::ComputeV1::VpnGatewayStatus

Corresponds to the JSON property result



30687
30688
30689
# File 'generated/google/apis/compute_v1/classes.rb', line 30687

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30694
30695
30696
# File 'generated/google/apis/compute_v1/classes.rb', line 30694

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