public sealed class ListWorkloadsRequest : IMessage<ListWorkloadsRequest>, IEquatable<ListWorkloadsRequest>, IDeepCloneable<ListWorkloadsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Assured Workloads v1beta1 API class ListWorkloadsRequest.
Request for fetching workloads in an organization.
Implements
IMessageListWorkloadsRequest, IEquatableListWorkloadsRequest, IDeepCloneableListWorkloadsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AssuredWorkloads.V1Beta1Assembly
Google.Cloud.AssuredWorkloads.V1Beta1.dll
Constructors
ListWorkloadsRequest()
public ListWorkloadsRequest()
ListWorkloadsRequest(ListWorkloadsRequest)
public ListWorkloadsRequest(ListWorkloadsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkloadsRequest |
Properties
Filter
public string Filter { get; set; }
A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent Resource to list workloads from.
Must be of the form organizations/{org_id}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |