RecommendationType Class

public final class RecommendationType
extends ExpandableStringEnum<RecommendationType>

The type of IoT Security recommendation.

Field Summary

Modifier and Type Field and Description
static final RecommendationType IO_T_ACRAUTHENTICATION

Static value IoT_ACRAuthentication for RecommendationType.

static final RecommendationType IO_T_AGENT_SENDS_UNUTILIZED_MESSAGES

Static value IoT_AgentSendsUnutilizedMessages for RecommendationType.

static final RecommendationType IO_T_BASELINE

Static value IoT_Baseline for RecommendationType.

static final RecommendationType IO_T_EDGE_HUB_MEM_OPTIMIZE

Static value IoT_EdgeHubMemOptimize for RecommendationType.

static final RecommendationType IO_T_EDGE_LOGGING_OPTIONS

Static value IoT_EdgeLoggingOptions for RecommendationType.

static final RecommendationType IO_T_INCONSISTENT_MODULE_SETTINGS

Static value IoT_InconsistentModuleSettings for RecommendationType.

static final RecommendationType IO_T_INSTALL_AGENT

Static value IoT_InstallAgent for RecommendationType.

static final RecommendationType IO_T_IPFILTER_DENY_ALL

Static value IoT_IPFilter_DenyAll for RecommendationType.

static final RecommendationType IO_T_IPFILTER_PERMISSIVE_RULE

Static value IoT_IPFilter_PermissiveRule for RecommendationType.

static final RecommendationType IO_T_OPEN_PORTS

Static value IoT_OpenPorts for RecommendationType.

static final RecommendationType IO_T_PERMISSIVE_FIREWALL_POLICY

Static value IoT_PermissiveFirewallPolicy for RecommendationType.

static final RecommendationType IO_T_PERMISSIVE_INPUT_FIREWALL_RULES

Static value IoT_PermissiveInputFirewallRules for RecommendationType.

static final RecommendationType IO_T_PERMISSIVE_OUTPUT_FIREWALL_RULES

Static value IoT_PermissiveOutputFirewallRules for RecommendationType.

static final RecommendationType IO_T_PRIVILEGED_DOCKER_OPTIONS

Static value IoT_PrivilegedDockerOptions for RecommendationType.

static final RecommendationType IO_T_SHARED_CREDENTIALS

Static value IoT_SharedCredentials for RecommendationType.

static final RecommendationType IO_T_VULNERABLE_TLSCIPHER_SUITE

Static value IoT_VulnerableTLSCipherSuite for RecommendationType.

Constructor Summary

Constructor Description
RecommendationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RecommendationType value.

Method Summary

Modifier and Type Method and Description
static RecommendationType fromString(String name)

Creates or finds a RecommendationType from its string representation.

static Collection<RecommendationType> values()

Gets known RecommendationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

IO_T_ACRAUTHENTICATION

public static final RecommendationType IO_T_ACRAUTHENTICATION

Static value IoT_ACRAuthentication for RecommendationType.

IO_T_AGENT_SENDS_UNUTILIZED_MESSAGES

public static final RecommendationType IO_T_AGENT_SENDS_UNUTILIZED_MESSAGES

Static value IoT_AgentSendsUnutilizedMessages for RecommendationType.

IO_T_BASELINE

public static final RecommendationType IO_T_BASELINE

Static value IoT_Baseline for RecommendationType.

IO_T_EDGE_HUB_MEM_OPTIMIZE

public static final RecommendationType IO_T_EDGE_HUB_MEM_OPTIMIZE

Static value IoT_EdgeHubMemOptimize for RecommendationType.

IO_T_EDGE_LOGGING_OPTIONS

public static final RecommendationType IO_T_EDGE_LOGGING_OPTIONS

Static value IoT_EdgeLoggingOptions for RecommendationType.

IO_T_INCONSISTENT_MODULE_SETTINGS

public static final RecommendationType IO_T_INCONSISTENT_MODULE_SETTINGS

Static value IoT_InconsistentModuleSettings for RecommendationType.

IO_T_INSTALL_AGENT

public static final RecommendationType IO_T_INSTALL_AGENT

Static value IoT_InstallAgent for RecommendationType.

IO_T_IPFILTER_DENY_ALL

public static final RecommendationType IO_T_IPFILTER_DENY_ALL

Static value IoT_IPFilter_DenyAll for RecommendationType.

IO_T_IPFILTER_PERMISSIVE_RULE

public static final RecommendationType IO_T_IPFILTER_PERMISSIVE_RULE

Static value IoT_IPFilter_PermissiveRule for RecommendationType.

IO_T_OPEN_PORTS

public static final RecommendationType IO_T_OPEN_PORTS

Static value IoT_OpenPorts for RecommendationType.

IO_T_PERMISSIVE_FIREWALL_POLICY

public static final RecommendationType IO_T_PERMISSIVE_FIREWALL_POLICY

Static value IoT_PermissiveFirewallPolicy for RecommendationType.

IO_T_PERMISSIVE_INPUT_FIREWALL_RULES

public static final RecommendationType IO_T_PERMISSIVE_INPUT_FIREWALL_RULES

Static value IoT_PermissiveInputFirewallRules for RecommendationType.

IO_T_PERMISSIVE_OUTPUT_FIREWALL_RULES

public static final RecommendationType IO_T_PERMISSIVE_OUTPUT_FIREWALL_RULES

Static value IoT_PermissiveOutputFirewallRules for RecommendationType.

IO_T_PRIVILEGED_DOCKER_OPTIONS

public static final RecommendationType IO_T_PRIVILEGED_DOCKER_OPTIONS

Static value IoT_PrivilegedDockerOptions for RecommendationType.

IO_T_SHARED_CREDENTIALS

public static final RecommendationType IO_T_SHARED_CREDENTIALS

Static value IoT_SharedCredentials for RecommendationType.

IO_T_VULNERABLE_TLSCIPHER_SUITE

public static final RecommendationType IO_T_VULNERABLE_TLSCIPHER_SUITE

Static value IoT_VulnerableTLSCipherSuite for RecommendationType.

Constructor Details

RecommendationType

@Deprecated
public RecommendationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RecommendationType value.

Method Details

fromString

public static RecommendationType fromString(String name)

Creates or finds a RecommendationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RecommendationType.

values

public static Collection values()

Gets known RecommendationType values.

Returns:

known RecommendationType values.

Applies to