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.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: System data of Cluster resource.
        Returns:
        the systemData value.
      • provisioningState

        ProvisioningState provisioningState()
        Gets the provisioningState property: Provisioning state.
        Returns:
        the provisioningState value.
      • status

        Status status()
        Gets the status property: Status of the cluster agent.
        Returns:
        the status value.
      • cloudId

        String cloudId()
        Gets the cloudId property: Unique, immutable resource id.
        Returns:
        the cloudId value.
      • cloudManagementEndpoint

        String cloudManagementEndpoint()
        Gets the cloudManagementEndpoint property: Endpoint configured for management from the Azure portal.
        Returns:
        the cloudManagementEndpoint value.
      • aadClientId

        String aadClientId()
        Gets the aadClientId property: App id of cluster AAD identity.
        Returns:
        the aadClientId value.
      • aadTenantId

        String aadTenantId()
        Gets the aadTenantId property: Tenant id of cluster AAD identity.
        Returns:
        the aadTenantId value.
      • desiredProperties

        ClusterDesiredProperties desiredProperties()
        Gets the desiredProperties property: Desired properties of the cluster.
        Returns:
        the desiredProperties value.
      • reportedProperties

        ClusterReportedProperties reportedProperties()
        Gets the reportedProperties property: Properties reported by cluster agent.
        Returns:
        the reportedProperties value.
      • trialDaysRemaining

        Float trialDaysRemaining()
        Gets the trialDaysRemaining property: Number of days remaining in the trial period.
        Returns:
        the trialDaysRemaining value.
      • billingModel

        String billingModel()
        Gets the billingModel property: Type of billing applied to the resource.
        Returns:
        the billingModel value.
      • registrationTimestamp

        OffsetDateTime registrationTimestamp()
        Gets the registrationTimestamp property: First cluster sync timestamp.
        Returns:
        the registrationTimestamp value.
      • lastSyncTimestamp

        OffsetDateTime lastSyncTimestamp()
        Gets the lastSyncTimestamp property: Most recent cluster sync timestamp.
        Returns:
        the lastSyncTimestamp value.
      • lastBillingTimestamp

        OffsetDateTime lastBillingTimestamp()
        Gets the lastBillingTimestamp property: Most recent billing meter timestamp.
        Returns:
        the lastBillingTimestamp 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.azurestackhci.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.