OlvmTargetAsset

class oci.cloud_migrations.models.OlvmTargetAsset(**kwargs)

Bases: oci.cloud_migrations.models.target_asset.TargetAsset

Description of the VM target asset.

Attributes

LIFECYCLE_STATE_ACTIVE str(object=’’) -> str
LIFECYCLE_STATE_CREATING str(object=’’) -> str
LIFECYCLE_STATE_DELETED str(object=’’) -> str
LIFECYCLE_STATE_DELETING str(object=’’) -> str
LIFECYCLE_STATE_FAILED str(object=’’) -> str
LIFECYCLE_STATE_NEEDS_ATTENTION str(object=’’) -> str
LIFECYCLE_STATE_UPDATING str(object=’’) -> str
TYPE_INSTANCE str(object=’’) -> str
TYPE_OLVM_INSTANCE str(object=’’) -> str
compartment_id Gets the compartment_id of this TargetAsset.
compatibility_messages Gets the compatibility_messages of this TargetAsset.
created_resource_id Gets the created_resource_id of this TargetAsset.
display_name Gets the display_name of this TargetAsset.
estimated_cost [Required] Gets the estimated_cost of this TargetAsset.
id [Required] Gets the id of this TargetAsset.
is_excluded_from_execution [Required] Gets the is_excluded_from_execution of this TargetAsset.
lifecycle_details Gets the lifecycle_details of this TargetAsset.
lifecycle_state [Required] Gets the lifecycle_state of this TargetAsset.
migration_asset Gets the migration_asset of this TargetAsset.
migration_plan_id [Required] Gets the migration_plan_id of this TargetAsset.
ms_license Gets the ms_license of this OlvmTargetAsset.
time_assessed [Required] Gets the time_assessed of this TargetAsset.
time_created [Required] Gets the time_created of this TargetAsset.
time_updated [Required] Gets the time_updated of this TargetAsset.
type [Required] Gets the type of this TargetAsset.

Methods

__init__(**kwargs) Initializes a new OlvmTargetAsset 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.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'
LIFECYCLE_STATE_CREATING = 'CREATING'
LIFECYCLE_STATE_DELETED = 'DELETED'
LIFECYCLE_STATE_DELETING = 'DELETING'
LIFECYCLE_STATE_FAILED = 'FAILED'
LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'
LIFECYCLE_STATE_UPDATING = 'UPDATING'
TYPE_INSTANCE = 'INSTANCE'
TYPE_OLVM_INSTANCE = 'OLVM_INSTANCE'
__init__(**kwargs)

Initializes a new OlvmTargetAsset object with values from keyword arguments. The default value of the type attribute of this class is OLVM_INSTANCE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this OlvmTargetAsset.
  • display_name (str) – The value to assign to the display_name property of this OlvmTargetAsset.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OlvmTargetAsset. Allowed values for this property are: “CREATING”, “UPDATING”, “NEEDS_ATTENTION”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this OlvmTargetAsset.
  • migration_plan_id (str) – The value to assign to the migration_plan_id property of this OlvmTargetAsset.
  • compartment_id (str) – The value to assign to the compartment_id property of this OlvmTargetAsset.
  • created_resource_id (str) – The value to assign to the created_resource_id property of this OlvmTargetAsset.
  • type (str) – The value to assign to the type property of this OlvmTargetAsset. 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 OlvmTargetAsset.
  • compatibility_messages (list[oci.cloud_migrations.models.CompatibilityMessage]) – The value to assign to the compatibility_messages property of this OlvmTargetAsset.
  • estimated_cost (oci.cloud_migrations.models.CostEstimation) – The value to assign to the estimated_cost property of this OlvmTargetAsset.
  • time_created (datetime) – The value to assign to the time_created property of this OlvmTargetAsset.
  • time_updated (datetime) – The value to assign to the time_updated property of this OlvmTargetAsset.
  • time_assessed (datetime) – The value to assign to the time_assessed property of this OlvmTargetAsset.
  • migration_asset (oci.cloud_migrations.models.MigrationAsset) – The value to assign to the migration_asset property of this OlvmTargetAsset.
  • ms_license (str) – The value to assign to the ms_license property of this OlvmTargetAsset.
compartment_id

Gets the compartment_id of this TargetAsset. Compartment identifier

Returns:The compartment_id of this TargetAsset.
Return type:str
compatibility_messages

Gets the compatibility_messages of this TargetAsset. Messages about the compatibility issues.

Returns:The compatibility_messages of this TargetAsset.
Return type:list[oci.cloud_migrations.models.CompatibilityMessage]
created_resource_id

Gets the created_resource_id of this TargetAsset. Created resource identifier

Returns:The created_resource_id of this TargetAsset.
Return type:str
display_name

Gets the display_name of this TargetAsset. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this TargetAsset.
Return type:str
estimated_cost

[Required] Gets the estimated_cost of this TargetAsset.

Returns:The estimated_cost of this TargetAsset.
Return type:oci.cloud_migrations.models.CostEstimation
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.

id

[Required] Gets the id of this TargetAsset. Unique identifier that is immutable on creation.

Returns:The id of this TargetAsset.
Return type:str
is_excluded_from_execution

[Required] Gets the is_excluded_from_execution of this TargetAsset. A boolean indicating whether the asset should be migrated.

Returns:The is_excluded_from_execution of this TargetAsset.
Return type:bool
lifecycle_details

Gets the lifecycle_details of this TargetAsset. A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this TargetAsset.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this TargetAsset. The current state of the target asset.

Allowed values for this property are: “CREATING”, “UPDATING”, “NEEDS_ATTENTION”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this TargetAsset.
Return type:str
migration_asset

Gets the migration_asset of this TargetAsset.

Returns:The migration_asset of this TargetAsset.
Return type:oci.cloud_migrations.models.MigrationAsset
migration_plan_id

[Required] Gets the migration_plan_id of this TargetAsset. OCID of the associated migration plan.

Returns:The migration_plan_id of this TargetAsset.
Return type:str
ms_license

Gets the ms_license of this OlvmTargetAsset. Microsoft license for VM configuration.

Returns:The ms_license of this OlvmTargetAsset.
Return type:str
time_assessed

[Required] Gets the time_assessed of this TargetAsset. The time when the assessment was done. An RFC3339 formatted datetime string.

Returns:The time_assessed of this TargetAsset.
Return type:datetime
time_created

[Required] Gets the time_created of this TargetAsset. The time when the target asset was created. An RFC3339 formatted datetime string.

Returns:The time_created of this TargetAsset.
Return type:datetime
time_updated

[Required] Gets the time_updated of this TargetAsset. The time when the target asset was updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this TargetAsset.
Return type:datetime
type

[Required] Gets the type of this TargetAsset. The type of target asset.

Allowed values for this property are: “INSTANCE”, “OLVM_INSTANCE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this TargetAsset.
Return type:str