public sealed class CreateWorkloadOperationMetadata : IMessage<CreateWorkloadOperationMetadata>, IEquatable<CreateWorkloadOperationMetadata>, IDeepCloneable<CreateWorkloadOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Assured Workloads v1 API class CreateWorkloadOperationMetadata.
Operation metadata to give request details of CreateWorkload.
Implements
IMessage<CreateWorkloadOperationMetadata>, IEquatable<CreateWorkloadOperationMetadata>, IDeepCloneable<CreateWorkloadOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
CreateWorkloadOperationMetadata()
public CreateWorkloadOperationMetadata()CreateWorkloadOperationMetadata(CreateWorkloadOperationMetadata)
public CreateWorkloadOperationMetadata(CreateWorkloadOperationMetadata other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        CreateWorkloadOperationMetadata | 
      
Properties
ComplianceRegime
public Workload.Types.ComplianceRegime ComplianceRegime { get; set; }Optional. Compliance controls that should be applied to the resources managed by the workload.
| Property Value | |
|---|---|
| Type | Description | 
Workload.Types.ComplianceRegime | 
        |
CreateTime
public Timestamp CreateTime { get; set; }Optional. Time when the operation was created.
| Property Value | |
|---|---|
| Type | Description | 
Timestamp | 
        |
DisplayName
public string DisplayName { get; set; }Optional. The display name of the workload.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Parent
public string Parent { get; set; }Optional. The parent of the workload.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |