DestinationVolumeParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)
DestinationVolumeParameters specify input parameters used for creating destination volume.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
storage_pool |
str
Required. Existing destination StoragePool name. |
volume_id |
str
Desired destination volume resource id. If not specified, source volume's resource id will be used. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. |
share_name |
str
Destination volume's share name. If not specified, source volume's share name will be used. |
description |
str
Description for the destination volume. This field is a member of oneof _ _description .
|