Class: Google::Cloud::CloudControlsPartner::V1::Violation::Remediation::Instructions::Gcloud
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::Violation::Remediation::Instructions::Gcloud
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb
Overview
Remediation instructions to resolve violation via gcloud cli
Instance Attribute Summary collapse
-
#additional_links ⇒ ::Array<::String>
Additional urls for more information about steps.
-
#gcloud_commands ⇒ ::Array<::String>
Gcloud command to resolve violation.
-
#steps ⇒ ::Array<::String>
Steps to resolve violation via gcloud cli.
Instance Attribute Details
#additional_links ⇒ ::Array<::String>
Returns Additional urls for more information about steps.
106 107 108 109 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 106 class Gcloud include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcloud_commands ⇒ ::Array<::String>
Returns Gcloud command to resolve violation.
106 107 108 109 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 106 class Gcloud include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#steps ⇒ ::Array<::String>
Returns Steps to resolve violation via gcloud cli.
106 107 108 109 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 106 class Gcloud include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |