Class ImageProfileSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ImageProfileSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ImageProfileSpecification extends Object
Specification for image profile.
-
Constructor Summary
Constructors Constructor Description ImageProfileSpecification() -
Method Summary
Modifier and Type Method Description ImageProfileSpecificationdescription(String description)booleanequals(Object o)StringgetDescription()A human-friendly description.Map<String,FabricImageDescription>getImageMapping()Image mapping defined for the corresponding region.StringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetRegionId()The id of the region for which this profile is createdinthashCode()ImageProfileSpecificationimageMapping(Map<String,FabricImageDescription> imageMapping)ImageProfileSpecificationname(String name)ImageProfileSpecificationputImageMappingItem(String key, FabricImageDescription imageMappingItem)ImageProfileSpecificationregionId(String regionId)voidsetDescription(String description)voidsetImageMapping(Map<String,FabricImageDescription> imageMapping)voidsetName(String name)voidsetRegionId(String regionId)StringtoString()
-
Constructor Details
-
ImageProfileSpecification
public ImageProfileSpecification()
-
-
Method Details
-
regionId
-
getRegionId
The id of the region for which this profile is created- Returns:
- regionId
-
setRegionId
-
imageMapping
-
putImageMappingItem
public ImageProfileSpecification putImageMappingItem(String key, FabricImageDescription imageMappingItem) -
getImageMapping
Image mapping defined for the corresponding region.- Returns:
- imageMapping
-
setImageMapping
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-