Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Mongodb;
new RosInstanceProps {
    object DbInstanceClass,
    object DbInstanceStorage,
    object AccountPassword = null,
    object AutoRenew = null,
    object BackupId = null,
    object BusinessInfo = null,
    object ChargeType = null,
    object CouponNo = null,
    object DatabaseNames = null,
    object DbInstanceDescription = null,
    object EngineVersion = null,
    object HiddenZoneId = null,
    object Period = null,
    object PrivateConnections = null,
    object ReadonlyReplicas = null,
    object ReplicationFactor = null,
    object ResourceGroupId = null,
    object RestoreTime = null,
    object SecondaryZoneId = null,
    object SecurityGroupId = null,
    object SecurityIpArray = null,
    object SrcDbInstanceId = null,
    object StorageEngine = null,
    object StorageType = null,
    TagsProperty[] Tags = null,
    object TdeStatus = null,
    object VpcId = null,
    object VpcPasswordFree = null,
    object VSwitchId = null,
    object ZoneId = null
};

Properties

Name Type Description
DbInstanceClass object No description.
DbInstanceStorage object No description.
AccountPassword object No description.
AutoRenew object No description.
BackupId object No description.
BusinessInfo object No description.
ChargeType object No description.
CouponNo object No description.
DatabaseNames object No description.
DbInstanceDescription object No description.
EngineVersion object No description.
HiddenZoneId object No description.
Period object No description.
PrivateConnections object No description.
ReadonlyReplicas object No description.
ReplicationFactor object No description.
ResourceGroupId object No description.
RestoreTime object No description.
SecondaryZoneId object No description.
SecurityGroupId 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.
VpcPasswordFree object No description.
VSwitchId object No description.
ZoneId object No description.

DbInstanceClassRequired

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

DbInstanceStorageRequired

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

AccountPasswordOptional

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

AutoRenewOptional

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

BackupIdOptional

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

BusinessInfoOptional

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

ChargeTypeOptional

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

CouponNoOptional

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

DatabaseNamesOptional

public object DatabaseNames { 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

PeriodOptional

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

PrivateConnectionsOptional

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

ReadonlyReplicasOptional

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

ReplicationFactorOptional

public object ReplicationFactor { 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

SecurityGroupIdOptional

public object SecurityGroupId { 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

VpcPasswordFreeOptional

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

VSwitchIdOptional

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

ZoneIdOptional

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