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 MpsErrorClassMpsErrorClass. _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 MpsErrorClassMpsErrorClass. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsErrorClassMpsErrorClass.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.BuilderMpsComputeCollectionStatus.Builder. setComputeCollectionDeploymentIssues(java.util.List<MpsErrorClass> computeCollectionDeploymentIssues)List of issues and detailed description for each issue in case of deployment failure.voidMpsComputeCollectionStatus. setComputeCollectionDeploymentIssues(java.util.List<MpsErrorClass> computeCollectionDeploymentIssues)List of issues and detailed description for each issue in case of deployment failure.MpsTransportNodeStatus.BuilderMpsTransportNodeStatus.Builder. setTnConfigurationIssue(java.util.List<MpsErrorClass> tnConfigurationIssue)This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.voidMpsTransportNodeStatus. setTnConfigurationIssue(java.util.List<MpsErrorClass> tnConfigurationIssue)This object contains the list of issues encountered during post deployment configuration for a particular Transport Node.MpsTransportNodeStatus.BuilderMpsTransportNodeStatus.Builder. setTnDeploymentIssues(java.util.List<MpsErrorClass> tnDeploymentIssues)List of issue and detailed description of the issue in case of deployment failure.voidMpsTransportNodeStatus. setTnDeploymentIssues(java.util.List<MpsErrorClass> tnDeploymentIssues)List of issue and detailed description of the issue in case of deployment failure.
-