Google Cloud OS Config v1alpha API - Class ListInstanceOSPoliciesCompliancesRequest (2.0.0-alpha04)

[Obsolete]
public sealed class ListInstanceOSPoliciesCompliancesRequest : IMessage<ListInstanceOSPoliciesCompliancesRequest>, IEquatable<ListInstanceOSPoliciesCompliancesRequest>, IDeepCloneable<ListInstanceOSPoliciesCompliancesRequest>, IBufferMessage, IMessage, IPageRequest

Reference 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.

Inheritance

object > ListInstanceOSPoliciesCompliancesRequest

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

ListInstanceOSPoliciesCompliancesRequest()

public ListInstanceOSPoliciesCompliancesRequest()

ListInstanceOSPoliciesCompliancesRequest(ListInstanceOSPoliciesCompliancesRequest)

public ListInstanceOSPoliciesCompliancesRequest(ListInstanceOSPoliciesCompliancesRequest other)
Parameter
NameDescription
otherListInstanceOSPoliciesCompliancesRequest

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
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of results to return.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsLocationName

[Obsolete]
public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName