Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static OdaInstance.ShapeName |
OdaInstance.ShapeName.create(String key) |
OdaInstance.ShapeName |
OdaInstance.getShapeName()
Shape or size of the instance.
|
static OdaInstance.ShapeName |
OdaInstance.ShapeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdaInstance.ShapeName[] |
OdaInstance.ShapeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OdaInstance.Builder |
OdaInstance.Builder.shapeName(OdaInstance.ShapeName shapeName)
Shape or size of the instance.
|
Constructor and Description |
---|
OdaInstance(String id,
String displayName,
String description,
String compartmentId,
OdaInstance.ShapeName shapeName,
String webAppUrl,
String connectorUrl,
Date timeCreated,
Date timeUpdated,
OdaInstance.LifecycleState lifecycleState,
OdaInstance.LifecycleSubState lifecycleSubState,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isRoleBasedAccess,
String identityDomain,
String identityAppGuid,
String identityAppConsoleUrl,
List<String> importedPackageNames,
List<String> importedPackageIds,
List<String> attachmentTypes,
List<String> attachmentIds,
List<RestrictedOperation> restrictedOperations)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.