Skip to content

Instance

This class encapsulates and extends the ROS resource type DATASOURCE::MONGODB::Instance.

Initializers

using AlibabaCloud.SDK.ROS.CDK.Mongodb;
new Instance(Construct Scope, string Id, InstanceProps Props, bool EnableResourcePropertyConstraint = null);
Name Type Description
Scope AlibabaCloud.SDK.ROS.CDK.Core.Construct No description.
Id string No description.
Props InstanceProps No description.
EnableResourcePropertyConstraint bool No description.

ScopeRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct

IdRequired

  • Type: string

PropsRequired


EnableResourcePropertyConstraintOptional

  • Type: bool

Methods

Name Description
ToString Returns a string representation of this construct.
Synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
AddCondition No description.
AddCount No description.
AddDependency No description.
AddResourceDesc No description.
ApplyRemovalPolicy No description.
GetAtt No description.
SetMetadata No description.

ToString

private string ToString()

Returns a string representation of this construct.

Synthesize

private void Synthesize(ISynthesisSession Session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

SessionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession

The synthesis session.


AddCondition

private void AddCondition(RosCondition Condition)

ConditionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition

AddCount

private void AddCount(object Count)

CountRequired

  • Type: object

AddDependency

private void AddDependency(Resource Resource)

ResourceRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource

AddResourceDesc

private void AddResourceDesc(string Desc)

DescRequired

  • Type: string

ApplyRemovalPolicy

private void ApplyRemovalPolicy(RemovalPolicy Policy)

PolicyRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy

GetAtt

private IResolvable GetAtt(string Name)

NameRequired

  • Type: string

SetMetadata

private void SetMetadata(string Key, object Value)

KeyRequired

  • Type: string

ValueRequired

  • Type: object

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

using AlibabaCloud.SDK.ROS.CDK.Mongodb;
Instance.IsConstruct(object X);

Return whether the given object is a Construct.

XRequired

  • Type: object

Properties

Name Type Description
Node AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode The construct tree node associated with this construct.
Ref string No description.
Stack AlibabaCloud.SDK.ROS.CDK.Core.Stack The stack in which this resource is defined.
Resource AlibabaCloud.SDK.ROS.CDK.Core.RosResource No description.
AttrAccountDescription AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute AccountDescription: The description of the account.
AttrAccountName AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute AccountName: The name of the account.
AttrAutoRenew AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute AutoRenew: Indicates whether auto-renewal is enabled for the instance.
AttrAutoRenewDuration AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute AutoRenewDuration: Auto Renew Duration.
AttrBackupInterval AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute BackupInterval: The frequency at which high-frequency backup is created.
AttrBackupRetentionPeriod AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute BackupRetentionPeriod: The retention period of the backup data.
AttrCreateTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute CreateTime: The Database create time.
AttrDbInstanceClass AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute DBInstanceClass: The instance type of the instance.
AttrDbInstanceDescription AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute DBInstanceDescription: The name of the instance.
AttrDbInstanceReleaseProtection AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute DBInstanceReleaseProtection: Indicates whether release protection is enabled for the instance.
AttrDbInstanceStorage AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute DbInstanceStorage: The storage capacity of the instance.
AttrDbInstanceType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute DBInstanceType: The architecture of the instance.
AttrEnableBackupLog AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute EnableBackupLog: Indicates whether the log backup feature is enabled.
AttrEngine AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Engine: The database engine of the instance.
AttrEngineVersion AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute EngineVersion: The database engine version of the instance.
AttrExpireTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ExpireTime: The time when the subscription instance expires.
AttrHiddenZoneId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute HiddenZoneId: The zone where the hidden node resides for multi-zone deployment.
AttrInstanceId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute InstanceId: The ID of the mongos.
AttrKindCode AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute KindCode: The kind code of the instance.
AttrLastDowngradeTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute LastDowngradeTime: The date when the last downgrade operation was performed on the instance.
AttrLockMode AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute LockMode: The lock status of the instance.
AttrLogBackupRetentionPeriod AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute LogBackupRetentionPeriod: The number of days for which log backups are retained.
AttrMaintainEndTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute MaintainEndTime: The end time of the maintenance window.
AttrMaintainStartTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute MaintainStartTime: The start time of the maintenance window.
AttrMongosList AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute MongosList: The information of the mongos nodes.
AttrNetworkAddresses AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute NetworkAddresses: The endpoints of ApsaraDB for MongoDB instances.
AttrNetworkType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute NetworkType: The network type of the instance.
AttrParameters AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Parameters: The settings of the parameters that have taken effect.
AttrPaymentType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute PaymentType: The billing method of the Database.
AttrPreferredBackupPeriod AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute PreferredBackupPeriod: The day of a week on which to back up data.
AttrPreferredBackupTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute PreferredBackupTime: The time range during which the backup was created.
AttrProtocolType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ProtocolType: The access protocol type of the instance.
AttrReadonlyReplicas AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReadonlyReplicas: The number of read-only nodes in the shard node.
AttrReplicaSetsConnections AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReplicaSetsConnections: ReplicaSets Connections.
AttrReplicationFactor AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReplicationFactor: The number of nodes in the instance.
AttrResourceGroupId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ResourceGroupId: The ID of the resource group to which the instance belongs.
AttrSecondaryZoneId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SecondaryZoneId: The zone where the secondary node resides for multi-zone deployment.
AttrSecurityGroupId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SecurityGroupId: The ID of the ECS security group.
AttrSecurityIpList AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SecurityIpList: The name of the IP whitelist.
AttrSecurityIps AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SecurityIps: The IP addresses in the default whitelist.
AttrShardList AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ShardList: The information of the shard nodes.
AttrSnapshotBackupType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SnapshotBackupType: The snapshot backup type.
AttrSslExpiredTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SslExpiredTime: The time when the SSL certificate expires.
AttrSslStatus AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SslStatus: The status of the SSL feature.
AttrStorageEngine AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute StorageEngine: The Storage Engine Of The Instance Type.
AttrTags AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Tags: The details of the instance tags.
AttrTdeStatus AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute TdeStatus: The TDE status.
AttrVpcAuthMode AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VpcAuthMode: Indicates whether password-free access within the VPC is enabled.
AttrVpcId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VpcId: The VPC ID of the instance.
AttrVSwitchId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VSwitchId: The vSwitch ID of the instance.
AttrZoneId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ZoneId: The ID of the zone in which the instance resides.

NodeRequired

public ConstructNode Node { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode

The construct tree node associated with this construct.


RefRequired

public string Ref { get; }
  • Type: string

StackRequired

public Stack Stack { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack

The stack in which this resource is defined.


ResourceOptional

public RosResource Resource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource

AttrAccountDescriptionRequired

public IResolvable AttrAccountDescription { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute AccountDescription: The description of the account.


AttrAccountNameRequired

public IResolvable AttrAccountName { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute AccountName: The name of the account.

Value: *root * .


AttrAutoRenewRequired

public IResolvable AttrAutoRenew { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute AutoRenew: Indicates whether auto-renewal is enabled for the instance.

Valid values: true: Auto-renewal is enabled for the instance. false: Auto-renewal is disabled for the instance.


AttrAutoRenewDurationRequired

public IResolvable AttrAutoRenewDuration { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute AutoRenewDuration: Auto Renew Duration.


AttrBackupIntervalRequired

public IResolvable AttrBackupInterval { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BackupInterval: The frequency at which high-frequency backup is created.

Valid values: -1: High-frequency backup is disabled. 15: every 15 minutes. 30: every 30 minutes. 60: every hour. 120: every 2 hours. 180: every 3 hours. 240: every 4 hours. 360: every 6 hours. 480: every 8 hours. 720: every 12 hours.


AttrBackupRetentionPeriodRequired

public IResolvable AttrBackupRetentionPeriod { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BackupRetentionPeriod: The retention period of the backup data.

Unit: day.


AttrCreateTimeRequired

public IResolvable AttrCreateTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute CreateTime: The Database create time.


AttrDbInstanceClassRequired

public IResolvable AttrDbInstanceClass { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute DBInstanceClass: The instance type of the instance.


AttrDbInstanceDescriptionRequired

public IResolvable AttrDbInstanceDescription { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute DBInstanceDescription: The name of the instance.


AttrDbInstanceReleaseProtectionRequired

public IResolvable AttrDbInstanceReleaseProtection { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute DBInstanceReleaseProtection: Indicates whether release protection is enabled for the instance.

Valid values: true false


AttrDbInstanceStorageRequired

public IResolvable AttrDbInstanceStorage { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute DbInstanceStorage: The storage capacity of the instance.


AttrDbInstanceTypeRequired

public IResolvable AttrDbInstanceType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute DBInstanceType: The architecture of the instance.

Valid values: replicate: replica set instance sharding: sharded cluster instance


AttrEnableBackupLogRequired

public IResolvable AttrEnableBackupLog { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute EnableBackupLog: Indicates whether the log backup feature is enabled.

Valid values: 0 (default): The log backup feature is disabled. 1: The log backup feature is enabled.


AttrEngineRequired

public IResolvable AttrEngine { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Engine: The database engine of the instance.

Default value: mongodb.


AttrEngineVersionRequired

public IResolvable AttrEngineVersion { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute EngineVersion: The database engine version of the instance.

6.0 5.0 4.4 4.2 4.0


AttrExpireTimeRequired

public IResolvable AttrExpireTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ExpireTime: The time when the subscription instance expires.

The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mmZ format. The time is displayed in UTC.


AttrHiddenZoneIdRequired

public IResolvable AttrHiddenZoneId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute HiddenZoneId: The zone where the hidden node resides for multi-zone deployment.


AttrInstanceIdRequired

public IResolvable AttrInstanceId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute InstanceId: The ID of the mongos.


AttrKindCodeRequired

public IResolvable AttrKindCode { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute KindCode: The kind code of the instance.

Valid values: 0: physical machine 1: Elastic Compute Service (ECS) instance 2: Docker cluster 18: Kubernetes cluster


AttrLastDowngradeTimeRequired

public IResolvable AttrLastDowngradeTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute LastDowngradeTime: The date when the last downgrade operation was performed on the instance.


AttrLockModeRequired

public IResolvable AttrLockMode { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute LockMode: The lock status of the instance.

Valid values: Unlock: The instance is not locked. ManualLock: The instance is manually locked. LockByExpiration: The instance is automatically locked due to instance expiration. LockByRestoration: The instance is automatically locked before the instance is rolled back. LockByDiskQuota: The instance is automatically locked after the storage space is exhausted. Released: The instance is released.


AttrLogBackupRetentionPeriodRequired

public IResolvable AttrLogBackupRetentionPeriod { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute LogBackupRetentionPeriod: The number of days for which log backups are retained.

Valid values: 7 to 730.


AttrMaintainEndTimeRequired

public IResolvable AttrMaintainEndTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute MaintainEndTime: The end time of the maintenance window.

The time follows the ISO 8601 standard in the HH:mmZ format. The time is displayed in UTC.


AttrMaintainStartTimeRequired

public IResolvable AttrMaintainStartTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute MaintainStartTime: The start time of the maintenance window.

The time follows the ISO 8601 standard in the HH:mmZ format. The time is displayed in UTC.


AttrMongosListRequired

public IResolvable AttrMongosList { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute MongosList: The information of the mongos nodes.


AttrNetworkAddressesRequired

public IResolvable AttrNetworkAddresses { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute NetworkAddresses: The endpoints of ApsaraDB for MongoDB instances.


AttrNetworkTypeRequired

public IResolvable AttrNetworkType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute NetworkType: The network type of the instance.

Valid values: Classic: classic network VPC: VPC


AttrParametersRequired

public IResolvable AttrParameters { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Parameters: The settings of the parameters that have taken effect.


AttrPaymentTypeRequired

public IResolvable AttrPaymentType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute PaymentType: The billing method of the Database.

Valid values: PrePaid: subscription PostPaid: pay-as-you-go.


AttrPreferredBackupPeriodRequired

public IResolvable AttrPreferredBackupPeriod { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute PreferredBackupPeriod: The day of a week on which to back up data.

Valid values: Monday Tuesday Wednesday Thursday Friday Saturday Sunday


AttrPreferredBackupTimeRequired

public IResolvable AttrPreferredBackupTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute PreferredBackupTime: The time range during which the backup was created.

The time follows the ISO 8601 standard in the HH:mmZ-HH:mmZ format. The time is displayed in UTC.


AttrProtocolTypeRequired

public IResolvable AttrProtocolType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ProtocolType: The access protocol type of the instance.

Valid values: mongodb dynamodb


AttrReadonlyReplicasRequired

public IResolvable AttrReadonlyReplicas { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReadonlyReplicas: The number of read-only nodes in the shard node.

Valid values: 0 to 5. The value must be an integer.


AttrReplicaSetsConnectionsRequired

public IResolvable AttrReplicaSetsConnections { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReplicaSetsConnections: ReplicaSets Connections.


AttrReplicationFactorRequired

public IResolvable AttrReplicationFactor { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReplicationFactor: The number of nodes in the instance.


AttrResourceGroupIdRequired

public IResolvable AttrResourceGroupId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ResourceGroupId: The ID of the resource group to which the instance belongs.


AttrSecondaryZoneIdRequired

public IResolvable AttrSecondaryZoneId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SecondaryZoneId: The zone where the secondary node resides for multi-zone deployment.


AttrSecurityGroupIdRequired

public IResolvable AttrSecurityGroupId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SecurityGroupId: The ID of the ECS security group.


AttrSecurityIpListRequired

public IResolvable AttrSecurityIpList { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SecurityIpList: The name of the IP whitelist.


AttrSecurityIpsRequired

public IResolvable AttrSecurityIps { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SecurityIps: The IP addresses in the default whitelist.


AttrShardListRequired

public IResolvable AttrShardList { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ShardList: The information of the shard nodes.


AttrSnapshotBackupTypeRequired

public IResolvable AttrSnapshotBackupType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SnapshotBackupType: The snapshot backup type.

Valid values: Flash: single-digit second backup Standard (default): standard backup


AttrSslExpiredTimeRequired

public IResolvable AttrSslExpiredTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SslExpiredTime: The time when the SSL certificate expires.

The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in Coordinated Universal Time (UTC).


AttrSslStatusRequired

public IResolvable AttrSslStatus { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SslStatus: The status of the SSL feature.

Valid values: Open: The SSL feature is enabled. Closed: The SSL feature is disabled.


AttrStorageEngineRequired

public IResolvable AttrStorageEngine { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute StorageEngine: The Storage Engine Of The Instance Type.


AttrTagsRequired

public IResolvable AttrTags { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Tags: The details of the instance tags.


AttrTdeStatusRequired

public IResolvable AttrTdeStatus { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute TdeStatus: The TDE status.

Valid values: enabled disabled


AttrVpcAuthModeRequired

public IResolvable AttrVpcAuthMode { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VpcAuthMode: Indicates whether password-free access within the VPC is enabled.

Valid values: Open: Password-free access within the VPC is enabled. Close: Password-free access within the VPC is disabled, and you must use a password for access. NotSupport: Password-free access within the VPC is not supported.


AttrVpcIdRequired

public IResolvable AttrVpcId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VpcId: The VPC ID of the instance.


AttrVSwitchIdRequired

public IResolvable AttrVSwitchId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VSwitchId: The vSwitch ID of the instance.


AttrZoneIdRequired

public IResolvable AttrZoneId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ZoneId: The ID of the zone in which the instance resides.