Uses of Class
com.oracle.bmc.core.model.FlowLogCaptureFilterRuleDetails.FlowLogType
-
Packages that use FlowLogCaptureFilterRuleDetails.FlowLogType Package Description com.oracle.bmc.core.model -
-
Uses of FlowLogCaptureFilterRuleDetails.FlowLogType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return FlowLogCaptureFilterRuleDetails.FlowLogType Modifier and Type Method Description static FlowLogCaptureFilterRuleDetails.FlowLogTypeFlowLogCaptureFilterRuleDetails.FlowLogType. create(String key)FlowLogCaptureFilterRuleDetails.FlowLogTypeFlowLogCaptureFilterRuleDetails. getFlowLogType()Type or types of VCN flow logs to store.static FlowLogCaptureFilterRuleDetails.FlowLogTypeFlowLogCaptureFilterRuleDetails.FlowLogType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowLogCaptureFilterRuleDetails.FlowLogType[]FlowLogCaptureFilterRuleDetails.FlowLogType. 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 FlowLogCaptureFilterRuleDetails.FlowLogType Modifier and Type Method Description FlowLogCaptureFilterRuleDetails.BuilderFlowLogCaptureFilterRuleDetails.Builder. flowLogType(FlowLogCaptureFilterRuleDetails.FlowLogType flowLogType)Type or types of VCN flow logs to store.Constructors in com.oracle.bmc.core.model with parameters of type FlowLogCaptureFilterRuleDetails.FlowLogType Constructor Description FlowLogCaptureFilterRuleDetails(Boolean isEnabled, Integer priority, Integer samplingRate, String sourceCidr, String destinationCidr, String protocol, IcmpOptions icmpOptions, TcpOptions tcpOptions, UdpOptions udpOptions, FlowLogCaptureFilterRuleDetails.FlowLogType flowLogType, FlowLogCaptureFilterRuleDetails.RuleAction ruleAction)Deprecated.
-