Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
DataSafePrivateEndpoint.getLifecycleState()
The current state of the private endpoint.
|
LifecycleState |
OnPremConnector.getLifecycleState()
The current state of the on-premises connector.
|
LifecycleState |
DataSafeConfiguration.getLifecycleState()
The current state of Data Safe.
|
LifecycleState |
DataSafePrivateEndpointSummary.getLifecycleState()
The current state of the private endpoint.
|
LifecycleState |
OnPremConnectorSummary.getLifecycleState()
The current state of the on-premises connector.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataSafePrivateEndpoint.Builder |
DataSafePrivateEndpoint.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the private endpoint.
|
OnPremConnector.Builder |
OnPremConnector.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.
|
DataSafeConfiguration.Builder |
DataSafeConfiguration.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of Data Safe.
|
DataSafePrivateEndpointSummary.Builder |
DataSafePrivateEndpointSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the private endpoint.
|
OnPremConnectorSummary.Builder |
OnPremConnectorSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.
|
Constructor and Description |
---|
DataSafeConfiguration(Boolean isEnabled,
String url,
String compartmentId,
Date timeEnabled,
LifecycleState lifecycleState,
String dataSafeNatGatewayIpAddress,
GlobalSettings globalSettings,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
DataSafePrivateEndpoint(String id,
String displayName,
String compartmentId,
String vcnId,
String subnetId,
String privateEndpointId,
String privateEndpointIp,
String endpointFqdn,
String description,
Date timeCreated,
LifecycleState lifecycleState,
List<String> nsgIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DataSafePrivateEndpointSummary(String id,
String displayName,
String compartmentId,
String vcnId,
String subnetId,
String privateEndpointId,
String description,
Date timeCreated,
LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
OnPremConnector(String id,
String displayName,
String compartmentId,
String description,
Date timeCreated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String availableVersion,
String createdVersion)
Deprecated.
|
OnPremConnectorSummary(String id,
String displayName,
String compartmentId,
String description,
Date timeCreated,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String createdVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListDataSafePrivateEndpointsRequest.getLifecycleState()
A filter to return only resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListDataSafePrivateEndpointsRequest.Builder |
ListDataSafePrivateEndpointsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.