Package com.vmware.nsx_policy.model
Class ShaMonitorDependOnConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.ShaMonitorDependOnConfig.Builder
-
- Enclosing class:
- ShaMonitorDependOnConfig
public static final class ShaMonitorDependOnConfig.Builder extends java.lang.ObjectBuilder class forShaMonitorDependOnConfig.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofShaMonitorDependOnConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShaMonitorDependOnConfigbuild()ShaMonitorDependOnConfig.BuildersetConfigDetails(java.util.List<ShaMonitorDependOnConfigDetail> configDetails)Config details of the depend config This property may be present in responses from the server, but if it is present in a request to server it will be ignored.ShaMonitorDependOnConfig.BuildersetMonitorType(java.lang.String monitorType)The SHA monitor configuration type 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 ofShaMonitorDependOnConfig.
-
-
Method Detail
-
setConfigDetails
public ShaMonitorDependOnConfig.Builder setConfigDetails(java.util.List<ShaMonitorDependOnConfigDetail> configDetails)
Config details of the depend config 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:
configDetails- New value for the property.
-
setMonitorType
public ShaMonitorDependOnConfig.Builder setMonitorType(java.lang.String monitorType)
The SHA monitor configuration type 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:
monitorType- New value for the property.
-
build
public ShaMonitorDependOnConfig build()
-
-