Class AddCloudSqlDetails
The information about the added Cloud SQL.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class AddCloudSqlDetails
Properties
BlockVolumeSizeInGBs
Declaration
[JsonProperty(PropertyName = "blockVolumeSizeInGBs")]
public long? BlockVolumeSizeInGBs { get; set; }
Property Value
Type | Description |
---|---|
long? | The size of block volume in GB to be attached to the given node. All details needed for attaching the block volume are managed by the service itself. |
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
Shape
Declaration
[Required(ErrorMessage = "Shape is required.")]
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
Type | Description |
---|---|
string | Shape of the node. |
Remarks
Required
ShapeConfig
Declaration
[JsonProperty(PropertyName = "shapeConfig")]
public ShapeConfigDetails ShapeConfig { get; set; }
Property Value
Type | Description |
---|---|
ShapeConfigDetails |