Share via


BatchCertificateVisibility Class

public final class BatchCertificateVisibility
extends ExpandableStringEnum<BatchCertificateVisibility>

BatchCertificateVisibility enums.

Field Summary

Modifier and Type Field and Description
static final BatchCertificateVisibility REMOTE_USER

The Certificate should be visible to the user accounts under which users remotely access the Compute Node.

static final BatchCertificateVisibility START_TASK

The Certificate should be visible to the user account under which the StartTask is run.

static final BatchCertificateVisibility TASK

The Certificate should be visible to the user accounts under which Job Tasks are run.

Constructor Summary

Constructor Description
BatchCertificateVisibility()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchCertificateVisibility value.

Method Summary

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

Creates or finds a BatchCertificateVisibility from its string representation.

static Collection<BatchCertificateVisibility> values()

Gets known BatchCertificateVisibility values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

REMOTE_USER

public static final BatchCertificateVisibility REMOTE_USER

The Certificate should be visible to the user accounts under which users remotely access the Compute Node.

START_TASK

public static final BatchCertificateVisibility START_TASK

The Certificate should be visible to the user account under which the StartTask is run. Note that if AutoUser Scope is Pool for both the StartTask and a Task, this certificate will be visible to the Task as well.

TASK

public static final BatchCertificateVisibility TASK

The Certificate should be visible to the user accounts under which Job Tasks are run.

Constructor Details

BatchCertificateVisibility

@Deprecated
public BatchCertificateVisibility()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchCertificateVisibility value.

Method Details

fromString

public static BatchCertificateVisibility fromString(String name)

Creates or finds a BatchCertificateVisibility from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BatchCertificateVisibility.

values

public static Collection<BatchCertificateVisibility> values()

Gets known BatchCertificateVisibility values.

Returns:

known BatchCertificateVisibility values.

Applies to