Class IntegrationRuntimeComputePropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.synapse.outputs.IntegrationRuntimeComputePropertiesResponse
-
public final class IntegrationRuntimeComputePropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntegrationRuntimeComputePropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegrationRuntimeComputePropertiesResponse.Builder
builder()
static IntegrationRuntimeComputePropertiesResponse.Builder
builder(IntegrationRuntimeComputePropertiesResponse defaults)
java.util.Optional<IntegrationRuntimeDataFlowPropertiesResponse>
dataFlowProperties()
java.util.Optional<java.lang.String>
location()
java.util.Optional<java.lang.Integer>
maxParallelExecutionsPerNode()
java.util.Optional<java.lang.String>
nodeSize()
java.util.Optional<java.lang.Integer>
numberOfNodes()
java.util.Optional<IntegrationRuntimeVNetPropertiesResponse>
vNetProperties()
-
-
-
Method Detail
-
dataFlowProperties
public java.util.Optional<IntegrationRuntimeDataFlowPropertiesResponse> dataFlowProperties()
- Returns:
- Data flow properties for managed integration runtime.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The location for managed integration runtime. The supported regions could be found on https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
-
maxParallelExecutionsPerNode
public java.util.Optional<java.lang.Integer> maxParallelExecutionsPerNode()
- Returns:
- Maximum parallel executions count per node for managed integration runtime.
-
nodeSize
public java.util.Optional<java.lang.String> nodeSize()
- Returns:
- The node size requirement to managed integration runtime.
-
numberOfNodes
public java.util.Optional<java.lang.Integer> numberOfNodes()
- Returns:
- The required number of nodes for managed integration runtime.
-
vNetProperties
public java.util.Optional<IntegrationRuntimeVNetPropertiesResponse> vNetProperties()
- Returns:
- VNet properties for managed integration runtime.
-
builder
public static IntegrationRuntimeComputePropertiesResponse.Builder builder()
-
builder
public static IntegrationRuntimeComputePropertiesResponse.Builder builder(IntegrationRuntimeComputePropertiesResponse defaults)
-
-