Reference documentation and code samples for the Google Cloud OsConfig V1 Client class GetOSPolicyAssignmentReportRequest.
Get a report of the OS policy assignment for a VM instance.
Generated from protobuf message google.cloud.osconfig.v1.GetOSPolicyAssignmentReportRequest
Namespace
Google \ Cloud \ OsConfig \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. API resource name for OS policy assignment report. Format: |
getName
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.
Returns | |
---|---|
Type | Description |
string |
setName
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. API resource name for OS policy assignment report. Format:
For |
Returns | |
---|---|
Type | Description |
Google\Cloud\OsConfig\V1\GetOSPolicyAssignmentReportRequest |