Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
ResourceManagerWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpoint.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
ResourceManagerWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpoint.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
ResourceManagerWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PrivateEndpoint.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static PrivateEndpoint.LifecycleState |
PrivateEndpoint.LifecycleState.create(String key) |
PrivateEndpoint.LifecycleState |
PrivateEndpoint.getLifecycleState()
The current lifecycle state of the private endpoint.
|
PrivateEndpoint.LifecycleState |
PrivateEndpointSummary.getLifecycleState()
The current lifecycle state of the 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)
The current lifecycle state of the private endpoint.
|
PrivateEndpointSummary.Builder |
PrivateEndpointSummary.Builder.lifecycleState(PrivateEndpoint.LifecycleState lifecycleState)
The current lifecycle state of the private endpoint.
|
Constructor and Description |
---|
PrivateEndpoint(String id,
String compartmentId,
String displayName,
String description,
String vcnId,
String subnetId,
List<String> sourceIps,
List<String> nsgIdList,
Boolean isUsedWithConfigurationSourceProvider,
List<String> dnsZones,
Date timeCreated,
PrivateEndpoint.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
PrivateEndpointSummary(String id,
String compartmentId,
String displayName,
String description,
String vcnId,
Boolean isUsedWithConfigurationSourceProvider,
List<String> dnsZones,
Date timeCreated,
PrivateEndpoint.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.