PeeringServicePrefixEvent Class

  • java.lang.Object
    • com.azure.resourcemanager.peering.models.PeeringServicePrefixEvent

public final class PeeringServicePrefixEvent

The details of the event associated with a prefix.

Constructor Summary

Constructor Description
PeeringServicePrefixEvent()

Creates an instance of PeeringServicePrefixEvent class.

Method Summary

Modifier and Type Method and Description
String eventDescription()

Get the eventDescription property: The description of the event associated with a prefix.

String eventLevel()

Get the eventLevel property: The level of the event associated with a prefix.

String eventSummary()

Get the eventSummary property: The summary of the event associated with a prefix.

OffsetDateTime eventTimestamp()

Get the eventTimestamp property: The timestamp of the event associated with a prefix.

String eventType()

Get the eventType property: The type of the event associated with a prefix.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

PeeringServicePrefixEvent

public PeeringServicePrefixEvent()

Creates an instance of PeeringServicePrefixEvent class.

Method Details

eventDescription

public String eventDescription()

Get the eventDescription property: The description of the event associated with a prefix.

Returns:

the eventDescription value.

eventLevel

public String eventLevel()

Get the eventLevel property: The level of the event associated with a prefix.

Returns:

the eventLevel value.

eventSummary

public String eventSummary()

Get the eventSummary property: The summary of the event associated with a prefix.

Returns:

the eventSummary value.

eventTimestamp

public OffsetDateTime eventTimestamp()

Get the eventTimestamp property: The timestamp of the event associated with a prefix.

Returns:

the eventTimestamp value.

eventType

public String eventType()

Get the eventType property: The type of the event associated with a prefix.

Returns:

the eventType value.

validate

public void validate()

Validates the instance.

Applies to