UpdateVmInstanceDetails¶
-
class
oci.datacc.models.UpdateVmInstanceDetails(**kwargs)¶ Bases:
objectUpdated VM instance details.
Methods
__init__(**kwargs)Initializes a new UpdateVmInstanceDetails object with values from keyword arguments. Attributes
data_storage_size_in_gbsGets the data_storage_size_in_gbs of this UpdateVmInstanceDetails. defined_tagsGets the defined_tags of this UpdateVmInstanceDetails. descriptionGets the description of this UpdateVmInstanceDetails. display_nameGets the display_name of this UpdateVmInstanceDetails. freeform_tagsGets the freeform_tags of this UpdateVmInstanceDetails. -
__init__(**kwargs)¶ Initializes a new UpdateVmInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateVmInstanceDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateVmInstanceDetails.
- data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this UpdateVmInstanceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateVmInstanceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateVmInstanceDetails.
-
data_storage_size_in_gbs¶ Gets the data_storage_size_in_gbs of this UpdateVmInstanceDetails. Data storage to be allocated in GBs.
Returns: The data_storage_size_in_gbs of this UpdateVmInstanceDetails. Return type: float
Gets the defined_tags of this UpdateVmInstanceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateVmInstanceDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this UpdateVmInstanceDetails. VM instance description.
Returns: The description of this UpdateVmInstanceDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateVmInstanceDetails. VM instance display name. This name does not have to be unique, and is changeable.
Returns: The display_name of this UpdateVmInstanceDetails. Return type: str
Gets the freeform_tags of this UpdateVmInstanceDetails. Simple key-value pair that is applied without any predefined name, type or scope. This tag option exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateVmInstanceDetails. Return type: dict(str, str)
-