public static class InstanceConfigurationInstanceSourceViaImageDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceConfigurationInstanceSourceViaImageDetails.Builder |
bootVolumeSizeInGBs(Long bootVolumeSizeInGBs)
The size of the boot volume in GBs.
|
InstanceConfigurationInstanceSourceViaImageDetails.Builder |
bootVolumeVpusPerGB(Long bootVolumeVpusPerGB)
The number of volume performance units (VPUs) that will be applied to this volume per GB,
representing the Block Volume service’s elastic performance options.
|
InstanceConfigurationInstanceSourceViaImageDetails |
build() |
InstanceConfigurationInstanceSourceViaImageDetails.Builder |
copy(InstanceConfigurationInstanceSourceViaImageDetails model) |
InstanceConfigurationInstanceSourceViaImageDetails.Builder |
imageId(String imageId)
The OCID of the image used to boot the instance.
|
InstanceConfigurationInstanceSourceViaImageDetails.Builder |
kmsKeyId(String kmsKeyId)
The OCID of the Vault service key to assign as the master encryption key for the boot
volume.
|
public InstanceConfigurationInstanceSourceViaImageDetails.Builder bootVolumeSizeInGBs(Long bootVolumeSizeInGBs)
The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 32,768 GB (32 TB).
bootVolumeSizeInGBs
- the value to setpublic InstanceConfigurationInstanceSourceViaImageDetails.Builder imageId(String imageId)
The OCID of the image used to boot the instance.
imageId
- the value to setpublic InstanceConfigurationInstanceSourceViaImageDetails.Builder kmsKeyId(String kmsKeyId)
The OCID of the Vault service key to assign as the master encryption key for the boot volume.
kmsKeyId
- the value to setpublic InstanceConfigurationInstanceSourceViaImageDetails.Builder bootVolumeVpusPerGB(Long bootVolumeVpusPerGB)
The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service’s elastic performance options. See Block Volume Performance Levels for more information.
Allowed values:
10
: Represents Balanced option.
20
: Represents Higher Performance option.
30
-120
: Represents the Ultra High Performance option.
For performance autotune enabled volumes, it would be the Default(Minimum) VPUs/GB.
bootVolumeVpusPerGB
- the value to setpublic InstanceConfigurationInstanceSourceViaImageDetails build()
Copyright © 2016–2023. All rights reserved.