Class InstanceSourceViaImageDetails
Inherited Members
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class InstanceSourceViaImageDetails : InstanceSourceDetails
Properties
BootVolumeSizeInGBs
Declaration
[JsonProperty(PropertyName = "bootVolumeSizeInGBs")]
public long? BootVolumeSizeInGBs { get; set; }
Property Value
Type | Description |
---|---|
long? | The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB). |
BootVolumeVpusPerGB
Declaration
[JsonProperty(PropertyName = "bootVolumeVpusPerGB")]
public long? BootVolumeVpusPerGB { get; set; }
Property Value
Type | Description |
---|---|
long? | The number of volume performance units (VPUs) that will be applied to this volume per GB that
represents the Block Volume service's elastic performance options.
See Block Volume Performance Levels for more information.
|
ImageId
Declaration
[Required(ErrorMessage = "ImageId is required.")]
[JsonProperty(PropertyName = "imageId")]
public string ImageId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the image used to boot the instance. |
Remarks
Required
KmsKeyId
Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the key management key to assign as the master encryption key for the boot volume. |