Google Cloud OsConfig V1 Client - Class ExecResourceOutput (1.3.0)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ExecResourceOutput.

ExecResource specific output.

Generated from protobuf message google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.ExecResourceOutput

Namespace

Google \ Cloud \ OsConfig \ V1 \ OSPolicyAssignmentReport \ OSPolicyCompliance \ OSPolicyResourceCompliance

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enforcement_output string

Output from enforcement phase output file (if run). Output size is limited to 100K bytes.

getEnforcementOutput

Output from enforcement phase output file (if run).

Output size is limited to 100K bytes.

Returns
TypeDescription
string

setEnforcementOutput

Output from enforcement phase output file (if run).

Output size is limited to 100K bytes.

Parameter
NameDescription
var string
Returns
TypeDescription
$this