Class: Google::Apis::ComputeV1::RouterStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RouterStatusResponse
- 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
-
#kind ⇒ String
Type of resource.
-
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property
result
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RouterStatusResponse
constructor
A new instance of RouterStatusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RouterStatusResponse
Returns a new instance of RouterStatusResponse
20540 20541 20542 |
# File 'generated/google/apis/compute_v1/classes.rb', line 20540 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Type of resource.
Corresponds to the JSON property kind
20533 20534 20535 |
# File 'generated/google/apis/compute_v1/classes.rb', line 20533 def kind @kind end |
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property result
20538 20539 20540 |
# File 'generated/google/apis/compute_v1/classes.rb', line 20538 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
20545 20546 20547 20548 |
# File 'generated/google/apis/compute_v1/classes.rb', line 20545 def update!(**args) @kind = args[:kind] if args.key?(:kind) @result = args[:result] if args.key?(:result) end |