BulkMoveResourcesDetails¶
-
class
oci.identity.models.
BulkMoveResourcesDetails
(**kwargs)¶ Bases:
object
BulkMoveResourcesDetails model.
Methods
__init__
(**kwargs)Initializes a new BulkMoveResourcesDetails object with values from keyword arguments. Attributes
resources
[Required] Gets the resources of this BulkMoveResourcesDetails. target_compartment_id
[Required] Gets the target_compartment_id of this BulkMoveResourcesDetails. -
__init__
(**kwargs)¶ Initializes a new BulkMoveResourcesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resources (list[oci.identity.models.BulkActionResource]) – The value to assign to the resources property of this BulkMoveResourcesDetails.
- target_compartment_id (str) – The value to assign to the target_compartment_id property of this BulkMoveResourcesDetails.
-
resources
¶ [Required] Gets the resources of this BulkMoveResourcesDetails. The resources to be moved.
Returns: The resources of this BulkMoveResourcesDetails. Return type: list[oci.identity.models.BulkActionResource]
-