Uses of Class
com.oracle.bmc.vnmonitoring.model.Subnet.LifecycleState
-
Packages that use Subnet.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Subnet.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.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.vnmonitoring.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.vnmonitoring.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.
-