Show / Hide Table of Contents

Class ListInstanceOSPoliciesCompliancesResponse

A response message for listing OS policies compliance data for all Compute Engine VMs in the given location.

Inheritance
object
ListInstanceOSPoliciesCompliancesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX