Class Layer
The database layer
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Layer : IDirectResponseSchema
Properties
ApplicationType
the application layer
Declaration
[JsonProperty("applicationType")]
public virtual string ApplicationType { get; set; }
Property Value
Type | Description |
---|---|
string |
DatabaseType
Optional. the database layer
Declaration
[JsonProperty("databaseType")]
public virtual string DatabaseType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instances
Optional. instances in a layer
Declaration
[JsonProperty("instances")]
public virtual IList<Instance> Instances { get; set; }
Property Value
Sid
Output only. system identification of a layer
Declaration
[JsonProperty("sid")]
public virtual string Sid { get; set; }
Property Value
Type | Description |
---|---|
string |