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
Application
Optional. The application layer
Declaration
[JsonProperty("application")]
public virtual Layer Application { get; set; }
Property Value
Type | Description |
---|---|
Layer |
Ascs
Optional. The ascs layer
Declaration
[JsonProperty("ascs")]
public virtual Layer Ascs { get; set; }
Property Value
Type | Description |
---|---|
Layer |
Database
Optional. The database layer
Declaration
[JsonProperty("database")]
public virtual Layer Database { get; set; }
Property Value
Type | Description |
---|---|
Layer |
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}/workloads/{workload_id}'
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RefreshedTime
object representation of Refreshed
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
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RefreshedTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
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 |
---|---|
Sap |
SqlserverWorkload
The sqlserver workload content
Declaration
[JsonProperty("sqlserverWorkload")]
public virtual SqlserverWorkload SqlserverWorkload { get; set; }
Property Value
Type | Description |
---|---|
Sqlserver |
State
Output only. [output only] the current state if a a workload
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreeTierWorkload
The 3 tier web app workload content
Declaration
[JsonProperty("threeTierWorkload")]
public virtual ThreeTierWorkload ThreeTierWorkload { get; set; }
Property Value
Type | Description |
---|---|
Three |
WorkloadType
Required. The type of the workload
Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
Type | Description |
---|---|
string |