1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.event.HostEvent: ../../vim/event/HostEvent.rst
vim.event.DatastoreRenamedOnHostEvent
=====================================
This event records when a datastore is added to VirtualCenter and is renamed by VirtualCenter because this datastore already exists in VirtualCenter with a different name, or because the name conflicts with another datastore in VirtualCenter.
:extends: vim.event.HostEvent_
Attributes:
oldName (`str`_):
The old datastore name.
newName (`str`_):
The new datastore name.
|