Class: Google::Cloud::OsConfig::V1::GetOSPolicyAssignmentReportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::GetOSPolicyAssignmentReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignment_reports.rb
Overview
Get a report of the OS policy assignment for a VM instance.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. API resource name for OS policy assignment report.
Format:
/projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/{assignment}/report
For {project}
, either project-number
or project-id
can be provided.
For {instance_id}
, either Compute Engine instance-id
or instance-name
can be provided.
For {assignment_id}
, the OSPolicyAssignment id must be provided.
36 37 38 39 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignment_reports.rb', line 36 class GetOSPolicyAssignmentReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |