Class: Google::Cloud::AssuredWorkloads::V1::GetViolationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb

Overview

Request for fetching a Workload Violation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Violation to fetch (ie. Violation.name). Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}.

Returns:

  • (::String)

    Required. The resource name of the Violation to fetch (ie. Violation.name). Format: organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}



548
549
550
551
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 548

class GetViolationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end