Package | Description |
---|---|
com.oracle.bmc.oce.model |
Modifier and Type | Method and Description |
---|---|
static LifecycleDetails |
LifecycleDetails.create(String key) |
LifecycleDetails |
UpdateOceInstanceDetails.getLifecycleDetails()
Details of the current state of the instance lifecycle
|
LifecycleDetails |
OceInstance.getLifecycleDetails()
Details of the current state of the instance lifecycle
|
LifecycleDetails |
OceInstanceSummary.getLifecycleDetails()
Details of the current state of the instance lifecycle
|
static LifecycleDetails |
LifecycleDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleDetails[] |
LifecycleDetails.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateOceInstanceDetails.Builder |
UpdateOceInstanceDetails.Builder.lifecycleDetails(LifecycleDetails lifecycleDetails)
Details of the current state of the instance lifecycle
|
OceInstance.Builder |
OceInstance.Builder.lifecycleDetails(LifecycleDetails lifecycleDetails)
Details of the current state of the instance lifecycle
|
OceInstanceSummary.Builder |
OceInstanceSummary.Builder.lifecycleDetails(LifecycleDetails lifecycleDetails)
Details of the current state of the instance lifecycle
|
Constructor and Description |
---|
OceInstance(String id,
String guid,
String description,
String compartmentId,
String name,
String tenancyId,
String idcsTenancy,
String tenancyName,
OceInstance.UpgradeSchedule upgradeSchedule,
IdentityStripeDetails identityStripe,
OceInstance.InstanceUsageType instanceUsageType,
List<String> addOnFeatures,
String objectStorageNamespace,
String adminEmail,
String wafPrimaryDomain,
OceInstance.InstanceAccessType instanceAccessType,
LicenseType instanceLicenseType,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
LifecycleDetails lifecycleDetails,
String drRegion,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Map<String,Object> service)
Deprecated.
|
OceInstanceSummary(String id,
String guid,
String description,
String compartmentId,
String name,
String tenancyId,
String idcsTenancy,
String tenancyName,
OceInstanceSummary.InstanceUsageType instanceUsageType,
List<String> addOnFeatures,
String objectStorageNamespace,
String adminEmail,
OceInstance.UpgradeSchedule upgradeSchedule,
String wafPrimaryDomain,
OceInstanceSummary.InstanceAccessType instanceAccessType,
LicenseType instanceLicenseType,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
LifecycleDetails lifecycleDetails,
String drRegion,
String stateMessage,
Map<String,Object> service,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateOceInstanceDetails(String description,
String wafPrimaryDomain,
LicenseType instanceLicenseType,
UpdateOceInstanceDetails.InstanceUsageType instanceUsageType,
List<String> addOnFeatures,
LifecycleDetails lifecycleDetails,
String drRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.