Uses of Class
com.oracle.bmc.fusionapps.model.ServiceAttachment.LifecycleState
-
Packages that use ServiceAttachment.LifecycleState Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of ServiceAttachment.LifecycleState in com.oracle.bmc.fusionapps
-
Uses of ServiceAttachment.LifecycleState in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return ServiceAttachment.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachment.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.fusionapps.model with parameters of type ServiceAttachment.LifecycleState Constructor 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. -
Uses of ServiceAttachment.LifecycleState in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ServiceAttachment.LifecycleState Modifier and Type Method Description ServiceAttachment.LifecycleState
ListServiceAttachmentsRequest. getLifecycleState()
A filter that returns all resources that match the specified lifecycle state.Methods in com.oracle.bmc.fusionapps.requests with parameters of type ServiceAttachment.LifecycleState Modifier and Type Method Description ListServiceAttachmentsRequest.Builder
ListServiceAttachmentsRequest.Builder. lifecycleState(ServiceAttachment.LifecycleState lifecycleState)
A filter that returns all resources that match the specified lifecycle state.
-