Class: Google::Apis::ComputeV1::RouterStatusResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RouterStatusResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ RouterStatusResponse
Returns a new instance of RouterStatusResponse.
36840 36841 36842 |
# File 'lib/google/apis/compute_v1/classes.rb', line 36840 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Type of resource.
Corresponds to the JSON property kind
36833 36834 36835 |
# File 'lib/google/apis/compute_v1/classes.rb', line 36833 def kind @kind end |
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property result
36838 36839 36840 |
# File 'lib/google/apis/compute_v1/classes.rb', line 36838 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36845 36846 36847 36848 |
# File 'lib/google/apis/compute_v1/classes.rb', line 36845 def update!(**args) @kind = args[:kind] if args.key?(:kind) @result = args[:result] if args.key?(:result) end |