Class: Google::Cloud::CloudControlsPartner::V1::Violation::Remediation::Instructions::Console
- Inherits:
-
Object
- Object
- Google::Cloud::CloudControlsPartner::V1::Violation::Remediation::Instructions::Console
- 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 cloud console
Instance Attribute Summary collapse
-
#additional_links ⇒ ::Array<::String>
Additional urls for more information about steps.
-
#console_uris ⇒ ::Array<::String>
Link to console page where violations can be resolved.
-
#steps ⇒ ::Array<::String>
Steps to resolve violation via cloud console.
Instance Attribute Details
#additional_links ⇒ ::Array<::String>
Returns Additional urls for more information about steps.
121 122 123 124 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 121 class Console include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#console_uris ⇒ ::Array<::String>
Returns Link to console page where violations can be resolved.
121 122 123 124 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 121 class Console include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#steps ⇒ ::Array<::String>
Returns Steps to resolve violation via cloud console.
121 122 123 124 |
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/violations.rb', line 121 class Console include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |