Uses of Class
com.oracle.bmc.core.model.InternetGateway.LifecycleState
-
Packages that use InternetGateway.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of InternetGateway.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type InternetGateway.LifecycleState Modifier and Type Method Description Waiter<GetInternetGatewayRequest,GetInternetGatewayResponse>VirtualNetworkWaiters. forInternetGateway(GetInternetGatewayRequest request, InternetGateway.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetInternetGatewayRequest,GetInternetGatewayResponse>VirtualNetworkWaiters. forInternetGateway(GetInternetGatewayRequest request, InternetGateway.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetInternetGatewayRequest,GetInternetGatewayResponse>VirtualNetworkWaiters. forInternetGateway(GetInternetGatewayRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, InternetGateway.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of InternetGateway.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InternetGateway.LifecycleState Modifier and Type Method Description static InternetGateway.LifecycleStateInternetGateway.LifecycleState. create(String key)InternetGateway.LifecycleStateInternetGateway. getLifecycleState()The internet gateway’s current state.static InternetGateway.LifecycleStateInternetGateway.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static InternetGateway.LifecycleState[]InternetGateway.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type InternetGateway.LifecycleState Modifier and Type Method Description InternetGateway.BuilderInternetGateway.Builder. lifecycleState(InternetGateway.LifecycleState lifecycleState)The internet gateway’s current state.Constructors in com.oracle.bmc.core.model with parameters of type InternetGateway.LifecycleState Constructor Description InternetGateway(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Boolean isEnabled, InternetGateway.LifecycleState lifecycleState, Date timeCreated, String vcnId, String routeTableId)Deprecated. -
Uses of InternetGateway.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return InternetGateway.LifecycleState Modifier and Type Method Description InternetGateway.LifecycleStateListInternetGatewaysRequest. getLifecycleState()A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type InternetGateway.LifecycleState Modifier and Type Method Description ListInternetGatewaysRequest.BuilderListInternetGatewaysRequest.Builder. lifecycleState(InternetGateway.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-