Uses of Class
com.oracle.bmc.bastion.model.BastionLifecycleState
-
Packages that use BastionLifecycleState Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.model com.oracle.bmc.bastion.requests -
-
Uses of BastionLifecycleState in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type BastionLifecycleState Modifier and Type Method Description Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, BastionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, BastionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BastionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of BastionLifecycleState in com.oracle.bmc.bastion.model
Methods in com.oracle.bmc.bastion.model that return BastionLifecycleState Modifier and Type Method Description static BastionLifecycleState
BastionLifecycleState. create(String key)
BastionLifecycleState
Bastion. getLifecycleState()
The current state of the bastion.BastionLifecycleState
BastionSummary. 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.Methods in com.oracle.bmc.bastion.model with parameters of type BastionLifecycleState Modifier and Type Method Description Bastion.Builder
Bastion.Builder. lifecycleState(BastionLifecycleState lifecycleState)
The current state of the bastion.BastionSummary.Builder
BastionSummary.Builder. lifecycleState(BastionLifecycleState lifecycleState)
The current state of the bastion.Constructors in com.oracle.bmc.bastion.model with parameters of type BastionLifecycleState Constructor 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. -
Uses of BastionLifecycleState in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return BastionLifecycleState Modifier and Type Method Description BastionLifecycleState
ListBastionsRequest. getBastionLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.bastion.requests with parameters of type BastionLifecycleState Modifier and Type Method Description ListBastionsRequest.Builder
ListBastionsRequest.Builder. bastionLifecycleState(BastionLifecycleState bastionLifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-