Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.model | |
com.oracle.bmc.bastion.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBastionRequest,GetBastionResponse> |
BastionWaiters.forBastion(GetBastionRequest request,
BastionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBastionRequest,GetBastionResponse> |
BastionWaiters.forBastion(GetBastionRequest request,
BastionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBastionRequest,GetBastionResponse> |
BastionWaiters.forBastion(GetBastionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BastionLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static BastionLifecycleState |
BastionLifecycleState.create(String key) |
BastionLifecycleState |
BastionSummary.getLifecycleState()
The current state of the bastion.
|
BastionLifecycleState |
Bastion.getLifecycleState()
The current state of the bastion.
|
static BastionLifecycleState |
BastionLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BastionLifecycleState[] |
BastionLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BastionSummary.Builder |
BastionSummary.Builder.lifecycleState(BastionLifecycleState lifecycleState)
The current state of the bastion.
|
Bastion.Builder |
Bastion.Builder.lifecycleState(BastionLifecycleState lifecycleState)
The current state of the bastion.
|
Constructor and Description |
---|
Bastion(String bastionType,
String id,
String name,
String compartmentId,
String targetVcnId,
String targetSubnetId,
String phoneBookEntry,
List<String> clientCidrBlockAllowList,
List<String> staticJumpHostIpAddresses,
String privateEndpointIpAddress,
Integer maxSessionTtlInSeconds,
Integer maxSessionsAllowed,
BastionDnsProxyStatus dnsProxyStatus,
Date timeCreated,
Date timeUpdated,
BastionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BastionSummary(String bastionType,
String id,
String name,
String compartmentId,
String targetVcnId,
String targetSubnetId,
BastionDnsProxyStatus dnsProxyStatus,
Date timeCreated,
Date timeUpdated,
BastionLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BastionLifecycleState |
ListBastionsRequest.getBastionLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.bastionLifecycleState(BastionLifecycleState bastionLifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.