Class WorkloadProfile
workload resource
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class WorkloadProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Labels
Optional. such as name, description, version. More example can be found in deployment
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Name
Identifier. name of resource names have the form 'projects/{project_id}/locations/{location}/workloadProfiles/{workload_id}'
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RefreshedTime
object representation of RefreshedTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RefreshedTimeDateTimeOffset instead.")]
public virtual object RefreshedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
RefreshedTimeDateTimeOffset
DateTimeOffset representation of RefreshedTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RefreshedTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
RefreshedTimeRaw
Required. time when the workload data was refreshed
Declaration
[JsonProperty("refreshedTime")]
public virtual string RefreshedTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SapWorkload
The sap workload content
Declaration
[JsonProperty("sapWorkload")]
public virtual SapWorkload SapWorkload { get; set; }
Property Value
| Type | Description |
|---|---|
| SapWorkload |
WorkloadType
Required. The type of the workload
Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |