Class ManagedInstanceInstanceFlexibilityOverride
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ManagedInstanceInstanceFlexibilityOverride : IDirectResponseSchema
Properties
Disks
List of disks to be attached to the instance.
Declaration
[JsonProperty("disks")]
public virtual IList<AttachedDisk> Disks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AttachedDisk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MachineType
The machine type to be used for this instance.
Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinCpuPlatform
Name of the minimum CPU platform to be used by this instance. e.g. 'Intel Ice Lake'.
Declaration
[JsonProperty("minCpuPlatform")]
public virtual string MinCpuPlatform { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProvisioningModel
The provisioning model to be used for this instance.
Declaration
[JsonProperty("provisioningModel")]
public virtual string ProvisioningModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |