/** * Create an instance of {@link JAXBElement }{@code <}{@link DvsNotAuthorized }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "DvsNotAuthorizedFault") public JAXBElement<DvsNotAuthorized> createDvsNotAuthorizedFault(DvsNotAuthorized value) { return new JAXBElement<DvsNotAuthorized>(_DvsNotAuthorizedFault_QNAME, DvsNotAuthorized.class, null, value); }
public Task reconfigureDvs_Task(DVSConfigSpec spec) throws DvsNotAuthorized, DvsFault, ConcurrentAccess, DuplicateName, InvalidState, InvalidName, NotFound, AlreadyExists, LimitExceeded, ResourceInUse, ResourceNotAvailable, RuntimeFault, RemoteException { ManagedObjectReference taskMor = getVimService().reconfigureDvs_Task(getMOR(), spec); return new Task(getServerConnection(), taskMor); }