Uses of Class
com.vmware.nsx_policy.model.MpsErrorClass
-
Packages that use MpsErrorClass Package Description com.vmware.nsx_policy.model -
-
Uses of MpsErrorClass in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MpsErrorClass Modifier and Type Method Description static MpsErrorClass
MpsErrorClass. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static MpsErrorClass
MpsErrorClass. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsErrorClass
MpsErrorClass.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type MpsErrorClass Modifier and Type Method Description java.util.List<MpsErrorClass>
MpsComputeCollectionStatus. getComputeCollectionDeploymentIssues()
List of issues and detailed description for each issue in case of deployment failure.java.util.List<MpsErrorClass>
MpsTransportNodeStatus. getTnConfigurationIssue()
This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.java.util.List<MpsErrorClass>
MpsTransportNodeStatus. getTnDeploymentIssues()
List of issue and detailed description of the issue in case of deployment failure.Method parameters in com.vmware.nsx_policy.model with type arguments of type MpsErrorClass Modifier and Type Method Description MpsComputeCollectionStatus.Builder
MpsComputeCollectionStatus.Builder. setComputeCollectionDeploymentIssues(java.util.List<MpsErrorClass> computeCollectionDeploymentIssues)
List of issues and detailed description for each issue in case of deployment failure.void
MpsComputeCollectionStatus. setComputeCollectionDeploymentIssues(java.util.List<MpsErrorClass> computeCollectionDeploymentIssues)
List of issues and detailed description for each issue in case of deployment failure.MpsTransportNodeStatus.Builder
MpsTransportNodeStatus.Builder. setTnConfigurationIssue(java.util.List<MpsErrorClass> tnConfigurationIssue)
This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.void
MpsTransportNodeStatus. setTnConfigurationIssue(java.util.List<MpsErrorClass> tnConfigurationIssue)
This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.MpsTransportNodeStatus.Builder
MpsTransportNodeStatus.Builder. setTnDeploymentIssues(java.util.List<MpsErrorClass> tnDeploymentIssues)
List of issue and detailed description of the issue in case of deployment failure.void
MpsTransportNodeStatus. setTnDeploymentIssues(java.util.List<MpsErrorClass> tnDeploymentIssues)
List of issue and detailed description of the issue in case of deployment failure.
-