Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model | |
com.oracle.bmc.capacitymanagement.requests |
Modifier and Type | Method and Description |
---|---|
static OccAvailabilityCatalog.CatalogState |
OccAvailabilityCatalog.CatalogState.create(String key) |
OccAvailabilityCatalog.CatalogState |
OccAvailabilityCatalog.getCatalogState()
The different states associated with the availability catalog.
|
OccAvailabilityCatalog.CatalogState |
OccAvailabilityCatalogSummary.getCatalogState()
Represents whether this version of the availability catalog has been made available to the
customer.
|
static OccAvailabilityCatalog.CatalogState |
OccAvailabilityCatalog.CatalogState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccAvailabilityCatalog.CatalogState[] |
OccAvailabilityCatalog.CatalogState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OccAvailabilityCatalog.Builder |
OccAvailabilityCatalog.Builder.catalogState(OccAvailabilityCatalog.CatalogState catalogState)
The different states associated with the availability catalog.
|
OccAvailabilityCatalogSummary.Builder |
OccAvailabilityCatalogSummary.Builder.catalogState(OccAvailabilityCatalog.CatalogState catalogState)
Represents whether this version of the availability catalog has been made available to
the customer.
|
Constructor and Description |
---|
OccAvailabilityCatalog(String id,
Namespace namespace,
String compartmentId,
String displayName,
String description,
String occCustomerGroupId,
OccAvailabilityCatalog.CatalogState catalogState,
MetadataDetails metadataDetails,
Date timeCreated,
Date timeUpdated,
OccAvailabilityCatalog.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<OccAvailabilitySummary> details)
Deprecated.
|
OccAvailabilityCatalogSummary(String id,
Namespace namespace,
String compartmentId,
String displayName,
String description,
String occCustomerGroupId,
OccAvailabilityCatalog.CatalogState catalogState,
MetadataDetails metadataDetails,
Date timeCreated,
Date timeUpdated,
OccAvailabilityCatalog.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OccAvailabilityCatalog.CatalogState |
ListOccAvailabilityCatalogsInternalRequest.getCatalogState()
Filter the list of availability catalogs based on the catalog state.
|
OccAvailabilityCatalog.CatalogState |
ListOccAvailabilityCatalogsRequest.getCatalogState()
Filter the list of availability catalogs based on the catalog state.
|
Modifier and Type | Method and Description |
---|---|
ListOccAvailabilityCatalogsInternalRequest.Builder |
ListOccAvailabilityCatalogsInternalRequest.Builder.catalogState(OccAvailabilityCatalog.CatalogState catalogState)
Filter the list of availability catalogs based on the catalog state.
|
ListOccAvailabilityCatalogsRequest.Builder |
ListOccAvailabilityCatalogsRequest.Builder.catalogState(OccAvailabilityCatalog.CatalogState catalogState)
Filter the list of availability catalogs based on the catalog state.
|
Copyright © 2016–2025. All rights reserved.