Package | Description |
---|---|
com.oracle.bmc.vnmonitoring | |
com.oracle.bmc.vnmonitoring.model | |
com.oracle.bmc.vnmonitoring.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPathAnalyzerTestRequest,GetPathAnalyzerTestResponse> |
VnMonitoringWaiters.forPathAnalyzerTest(GetPathAnalyzerTestRequest request,
PathAnalyzerTest.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPathAnalyzerTestRequest,GetPathAnalyzerTestResponse> |
VnMonitoringWaiters.forPathAnalyzerTest(GetPathAnalyzerTestRequest request,
PathAnalyzerTest.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPathAnalyzerTestRequest,GetPathAnalyzerTestResponse> |
VnMonitoringWaiters.forPathAnalyzerTest(GetPathAnalyzerTestRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PathAnalyzerTest.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static PathAnalyzerTest.LifecycleState |
PathAnalyzerTest.LifecycleState.create(String key) |
PathAnalyzerTest.LifecycleState |
PathAnalyzerTestSummary.getLifecycleState()
The current state of the
PathAnalyzerTest resource. |
PathAnalyzerTest.LifecycleState |
PathAnalyzerTest.getLifecycleState()
The current state of the
PathAnalyzerTest resource. |
static PathAnalyzerTest.LifecycleState |
PathAnalyzerTest.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathAnalyzerTest.LifecycleState[] |
PathAnalyzerTest.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PathAnalyzerTestSummary.Builder |
PathAnalyzerTestSummary.Builder.lifecycleState(PathAnalyzerTest.LifecycleState lifecycleState)
The current state of the
PathAnalyzerTest resource. |
PathAnalyzerTest.Builder |
PathAnalyzerTest.Builder.lifecycleState(PathAnalyzerTest.LifecycleState lifecycleState)
The current state of the
PathAnalyzerTest resource. |
Constructor and Description |
---|
PathAnalyzerTest(String id,
String displayName,
String compartmentId,
Integer protocol,
Endpoint sourceEndpoint,
Endpoint destinationEndpoint,
ProtocolParameters protocolParameters,
QueryOptions queryOptions,
Date timeCreated,
Date timeUpdated,
PathAnalyzerTest.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PathAnalyzerTestSummary(String id,
String displayName,
String compartmentId,
Integer protocol,
Endpoint sourceEndpoint,
Endpoint destinationEndpoint,
ProtocolParameters protocolParameters,
QueryOptions queryOptions,
Date timeCreated,
Date timeUpdated,
PathAnalyzerTest.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PathAnalyzerTest.LifecycleState |
ListPathAnalyzerTestsRequest.getLifecycleState()
A filter that returns only resources whose
lifecycleState matches the given lifecycleState . |
Modifier and Type | Method and Description |
---|---|
ListPathAnalyzerTestsRequest.Builder |
ListPathAnalyzerTestsRequest.Builder.lifecycleState(PathAnalyzerTest.LifecycleState lifecycleState)
A filter that returns only resources whose
lifecycleState matches the given
lifecycleState . |
Copyright © 2016–2024. All rights reserved.