Class StartClusterShapeConfigs
The shape configuration to be used to start the cluster. If the value is not set, the start cluster operation will try to start the cluster as is.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class StartClusterShapeConfigs
Properties
NodeTypeShapeConfigs
Declaration
[Required(ErrorMessage = "NodeTypeShapeConfigs is required.")]
[JsonProperty(PropertyName = "nodeTypeShapeConfigs")]
public List<NodeTypeShapeConfig> NodeTypeShapeConfigs { get; set; }
Property Value
Type | Description |
---|---|
List<NodeTypeShapeConfig> | Shape configurations for each node type. |
Remarks
Required