Package com.vmware.nsx_policy.model
Class ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder
-
- Enclosing class:
- ShaEsxObsrvTnStatsFileDumpMonitorConfig
public static final class ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder extends java.lang.Object
Builder class forShaEsxObsrvTnStatsFileDumpMonitorConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofShaEsxObsrvTnStatsFileDumpMonitorConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaEsxObsrvTnStatsFileDumpMonitorConfig
build()
ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder
setCheckInterval(java.lang.Long checkInterval)
The interval (in seconds) for collecting the statistics from a node format: int64ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder
setDisableAfter(java.lang.Long disableAfter)
Specify the time (in minutes) that the system must wait after which the monitor is automatically disabled format: int64ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder
setEnable(java.lang.Boolean enable)
Flag to enable/disable this monitorShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder
setFileDumpBackupCountDpTnStats(java.lang.Long fileDumpBackupCountDpTnStats)
Specify the count of files to store the statistics.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofShaEsxObsrvTnStatsFileDumpMonitorConfig
.
-
-
Method Detail
-
setCheckInterval
public ShaEsxObsrvTnStatsFileDumpMonitorConfig.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.
-
setDisableAfter
public ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder setDisableAfter(java.lang.Long disableAfter)
Specify the time (in minutes) that the system must wait after which the monitor is automatically disabled format: int64- Parameters:
disableAfter
- New value for the property.
-
setFileDumpBackupCountDpTnStats
public ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder setFileDumpBackupCountDpTnStats(java.lang.Long fileDumpBackupCountDpTnStats)
Specify the count of files to store the statistics. After the size of a file reaches a certain system-defined maximum limit, it is zipped and a new file is created for storing the statistics 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:
fileDumpBackupCountDpTnStats
- New value for the property.
-
setEnable
public ShaEsxObsrvTnStatsFileDumpMonitorConfig.Builder setEnable(java.lang.Boolean enable)
Flag to enable/disable this monitor- Parameters:
enable
- New value for the property.
-
build
public ShaEsxObsrvTnStatsFileDumpMonitorConfig build()
-
-