CreateTargetAssetDetails¶
-
class
oci.cloud_migrations.models.
CreateTargetAssetDetails
(**kwargs)¶ Bases:
object
Details of the new target asset.
Attributes
TYPE_INSTANCE
A constant which can be used with the type property of a CreateTargetAssetDetails. is_excluded_from_execution
[Required] Gets the is_excluded_from_execution of this CreateTargetAssetDetails. migration_plan_id
[Required] Gets the migration_plan_id of this CreateTargetAssetDetails. type
[Required] Gets the type of this CreateTargetAssetDetails. Methods
__init__
(**kwargs)Initializes a new CreateTargetAssetDetails 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'¶ A constant which can be used with the type property of a CreateTargetAssetDetails. This constant has a value of “INSTANCE”
-
__init__
(**kwargs)¶ Initializes a new CreateTargetAssetDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - migration_plan_id (str) – The value to assign to the migration_plan_id property of this CreateTargetAssetDetails.
- type (str) – The value to assign to the type property of this CreateTargetAssetDetails. Allowed values for this property are: “INSTANCE”
- is_excluded_from_execution (bool) – The value to assign to the is_excluded_from_execution property of this CreateTargetAssetDetails.
-
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
¶ [Required] Gets the is_excluded_from_execution of this CreateTargetAssetDetails. A boolean indicating whether the asset should be migrated.
Returns: The is_excluded_from_execution of this CreateTargetAssetDetails. Return type: bool
-
migration_plan_id
¶ [Required] Gets the migration_plan_id of this CreateTargetAssetDetails. OCID of the associated migration plan.
Returns: The migration_plan_id of this CreateTargetAssetDetails. Return type: str
-
type
¶ [Required] Gets the type of this CreateTargetAssetDetails. The type of target asset.
Allowed values for this property are: “INSTANCE”
Returns: The type of this CreateTargetAssetDetails. Return type: str
-