Package com.vmware.nsx_policy.model
Class ShaMonitorMetricKey.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaMonitorMetricKey.Builder
-
- Enclosing class:
- ShaMonitorMetricKey
public static final class ShaMonitorMetricKey.Builder extends java.lang.Object
Builder class forShaMonitorMetricKey
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofShaMonitorMetricKey
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaMonitorMetricKey
build()
ShaMonitorMetricKey.Builder
setDestination(java.lang.String destination)
Possible values are:ShaMonitorMetricKey.DESTINATION_UNKNOWN
ShaMonitorMetricKey.DESTINATION_LOCAL_MANAGER
ShaMonitorMetricKey.DESTINATION_NSX_APPLICATION_PLATFORM
ShaMonitorMetricKey.DESTINATION_WAVE_FRONT
Destination of this metric This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ShaMonitorMetricKey.Builder
setMetricKey(java.lang.String metricKey)
Metric key This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofShaMonitorMetricKey
.
-
-
Method Detail
-
setDestination
public ShaMonitorMetricKey.Builder setDestination(java.lang.String destination)
Possible values are: Destination of this metric 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:
destination
- New value for the property.
-
setMetricKey
public ShaMonitorMetricKey.Builder setMetricKey(java.lang.String metricKey)
Metric key 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:
metricKey
- New value for the property.
-
build
public ShaMonitorMetricKey build()
-
-