flywheel.models.bulk_move_input
BulkMoveInput
Bases: object
conflict_mode property writable
Gets the conflict_mode of this BulkMoveInput.
Returns:
| Type | Description |
|---|---|
ConflictTypes | The conflict_mode of this BulkMoveInput |
destination_container_type property writable
Gets the destination_container_type of this BulkMoveInput.
Returns:
| Type | Description |
|---|---|
DestinationContainerType | The destination_container_type of this BulkMoveInput |
destinations property writable
Gets the destinations of this BulkMoveInput.
Returns:
| Type | Description |
|---|---|
list[str] | The destinations of this BulkMoveInput |
remove_source property writable
Gets the remove_source of this BulkMoveInput.
Returns:
| Type | Description |
|---|---|
bool | The remove_source of this BulkMoveInput |
sources property writable
Gets the sources of this BulkMoveInput.
Returns:
| Type | Description |
|---|---|
list[str] | The sources of this BulkMoveInput |
__contains__(key)
Checks if the given value is a key in this object
__eq__(other)
Returns true if both objects are equal
__getitem__(key)
Returns the value of key
__init__(destination_container_type=None, sources=None, destinations=None, conflict_mode=None, remove_source=False)
BulkMoveInput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
destination_container_type | (DestinationContainerType, optional) | , defaults to None | None |
sources | (list[str], optional) | , defaults to None | None |
destinations | (list[str], optional) | , defaults to None | None |
conflict_mode | (ConflictTypes, optional) | , defaults to None | None |
remove_source | (bool, optional) | , defaults to False | False |
__ne__(other)
Returns true if both objects are not equal
__repr__()
For print and pprint
__setitem__(key, value)
Sets the value of key
get(key, default=None)
Get the value of the provided json property, or default
items()
Returns the list of json property to value mapping
keys()
Returns the list of json properties in the object
positional_to_model(value) staticmethod
Converts a positional argument to a model value
return_value()
Unwraps return value from model
to_dict()
Returns the model properties as a dict
to_str()
Returns the string representation of the model
values()
Returns the list of values in the object