Class: Google::Cloud::OsConfig::V1alpha::ListInstanceOSPoliciesCompliancesRequest Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::ListInstanceOSPoliciesCompliancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb
Overview
This message is deprecated and may be removed in the next major version update.
A request message for listing OS policies compliance data for all Compute Engine VMs in the given location.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
If provided, this field specifies the criteria that must be met by a
InstanceOSPoliciesCompliance
API resource to be included in the response. -
#page_size ⇒ ::Integer
The maximum number of results to return.
-
#page_token ⇒ ::String
A pagination token returned from a previous call to
ListInstanceOSPoliciesCompliances
that indicates where this listing should continue from. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns If provided, this field specifies the criteria that must be met by a
InstanceOSPoliciesCompliance
API resource to be included in the response.
150 151 152 153 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb', line 150 class ListInstanceOSPoliciesCompliancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of results to return.
150 151 152 153 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb', line 150 class ListInstanceOSPoliciesCompliancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A pagination token returned from a previous call to
ListInstanceOSPoliciesCompliances
that indicates where this listing
should continue from.
150 151 152 153 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb', line 150 class ListInstanceOSPoliciesCompliancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource name.
Format: projects/{project}/locations/{location}
For {project}
, either Compute Engine project-number or project-id can be
provided.
150 151 152 153 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/instance_os_policies_compliance.rb', line 150 class ListInstanceOSPoliciesCompliancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |