Class: Google::Apis::ComputeV1::TestFailure
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::TestFailure
- 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
-
#actual_service ⇒ String
Corresponds to the JSON property
actualService. -
#expected_service ⇒ String
Corresponds to the JSON property
expectedService. -
#host ⇒ String
Corresponds to the JSON property
host. -
#path ⇒ String
Corresponds to the JSON property
path.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestFailure
constructor
A new instance of TestFailure.
-
#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) ⇒ TestFailure
Returns a new instance of TestFailure
25178 25179 25180 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25178 def initialize(**args) update!(**args) end |
Instance Attribute Details
#actual_service ⇒ String
Corresponds to the JSON property actualService
25161 25162 25163 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25161 def actual_service @actual_service end |
#expected_service ⇒ String
Corresponds to the JSON property expectedService
25166 25167 25168 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25166 def expected_service @expected_service end |
#host ⇒ String
Corresponds to the JSON property host
25171 25172 25173 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25171 def host @host end |
#path ⇒ String
Corresponds to the JSON property path
25176 25177 25178 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25176 def path @path end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25183 25184 25185 25186 25187 25188 |
# File 'generated/google/apis/compute_v1/classes.rb', line 25183 def update!(**args) @actual_service = args[:actual_service] if args.key?(:actual_service) @expected_service = args[:expected_service] if args.key?(:expected_service) @host = args[:host] if args.key?(:host) @path = args[:path] if args.key?(:path) end |