Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.builder()
Create a new builder.
|
TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.Builder.copy(TimeAndVerticalScalingConfig model) |
TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.Builder.targetMemoryPerNode(Integer targetMemoryPerNode)
For nodes with flexible compute
shapes,
this value is the desired memory in GBs on each node.
|
TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.Builder.targetOcpusPerNode(Integer targetOcpusPerNode)
For nodes with flexible compute
shapes,
this value is the desired OCPUs count on each node.
|
TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.Builder.targetShape(String targetShape)
For nodes with fixed compute
shapes,
this value is the desired shape of each node.
|
TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.Builder.timeRecurrence(String timeRecurrence)
Day/time recurrence (specified following RFC 5545) at which to trigger autoscaling
action.
|
TimeAndVerticalScalingConfig.Builder |
TimeAndVerticalScalingConfig.toBuilder() |
Copyright © 2016–2024. All rights reserved.