Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
static Region |
Region.create(String key) |
Region |
CreateResourceDetails.getRegion()
The list of available Oracle Cloud Infrastructure regions.
|
Region |
Resource.getRegion()
The list of available Oracle Cloud Infrastructure regions.
|
static Region |
Region.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
Region.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateResourceDetails.Builder |
CreateResourceDetails.Builder.region(Region region)
The list of available Oracle Cloud Infrastructure regions.
|
Resource.Builder |
Resource.Builder.region(Region region)
The list of available Oracle Cloud Infrastructure regions.
|
Constructor and Description |
---|
CreateResourceDetails(CreateItemDetails item,
Region region,
AvailabilityDomain availabilityDomain)
Deprecated.
|
Resource(Item item,
Region region,
AvailabilityDomain availabilityDomain)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.