Uses of Class
com.oracle.bmc.licensemanager.model.ResourceUnit
-
Packages that use ResourceUnit Package Description com.oracle.bmc.licensemanager.model com.oracle.bmc.licensemanager.requests -
-
Uses of ResourceUnit in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return ResourceUnit Modifier and Type Method Description static ResourceUnit
ResourceUnit. create(String key)
ResourceUnit
ProductLicenseConsumerSummary. getResourceUnitType()
The unit type for the resource.ResourceUnit
TopUtilizedResourceSummary. getUnitType()
The resource unit.static ResourceUnit
ResourceUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceUnit[]
ResourceUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.licensemanager.model with parameters of type ResourceUnit Modifier and Type Method Description ProductLicenseConsumerSummary.Builder
ProductLicenseConsumerSummary.Builder. resourceUnitType(ResourceUnit resourceUnitType)
The unit type for the resource.TopUtilizedResourceSummary.Builder
TopUtilizedResourceSummary.Builder. unitType(ResourceUnit unitType)
The resource unit.Constructors in com.oracle.bmc.licensemanager.model with parameters of type ResourceUnit Constructor Description ProductLicenseConsumerSummary(String resourceId, String resourceName, String productName, String resourceCompartmentId, String resourceCompartmentName, ResourceUnit resourceUnitType, Double resourceUnitCount, LicenseUnit licenseUnitType, Double licenseUnitsConsumed, Boolean isBaseLicenseAvailable, Boolean areAllOptionsAvailable, List<Product> missingProducts)
Deprecated.TopUtilizedResourceSummary(String resourceId, String resourceName, String resourceCompartmentId, String resourceCompartmentName, Double totalUnits, ResourceUnit unitType)
Deprecated. -
Uses of ResourceUnit in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ResourceUnit Modifier and Type Method Description ResourceUnit
ListTopUtilizedResourcesRequest. getResourceUnitType()
A filter to return only resources whose unit matches the given resource unit.Methods in com.oracle.bmc.licensemanager.requests with parameters of type ResourceUnit Modifier and Type Method Description ListTopUtilizedResourcesRequest.Builder
ListTopUtilizedResourcesRequest.Builder. resourceUnitType(ResourceUnit resourceUnitType)
A filter to return only resources whose unit matches the given resource unit.
-