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