Uses of Class
com.oracle.bmc.oda.model.OdaPrivateEndpointAttachment.LifecycleState
-
Packages that use OdaPrivateEndpointAttachment.LifecycleState Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of OdaPrivateEndpointAttachment.LifecycleState in com.oracle.bmc.oda
-
Uses of OdaPrivateEndpointAttachment.LifecycleState in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaPrivateEndpointAttachment.LifecycleState Modifier and Type Method Description static OdaPrivateEndpointAttachment.LifecycleState
OdaPrivateEndpointAttachment.LifecycleState. create(String key)
OdaPrivateEndpointAttachment.LifecycleState
OdaPrivateEndpointAttachment. getLifecycleState()
The current state of the ODA Private Endpoint attachment.OdaPrivateEndpointAttachment.LifecycleState
OdaPrivateEndpointAttachmentSummary. getLifecycleState()
The current state of the ODA Private Endpoint attachment.static OdaPrivateEndpointAttachment.LifecycleState
OdaPrivateEndpointAttachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdaPrivateEndpointAttachment.LifecycleState[]
OdaPrivateEndpointAttachment.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointAttachment.LifecycleState Modifier and Type Method Description OdaPrivateEndpointAttachment.Builder
OdaPrivateEndpointAttachment.Builder. lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint attachment.OdaPrivateEndpointAttachmentSummary.Builder
OdaPrivateEndpointAttachmentSummary.Builder. lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint attachment.Constructors in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointAttachment.LifecycleState Constructor Description OdaPrivateEndpointAttachment(String id, String odaInstanceId, String odaPrivateEndpointId, String compartmentId, OdaPrivateEndpointAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.OdaPrivateEndpointAttachmentSummary(String id, String odaInstanceId, String odaPrivateEndpointId, String compartmentId, OdaPrivateEndpointAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of OdaPrivateEndpointAttachment.LifecycleState in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return OdaPrivateEndpointAttachment.LifecycleState Modifier and Type Method Description OdaPrivateEndpointAttachment.LifecycleState
ListOdaPrivateEndpointAttachmentsRequest. getLifecycleState()
List only the ODA Private Endpoint Attachments that are in this lifecycle state.Methods in com.oracle.bmc.oda.requests with parameters of type OdaPrivateEndpointAttachment.LifecycleState Modifier and Type Method Description ListOdaPrivateEndpointAttachmentsRequest.Builder
ListOdaPrivateEndpointAttachmentsRequest.Builder. lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
List only the ODA Private Endpoint Attachments that are in this lifecycle state.
-