Package com.vmware.nsx_policy.model
Class MpsComputeCollectionStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MpsComputeCollectionStatus.Builder
-
- Enclosing class:
- MpsComputeCollectionStatus
public static final class MpsComputeCollectionStatus.Builder extends java.lang.Object
Builder class forMpsComputeCollectionStatus
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMpsComputeCollectionStatus
.
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMpsComputeCollectionStatus
.
-
-
Method Detail
-
setComputeCollectionDeploymentIssues
public MpsComputeCollectionStatus.Builder setComputeCollectionDeploymentIssues(java.util.List<MpsErrorClass> computeCollectionDeploymentIssues)
List of issues and detailed description for each issue in case of deployment failure. 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:
computeCollectionDeploymentIssues
- New value for the property.
-
setComputeCollectionDeploymentStatus
public MpsComputeCollectionStatus.Builder setComputeCollectionDeploymentStatus(java.lang.String computeCollectionDeploymentStatus)
Possible values are:-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UPGRADE_IN_PROGRESS
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UPGRADE_FAILED
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_DEPLOYMENT_QUEUED
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_DEPLOYMENT_IN_PROGRESS
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_DEPLOYMENT_FAILED
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_DEPLOYMENT_SUCCESSFUL
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UNDEPLOYMENT_QUEUED
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UNDEPLOYMENT_IN_PROGRESS
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UNDEPLOYMENT_FAILED
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UNDEPLOYMENT_SUCCESSFUL
-
MpsComputeCollectionStatus.COMPUTE_COLLECTION_DEPLOYMENT_STATUS_UPGRADE_QUEUED
- Parameters:
computeCollectionDeploymentStatus
- New value for the property.
-
-
setComputeCollectionId
public MpsComputeCollectionStatus.Builder setComputeCollectionId(java.lang.String computeCollectionId)
Compute collection ID. 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:
computeCollectionId
- New value for the property.
-
setLastUpdateTimestamp
public MpsComputeCollectionStatus.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data. format: int64 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:
lastUpdateTimestamp
- New value for the property.
-
setTransportNodeStatusList
public MpsComputeCollectionStatus.Builder setTransportNodeStatusList(java.util.List<MpsTransportNodeStatus> transportNodeStatusList)
List of transport node status added as part of the cluster 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:
transportNodeStatusList
- New value for the property.
-
build
public MpsComputeCollectionStatus build()
-
-