Compartir a través de


DataStatus Class

public final class DataStatus
extends ExpandableStringEnum<DataStatus>

The status of VM Insights data from the resource. When reported as `present` the data array will contain information about the data containers to which data for the specified resource is being routed.

Field Summary

Modifier and Type Field and Description
static final DataStatus NOT_PRESENT

Static value notPresent for DataStatus.

static final DataStatus PRESENT

Static value present for DataStatus.

Constructor Summary

Constructor Description
DataStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataStatus value.

Method Summary

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

Creates or finds a DataStatus from its string representation.

static Collection<DataStatus> values()

Gets known DataStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NOT_PRESENT

public static final DataStatus NOT_PRESENT

Static value notPresent for DataStatus.

PRESENT

public static final DataStatus PRESENT

Static value present for DataStatus.

Constructor Details

DataStatus

@Deprecated
public DataStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataStatus value.

Method Details

fromString

public static DataStatus fromString(String name)

Creates or finds a DataStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataStatus.

values

public static Collection values()

Gets known DataStatus values.

Returns:

known DataStatus values.

Applies to