public static final class TransportNodeCollectionState.Builder
extends java.lang.Object
TransportNodeCollectionState.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TransportNodeCollectionState. |
| Modifier and Type | Method and Description |
|---|---|
TransportNodeCollectionState |
build() |
TransportNodeCollectionState.Builder |
setAggregateProgressPercentage(java.lang.Long aggregateProgressPercentage)
Average of all transport node deployment progress in a cluster.
|
TransportNodeCollectionState.Builder |
setClusterLevelError(java.lang.String clusterLevelError)
Errors while applying transport node profile which need cluster level action to
resolve
|
TransportNodeCollectionState.Builder |
setState(java.lang.String state)
Possible values are:
TransportNodeCollectionState.STATE_FAILED_TO_CREATE
TransportNodeCollectionState.STATE_FAILED_TO_REALIZE
TransportNodeCollectionState.STATE_IN_PROGRESS
TransportNodeCollectionState.STATE_PROFILE_MISMATCH
TransportNodeCollectionState.STATE_SUCCESS If
the host preparation or transport node creation is going on for any host then
state will be \"IN_PROGRESS\". |
TransportNodeCollectionState.Builder |
setValidationErrors(java.util.List<ValidationError> validationErrors)
Transport node profile(TNP) will not be applied to a discovered node(DN) if some
validations are not passed.
|
TransportNodeCollectionState.Builder |
setVlcmTransitionError(java.lang.String vlcmTransitionError)
When vLCM is enabled on a compute collection in vSphere the transition workflow
is triggered.
|
public Builder()
TransportNodeCollectionState.public TransportNodeCollectionState.Builder setAggregateProgressPercentage(java.lang.Long aggregateProgressPercentage)
aggregateProgressPercentage - New value for the property.public TransportNodeCollectionState.Builder setClusterLevelError(java.lang.String clusterLevelError)
clusterLevelError - New value for the property.public TransportNodeCollectionState.Builder setState(java.lang.String state)
state - New value for the property.public TransportNodeCollectionState.Builder setValidationErrors(java.util.List<ValidationError> validationErrors)
validationErrors - New value for the property.public TransportNodeCollectionState.Builder setVlcmTransitionError(java.lang.String vlcmTransitionError)
vlcmTransitionError - New value for the property.public TransportNodeCollectionState build()