Package com.vmware.nsx_policy.model
Class CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder
-
- Enclosing class:
- CpuCoreConfigForEnhancedNetworkingStackSwitch
public static final class CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder extends java.lang.Object
Builder class forCpuCoreConfigForEnhancedNetworkingStackSwitch
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofCpuCoreConfigForEnhancedNetworkingStackSwitch
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CpuCoreConfigForEnhancedNetworkingStackSwitch
build()
CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder
setNumaNodeIndex(java.lang.Long numaNodeIndex)
Unique index of the Non Uniform Memory Access (NUMA) node format: int32CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder
setNumLcores(java.lang.Long numLcores)
Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node format: int32
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofCpuCoreConfigForEnhancedNetworkingStackSwitch
.
-
-
Method Detail
-
setNumLcores
public CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder setNumLcores(java.lang.Long numLcores)
Number of Logical cpu cores (Lcores) to be placed on a specified NUMA node format: int32- Parameters:
numLcores
- New value for the property.
-
setNumaNodeIndex
public CpuCoreConfigForEnhancedNetworkingStackSwitch.Builder setNumaNodeIndex(java.lang.Long numaNodeIndex)
Unique index of the Non Uniform Memory Access (NUMA) node format: int32- Parameters:
numaNodeIndex
- New value for the property.
-
build
public CpuCoreConfigForEnhancedNetworkingStackSwitch build()
-
-