Class: Google::Apis::ComputeAlpha::RouterStatusResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RouterStatusResponse

Returns a new instance of RouterStatusResponse.



36047
36048
36049
# File 'lib/google/apis/compute_alpha/classes.rb', line 36047

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

Instance Attribute Details

#kindString

Type of resource. Corresponds to the JSON property kind

Returns:

  • (String)


36040
36041
36042
# File 'lib/google/apis/compute_alpha/classes.rb', line 36040

def kind
  @kind
end

#resultGoogle::Apis::ComputeAlpha::RouterStatus

Corresponds to the JSON property result



36045
36046
36047
# File 'lib/google/apis/compute_alpha/classes.rb', line 36045

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



36052
36053
36054
36055
# File 'lib/google/apis/compute_alpha/classes.rb', line 36052

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