Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::ListInstanceOSPoliciesCompliancesResponse.
A response message for listing OS policies compliance data for all Compute Engine VMs in the given location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance_os_policies_compliances
def instance_os_policies_compliances() -> ::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>
Returns
- (::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>) — List of instance OS policies compliance objects.
#instance_os_policies_compliances=
def instance_os_policies_compliances=(value) -> ::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>) — List of instance OS policies compliance objects.
Returns
- (::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>) — List of instance OS policies compliance objects.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token to retrieve the next page of instance OS policies compliance objects.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token to retrieve the next page of instance OS policies compliance objects.
Returns
- (::String) — The pagination token to retrieve the next page of instance OS policies compliance objects.