Uses of Class
com.oracle.bmc.networkfirewall.model.InspectionType
-
Packages that use InspectionType Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of InspectionType in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return InspectionType Modifier and Type Method Description static InspectionTypeInspectionType. create(String key)InspectionTypeCreateMappedSecretDetails. getType()Type of the secrets mapped based on the policy.InspectionTypeDecryptionProfileSummary. getType()Type of the secrets mapped based on the policy.InspectionTypeMappedSecret. getType()Type of the secrets mapped based on the policy.InspectionTypeMappedSecretSummary. getType()Type of the secrets mapped based on the policy.InspectionTypeUpdateMappedSecretDetails. getType()Type of the secrets mapped based on the policy.static InspectionTypeInspectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InspectionType[]InspectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.model with parameters of type InspectionType Modifier and Type Method Description CreateVaultMappedSecretDetails.BuilderCreateVaultMappedSecretDetails.Builder. type(InspectionType type)DecryptionProfileSummary.BuilderDecryptionProfileSummary.Builder. type(InspectionType type)Type of the secrets mapped based on the policy.MappedSecretSummary.BuilderMappedSecretSummary.Builder. type(InspectionType type)Type of the secrets mapped based on the policy.UpdateVaultMappedSecretDetails.BuilderUpdateVaultMappedSecretDetails.Builder. type(InspectionType type)VaultMappedSecret.BuilderVaultMappedSecret.Builder. type(InspectionType type)Constructors in com.oracle.bmc.networkfirewall.model with parameters of type InspectionType Constructor Description CreateMappedSecretDetails(String name, InspectionType type)Deprecated.CreateVaultMappedSecretDetails(String name, InspectionType type, String vaultSecretId, Integer versionNumber)Deprecated.DecryptionProfileSummary(String name, InspectionType type, String parentResourceId)Deprecated.MappedSecret(String name, InspectionType type, String parentResourceId)Deprecated.MappedSecretSummary(String name, String source, InspectionType type, String parentResourceId)Deprecated.UpdateMappedSecretDetails(InspectionType type)Deprecated.UpdateVaultMappedSecretDetails(InspectionType type, String vaultSecretId, Integer versionNumber)Deprecated.VaultMappedSecret(String name, InspectionType type, String parentResourceId, String vaultSecretId, Integer versionNumber)Deprecated.
-