Uses of Class
com.oracle.bmc.vnmonitoring.model.DhcpOptions.LifecycleState
-
Packages that use DhcpOptions.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DhcpOptions.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return DhcpOptions.LifecycleState Modifier and Type Method Description static DhcpOptions.LifecycleState
DhcpOptions.LifecycleState. create(String key)
DhcpOptions.LifecycleState
DhcpOptions. getLifecycleState()
The current state of the set of DHCP options.static DhcpOptions.LifecycleState
DhcpOptions.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DhcpOptions.LifecycleState[]
DhcpOptions.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 DhcpOptions.LifecycleState Modifier and Type Method Description DhcpOptions.Builder
DhcpOptions.Builder. lifecycleState(DhcpOptions.LifecycleState lifecycleState)
The current state of the set of DHCP options.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DhcpOptions.LifecycleState Constructor Description DhcpOptions(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, DhcpOptions.LifecycleState lifecycleState, List<DhcpOption> options, Date timeCreated, String vcnId, DhcpOptions.DomainNameType domainNameType)
Deprecated.
-