Show / Hide Table of Contents

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.

Inheritance
object
StartClusterShapeConfigs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top