/** * Create an instance of {@link JAXBElement }{@code <}{@link HostConfigFault }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "HostConfigFaultFault") public JAXBElement<HostConfigFault> createHostConfigFaultFault(HostConfigFault value) { return new JAXBElement<HostConfigFault>(_HostConfigFaultFault_QNAME, HostConfigFault.class, null, value); }
public void configurePowerPolicy(int key) throws HostConfigFault, RuntimeFault, RemoteException { getVimService().configurePowerPolicy(getMOR(), key); }
public void updatePassthruConfig(HostPciPassthruConfig[] config) throws HostConfigFault, RuntimeFault, RemoteException { getVimService().updatePassthruConfig(getMOR(), config); }
public Task configureVFlashResourceEx_Task(String[] devicePath) throws HostConfigFault, RuntimeFault, RemoteException { ManagedObjectReference mor = getVimService().configureVFlashResourceEx_Task(this.getMOR(), devicePath); return new Task(getServerConnection(), mor); }
public void hostConfigureVFlashResource(HostVFlashManagerVFlashResourceConfigSpec spec) throws HostConfigFault, ResourceInUse, RuntimeFault, RemoteException { getVimService().hostConfigureVFlashResource(this.getMOR(), spec); }
public void hostConfigVFlashCache(HostVFlashManagerVFlashCacheConfigSpec spec) throws HostConfigFault, InaccessibleVFlashSource, ResourceInUse, RuntimeFault, RemoteException { getVimService().hostConfigVFlashCache(this.getMOR(), spec); }
public VirtualDiskVFlashCacheConfigInfo hostGetVFlashModuleDefaultConfig(String vFlashModule) throws NotFound, HostConfigFault, RuntimeFault, RemoteException { return getVimService().hostGetVFlashModuleDefaultConfig(this.getMOR(), vFlashModule); }
public void hostRemoveVFlashResource() throws NotFound, HostConfigFault, ResourceInUse, RuntimeFault, RemoteException { getVimService().hostRemoveVFlashResource(this.getMOR()); }
public void createDiagnosticPartition(HostDiagnosticPartitionCreateSpec spec) throws HostConfigFault, NotFound, RuntimeFault, RemoteException { getVimService().createDiagnosticPartition(getMOR(), spec); }
public HostDiagnosticPartition[] queryAvailablePartition() throws HostConfigFault, RuntimeFault, RemoteException { return getVimService().queryAvailablePartition(getMOR()); }
public HostDiagnosticPartitionCreateDescription queryPartitionCreateDesc(String diskUuid, String diagnosticType) throws HostConfigFault, NotFound, RuntimeFault, RemoteException { return getVimService().queryPartitionCreateDesc(getMOR(), diskUuid, diagnosticType); }
public HostDiagnosticPartitionCreateOption[] queryPartitionCreateOptions(String storageType, String diagnosticType) throws HostConfigFault, RuntimeFault, RemoteException { return getVimService().queryPartitionCreateOptions(getMOR(), storageType, diagnosticType); }
public void selectActivePartition(HostScsiDiskPartition partition) throws HostConfigFault, NotFound, RuntimeFault, RemoteException { getVimService().selectActivePartition(getMOR(), partition); }
public Task joinDomain_Task(String domainName, String userName, String password) throws InvalidState, HostConfigFault, InvalidLogin, ActiveDirectoryFault, TaskInProgress, RuntimeFault, RemoteException { ManagedObjectReference mor = getVimService().joinDomain_Task(getMOR(), domainName, userName, password); return new Task(getServerConnection(), mor); }
/** * @since SDK5.0 */ public Task joinDomainWithCAM_Task(String domainName, String camServer) throws InvalidState, HostConfigFault, ActiveDirectoryFault, TaskInProgress, RuntimeFault, RemoteException { ManagedObjectReference mor = getVimService().joinDomainWithCAM_Task(getMOR(), domainName, camServer); return new Task(getServerConnection(), mor); }
public VirtualNicManagerNetConfig queryNetConfig(String nicType) throws HostConfigFault, InvalidArgument, RuntimeFault, RemoteException { return getVimService().queryNetConfig(getMOR(), nicType); }
public void deselectVnicForNicType(String nicType, String device) throws HostConfigFault, InvalidArgument, RuntimeFault, RemoteException { getVimService().deselectVnicForNicType(getMOR(), nicType, device); }
public void selectVnicForNicType(String nicType, String device) throws HostConfigFault, InvalidArgument, RuntimeFault, RemoteException { getVimService().selectVnicForNicType(getMOR(), nicType, device); }