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
17767 17768 17769 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17767 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Type of resource.
Corresponds to the JSON property kind
17760 17761 17762 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17760 def kind @kind end |
#result ⇒ Google::Apis::ComputeV1::RouterStatus
Corresponds to the JSON property result
17765 17766 17767 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17765 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17772 17773 17774 17775 |
# File 'generated/google/apis/compute_v1/classes.rb', line 17772 def update!(**args) @kind = args[:kind] if args.key?(:kind) @result = args[:result] if args.key?(:result) end |