Package | Description |
---|---|
com.oracle.bmc.oda | |
com.oracle.bmc.oda.model | |
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
static OdaPrivateEndpointAttachment.LifecycleState |
OdaPrivateEndpointAttachment.LifecycleState.create(String key) |
OdaPrivateEndpointAttachment.LifecycleState |
OdaPrivateEndpointAttachmentSummary.getLifecycleState()
The current state of the ODA Private Endpoint attachment.
|
OdaPrivateEndpointAttachment.LifecycleState |
OdaPrivateEndpointAttachment.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.
|
Modifier and Type | Method and Description |
---|---|
OdaPrivateEndpointAttachmentSummary.Builder |
OdaPrivateEndpointAttachmentSummary.Builder.lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint attachment.
|
OdaPrivateEndpointAttachment.Builder |
OdaPrivateEndpointAttachment.Builder.lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint attachment.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
OdaPrivateEndpointAttachment.LifecycleState |
ListOdaPrivateEndpointAttachmentsRequest.getLifecycleState()
List only the ODA Private Endpoint Attachments that are in this lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListOdaPrivateEndpointAttachmentsRequest.Builder |
ListOdaPrivateEndpointAttachmentsRequest.Builder.lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
List only the ODA Private Endpoint Attachments that are in this lifecycle state.
|
Copyright © 2016–2024. All rights reserved.