public sealed class ListViolationsRequest : IPageRequest, IMessage<ListViolationsRequest>, IEquatable<ListViolationsRequest>, IDeepCloneable<ListViolationsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class ListViolationsRequest.
Message for requesting list of Violations
Implements
IPageRequest, IMessageListViolationsRequest, IEquatableListViolationsRequest, IDeepCloneableListViolationsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.dll
Constructors
ListViolationsRequest()
public ListViolationsRequest()
ListViolationsRequest(ListViolationsRequest)
public ListViolationsRequest(ListViolationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListViolationsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results
Property Value | |
---|---|
Type | Description |
string |
Interval
public Interval Interval { get; set; }
Optional. Specifies the interval for retrieving violations. if unspecified, all violations will be returned.
Property Value | |
---|---|
Type | Description |
Interval |
OrderBy
public string OrderBy { get; set; }
Optional. Hint for how to order the results
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of customers row to return. The service may return fewer than this value. If unspecified, at most 10 customers will be returned.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. A page token, received from a previous ListViolations
call.
Provide this to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent resource Format organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
Property Value | |
---|---|
Type | Description |
string |
ParentAsWorkloadName
public WorkloadName ParentAsWorkloadName { get; set; }
WorkloadName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
WorkloadName |