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 FabricImageDescription
addConstraintsItem(Constraint constraintsItem)
FabricImageDescription
cloudConfig(String cloudConfig)
FabricImageDescription
constraints(List<Constraint> constraints)
boolean
equals(Object o)
String
getCloudConfig()
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.String
getId()
The id of the fabric imageString
getName()
Fabric image name.int
hashCode()
FabricImageDescription
id(String id)
FabricImageDescription
name(String name)
void
setCloudConfig(String cloudConfig)
void
setConstraints(List<Constraint> constraints)
void
setId(String id)
void
setName(String name)
String
toString()
-
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
-