Show / Hide Table of Contents

Class WorkloadProfile

workload resource

Inheritance
object
WorkloadProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 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

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

WorkloadType

Required. The type of the workload

Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX