[Obsolete]
public sealed class ListInstanceOSPoliciesCompliancesRequest : IMessage<ListInstanceOSPoliciesCompliancesRequest>, IEquatable<ListInstanceOSPoliciesCompliancesRequest>, IDeepCloneable<ListInstanceOSPoliciesCompliancesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud OS Config v1alpha API class ListInstanceOSPoliciesCompliancesRequest.
A request message for listing OS policies compliance data for all Compute Engine VMs in the given location.
Implements
IMessageListInstanceOSPoliciesCompliancesRequest, IEquatableListInstanceOSPoliciesCompliancesRequest, IDeepCloneableListInstanceOSPoliciesCompliancesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
ListInstanceOSPoliciesCompliancesRequest()
public ListInstanceOSPoliciesCompliancesRequest()ListInstanceOSPoliciesCompliancesRequest(ListInstanceOSPoliciesCompliancesRequest)
public ListInstanceOSPoliciesCompliancesRequest(ListInstanceOSPoliciesCompliancesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstanceOSPoliciesCompliancesRequest |
Properties
Filter
public string Filter { get; set; }If provided, this field specifies the criteria that must be met by a
InstanceOSPoliciesCompliance API resource to be included in the response.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of results to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A pagination token returned from a previous call to
ListInstanceOSPoliciesCompliances that indicates where this listing
should continue from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource name.
Format: projects/{project}/locations/{location}
For {project}, either Compute Engine project-number or project-id can be
provided.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
[Obsolete]
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|