Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/assuredworkloads_v1/classes.rb,
lib/google/apis/assuredworkloads_v1/representations.rb,
lib/google/apis/assuredworkloads_v1/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) ⇒ GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole
constructor
A new instance of GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole
Returns a new instance of GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole.
595 596 597 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 595 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
583 584 585 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 583 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
588 589 590 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 588 def console_uris @console_uris end |
#steps ⇒ Array<String>
Steps to resolve violation via cloud console
Corresponds to the JSON property steps
593 594 595 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 593 def steps @steps end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
600 601 602 603 604 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 600 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 |