Uses of Class
com.oracle.bmc.core.model.Image.ListingType
-
Packages that use Image.ListingType Package Description com.oracle.bmc.core.model -
-
Uses of Image.ListingType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Image.ListingType Modifier and Type Method Description static Image.ListingType
Image.ListingType. create(String key)
Image.ListingType
Image. getListingType()
The listing type of the image.static Image.ListingType
Image.ListingType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Image.ListingType[]
Image.ListingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type Image.ListingType Modifier and Type Method Description Image.Builder
Image.Builder. listingType(Image.ListingType listingType)
The listing type of the image.Constructors in com.oracle.bmc.core.model with parameters of type Image.ListingType Constructor Description Image(String baseImageId, String compartmentId, Boolean createImageAllowed, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Image.LaunchMode launchMode, LaunchOptions launchOptions, Image.LifecycleState lifecycleState, String operatingSystem, String operatingSystemVersion, InstanceAgentFeatures agentFeatures, Image.ListingType listingType, Long sizeInMBs, Long billableSizeInGBs, Date timeCreated)
Deprecated.
-