Alert Interface

public interface Alert

An immutable client-side representation of Alert.

Method Summary

Modifier and Type Method and Description
abstract String alertType()

Gets the alertType property: Alert type.

abstract OffsetDateTime appearedAtDateTime()

Gets the appearedAtDateTime property: UTC time when the alert appeared.

abstract Map<String,String> detailedInformation()

Gets the detailedInformation property: Alert details.

abstract AlertErrorDetails errorDetails()

Gets the errorDetails property: Error details of the alert.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract AlertInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.AlertInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String recommendation()

Gets the recommendation property: Alert recommendation.

abstract AlertSeverity severity()

Gets the severity property: Severity of the alert.

abstract String title()

Gets the title property: Alert title.

abstract String type()

Gets the type property: The type of the resource.

Method Details

alertType

public abstract String alertType()

Gets the alertType property: Alert type.

Returns:

the alertType value.

appearedAtDateTime

public abstract OffsetDateTime appearedAtDateTime()

Gets the appearedAtDateTime property: UTC time when the alert appeared.

Returns:

the appearedAtDateTime value.

detailedInformation

public abstract Map detailedInformation()

Gets the detailedInformation property: Alert details.

Returns:

the detailedInformation value.

errorDetails

public abstract AlertErrorDetails errorDetails()

Gets the errorDetails property: Error details of the alert.

Returns:

the errorDetails value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract AlertInner innerModel()

Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.AlertInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

recommendation

public abstract String recommendation()

Gets the recommendation property: Alert recommendation.

Returns:

the recommendation value.

severity

public abstract AlertSeverity severity()

Gets the severity property: Severity of the alert.

Returns:

the severity value.

title

public abstract String title()

Gets the title property: Alert title.

Returns:

the title value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to