Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static SubscriptionLifecycleState |
SubscriptionLifecycleState.create(String key) |
SubscriptionLifecycleState |
CloudAssignedSubscription.getLifecycleState()
Lifecycle state of the subscription.
|
SubscriptionLifecycleState |
CloudAssignedSubscriptionSummary.getLifecycleState()
Lifecycle state of the subscription.
|
SubscriptionLifecycleState |
CloudSubscriptionSummary.getLifecycleState()
Lifecycle state of the subscription.
|
SubscriptionLifecycleState |
CloudSubscription.getLifecycleState()
Lifecycle state of the subscription.
|
static SubscriptionLifecycleState |
SubscriptionLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionLifecycleState[] |
SubscriptionLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CloudAssignedSubscription.Builder |
CloudAssignedSubscription.Builder.lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.
|
CloudAssignedSubscriptionSummary.Builder |
CloudAssignedSubscriptionSummary.Builder.lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.
|
CloudSubscriptionSummary.Builder |
CloudSubscriptionSummary.Builder.lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.
|
CloudSubscription.Builder |
CloudSubscription.Builder.lifecycleState(SubscriptionLifecycleState lifecycleState)
Lifecycle state of the subscription.
|
Constructor and Description |
---|
CloudAssignedSubscription(String id,
String compartmentId,
String serviceName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String subscriptionNumber,
String currencyCode,
SubscriptionLifecycleState lifecycleState)
Deprecated.
|
CloudAssignedSubscriptionSummary(String id,
String compartmentId,
String serviceName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String subscriptionNumber,
String currencyCode,
SubscriptionLifecycleState lifecycleState)
Deprecated.
|
CloudSubscription(String id,
String compartmentId,
String serviceName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String subscriptionNumber,
String currencyCode,
SubscriptionLifecycleState lifecycleState)
Deprecated.
|
CloudSubscriptionSummary(String id,
String compartmentId,
String serviceName,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String subscriptionNumber,
String currencyCode,
SubscriptionLifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.