Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.Constraint
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of Constraint in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return Constraint Modifier and Type Method Description ConstraintConstraint. expression(String expression)ConstraintConstraint. mandatory(Boolean mandatory)Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>BlockDeviceSpecification. getConstraints()Constraints that are used to drive placement policies for the block device that is produced from this specification.List<Constraint>FabricImageDescription. getConstraints()Constraints that are used to drive placement policies for the image that is produced from this mapping.Constraint expressions are matched against tags on existing placement targets.List<Constraint>ImageMappingDescription. getConstraints()Constraints that are used to drive placement policies for the image that is produced from this mapping.Constraint expressions are matched against tags on existing placement targets.List<Constraint>MachineSpecification. getConstraints()Constraints that are used to drive placement policies for the virtual machine that is produced from this specification.List<Constraint>NetworkSpecification. getConstraints()Constraints that are used to drive placement policies for the network that is produced from this specification, related with the network profile.Map<String,List<Constraint>>Project. getConstraints()List of storage, network and extensibility constraints to be applied when provisioning through this project.Map<String,List<Constraint>>ProjectSpecification. getConstraints()List of storage, network and extensibility constraints to be applied when provisioning through this project.List<Constraint>MachineSpecification. getImageDiskConstraints()Constraints that are used to drive placement policies for the image disk.Methods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type Constraint Modifier and Type Method Description BlockDeviceSpecificationBlockDeviceSpecification. addConstraintsItem(Constraint constraintsItem)FabricImageDescriptionFabricImageDescription. addConstraintsItem(Constraint constraintsItem)ImageMappingDescriptionImageMappingDescription. addConstraintsItem(Constraint constraintsItem)MachineSpecificationMachineSpecification. addConstraintsItem(Constraint constraintsItem)NetworkSpecificationNetworkSpecification. addConstraintsItem(Constraint constraintsItem)MachineSpecificationMachineSpecification. addImageDiskConstraintsItem(Constraint imageDiskConstraintsItem)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Constraint Modifier and Type Method Description BlockDeviceSpecificationBlockDeviceSpecification. constraints(List<Constraint> constraints)FabricImageDescriptionFabricImageDescription. constraints(List<Constraint> constraints)ImageMappingDescriptionImageMappingDescription. constraints(List<Constraint> constraints)MachineSpecificationMachineSpecification. constraints(List<Constraint> constraints)NetworkSpecificationNetworkSpecification. constraints(List<Constraint> constraints)ProjectProject. constraints(Map<String,List<Constraint>> constraints)ProjectSpecificationProjectSpecification. constraints(Map<String,List<Constraint>> constraints)MachineSpecificationMachineSpecification. imageDiskConstraints(List<Constraint> imageDiskConstraints)ProjectProject. putConstraintsItem(String key, List<Constraint> constraintsItem)ProjectSpecificationProjectSpecification. putConstraintsItem(String key, List<Constraint> constraintsItem)voidBlockDeviceSpecification. setConstraints(List<Constraint> constraints)voidFabricImageDescription. setConstraints(List<Constraint> constraints)voidImageMappingDescription. setConstraints(List<Constraint> constraints)voidMachineSpecification. setConstraints(List<Constraint> constraints)voidNetworkSpecification. setConstraints(List<Constraint> constraints)voidProject. setConstraints(Map<String,List<Constraint>> constraints)voidProjectSpecification. setConstraints(Map<String,List<Constraint>> constraints)voidMachineSpecification. setImageDiskConstraints(List<Constraint> imageDiskConstraints)