Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static CreateOdaInstanceDetails.ShapeName |
CreateOdaInstanceDetails.ShapeName.create(String key) |
CreateOdaInstanceDetails.ShapeName |
CreateOdaInstanceDetails.getShapeName()
Shape or size of the instance.
|
static CreateOdaInstanceDetails.ShapeName |
CreateOdaInstanceDetails.ShapeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateOdaInstanceDetails.ShapeName[] |
CreateOdaInstanceDetails.ShapeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateOdaInstanceDetails.Builder |
CreateOdaInstanceDetails.Builder.shapeName(CreateOdaInstanceDetails.ShapeName shapeName)
Shape or size of the instance.
|
Constructor and Description |
---|
CreateOdaInstanceDetails(String displayName,
String description,
String compartmentId,
CreateOdaInstanceDetails.ShapeName shapeName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Boolean isRoleBasedAccess,
String identityDomain)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.