Class Deployment
The Deployment object represents user intent for deploying a specific type of workload.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Deployment : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
CreateTimeRaw
Output only. [Output only] Create time stamp
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Description of the Deployment
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Name
The name of deployment resource. The format will be 'projects/{project_id}/locations/{location_id}/deployments/{deployment_id}'
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SapSystemS4Config
SAP system workload input
Declaration
[JsonProperty("sapSystemS4Config")]
public virtual SapSystemS4Config SapSystemS4Config { get; set; }
Property Value
| Type | Description |
|---|---|
| SapSystemS4Config |
ServiceAccount
User-specified Service Account (SA) credentials to be used for cloud build Format:
projects/{projectID}/serviceAccounts/{serviceAccount} The default Cloud Build SA will be used initially if
this field is not set during deployment creation
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SqlServerWorkload
MS SQL workload input
Declaration
[JsonProperty("sqlServerWorkload")]
public virtual SqlServerWorkload SqlServerWorkload { get; set; }
Property Value
| Type | Description |
|---|---|
| SqlServerWorkload |
State
Output only. Current state of the deployment.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TerraformVariables
Optional. terraform_variables represents all the Terraform variables for the deployment workload. The key is the name of the Terraform variable, and the value is the TerraformVariable. For example: { "project_id": { "input_value": { "string_value": "my-project-id" } }, "zone": { "input_value": { "string_value": "us-central1-a" } } }
Declaration
[JsonProperty("terraformVariables")]
public virtual IDictionary<string, TerraformVariable> TerraformVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, TerraformVariable> |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. [Output only] Update time stamp
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkerPool
Optional. The user-specified Cloud Build worker pool resource in which the Cloud Build job will execute.
Format: projects/{project}/locations/{location}/workerPools/{workerPoolId}. If this field is unspecified,
the default Cloud Build worker pool will be used.
Declaration
[JsonProperty("workerPool")]
public virtual string WorkerPool { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkloadType
Optional. Workload type of the deployment
Declaration
[JsonProperty("workloadType")]
public virtual string WorkloadType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |