Uses of Class
com.oracle.bmc.vnmonitoring.model.CaptureFilter.FilterType
-
Packages that use CaptureFilter.FilterType Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of CaptureFilter.FilterType in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return CaptureFilter.FilterType Modifier and Type Method Description static CaptureFilter.FilterType
CaptureFilter.FilterType. create(String key)
CaptureFilter.FilterType
CaptureFilter. getFilterType()
Indicates which service will use this capture filterstatic CaptureFilter.FilterType
CaptureFilter.FilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CaptureFilter.FilterType[]
CaptureFilter.FilterType. 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 CaptureFilter.FilterType Modifier and Type Method Description CaptureFilter.Builder
CaptureFilter.Builder. filterType(CaptureFilter.FilterType filterType)
Indicates which service will use this capture filterConstructors in com.oracle.bmc.vnmonitoring.model with parameters of type CaptureFilter.FilterType Constructor Description CaptureFilter(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, CaptureFilter.LifecycleState lifecycleState, CaptureFilter.FilterType filterType, Date timeCreated, List<VtapCaptureFilterRuleDetails> vtapCaptureFilterRules, List<FlowLogCaptureFilterRuleDetails> flowLogCaptureFilterRules)
Deprecated.
-