Class FutureResourcesSpec
Specification of resources to be created at some time in the future within an optionally specified set of locations, and within the specified time range.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FutureResourcesSpec : IDirectResponseSchema
Properties
DeploymentType
Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD). Defaults to DENSE.
Declaration
[JsonProperty("deploymentType")]
public virtual string DeploymentType { 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 |
LocationPolicy
Optional location policy allowing to exclude some zone(s) in which the resources must not be created.
Declaration
[JsonProperty("locationPolicy")]
public virtual FutureResourcesSpecLocationPolicy LocationPolicy { get; set; }
Property Value
Type | Description |
---|---|
FutureResourcesSpecLocationPolicy |
TargetResources
Specification of the reserved resources.
Declaration
[JsonProperty("targetResources")]
public virtual FutureResourcesSpecTargetResources TargetResources { get; set; }
Property Value
Type | Description |
---|---|
FutureResourcesSpecTargetResources |
TimeRangeSpec
Specification of a time range in which the resources may be created. The time range specifies start of resource use and planned end of resource use.
Declaration
[JsonProperty("timeRangeSpec")]
public virtual FlexibleTimeRange TimeRangeSpec { get; set; }
Property Value
Type | Description |
---|---|
FlexibleTimeRange |