update#
- Instance.update(timeout: float | None = None) None#
Update the instance information from the remote status.
- Parameters:
- timeout
float,optional Time in seconds to update the instance. The default is
None.
- timeout
- Raises:
InstanceNotFoundErrorThe instance was deleted.
RemoteErrorUnexpected server error.
RuntimeErrorIf the instance was not initialized with a ProductInstanceManagerStub.