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