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 Constraint
Constraint. expression(String expression)
Constraint
Constraint. 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 BlockDeviceSpecification
BlockDeviceSpecification. addConstraintsItem(Constraint constraintsItem)
FabricImageDescription
FabricImageDescription. addConstraintsItem(Constraint constraintsItem)
ImageMappingDescription
ImageMappingDescription. addConstraintsItem(Constraint constraintsItem)
MachineSpecification
MachineSpecification. addConstraintsItem(Constraint constraintsItem)
NetworkSpecification
NetworkSpecification. addConstraintsItem(Constraint constraintsItem)
MachineSpecification
MachineSpecification. addImageDiskConstraintsItem(Constraint imageDiskConstraintsItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type Constraint Modifier and Type Method Description BlockDeviceSpecification
BlockDeviceSpecification. constraints(List<Constraint> constraints)
FabricImageDescription
FabricImageDescription. constraints(List<Constraint> constraints)
ImageMappingDescription
ImageMappingDescription. constraints(List<Constraint> constraints)
MachineSpecification
MachineSpecification. constraints(List<Constraint> constraints)
NetworkSpecification
NetworkSpecification. constraints(List<Constraint> constraints)
Project
Project. constraints(Map<String,List<Constraint>> constraints)
ProjectSpecification
ProjectSpecification. constraints(Map<String,List<Constraint>> constraints)
MachineSpecification
MachineSpecification. imageDiskConstraints(List<Constraint> imageDiskConstraints)
Project
Project. putConstraintsItem(String key, List<Constraint> constraintsItem)
ProjectSpecification
ProjectSpecification. putConstraintsItem(String key, List<Constraint> constraintsItem)
void
BlockDeviceSpecification. setConstraints(List<Constraint> constraints)
void
FabricImageDescription. setConstraints(List<Constraint> constraints)
void
ImageMappingDescription. setConstraints(List<Constraint> constraints)
void
MachineSpecification. setConstraints(List<Constraint> constraints)
void
NetworkSpecification. setConstraints(List<Constraint> constraints)
void
Project. setConstraints(Map<String,List<Constraint>> constraints)
void
ProjectSpecification. setConstraints(Map<String,List<Constraint>> constraints)
void
MachineSpecification. setImageDiskConstraints(List<Constraint> imageDiskConstraints)