Package | Description |
---|---|
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
ImageDetails |
ImageDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ImageDetails> |
UpdateProductLicenseDetails.getImages()
The image details associated with the product license.
|
List<ImageDetails> |
CreateProductLicenseDetails.getImages()
The image details associated with the product license.
|
Modifier and Type | Method and Description |
---|---|
ImageDetails.Builder |
ImageDetails.Builder.copy(ImageDetails model) |
Modifier and Type | Method and Description |
---|---|
UpdateProductLicenseDetails.Builder |
UpdateProductLicenseDetails.Builder.images(List<ImageDetails> images)
The image details associated with the product license.
|
CreateProductLicenseDetails.Builder |
CreateProductLicenseDetails.Builder.images(List<ImageDetails> images)
The image details associated with the product license.
|
Constructor and Description |
---|
CreateProductLicenseDetails(String compartmentId,
Boolean isVendorOracle,
String displayName,
LicenseUnit licenseUnit,
String vendorName,
List<ImageDetails> images,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateProductLicenseDetails(List<ImageDetails> images,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.