UpdateMigrationPlanDetails

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

Bases: object

The information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateMigrationPlanDetails object with values from keyword arguments.

Attributes

defined_tags Gets the defined_tags of this UpdateMigrationPlanDetails.
display_name Gets the display_name of this UpdateMigrationPlanDetails.
freeform_tags Gets the freeform_tags of this UpdateMigrationPlanDetails.
strategies Gets the strategies of this UpdateMigrationPlanDetails.
target_environments Gets the target_environments of this UpdateMigrationPlanDetails.
__init__(**kwargs)

Initializes a new UpdateMigrationPlanDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateMigrationPlanDetails.
  • strategies (list[oci.cloud_migrations.models.ResourceAssessmentStrategy]) – The value to assign to the strategies property of this UpdateMigrationPlanDetails.
  • target_environments (list[oci.cloud_migrations.models.TargetEnvironment]) – The value to assign to the target_environments property of this UpdateMigrationPlanDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateMigrationPlanDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateMigrationPlanDetails.
defined_tags

Gets the defined_tags of this UpdateMigrationPlanDetails. 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 UpdateMigrationPlanDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateMigrationPlanDetails. Migration plan identifier

Returns:The display_name of this UpdateMigrationPlanDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateMigrationPlanDetails. Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this UpdateMigrationPlanDetails.
Return type:dict(str, str)
strategies

Gets the strategies of this UpdateMigrationPlanDetails. List of strategies for the resources to be migrated.

Returns:The strategies of this UpdateMigrationPlanDetails.
Return type:list[oci.cloud_migrations.models.ResourceAssessmentStrategy]
target_environments

Gets the target_environments of this UpdateMigrationPlanDetails. List of target environments.

Returns:The target_environments of this UpdateMigrationPlanDetails.
Return type:list[oci.cloud_migrations.models.TargetEnvironment]