UpdateOlvmTargetAssetDetails¶
-
class
oci.cloud_migrations.models.UpdateOlvmTargetAssetDetails(**kwargs)¶ Bases:
oci.cloud_migrations.models.update_target_asset_details.UpdateTargetAssetDetailsDescription of the OLVM target asset.
Attributes
TYPE_INSTANCEstr(object=’’) -> str TYPE_OLVM_INSTANCEstr(object=’’) -> str is_excluded_from_executionGets the is_excluded_from_execution of this UpdateTargetAssetDetails. ms_licenseGets the ms_license of this UpdateOlvmTargetAssetDetails. type[Required] Gets the type of this UpdateTargetAssetDetails. Methods
__init__(**kwargs)Initializes a new UpdateOlvmTargetAssetDetails 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. -
TYPE_INSTANCE= 'INSTANCE'¶
-
TYPE_OLVM_INSTANCE= 'OLVM_INSTANCE'¶
-
__init__(**kwargs)¶ Initializes a new UpdateOlvmTargetAssetDetails object with values from keyword arguments. The default value of the
typeattribute of this class isOLVM_INSTANCEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this UpdateOlvmTargetAssetDetails. Allowed values for this property are: “INSTANCE”, “OLVM_INSTANCE”
- is_excluded_from_execution (bool) – The value to assign to the is_excluded_from_execution property of this UpdateOlvmTargetAssetDetails.
- ms_license (str) – The value to assign to the ms_license property of this UpdateOlvmTargetAssetDetails.
-
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.
-
is_excluded_from_execution¶ Gets the is_excluded_from_execution of this UpdateTargetAssetDetails. A boolean indicating whether the asset should be migrated.
Returns: The is_excluded_from_execution of this UpdateTargetAssetDetails. Return type: bool
-
ms_license¶ Gets the ms_license of this UpdateOlvmTargetAssetDetails. Microsoft license for the VM configuration.
Returns: The ms_license of this UpdateOlvmTargetAssetDetails. Return type: str
-
type¶ [Required] Gets the type of this UpdateTargetAssetDetails. The type of target asset.
Allowed values for this property are: “INSTANCE”, “OLVM_INSTANCE”
Returns: The type of this UpdateTargetAssetDetails. Return type: str
-