Class GetClusterResult
- java.lang.Object
-
- com.pulumi.azurenative.streamanalytics.outputs.GetClusterResult
-
public final class GetClusterResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetClusterResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetClusterResult.Builder
builder()
static GetClusterResult.Builder
builder(GetClusterResult defaults)
java.lang.Integer
capacityAllocated()
java.lang.Integer
capacityAssigned()
java.lang.String
clusterId()
java.lang.String
createdDate()
java.lang.String
etag()
java.lang.String
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
java.lang.String
provisioningState()
java.util.Optional<ClusterSkuResponse>
sku()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
capacityAllocated
public java.lang.Integer capacityAllocated()
- Returns:
- Represents the number of streaming units currently being used on the cluster.
-
capacityAssigned
public java.lang.Integer capacityAssigned()
- Returns:
- Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.
-
clusterId
public java.lang.String clusterId()
- Returns:
- Unique identifier for the cluster.
-
createdDate
public java.lang.String createdDate()
- Returns:
- The date this cluster was created.
-
etag
public java.lang.String etag()
- Returns:
- The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The geo-location where the resource lives
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
-
sku
public java.util.Optional<ClusterSkuResponse> sku()
- Returns:
- The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
-
builder
public static GetClusterResult.Builder builder()
-
builder
public static GetClusterResult.Builder builder(GetClusterResult defaults)
-
-