Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions

Inherits:
Object
  • Object
show all
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

Instructions to remediate violation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions

Returns a new instance of GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions.



422
423
424
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 422

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#console_instructionsGoogle::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole

Remediation instructions to resolve violation via cloud console Corresponds to the JSON property consoleInstructions



415
416
417
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 415

def console_instructions
  @console_instructions
end

#gcloud_instructionsGoogle::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud

Remediation instructions to resolve violation via gcloud cli Corresponds to the JSON property gcloudInstructions



420
421
422
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 420

def gcloud_instructions
  @gcloud_instructions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



427
428
429
430
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 427

def update!(**args)
  @console_instructions = args[:console_instructions] if args.key?(:console_instructions)
  @gcloud_instructions = args[:gcloud_instructions] if args.key?(:gcloud_instructions)
end