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