Package com.vmware.nsx_policy.model
Class ShaMonitorExportedMetricSpec.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaMonitorExportedMetricSpec.Builder
-
- Enclosing class:
- ShaMonitorExportedMetricSpec
public static final class ShaMonitorExportedMetricSpec.Builder extends java.lang.Object
Builder class forShaMonitorExportedMetricSpec
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofShaMonitorExportedMetricSpec
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaMonitorExportedMetricSpec
build()
ShaMonitorExportedMetricSpec.Builder
setDetails(java.util.List<ShaMonitorExportedMetricDetail> details)
List of monitor exported metric detail This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ShaMonitorExportedMetricSpec.Builder
setSummary(java.lang.String summary)
A brief overview of the exported metrics.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofShaMonitorExportedMetricSpec
.
-
-
Method Detail
-
setDetails
public ShaMonitorExportedMetricSpec.Builder setDetails(java.util.List<ShaMonitorExportedMetricDetail> details)
List of monitor exported metric detail 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:
details
- New value for the property.
-
setSummary
public ShaMonitorExportedMetricSpec.Builder setSummary(java.lang.String summary)
A brief overview of the exported metrics. 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:
summary
- New value for the property.
-
build
public ShaMonitorExportedMetricSpec build()
-
-