Class GetClusterResult


  • public final class GetClusterResult
    extends java.lang.Object
    • Method Detail

      • acceptedAudiences

        public java.util.List<AcceptedAudiencesResponse> acceptedAudiences()
        Returns:
        The cluster's accepted audiences.
      • allowedFqdnList

        public java.util.List<java.lang.String> allowedFqdnList()
        Returns:
        List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.
      • allowedIpRangeList

        public java.util.List<java.lang.String> allowedIpRangeList()
        Returns:
        The list of ips in the format of CIDR allowed to connect to the cluster.
      • dataIngestionUri

        public java.lang.String dataIngestionUri()
        Returns:
        The cluster data ingestion URI.
      • enableAutoStop

        public java.util.Optional<java.lang.Boolean> enableAutoStop()
        Returns:
        A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).
      • enableDiskEncryption

        public java.util.Optional<java.lang.Boolean> enableDiskEncryption()
        Returns:
        A boolean value that indicates if the cluster's disks are encrypted.
      • enableDoubleEncryption

        public java.util.Optional<java.lang.Boolean> enableDoubleEncryption()
        Returns:
        A boolean value that indicates if double encryption is enabled.
      • enablePurge

        public java.util.Optional<java.lang.Boolean> enablePurge()
        Returns:
        A boolean value that indicates if the purge operations are enabled.
      • enableStreamingIngest

        public java.util.Optional<java.lang.Boolean> enableStreamingIngest()
        Returns:
        A boolean value that indicates if the streaming ingest is enabled.
      • engineType

        public java.util.Optional<java.lang.String> engineType()
        Returns:
        The engine type
      • etag

        public java.lang.String etag()
        Returns:
        A unique read-only string that changes whenever the resource is updated.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • identity

        public java.util.Optional<IdentityResponse> identity()
        Returns:
        The identity of the cluster, if configured.
      • keyVaultProperties

        public java.util.Optional<KeyVaultPropertiesResponse> keyVaultProperties()
        Returns:
        KeyVault properties for the cluster encryption.
      • languageExtensions

        public java.util.Optional<LanguageExtensionsListResponse> languageExtensions()
        Returns:
        List of the cluster's language extensions.
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • optimizedAutoscale

        public java.util.Optional<OptimizedAutoscaleResponse> optimizedAutoscale()
        Returns:
        Optimized auto scale definition.
      • privateEndpointConnections

        public java.util.List<PrivateEndpointConnectionResponse> privateEndpointConnections()
        Returns:
        A list of private endpoint connections.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        The provisioned state of the resource.
      • publicIPType

        public java.util.Optional<java.lang.String> publicIPType()
        Returns:
        Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)
      • publicNetworkAccess

        public java.util.Optional<java.lang.String> publicNetworkAccess()
        Returns:
        Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed
      • restrictOutboundNetworkAccess

        public java.util.Optional<java.lang.String> restrictOutboundNetworkAccess()
        Returns:
        Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
      • state

        public java.lang.String state()
        Returns:
        The state of the resource.
      • stateReason

        public java.lang.String stateReason()
        Returns:
        The reason for the cluster's current state.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Metadata pertaining to creation and last modification of the resource.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • trustedExternalTenants

        public java.util.List<TrustedExternalTenantResponse> trustedExternalTenants()
        Returns:
        The cluster's external tenants.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • uri

        public java.lang.String uri()
        Returns:
        The cluster URI.
      • zones

        public java.util.List<java.lang.String> zones()
        Returns:
        The availability zones of the cluster.