public sealed class Workload : IMessage<Workload>, IEquatable<Workload>, IDeepCloneable<Workload>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class Workload.
Contains metadata around the Workload resource in the Assured Workloads API.
Namespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.dll
Constructors
Workload()
public Workload()
Workload(Workload)
public Workload(Workload other)
Parameter | |
---|---|
Name | Description |
other |
Workload |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time the resource was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Folder
public string Folder { get; set; }
Output only. The name of container folder of the assured workload
Property Value | |
---|---|
Type | Description |
string |
FolderId
public long FolderId { get; set; }
Output only. Folder id this workload is associated with
Property Value | |
---|---|
Type | Description |
long |
IsOnboarded
public bool IsOnboarded { get; set; }
Indicates whether a workload is fully onboarded.
Property Value | |
---|---|
Type | Description |
bool |
KeyManagementProjectId
public string KeyManagementProjectId { get; set; }
The project id of the key management project for the workload
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
The Google Cloud location of the workload
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
Property Value | |
---|---|
Type | Description |
string |
Partner
public Workload.Types.Partner Partner { get; set; }
Partner associated with this workload.
Property Value | |
---|---|
Type | Description |
WorkloadTypesPartner |
WorkloadName
public WorkloadName WorkloadName { get; set; }
WorkloadName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkloadName |
WorkloadOnboardingState
public WorkloadOnboardingState WorkloadOnboardingState { get; set; }
Container for workload onboarding steps.
Property Value | |
---|---|
Type | Description |
WorkloadOnboardingState |