Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/checks_v1alpha/classes.rb,
lib/google/apis/checks_v1alpha/representations.rb,
lib/google/apis/checks_v1alpha/representations.rb

Overview

Evidence collected from endpoint restriction violation analysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence

Returns a new instance of GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidence.



882
883
884
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 882

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#endpoint_detailsArray<Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaCheckEndpointRestrictionViolationEvidenceEndpointDetails>

Endpoints in violation. Corresponds to the JSON property endpointDetails



880
881
882
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 880

def endpoint_details
  @endpoint_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



887
888
889
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 887

def update!(**args)
  @endpoint_details = args[:endpoint_details] if args.key?(:endpoint_details)
end