Skip to content

RosClusterProps

Properties for defining a RosCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbase-cluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Hbase;
new RosClusterProps {
    object CoreInstanceType,
    object Engine,
    object EngineVersion,
    object NodeCount,
    object PayType,
    object ZoneId,
    object AutoRenewPeriod = null,
    object ClusterName = null,
    object ColdStorageSize = null,
    object DeletionProtection = null,
    object DiskSize = null,
    object DiskType = null,
    object EncryptionKey = null,
    object MasterInstanceType = null,
    object Period = null,
    object PeriodUnit = null,
    object ResourceGroupId = null,
    object SecurityIpList = null,
    object VpcId = null,
    object VSwitchId = null
};

Properties

Name Type Description
CoreInstanceType object No description.
Engine object No description.
EngineVersion object No description.
NodeCount object No description.
PayType object No description.
ZoneId object No description.
AutoRenewPeriod object No description.
ClusterName object No description.
ColdStorageSize object No description.
DeletionProtection object No description.
DiskSize object No description.
DiskType object No description.
EncryptionKey object No description.
MasterInstanceType object No description.
Period object No description.
PeriodUnit object No description.
ResourceGroupId object No description.
SecurityIpList object No description.
VpcId object No description.
VSwitchId object No description.

CoreInstanceTypeRequired

public object CoreInstanceType { get; set; }
  • Type: object

EngineRequired

public object Engine { get; set; }
  • Type: object

EngineVersionRequired

public object EngineVersion { get; set; }
  • Type: object

NodeCountRequired

public object NodeCount { get; set; }
  • Type: object

PayTypeRequired

public object PayType { get; set; }
  • Type: object

ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

AutoRenewPeriodOptional

public object AutoRenewPeriod { get; set; }
  • Type: object

ClusterNameOptional

public object ClusterName { get; set; }
  • Type: object

ColdStorageSizeOptional

public object ColdStorageSize { get; set; }
  • Type: object

DeletionProtectionOptional

public object DeletionProtection { get; set; }
  • Type: object

DiskSizeOptional

public object DiskSize { get; set; }
  • Type: object

DiskTypeOptional

public object DiskType { get; set; }
  • Type: object

EncryptionKeyOptional

public object EncryptionKey { get; set; }
  • Type: object

MasterInstanceTypeOptional

public object MasterInstanceType { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SecurityIpListOptional

public object SecurityIpList { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object

VSwitchIdOptional

public object VSwitchId { get; set; }
  • Type: object