public static interface VmServer.Builder extends SdkPojo, CopyableBuilder<VmServer.Builder,VmServer>
| Modifier and Type | Method and Description |
|---|---|
VmServer.Builder |
vmManagerName(String vmManagerName)
The name of the VM manager.
|
VmServer.Builder |
vmManagerType(String vmManagerType)
The type of VM management product.
|
VmServer.Builder |
vmManagerType(VmManagerType vmManagerType)
The type of VM management product.
|
VmServer.Builder |
vmName(String vmName)
The name of the VM.
|
VmServer.Builder |
vmPath(String vmPath)
The VM folder path in the vCenter Server virtual machine inventory tree.
|
default VmServer.Builder |
vmServerAddress(Consumer<VmServerAddress.Builder> vmServerAddress)
The VM server location.
|
VmServer.Builder |
vmServerAddress(VmServerAddress vmServerAddress)
The VM server location.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVmServer.Builder vmServerAddress(VmServerAddress vmServerAddress)
The VM server location.
vmServerAddress - The VM server location.default VmServer.Builder vmServerAddress(Consumer<VmServerAddress.Builder> vmServerAddress)
The VM server location.
This is a convenience method that creates an instance of theVmServerAddress.Builder avoiding the
need to create one manually via VmServerAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vmServerAddress(VmServerAddress).
vmServerAddress - a consumer that will call methods on VmServerAddress.BuildervmServerAddress(VmServerAddress)VmServer.Builder vmName(String vmName)
The name of the VM.
vmName - The name of the VM.VmServer.Builder vmManagerName(String vmManagerName)
The name of the VM manager.
vmManagerName - The name of the VM manager.VmServer.Builder vmManagerType(String vmManagerType)
The type of VM management product.
vmManagerType - The type of VM management product.VmManagerType,
VmManagerTypeVmServer.Builder vmManagerType(VmManagerType vmManagerType)
The type of VM management product.
vmManagerType - The type of VM management product.VmManagerType,
VmManagerTypeVmServer.Builder vmPath(String vmPath)
The VM folder path in the vCenter Server virtual machine inventory tree.
vmPath - The VM folder path in the vCenter Server virtual machine inventory tree.Copyright © 2023. All rights reserved.