class Google::Apis::OsconfigV1alpha::ListInstanceOsPoliciesCompliancesResponse

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

Attributes

instance_os_policies_compliances[RW]

List of instance OS policies compliance objects. Corresponds to the JSON property `instanceOsPoliciesCompliances` @return [Array<Google::Apis::OsconfigV1alpha::InstanceOsPoliciesCompliance>]

next_page_token[RW]

The pagination token to retrieve the next page of instance OS policies compliance objects. Corresponds to the JSON property `nextPageToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/osconfig_v1alpha/classes.rb, line 849
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/osconfig_v1alpha/classes.rb, line 854
def update!(**args)
  @instance_os_policies_compliances = args[:instance_os_policies_compliances] if args.key?(:instance_os_policies_compliances)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end