Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
FabricHostNode.Builder |
FabricHostNode.Builder.setComputeCollectionId(java.lang.String computeCollectionId)
Id of the compute collection to which discovered node belongs.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setDiscoveredIpAddresses(java.util.List<java.lang.String> discoveredIpAddresses)
Discovered IP Addresses of the transport node, version 4 or 6 format: ip
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setDiscoveredNodeId(java.lang.String discoveredNodeId)
Id of discovered node which was converted to create this node.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setDpu(java.util.List<DpuInfo> dpu)
Specifies details of data processing units (DPU) present on ESXi Host.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setFqdn(java.lang.String fqdn)
Fully qualified domain name of the transport node
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setHostCredential(HostNodeLoginCredential hostCredential) |
FabricHostNode.Builder |
FabricHostNode.Builder.setIpAddresses(java.util.List<java.lang.String> ipAddresses)
IP Addresses of the Node, version 4 or 6.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setMaintenanceModeState(java.lang.String maintenanceModeState)
Possible values are:
FabricHostNode.MAINTENANCE_MODE_STATE_OFF
FabricHostNode.MAINTENANCE_MODE_STATE_ENTERING
FabricHostNode.MAINTENANCE_MODE_STATE_ON
Indicates host node's maintenance mode state. |
FabricHostNode.Builder |
FabricHostNode.Builder.setManagedByServer(java.lang.String managedByServer)
The id of the vCenter server managing the ESXi type HostNode
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FabricHostNode.Builder |
FabricHostNode.Builder.setOsType(java.lang.String osType)
Possible values are:
FabricHostNode.OS_TYPE_ESXI FabricHostNode.OS_TYPE_RHELKVM FabricHostNode.OS_TYPE_RHELSERVER FabricHostNode.OS_TYPE_WINDOWSSERVER
FabricHostNode.OS_TYPE_RHELCONTAINER
FabricHostNode.OS_TYPE_UBUNTUKVM
FabricHostNode.OS_TYPE_UBUNTUSERVER
FabricHostNode.OS_TYPE_HYPERV
FabricHostNode.OS_TYPE_CENTOSKVM
FabricHostNode.OS_TYPE_CENTOSSERVER
FabricHostNode.OS_TYPE_CENTOSCONTAINER
FabricHostNode.OS_TYPE_SLESKVM
FabricHostNode.OS_TYPE_SLESSERVER
FabricHostNode.OS_TYPE_OELSERVER
Hypervisor type, for example ESXi or RHEL KVM |
FabricHostNode.Builder |
FabricHostNode.Builder.setOsVersion(java.lang.String osVersion)
Version of the hypervisor operating system
|
FabricHostNode.Builder |
FabricHostNode.Builder.setWindowsInstallLocation(java.lang.String windowsInstallLocation)
Specify an installation folder to install the NSX kernel modules for Windows
Server.
|