Class: Google::Apis::ClouddeployV1::GoogleCloudAnalysis
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::GoogleCloudAnalysis
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb
Overview
GoogleCloudAnalysis is a set of Google Cloud-based checks to perform on the deployment.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAnalysis
constructor
A new instance of GoogleCloudAnalysis.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAnalysis
Returns a new instance of GoogleCloudAnalysis.
2974 2975 2976 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 2974 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alert_policy_checks ⇒ Array<Google::Apis::ClouddeployV1::AlertPolicyCheck>
Optional. A list of Cloud Monitoring Alert Policy checks to perform as part of
the analysis.
Corresponds to the JSON property alertPolicyChecks
2972 2973 2974 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 2972 def alert_policy_checks @alert_policy_checks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2979 2980 2981 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 2979 def update!(**args) @alert_policy_checks = args[:alert_policy_checks] if args.key?(:alert_policy_checks) end |