Class: Google::Cloud::OsConfig::V1alpha::ListInstanceOSPoliciesCompliancesResponse Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::ListInstanceOSPoliciesCompliancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
A response message for listing OS policies compliance data for all Compute Engine VMs in the given location.
Instance Attribute Summary collapse
-
#instance_os_policies_compliances ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>
List of instance OS policies compliance objects.
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of instance OS policies compliance objects.
Instance Attribute Details
#instance_os_policies_compliances ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::InstanceOSPoliciesCompliance>
Returns List of instance OS policies compliance objects.
165 166 167 168 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb', line 165 class ListInstanceOSPoliciesCompliancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of instance OS policies compliance objects.
165 166 167 168 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb', line 165 class ListInstanceOSPoliciesCompliancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |