Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setCheckInterval(java.lang.Long checkInterval)
The interval of plugin to check the status.
|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setDesiredCrash(java.lang.Boolean desiredCrash)
Whether crash the component which spew too much log
|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setDesiredDuration(java.lang.Long desiredDuration)
The expected rotation of logging format: int64
|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setGranularDesiredDuration(java.lang.String granularDesiredDuration)
The expected rotation for each log
|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setReportInterval(java.lang.Long reportInterval)
The interval of plugin to report the status.
|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setSmallestReportIntervalIfChange(java.lang.Long smallestReportIntervalIfChange)
The smallest report interval if the status is changed.
|
ShaPredefinedPluginProfileData.Builder |
ShaPredefinedPluginProfileData.Builder.setThreshold(java.lang.Long threshold)
The threshold to alarm logging report format: int64
|