@Deprecated public interface InstanceOSPoliciesComplianceOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailedState()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getDetailedStateBytes()
Deprecated.
Output only.
|
String |
getDetailedStateReason()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getDetailedStateReasonBytes()
Deprecated.
Output only.
|
String |
getInstance()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getInstanceBytes()
Deprecated.
Output only.
|
com.google.protobuf.Timestamp |
getLastComplianceCheckTime()
Deprecated.
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastComplianceCheckTimeOrBuilder()
Deprecated.
Output only.
|
String |
getLastComplianceRunId()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getLastComplianceRunIdBytes()
Deprecated.
Output only.
|
String |
getName()
Deprecated.
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
Output only.
|
InstanceOSPoliciesCompliance.OSPolicyCompliance |
getOsPolicyCompliances(int index)
Deprecated.
Output only.
|
int |
getOsPolicyCompliancesCount()
Deprecated.
Output only.
|
List<InstanceOSPoliciesCompliance.OSPolicyCompliance> |
getOsPolicyCompliancesList()
Deprecated.
Output only.
|
InstanceOSPoliciesCompliance.OSPolicyComplianceOrBuilder |
getOsPolicyCompliancesOrBuilder(int index)
Deprecated.
Output only.
|
List<? extends InstanceOSPoliciesCompliance.OSPolicyComplianceOrBuilder> |
getOsPolicyCompliancesOrBuilderList()
Deprecated.
Output only.
|
OSPolicyComplianceState |
getState()
Deprecated.
Output only.
|
int |
getStateValue()
Deprecated.
Output only.
|
boolean |
hasLastComplianceCheckTime()
Deprecated.
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The `InstanceOSPoliciesCompliance` API resource name.
Format:
`projects/{project_number}/locations/{location}/instanceOSPoliciesCompliances/{instance_id}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The `InstanceOSPoliciesCompliance` API resource name.
Format:
`projects/{project_number}/locations/{location}/instanceOSPoliciesCompliances/{instance_id}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getInstance()
Output only. The Compute Engine VM instance name.
string instance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getInstanceBytes()
Output only. The Compute Engine VM instance name.
string instance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. Compliance state of the VM.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
OSPolicyComplianceState getState()
Output only. Compliance state of the VM.
.google.cloud.osconfig.v1alpha.OSPolicyComplianceState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDetailedState()
Output only. Detailed compliance state of the VM. This field is populated only when compliance state is `UNKNOWN`. It may contain one of the following values: * `no-compliance-data`: Compliance data is not available for this VM. * `no-agent-detected`: OS Config agent is not detected for this VM. * `config-not-supported-by-agent`: The version of the OS Config agent running on this VM does not support configuration management. * `inactive`: VM is not running. * `internal-service-errors`: There were internal service errors encountered while enforcing compliance. * `agent-errors`: OS config agent encountered errors while enforcing compliance.
string detailed_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDetailedStateBytes()
Output only. Detailed compliance state of the VM. This field is populated only when compliance state is `UNKNOWN`. It may contain one of the following values: * `no-compliance-data`: Compliance data is not available for this VM. * `no-agent-detected`: OS Config agent is not detected for this VM. * `config-not-supported-by-agent`: The version of the OS Config agent running on this VM does not support configuration management. * `inactive`: VM is not running. * `internal-service-errors`: There were internal service errors encountered while enforcing compliance. * `agent-errors`: OS config agent encountered errors while enforcing compliance.
string detailed_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDetailedStateReason()
Output only. The reason for the `detailed_state` of the VM (if any).
string detailed_state_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDetailedStateReasonBytes()
Output only. The reason for the `detailed_state` of the VM (if any).
string detailed_state_reason = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];List<InstanceOSPoliciesCompliance.OSPolicyCompliance> getOsPolicyCompliancesList()
Output only. Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.InstanceOSPoliciesCompliance.OSPolicyCompliance os_policy_compliances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
InstanceOSPoliciesCompliance.OSPolicyCompliance getOsPolicyCompliances(int index)
Output only. Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.InstanceOSPoliciesCompliance.OSPolicyCompliance os_policy_compliances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getOsPolicyCompliancesCount()
Output only. Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.InstanceOSPoliciesCompliance.OSPolicyCompliance os_policy_compliances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends InstanceOSPoliciesCompliance.OSPolicyComplianceOrBuilder> getOsPolicyCompliancesOrBuilderList()
Output only. Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.InstanceOSPoliciesCompliance.OSPolicyCompliance os_policy_compliances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
InstanceOSPoliciesCompliance.OSPolicyComplianceOrBuilder getOsPolicyCompliancesOrBuilder(int index)
Output only. Compliance data for each `OSPolicy` that is applied to the VM.
repeated .google.cloud.osconfig.v1alpha.InstanceOSPoliciesCompliance.OSPolicyCompliance os_policy_compliances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasLastComplianceCheckTime()
Output only. Timestamp of the last compliance check for the VM.
.google.protobuf.Timestamp last_compliance_check_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getLastComplianceCheckTime()
Output only. Timestamp of the last compliance check for the VM.
.google.protobuf.Timestamp last_compliance_check_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getLastComplianceCheckTimeOrBuilder()
Output only. Timestamp of the last compliance check for the VM.
.google.protobuf.Timestamp last_compliance_check_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getLastComplianceRunId()
Output only. Unique identifier for the last compliance run. This id will be logged by the OS config agent during a compliance run and can be used for debugging and tracing purpose.
string last_compliance_run_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getLastComplianceRunIdBytes()
Output only. Unique identifier for the last compliance run. This id will be logged by the OS config agent during a compliance run and can be used for debugging and tracing purpose.
string last_compliance_run_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2023 Google LLC. All rights reserved.