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
22479 22480 22481 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22479 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Type of resource.
Corresponds to the JSON property kind
22472 22473 22474 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22472 def kind @kind end |
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property result
22477 22478 22479 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22477 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22484 22485 22486 22487 |
# File 'generated/google/apis/compute_v1/classes.rb', line 22484 def update!(**args) @kind = args[:kind] if args.key?(:kind) @result = args[:result] if args.key?(:result) end |