Package com.vmware.nsx_policy.model
Class ShaEsxObsrvAlarmsMonitorConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaEsxObsrvAlarmsMonitorConfig.Builder
-
- Enclosing class:
- ShaEsxObsrvAlarmsMonitorConfig
public static final class ShaEsxObsrvAlarmsMonitorConfig.Builder extends java.lang.ObjectBuilder class forShaEsxObsrvAlarmsMonitorConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofShaEsxObsrvAlarmsMonitorConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaEsxObsrvAlarmsMonitorConfigbuild()ShaEsxObsrvAlarmsMonitorConfig.BuildersetCheckInterval(java.lang.Long checkInterval)The interval (in seconds) for collecting the statistics from a node format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ShaEsxObsrvAlarmsMonitorConfig.BuildersetEnable(java.lang.Boolean enable)Flag to enable/disable this monitor
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofShaEsxObsrvAlarmsMonitorConfig.
-
-
Method Detail
-
setCheckInterval
public ShaEsxObsrvAlarmsMonitorConfig.Builder setCheckInterval(java.lang.Long checkInterval)
The interval (in seconds) for collecting the statistics from a node format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
checkInterval- New value for the property.
-
setEnable
public ShaEsxObsrvAlarmsMonitorConfig.Builder setEnable(java.lang.Boolean enable)
Flag to enable/disable this monitor- Parameters:
enable- New value for the property.
-
build
public ShaEsxObsrvAlarmsMonitorConfig build()
-
-