Modifier and Type | Method and Description |
---|---|
static PrivateEndpoint.LifecycleState |
PrivateEndpoint.LifecycleState.create(String key) |
PrivateEndpoint.LifecycleState |
PrivateEndpoint.getLifecycleState()
Lifecycle states for private endpoint.
|
PrivateEndpoint.LifecycleState |
PrivateEndpointSummary.getLifecycleState()
Lifecycle state of private endpoint.
|
static PrivateEndpoint.LifecycleState |
PrivateEndpoint.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateEndpoint.LifecycleState[] |
PrivateEndpoint.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrivateEndpoint.Builder |
PrivateEndpoint.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle states for private endpoint.
|
PrivateEndpointSummary.Builder |
PrivateEndpointSummary.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
Lifecycle state of private endpoint.
|
Constructor and Description |
---|
PrivateEndpoint(String id,
String compartmentId,
String subnetId,
String vcnId,
String displayName,
String description,
String privateIp,
List<String> nsgIds,
List<String> shardedDatabases,
Date timeCreated,
Date timeUpdated,
PrivateEndpoint.LifecycleState lifecycleState,
String lifecycleStateDetails,
String proxyComputeInstanceId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PrivateEndpointSummary(String id,
String description,
String compartmentId,
String subnetId,
String vcnId,
String displayName,
List<String> nsgIds,
Date timeCreated,
Date timeUpdated,
PrivateEndpoint.LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PrivateEndpoint.LifecycleState |
ListPrivateEndpointsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListPrivateEndpointsRequest.Builder |
ListPrivateEndpointsRequest.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.