Class Standard
Standard represents the standard deployment strategy.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class Standard : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Postdeploy
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
Declaration
[JsonProperty("postdeploy")]
public virtual Postdeploy Postdeploy { get; set; }
Property Value
Type | Description |
---|---|
Postdeploy |
Predeploy
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
Declaration
[JsonProperty("predeploy")]
public virtual Predeploy Predeploy { get; set; }
Property Value
Type | Description |
---|---|
Predeploy |
Verify
Whether to verify a deployment.
Declaration
[JsonProperty("verify")]
public virtual bool? Verify { get; set; }
Property Value
Type | Description |
---|---|
bool? |