Class: Google::Cloud::AssuredWorkloads::V1::ListViolationsRequest

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 violations in an organization.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. A custom filter for filtering by the Violations properties.

Returns:

  • (::String)

    Optional. A custom filter for filtering by the Violations properties.



525
526
527
528
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 525

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

#interval::Google::Cloud::AssuredWorkloads::V1::TimeWindow

Returns Optional. Specifies the time window for retrieving active Violations. When specified, retrieves Violations that were active between start_time and end_time.

Returns:



525
526
527
528
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 525

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

#page_size::Integer

Returns Optional. Page size.

Returns:

  • (::Integer)

    Optional. Page size.



525
526
527
528
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 525

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

#page_token::String

Returns Optional. Page token returned from previous request.

Returns:

  • (::String)

    Optional. Page token returned from previous request.



525
526
527
528
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 525

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

#parent::String

Returns Required. The Workload name. Format organizations/{org_id}/locations/{location}/workloads/{workload}.

Returns:

  • (::String)

    Required. The Workload name. Format organizations/{org_id}/locations/{location}/workloads/{workload}.



525
526
527
528
# File 'proto_docs/google/cloud/assuredworkloads/v1/assuredworkloads.rb', line 525

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