Uses of Class
com.oracle.bmc.resourceanalytics.model.ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel
-
Packages that use ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel Package Description com.oracle.bmc.resourceanalytics.model -
-
Uses of ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel in com.oracle.bmc.resourceanalytics.model
Methods in com.oracle.bmc.resourceanalytics.model that return ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel Modifier and Type Method Description static ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel
ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel. create(String key)
ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel
ResourceAnalyticsInstanceOacAttachmentDetails. getLicenseModel()
The Oracle license model that applies to the OAC instance.static ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel
ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel[]
ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourceanalytics.model with parameters of type ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel Modifier and Type Method Description ResourceAnalyticsInstanceOacAttachmentDetails.Builder
ResourceAnalyticsInstanceOacAttachmentDetails.Builder. licenseModel(ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel licenseModel)
The Oracle license model that applies to the OAC instance.Constructors in com.oracle.bmc.resourceanalytics.model with parameters of type ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel Constructor Description ResourceAnalyticsInstanceOacAttachmentDetails(String idcsDomainId, ResourceAnalyticsInstanceOacNetworkDetails networkDetails, String subnetId, List<String> nsgIds, ResourceAnalyticsInstanceOacAttachmentDetails.LicenseModel licenseModel)
Deprecated.
-