Class AddBlockStorageDetails
The information about added block volumes.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class AddBlockStorageDetailsProperties
BlockVolumeSizeInGBs
Declaration
[Required(ErrorMessage = "BlockVolumeSizeInGBs is required.")]
[JsonProperty(PropertyName = "blockVolumeSizeInGBs")]
public long? BlockVolumeSizeInGBs { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | The size of block volume in GB to be added to each worker node. All the details needed for attaching the block volume are managed by service itself. | 
Remarks
Required
ClusterAdminPassword
Declaration
[Required(ErrorMessage = "ClusterAdminPassword is required.")]
[JsonProperty(PropertyName = "clusterAdminPassword")]
public string ClusterAdminPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Base-64 encoded password for the cluster (and Cloudera Manager) admin user. | 
Remarks
Required
NodeType
Declaration
[Required(ErrorMessage = "NodeType is required.")]
[JsonProperty(PropertyName = "nodeType")]
[JsonConverter(typeof(StringEnumConverter))]
public AddBlockStorageDetails.NodeTypeEnum? NodeType { get; set; }Property Value
| Type | Description | 
|---|---|
| AddBlockStorageDetails.NodeTypeEnum? | Worker node types. | 
Remarks
Required