Class CassandraClusterPublicStatusInner


  • public final class CassandraClusterPublicStatusInner
    extends Object
    Properties of a managed Cassandra cluster public status.
    • Constructor Detail

      • CassandraClusterPublicStatusInner

        public CassandraClusterPublicStatusInner()
    • Method Detail

      • etag

        public String etag()
        Get the etag property: The eTag property.
        Returns:
        the etag value.
      • withEtag

        public CassandraClusterPublicStatusInner withEtag​(String etag)
        Set the etag property: The eTag property.
        Parameters:
        etag - the etag value to set.
        Returns:
        the CassandraClusterPublicStatusInner object itself.
      • reaperStatus

        public ManagedCassandraReaperStatus reaperStatus()
        Get the reaperStatus property: The reaperStatus property.
        Returns:
        the reaperStatus value.
      • connectionErrors

        public List<ConnectionError> connectionErrors()
        Get the connectionErrors property: List relevant information about any connection errors to the Datacenters.
        Returns:
        the connectionErrors value.
      • withConnectionErrors

        public CassandraClusterPublicStatusInner withConnectionErrors​(List<ConnectionError> connectionErrors)
        Set the connectionErrors property: List relevant information about any connection errors to the Datacenters.
        Parameters:
        connectionErrors - the connectionErrors value to set.
        Returns:
        the CassandraClusterPublicStatusInner object itself.
      • validate

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