Package com.vmware.nsx_policy.model
Class ShaEsxObsrvInfraStatsMonitorConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaEsxObsrvInfraStatsMonitorConfig.Builder
-
- Enclosing class:
- ShaEsxObsrvInfraStatsMonitorConfig
public static final class ShaEsxObsrvInfraStatsMonitorConfig.Builder extends java.lang.Object
Builder class forShaEsxObsrvInfraStatsMonitorConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofShaEsxObsrvInfraStatsMonitorConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaEsxObsrvInfraStatsMonitorConfig
build()
ShaEsxObsrvInfraStatsMonitorConfig.Builder
setCheckInterval(java.lang.Long checkInterval)
The interval for overwriting the 'check_interval' value inherited from the ShaEsxObsrvStatsMonitorConfig.ShaEsxObsrvInfraStatsMonitorConfig.Builder
setEnable(java.lang.Boolean enable)
Flag to overwrite the enable value
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofShaEsxObsrvInfraStatsMonitorConfig
.
-
-
Method Detail
-
setCheckInterval
public ShaEsxObsrvInfraStatsMonitorConfig.Builder setCheckInterval(java.lang.Long checkInterval)
The interval for overwriting the 'check_interval' value inherited from the ShaEsxObsrvStatsMonitorConfig. format: int64- Parameters:
checkInterval
- New value for the property.
-
setEnable
public ShaEsxObsrvInfraStatsMonitorConfig.Builder setEnable(java.lang.Boolean enable)
Flag to overwrite the enable value- Parameters:
enable
- New value for the property.
-
build
public ShaEsxObsrvInfraStatsMonitorConfig build()
-
-