Class IntegrationRuntimeDataFlowPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.synapse.outputs.IntegrationRuntimeDataFlowPropertiesResponse
-
public final class IntegrationRuntimeDataFlowPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntegrationRuntimeDataFlowPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegrationRuntimeDataFlowPropertiesResponse.Builder
builder()
static IntegrationRuntimeDataFlowPropertiesResponse.Builder
builder(IntegrationRuntimeDataFlowPropertiesResponse defaults)
java.util.Optional<java.lang.String>
computeType()
java.util.Optional<java.lang.Integer>
coreCount()
java.util.Optional<java.lang.Integer>
timeToLive()
-
-
-
Method Detail
-
computeType
public java.util.Optional<java.lang.String> computeType()
- Returns:
- Compute type of the cluster which will execute data flow job.
-
coreCount
public java.util.Optional<java.lang.Integer> coreCount()
- Returns:
- Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272.
-
timeToLive
public java.util.Optional<java.lang.Integer> timeToLive()
- Returns:
- Time to live (in minutes) setting of the cluster which will execute data flow job.
-
builder
public static IntegrationRuntimeDataFlowPropertiesResponse.Builder builder()
-
builder
public static IntegrationRuntimeDataFlowPropertiesResponse.Builder builder(IntegrationRuntimeDataFlowPropertiesResponse defaults)
-
-