Class: Google::Apis::ComputeAlpha::VpnGatewaysGetStatusResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/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.



38071
38072
38073
# File 'generated/google/apis/compute_alpha/classes.rb', line 38071

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

Instance Attribute Details

#resultGoogle::Apis::ComputeAlpha::VpnGatewayStatus

Corresponds to the JSON property result



38069
38070
38071
# File 'generated/google/apis/compute_alpha/classes.rb', line 38069

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38076
38077
38078
# File 'generated/google/apis/compute_alpha/classes.rb', line 38076

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