Interface Cluster


  • public interface Cluster
    An immutable client-side representation of Cluster.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • location

        String location()
        Gets the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • sku

        Sku sku()
        Gets the sku property: The SKU to create, which affects price, performance, and features.
        Returns:
        the sku value.
      • zones

        List<String> zones()
        Gets the zones property: The Availability Zones where this cluster will be deployed.
        Returns:
        the zones value.
      • minimumTlsVersion

        TlsVersion minimumTlsVersion()
        Gets the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g. '1.2'.
        Returns:
        the minimumTlsVersion value.
      • hostname

        String hostname()
        Gets the hostname property: DNS name of the cluster endpoint.
        Returns:
        the hostname value.
      • provisioningState

        ProvisioningState provisioningState()
        Gets the provisioningState property: Current provisioning status of the cluster.
        Returns:
        the provisioningState value.
      • resourceState

        ResourceState resourceState()
        Gets the resourceState property: Current resource status of the cluster.
        Returns:
        the resourceState value.
      • redisVersion

        String redisVersion()
        Gets the redisVersion property: Version of redis the cluster supports, e.g. '6'.
        Returns:
        the redisVersion value.
      • privateEndpointConnections

        List<PrivateEndpointConnection> privateEndpointConnections()
        Gets the privateEndpointConnections property: List of private endpoint connections associated with the specified RedisEnterprise cluster.
        Returns:
        the privateEndpointConnections value.
      • region

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • innerModel

        ClusterInner innerModel()
        Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner object.
        Returns:
        the inner object.
      • update

        Cluster.Update update()
        Begins update for the Cluster resource.
        Returns:
        the stage of resource update.
      • refresh

        Cluster refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        Cluster refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.