Package | Description |
---|---|
com.oracle.bmc.waf.model | |
com.oracle.bmc.waf.requests |
Modifier and Type | Method and Description |
---|---|
static ProtectionCapabilitySummary.Type |
ProtectionCapabilitySummary.Type.create(String key) |
ProtectionCapabilitySummary.Type |
ProtectionCapabilitySummary.getType()
The type of protection capability.
|
static ProtectionCapabilitySummary.Type |
ProtectionCapabilitySummary.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionCapabilitySummary.Type[] |
ProtectionCapabilitySummary.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProtectionCapabilitySummary.Builder |
ProtectionCapabilitySummary.Builder.type(ProtectionCapabilitySummary.Type type)
The type of protection capability.
|
Constructor and Description |
---|
ProtectionCapabilitySummary(String key,
String displayName,
String description,
Integer version,
Boolean isLatestVersion,
List<String> groupTags,
ProtectionCapabilitySummary.Type type,
Integer collaborativeActionThreshold,
List<CollaborativeCapabilityWeight> collaborativeWeights)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProtectionCapabilitySummary.Type |
ListProtectionCapabilitiesRequest.getType()
A filter to return only resources that matches given type.
|
ProtectionCapabilitySummary.Type |
ListProtectionCapabilityGroupTagsRequest.getType()
A filter to return only resources that matches given type.
|
Modifier and Type | Method and Description |
---|---|
ListProtectionCapabilitiesRequest.Builder |
ListProtectionCapabilitiesRequest.Builder.type(ProtectionCapabilitySummary.Type type)
A filter to return only resources that matches given type.
|
ListProtectionCapabilityGroupTagsRequest.Builder |
ListProtectionCapabilityGroupTagsRequest.Builder.type(ProtectionCapabilitySummary.Type type)
A filter to return only resources that matches given type.
|
Copyright © 2016–2023. All rights reserved.