Uses of Class
com.oracle.bmc.core.model.SecurityRule.SourceType
-
Packages that use SecurityRule.SourceType Package Description com.oracle.bmc.core.model -
-
Uses of SecurityRule.SourceType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return SecurityRule.SourceType Modifier and Type Method Description static SecurityRule.SourceTypeSecurityRule.SourceType. create(String key)SecurityRule.SourceTypeSecurityRule. getSourceType()Type of source for the rule.static SecurityRule.SourceTypeSecurityRule.SourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityRule.SourceType[]SecurityRule.SourceType. 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 SecurityRule.SourceType Modifier and Type Method Description SecurityRule.BuilderSecurityRule.Builder. sourceType(SecurityRule.SourceType sourceType)Type of source for the rule.Constructors in com.oracle.bmc.core.model with parameters of type SecurityRule.SourceType 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.
-