Policy Simulator v1 API - Class CreateOrgPolicyViolationsPreviewOperationMetadata (1.3.0)

public sealed class CreateOrgPolicyViolationsPreviewOperationMetadata : IMessage<CreateOrgPolicyViolationsPreviewOperationMetadata>, IEquatable<CreateOrgPolicyViolationsPreviewOperationMetadata>, IDeepCloneable<CreateOrgPolicyViolationsPreviewOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Policy Simulator v1 API class CreateOrgPolicyViolationsPreviewOperationMetadata.

CreateOrgPolicyViolationsPreviewOperationMetadata is metadata about an OrgPolicyViolationsPreview generations operation.

Inheritance

object > CreateOrgPolicyViolationsPreviewOperationMetadata

Namespace

Google.Cloud.PolicySimulator.V1

Assembly

Google.Cloud.PolicySimulator.V1.dll

Constructors

CreateOrgPolicyViolationsPreviewOperationMetadata()

public CreateOrgPolicyViolationsPreviewOperationMetadata()

CreateOrgPolicyViolationsPreviewOperationMetadata(CreateOrgPolicyViolationsPreviewOperationMetadata)

public CreateOrgPolicyViolationsPreviewOperationMetadata(CreateOrgPolicyViolationsPreviewOperationMetadata other)
Parameter
Name Description
other CreateOrgPolicyViolationsPreviewOperationMetadata

Properties

RequestTime

public Timestamp RequestTime { get; set; }

Time when the request was received.

Property Value
Type Description
Timestamp

ResourcesFound

public int ResourcesFound { get; set; }

Total number of resources that need scanning. Should equal resource_scanned + resources_pending

Property Value
Type Description
int

ResourcesPending

public int ResourcesPending { get; set; }

Number of resources still to scan.

Property Value
Type Description
int

ResourcesScanned

public int ResourcesScanned { get; set; }

Number of resources already scanned.

Property Value
Type Description
int

StartTime

public Timestamp StartTime { get; set; }

Time when the request started processing, i.e., when the state was set to RUNNING.

Property Value
Type Description
Timestamp

State

public PreviewState State { get; set; }

Output only. The current state of the operation.

Property Value
Type Description
PreviewState