TargetAsset

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

Bases: object

Description of the target asset.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a TargetAsset.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a TargetAsset.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a TargetAsset.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a TargetAsset.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a TargetAsset.
LIFECYCLE_STATE_NEEDS_ATTENTION A constant which can be used with the lifecycle_state property of a TargetAsset.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a TargetAsset.
TYPE_INSTANCE A constant which can be used with the type property of a TargetAsset.
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.
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 TargetAsset 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'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “FAILED”

LIFECYCLE_STATE_NEEDS_ATTENTION = 'NEEDS_ATTENTION'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “NEEDS_ATTENTION”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a TargetAsset. This constant has a value of “UPDATING”

TYPE_INSTANCE = 'INSTANCE'

A constant which can be used with the type property of a TargetAsset. This constant has a value of “INSTANCE”

__init__(**kwargs)

Initializes a new TargetAsset 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:
  • id (str) – The value to assign to the id property of this TargetAsset.
  • display_name (str) – The value to assign to the display_name property of this TargetAsset.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this TargetAsset. 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’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this TargetAsset.
  • migration_plan_id (str) – The value to assign to the migration_plan_id property of this TargetAsset.
  • compartment_id (str) – The value to assign to the compartment_id property of this TargetAsset.
  • created_resource_id (str) – The value to assign to the created_resource_id property of this TargetAsset.
  • type (str) – The value to assign to the type property of this TargetAsset. Allowed values for this property are: “INSTANCE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_excluded_from_execution (bool) – The value to assign to the is_excluded_from_execution property of this TargetAsset.
  • compatibility_messages (list[oci.cloud_migrations.models.CompatibilityMessage]) – The value to assign to the compatibility_messages property of this TargetAsset.
  • estimated_cost (oci.cloud_migrations.models.CostEstimation) – The value to assign to the estimated_cost property of this TargetAsset.
  • time_created (datetime) – The value to assign to the time_created property of this TargetAsset.
  • time_updated (datetime) – The value to assign to the time_updated property of this TargetAsset.
  • time_assessed (datetime) – The value to assign to the time_assessed property of this TargetAsset.
  • migration_asset (oci.cloud_migrations.models.MigrationAsset) – The value to assign to the migration_asset property of this TargetAsset.
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
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”, ‘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