Package com.vmware.nsx_policy.model
Class AggregateLBServiceStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.AggregateLBServiceStatus.Builder
-
- Enclosing class:
- AggregateLBServiceStatus
public static final class AggregateLBServiceStatus.Builder extends java.lang.Object
Builder class forAggregateLBServiceStatus
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofAggregateLBServiceStatus
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregateLBServiceStatus
build()
AggregateLBServiceStatus.Builder
setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F.AggregateLBServiceStatus.Builder
setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
LBServiceStatusPerEP list results.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofAggregateLBServiceStatus
.
-
-
Method Detail
-
setIntentPath
public AggregateLBServiceStatus.Builder setIntentPath(java.lang.String intentPath)
Intent path of object, forward slashes must be escaped using %2F. 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:
intentPath
- New value for the property.
-
setResults
public AggregateLBServiceStatus.Builder setResults(java.util.List<com.vmware.vapi.bindings.Structure> results)
LBServiceStatusPerEP list results. 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:
results
- New value for the property. When clients pass a value of this class as a parameter, the property must contain all the properties defined inLBServiceStatusPerEP
. When methods return a value of this class as a return value, the property will contain all the properties defined inLBServiceStatusPerEP
.
-
build
public AggregateLBServiceStatus build()
-
-