Uses of Class
com.oracle.bmc.vnmonitoring.model.Vnic.LifecycleState
-
Packages that use Vnic.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Vnic.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Vnic.LifecycleState Modifier and Type Method Description static Vnic.LifecycleState
Vnic.LifecycleState. create(String key)
Vnic.LifecycleState
Vnic. getLifecycleState()
The current state of the VNIC.static Vnic.LifecycleState
Vnic.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vnic.LifecycleState[]
Vnic.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 Vnic.LifecycleState Modifier and Type Method Description Vnic.Builder
Vnic.Builder. lifecycleState(Vnic.LifecycleState lifecycleState)
The current state of the VNIC.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Vnic.LifecycleState Constructor Description Vnic(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String hostnameLabel, String id, Boolean isPrimary, Vnic.LifecycleState lifecycleState, String macAddress, List<String> nsgIds, String vlanId, String privateIp, String publicIp, Boolean skipSourceDestCheck, String subnetId, Date timeCreated)
Deprecated.
-