Class ListInstanceOSPoliciesCompliancesResponse
A response message for listing OS policies compliance data for all Compute Engine VMs in the given location.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class ListInstanceOSPoliciesCompliancesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceOsPoliciesCompliances
List of instance OS policies compliance objects.
Declaration
[JsonProperty("instanceOsPoliciesCompliances")]
public virtual IList<InstanceOSPoliciesCompliance> InstanceOsPoliciesCompliances { get; set; }
Property Value
Type | Description |
---|---|
IList<InstanceOSPoliciesCompliance> |
NextPageToken
The pagination token to retrieve the next page of instance OS policies compliance objects.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |