public sealed class ListWorkloadsRequest : IMessage<ListWorkloadsRequest>, IEquatable<ListWorkloadsRequest>, IDeepCloneable<ListWorkloadsRequest>, IBufferMessage, IMessage, IPageRequest
Request for fetching workloads in an organization.
Implements
IMessage<ListWorkloadsRequest>, IEquatable<ListWorkloadsRequest>, IDeepCloneable<ListWorkloadsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.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 |
Int32 |
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 |