Uses of Class
com.oracle.bmc.core.model.Subnet.LifecycleState
-
Packages that use Subnet.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of Subnet.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Subnet.LifecycleState Modifier and Type Method Description Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subnet.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Subnet.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Subnet.LifecycleState Modifier and Type Method Description static Subnet.LifecycleState
Subnet.LifecycleState. create(String key)
Subnet.LifecycleState
Subnet. getLifecycleState()
The subnet’s current state.static Subnet.LifecycleState
Subnet.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Subnet.LifecycleState[]
Subnet.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 Subnet.LifecycleState Modifier and Type Method Description Subnet.Builder
Subnet.Builder. lifecycleState(Subnet.LifecycleState lifecycleState)
The subnet’s current state.Constructors in com.oracle.bmc.core.model with parameters of type Subnet.LifecycleState Constructor Description Subnet(String availabilityDomain, String cidrBlock, String compartmentId, Map<String,Map<String,Object>> definedTags, String dhcpOptionsId, String displayName, String dnsLabel, Map<String,String> freeformTags, String id, String ipv6CidrBlock, List<String> ipv6CidrBlocks, String ipv6VirtualRouterIp, Subnet.LifecycleState lifecycleState, Boolean prohibitInternetIngress, Boolean prohibitPublicIpOnVnic, String routeTableId, List<String> securityListIds, String subnetDomainName, Date timeCreated, String vcnId, String virtualRouterIp, String virtualRouterMac)
Deprecated. -
Uses of Subnet.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return Subnet.LifecycleState Modifier and Type Method Description Subnet.LifecycleState
ListSubnetsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type Subnet.LifecycleState Modifier and Type Method Description ListSubnetsRequest.Builder
ListSubnetsRequest.Builder. lifecycleState(Subnet.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-