Class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/assuredworkloads_v1beta1/classes.rb,
lib/google/apis/assuredworkloads_v1beta1/representations.rb,
lib/google/apis/assuredworkloads_v1beta1/representations.rb
Overview
Remediation instructions to resolve violation via cloud console
Instance Attribute Summary collapse
-
#additional_links ⇒ Array<String>
Additional urls for more information about steps Corresponds to the JSON property
additionalLinks. -
#console_uris ⇒ Array<String>
Link to console page where violations can be resolved Corresponds to the JSON property
consoleUris. -
#steps ⇒ Array<String>
Steps to resolve violation via cloud console Corresponds to the JSON property
steps.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
constructor
A new instance of GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole
Returns a new instance of GoogleCloudAssuredworkloadsV1beta1ViolationRemediationInstructionsConsole.
439 440 441 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 439 def initialize(**args) update!(**args) end |
Instance Attribute Details
#additional_links ⇒ Array<String>
Additional urls for more information about steps
Corresponds to the JSON property additionalLinks
427 428 429 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 427 def additional_links @additional_links end |
#console_uris ⇒ Array<String>
Link to console page where violations can be resolved
Corresponds to the JSON property consoleUris
432 433 434 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 432 def console_uris @console_uris end |
#steps ⇒ Array<String>
Steps to resolve violation via cloud console
Corresponds to the JSON property steps
437 438 439 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 437 def steps @steps end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
444 445 446 447 448 |
# File 'lib/google/apis/assuredworkloads_v1beta1/classes.rb', line 444 def update!(**args) @additional_links = args[:additional_links] if args.key?(:additional_links) @console_uris = args[:console_uris] if args.key?(:console_uris) @steps = args[:steps] if args.key?(:steps) end |