InstanceConfigurationInstanceSourceViaImageDetails¶
-
class
oci.core.models.
InstanceConfigurationInstanceSourceViaImageDetails
(**kwargs)¶ Bases:
oci.core.models.instance_configuration_instance_source_details.InstanceConfigurationInstanceSourceDetails
InstanceConfigurationInstanceSourceViaImageDetails model.
Methods
__init__
(**kwargs)Initializes a new InstanceConfigurationInstanceSourceViaImageDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
boot_volume_size_in_gbs
Gets the boot_volume_size_in_gbs of this InstanceConfigurationInstanceSourceViaImageDetails. image_id
Gets the image_id of this InstanceConfigurationInstanceSourceViaImageDetails. source_type
[Required] Gets the source_type of this InstanceConfigurationInstanceSourceDetails. -
__init__
(**kwargs)¶ Initializes a new InstanceConfigurationInstanceSourceViaImageDetails object with values from keyword arguments. The default value of the
source_type
attribute of this class isimage
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - source_type (str) – The value to assign to the source_type property of this InstanceConfigurationInstanceSourceViaImageDetails.
- boot_volume_size_in_gbs (int) – The value to assign to the boot_volume_size_in_gbs property of this InstanceConfigurationInstanceSourceViaImageDetails.
- image_id (str) – The value to assign to the image_id property of this InstanceConfigurationInstanceSourceViaImageDetails.
-
boot_volume_size_in_gbs
¶ Gets the boot_volume_size_in_gbs of this InstanceConfigurationInstanceSourceViaImageDetails. The size of the boot volume in GBs. The minimum value is 50 GB and the maximum value is 16384 GB (16TB).
Returns: The boot_volume_size_in_gbs of this InstanceConfigurationInstanceSourceViaImageDetails. Return type: int
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
image_id
¶ Gets the image_id of this InstanceConfigurationInstanceSourceViaImageDetails. The OCID of the image used to boot the instance.
Returns: The image_id of this InstanceConfigurationInstanceSourceViaImageDetails. Return type: str
-
source_type
¶ [Required] Gets the source_type of this InstanceConfigurationInstanceSourceDetails. The source type for the instance. Use image when specifying the image OCID. Use bootVolume when specifying the boot volume OCID.
Returns: The source_type of this InstanceConfigurationInstanceSourceDetails. Return type: str
-