Uses of Class
com.vmware.nsx_policy.model.DeploymentTemplate
-
Packages that use DeploymentTemplate Package Description com.vmware.nsx_policy.model -
-
Uses of DeploymentTemplate in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DeploymentTemplate Modifier and Type Method Description static DeploymentTemplate
DeploymentTemplate. _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 DeploymentTemplate
DeploymentTemplate. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DeploymentTemplate
DeploymentTemplate.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type DeploymentTemplate Modifier and Type Method Description java.util.List<DeploymentTemplate>
ServiceDeploymentSpec. getDeploymentTemplate()
Deployment Template holds the attributes specific to partner for which the service is created.Method parameters in com.vmware.nsx_policy.model with type arguments of type DeploymentTemplate Modifier and Type Method Description ServiceDeploymentSpec.Builder
ServiceDeploymentSpec.Builder. setDeploymentTemplate(java.util.List<DeploymentTemplate> deploymentTemplate)
Deployment Template holds the attributes specific to partner for which the service is created.void
ServiceDeploymentSpec. setDeploymentTemplate(java.util.List<DeploymentTemplate> deploymentTemplate)
Deployment Template holds the attributes specific to partner for which the service is created.
-