Uses of Class
com.oracle.bmc.core.model.NetworkSecurityGroup.LifecycleState
-
Packages that use NetworkSecurityGroup.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of NetworkSecurityGroup.LifecycleState in com.oracle.bmc.core
-
Uses of NetworkSecurityGroup.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.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.core.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.core.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. -
Uses of NetworkSecurityGroup.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return NetworkSecurityGroup.LifecycleState Modifier and Type Method Description NetworkSecurityGroup.LifecycleState
ListNetworkSecurityGroupsRequest. getLifecycleState()
A filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type NetworkSecurityGroup.LifecycleState Modifier and Type Method Description ListNetworkSecurityGroupsRequest.Builder
ListNetworkSecurityGroupsRequest.Builder. lifecycleState(NetworkSecurityGroup.LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
-