Class AsyncOptions
Async options that determine when a resource should finish.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class AsyncOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodMatch
Method regex where this policy will apply.
Declaration
[JsonProperty("methodMatch")]
public virtual string MethodMatch { get; set; }
Property Value
Type | Description |
---|---|
string |
PollingOptions
Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.
Declaration
[JsonProperty("pollingOptions")]
public virtual PollingOptions PollingOptions { get; set; }
Property Value
Type | Description |
---|---|
PollingOptions |