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.



65535
65536
65537
# File 'lib/google/apis/compute_alpha/classes.rb', line 65535

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

Instance Attribute Details

#kindString

Output only. Type of resource. Corresponds to the JSON property kind

Returns:

  • (String)


65528
65529
65530
# File 'lib/google/apis/compute_alpha/classes.rb', line 65528

def kind
  @kind
end

#resultGoogle::Apis::ComputeAlpha::RouterStatus

Corresponds to the JSON property result



65533
65534
65535
# File 'lib/google/apis/compute_alpha/classes.rb', line 65533

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



65540
65541
65542
65543
# File 'lib/google/apis/compute_alpha/classes.rb', line 65540

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