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.LifecycleStateNetworkSecurityGroup.LifecycleState. create(String key)NetworkSecurityGroup.LifecycleStateNetworkSecurityGroup. getLifecycleState()The network security group’s current state.static NetworkSecurityGroup.LifecycleStateNetworkSecurityGroup.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.BuilderNetworkSecurityGroup.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.
-