Class: Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::Instructions
- Inherits:
-
Object
- Object
- Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::Instructions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb
Overview
Instructions to remediate violation
Defined Under Namespace
Instance Attribute Summary collapse
-
#console_instructions ⇒ ::Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::Instructions::Console
Remediation instructions to resolve violation via cloud console.
-
#gcloud_instructions ⇒ ::Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::Instructions::Gcloud
Remediation instructions to resolve violation via gcloud cli.
Instance Attribute Details
#console_instructions ⇒ ::Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::Instructions::Console
Returns Remediation instructions to resolve violation via cloud console.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 643 class Instructions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Remediation instructions to resolve violation via gcloud cli # @!attribute [rw] gcloud_commands # @return [::Array<::String>] # Gcloud command to resolve violation # @!attribute [rw] steps # @return [::Array<::String>] # Steps to resolve violation via gcloud cli # @!attribute [rw] additional_links # @return [::Array<::String>] # Additional urls for more information about steps class Gcloud include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Remediation instructions to resolve violation via cloud console # @!attribute [rw] console_uris # @return [::Array<::String>] # Link to console page where violations can be resolved # @!attribute [rw] steps # @return [::Array<::String>] # Steps to resolve violation via cloud console # @!attribute [rw] additional_links # @return [::Array<::String>] # Additional urls for more information about steps class Console include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gcloud_instructions ⇒ ::Google::Cloud::AssuredWorkloads::V1::Violation::Remediation::Instructions::Gcloud
Returns Remediation instructions to resolve violation via gcloud cli.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 |
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 643 class Instructions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Remediation instructions to resolve violation via gcloud cli # @!attribute [rw] gcloud_commands # @return [::Array<::String>] # Gcloud command to resolve violation # @!attribute [rw] steps # @return [::Array<::String>] # Steps to resolve violation via gcloud cli # @!attribute [rw] additional_links # @return [::Array<::String>] # Additional urls for more information about steps class Gcloud include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Remediation instructions to resolve violation via cloud console # @!attribute [rw] console_uris # @return [::Array<::String>] # Link to console page where violations can be resolved # @!attribute [rw] steps # @return [::Array<::String>] # Steps to resolve violation via cloud console # @!attribute [rw] additional_links # @return [::Array<::String>] # Additional urls for more information about steps class Console include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |