Package | Description |
---|---|
com.oracle.bmc.licensemanager.model | |
com.oracle.bmc.licensemanager.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ProductLicenseConsumerSummary.Builder |
ProductLicenseConsumerSummary.Builder.resourceUnitType(ResourceUnit resourceUnitType)
The unit type for the resource.
|
TopUtilizedResourceSummary.Builder |
TopUtilizedResourceSummary.Builder.unitType(ResourceUnit unitType)
The resource unit.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ResourceUnit |
ListTopUtilizedResourcesRequest.getResourceUnitType()
A filter to return only resources whose unit matches the given resource unit.
|
Modifier and Type | Method and Description |
---|---|
ListTopUtilizedResourcesRequest.Builder |
ListTopUtilizedResourcesRequest.Builder.resourceUnitType(ResourceUnit resourceUnitType)
A filter to return only resources whose unit matches the given resource unit.
|
Copyright © 2016–2024. All rights reserved.