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 ImageProfileSpecification
description(String description)
boolean
equals(Object o)
String
getDescription()
A human-friendly description.Map<String,FabricImageDescription>
getImageMapping()
Image mapping defined for the corresponding region.String
getName()
A human-friendly name used as an identifier in APIs that support this option.String
getRegionId()
The id of the region for which this profile is createdint
hashCode()
ImageProfileSpecification
imageMapping(Map<String,FabricImageDescription> imageMapping)
ImageProfileSpecification
name(String name)
ImageProfileSpecification
putImageMappingItem(String key, FabricImageDescription imageMappingItem)
ImageProfileSpecification
regionId(String regionId)
void
setDescription(String description)
void
setImageMapping(Map<String,FabricImageDescription> imageMapping)
void
setName(String name)
void
setRegionId(String regionId)
String
toString()
-
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
-