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 newWaiterusing the default configuration.Waiter<GetSubnetRequest,GetSubnetResponse>VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSubnetRequest,GetSubnetResponse>VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subnet.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateSubnet.LifecycleState. create(String key)Subnet.LifecycleStateSubnet. getLifecycleState()The subnet’s current state.static Subnet.LifecycleStateSubnet.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.BuilderSubnet.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, List<String> ipv4CidrBlocks, 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.LifecycleStateListSubnetsRequest. 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.BuilderListSubnetsRequest.Builder. lifecycleState(Subnet.LifecycleState lifecycleState)A filter to only return resources that match the given lifecycle state.
-