Package | Description |
---|---|
com.oracle.bmc.fusionapps | |
com.oracle.bmc.fusionapps.model | |
com.oracle.bmc.fusionapps.requests |
Modifier and Type | Method and Description |
---|---|
static ServiceAttachment.LifecycleState |
ServiceAttachment.LifecycleState.create(String key) |
ServiceAttachment.LifecycleState |
ServiceAttachment.getLifecycleState()
The current state of the ServiceInstance.
|
ServiceAttachment.LifecycleState |
ServiceAttachmentSummary.getLifecycleState()
The current state of the ServiceInstance.
|
static ServiceAttachment.LifecycleState |
ServiceAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceAttachment.LifecycleState[] |
ServiceAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceAttachment.Builder |
ServiceAttachment.Builder.lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
The current state of the ServiceInstance.
|
ServiceAttachmentSummary.Builder |
ServiceAttachmentSummary.Builder.lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
The current state of the ServiceInstance.
|
Constructor and Description |
---|
ServiceAttachment(String id,
String compartmentId,
String serviceInstanceId,
String displayName,
ServiceAttachment.ServiceInstanceType serviceInstanceType,
String serviceUrl,
Date timeCreated,
Date timeUpdated,
ServiceAttachment.LifecycleState lifecycleState,
Boolean isSkuBased,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ServiceAttachmentSummary(String id,
String displayName,
ServiceAttachment.ServiceInstanceType serviceInstanceType,
String serviceInstanceId,
String serviceUrl,
Date timeCreated,
Date timeUpdated,
ServiceAttachment.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isSkuBased,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ServiceAttachment.LifecycleState |
ListServiceAttachmentsRequest.getLifecycleState()
A filter that returns all resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListServiceAttachmentsRequest.Builder |
ListServiceAttachmentsRequest.Builder.lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
A filter that returns all resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.