Class FabricImageDescription
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.FabricImageDescription
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class FabricImageDescription extends Object
Represents fabric image description. Used when creating image profiles.
-
Constructor Summary
Constructors Constructor Description FabricImageDescription() -
Method Summary
Modifier and Type Method Description FabricImageDescriptionaddConstraintsItem(Constraint constraintsItem)FabricImageDescriptioncloudConfig(String cloudConfig)FabricImageDescriptionconstraints(List<Constraint> constraints)booleanequals(Object o)StringgetCloudConfig()Cloud config for this image.List<Constraint>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.StringgetId()The id of the fabric imageStringgetName()Fabric image name.inthashCode()FabricImageDescriptionid(String id)FabricImageDescriptionname(String name)voidsetCloudConfig(String cloudConfig)voidsetConstraints(List<Constraint> constraints)voidsetId(String id)voidsetName(String name)StringtoString()
-
Constructor Details
-
FabricImageDescription
public FabricImageDescription()
-
-
Method Details
-
cloudConfig
-
getCloudConfig
Cloud config for this image. This cloud config will be merged during provisioning with other cloud configurations such as the bootConfig provided in MachineSpecification.- Returns:
- cloudConfig
-
setCloudConfig
-
name
-
getName
Fabric image name. Valid if id not provided.- Returns:
- name
-
setName
-
id
-
getId
The id of the fabric image- Returns:
- id
-
setId
-
constraints
-
addConstraintsItem
-
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.- Returns:
- constraints
-
setConstraints
-
equals
-
hashCode
public int hashCode() -
toString
-