Skip to content

RosShardingInstanceProps

Properties for defining a RosShardingInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mongodb-shardinginstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mongodb;
new RosShardingInstanceProps {
    object ConfigServer,
    object Mongos,
    object ReplicaSet,
    object AccountPassword = null,
    object AutoRenew = null,
    object ChargeType = null,
    object DbInstanceDescription = null,
    object EngineVersion = null,
    object HiddenZoneId = null,
    object NetworkType = null,
    object Period = null,
    object ProtocolType = null,
    object ResourceGroupId = null,
    object RestoreTime = null,
    object SecondaryZoneId = null,
    object SecurityIpArray = null,
    object SrcDbInstanceId = null,
    object StorageEngine = null,
    object StorageType = null,
    TagsProperty[] Tags = null,
    object TdeStatus = null,
    object VpcId = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
ConfigServer object No description.
Mongos object No description.
ReplicaSet object No description.
AccountPassword object No description.
AutoRenew object No description.
ChargeType object No description.
DbInstanceDescription object No description.
EngineVersion object No description.
HiddenZoneId object No description.
NetworkType object No description.
Period object No description.
ProtocolType object No description.
ResourceGroupId object No description.
RestoreTime object No description.
SecondaryZoneId object No description.
SecurityIpArray object No description.
SrcDbInstanceId object No description.
StorageEngine object No description.
StorageType object No description.
Tags TagsProperty[] No description.
TdeStatus object No description.
VpcId object No description.
VSwitchId object No description.
ZoneId object No description.

ConfigServerRequired

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

MongosRequired

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

ReplicaSetRequired

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

AccountPasswordOptional

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

AutoRenewOptional

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

ChargeTypeOptional

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

DbInstanceDescriptionOptional

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

EngineVersionOptional

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

HiddenZoneIdOptional

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

NetworkTypeOptional

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

PeriodOptional

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

ProtocolTypeOptional

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

ResourceGroupIdOptional

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

RestoreTimeOptional

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

SecondaryZoneIdOptional

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

SecurityIpArrayOptional

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

SrcDbInstanceIdOptional

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

StorageEngineOptional

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

StorageTypeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

TdeStatusOptional

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

VpcIdOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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