Class ClusterProperties

java.lang.Object
com.azure.resourcemanager.eventhubs.fluent.models.ClusterProperties

public final class ClusterProperties extends Object
Event Hubs Cluster properties supplied in responses in List or Get operations.
  • Constructor Details

    • ClusterProperties

      public ClusterProperties()
  • Method Details

    • createdAt

      public String createdAt()
      Get the createdAt property: The UTC time when the Event Hubs Cluster was created.
      Returns:
      the createdAt value.
    • updatedAt

      public String updatedAt()
      Get the updatedAt property: The UTC time when the Event Hubs Cluster was last updated.
      Returns:
      the updatedAt value.
    • metricId

      public String metricId()
      Get the metricId property: The metric ID of the cluster resource. Provided by the service and not modifiable by the user.
      Returns:
      the metricId value.
    • status

      public String status()
      Get the status property: Status of the Cluster resource.
      Returns:
      the status value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.