Package com.vmware.nsx_policy.model
Class ShaEsxObsrvStatsMonitorConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaEsxObsrvStatsMonitorConfig.Builder
-
- Enclosing class:
- ShaEsxObsrvStatsMonitorConfig
public static final class ShaEsxObsrvStatsMonitorConfig.Builder extends java.lang.ObjectBuilder class forShaEsxObsrvStatsMonitorConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofShaEsxObsrvStatsMonitorConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaEsxObsrvStatsMonitorConfigbuild()ShaEsxObsrvStatsMonitorConfig.BuildersetCheckInterval(java.lang.Long checkInterval)The interval (in seconds) for collecting the statistics from a node format: int64ShaEsxObsrvStatsMonitorConfig.BuildersetEnable(java.lang.Boolean enable)Flag to enable/disable this monitor
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofShaEsxObsrvStatsMonitorConfig.
-
-
Method Detail
-
setCheckInterval
public ShaEsxObsrvStatsMonitorConfig.Builder setCheckInterval(java.lang.Long checkInterval)
The interval (in seconds) for collecting the statistics from a node format: int64- Parameters:
checkInterval- New value for the property.
-
setEnable
public ShaEsxObsrvStatsMonitorConfig.Builder setEnable(java.lang.Boolean enable)
Flag to enable/disable this monitor- Parameters:
enable- New value for the property.
-
build
public ShaEsxObsrvStatsMonitorConfig build()
-
-