Package | Description |
---|---|
com.oracle.bmc.accessgovernancecp.model |
Modifier and Type | Method and Description |
---|---|
static LicenseType |
LicenseType.create(String key) |
LicenseType |
GovernanceInstanceSummary.getLicenseType()
The licenseType being used.
|
LicenseType |
GovernanceInstance.getLicenseType()
The licenseType being used.
|
LicenseType |
CreateGovernanceInstanceDetails.getLicenseType()
The licenseType being used.
|
LicenseType |
UpdateGovernanceInstanceDetails.getLicenseType()
The licenseType being used.
|
static LicenseType |
LicenseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseType[] |
LicenseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GovernanceInstanceSummary.Builder |
GovernanceInstanceSummary.Builder.licenseType(LicenseType licenseType)
The licenseType being used.
|
GovernanceInstance.Builder |
GovernanceInstance.Builder.licenseType(LicenseType licenseType)
The licenseType being used.
|
CreateGovernanceInstanceDetails.Builder |
CreateGovernanceInstanceDetails.Builder.licenseType(LicenseType licenseType)
The licenseType being used.
|
UpdateGovernanceInstanceDetails.Builder |
UpdateGovernanceInstanceDetails.Builder.licenseType(LicenseType licenseType)
The licenseType being used.
|
Constructor and Description |
---|
CreateGovernanceInstanceDetails(String displayName,
String description,
LicenseType licenseType,
String tenancyNamespace,
String compartmentId,
String idcsAccessToken,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
GovernanceInstance(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
InstanceLifecycleState lifecycleState,
String description,
LicenseType licenseType,
String tenancyNamespace,
String instanceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
GovernanceInstanceSummary(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
InstanceLifecycleState lifecycleState,
LicenseType licenseType,
String instanceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateGovernanceInstanceDetails(String displayName,
String description,
LicenseType licenseType,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.