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