Uses of Class
com.oracle.bmc.vnmonitoring.model.SecurityRule.Direction
-
Packages that use SecurityRule.Direction Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of SecurityRule.Direction in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return SecurityRule.Direction Modifier and Type Method Description static SecurityRule.Direction
SecurityRule.Direction. create(String key)
SecurityRule.Direction
SecurityRule. getDirection()
Direction of the security rule.static SecurityRule.Direction
SecurityRule.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityRule.Direction[]
SecurityRule.Direction. 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 SecurityRule.Direction Modifier and Type Method Description SecurityRule.Builder
SecurityRule.Builder. direction(SecurityRule.Direction direction)
Direction of the security rule.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type SecurityRule.Direction Constructor Description SecurityRule(String description, String destination, SecurityRule.DestinationType destinationType, SecurityRule.Direction direction, IcmpOptions icmpOptions, String id, Boolean isStateless, Boolean isValid, String protocol, String source, SecurityRule.SourceType sourceType, TcpOptions tcpOptions, Date timeCreated, UdpOptions udpOptions)
Deprecated.
-