Class: Google::Apis::ClouddeployV1::GoogleCloudAnalysis

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

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_checksArray<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