RosDbInstanceProps
Properties for defining a RosDbInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-graphdatabase-dbinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new RosDbInstanceProps {
object DbInstanceCategory,
object DbInstanceNetworkType,
object DbInstanceStorageType,
object DbNodeClass,
object DbNodeStorage,
object DbVersion,
object BackupSetId = null,
object CreateType = null,
object DbInstanceDescription = null,
object DbInstanceIpArray = null,
object EcsSecurityGroupRelations = null,
object MaintainTime = null,
object PaymentType = null,
object ResourceGroupId = null,
object RestoreType = null,
object SourceDbInstanceId = null,
TagsProperty[] Tags = null,
object VpcId = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
DbInstanceCategory |
object |
No description. |
DbInstanceNetworkType |
object |
No description. |
DbInstanceStorageType |
object |
No description. |
DbNodeClass |
object |
No description. |
DbNodeStorage |
object |
No description. |
DbVersion |
object |
No description. |
BackupSetId |
object |
No description. |
CreateType |
object |
No description. |
DbInstanceDescription |
object |
No description. |
DbInstanceIpArray |
object |
No description. |
EcsSecurityGroupRelations |
object |
No description. |
MaintainTime |
object |
No description. |
PaymentType |
object |
No description. |
ResourceGroupId |
object |
No description. |
RestoreType |
object |
No description. |
SourceDbInstanceId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
DbInstanceCategoryRequired
public object DbInstanceCategory { get; set; }
- Type: object
DbInstanceNetworkTypeRequired
public object DbInstanceNetworkType { get; set; }
- Type: object
DbInstanceStorageTypeRequired
public object DbInstanceStorageType { get; set; }
- Type: object
DbNodeClassRequired
public object DbNodeClass { get; set; }
- Type: object
DbNodeStorageRequired
public object DbNodeStorage { get; set; }
- Type: object
DbVersionRequired
public object DbVersion { get; set; }
- Type: object
BackupSetIdOptional
public object BackupSetId { get; set; }
- Type: object
CreateTypeOptional
public object CreateType { get; set; }
- Type: object
DbInstanceDescriptionOptional
public object DbInstanceDescription { get; set; }
- Type: object
DbInstanceIpArrayOptional
public object DbInstanceIpArray { get; set; }
- Type: object
EcsSecurityGroupRelationsOptional
public object EcsSecurityGroupRelations { get; set; }
- Type: object
MaintainTimeOptional
public object MaintainTime { get; set; }
- Type: object
PaymentTypeOptional
public object PaymentType { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RestoreTypeOptional
public object RestoreType { get; set; }
- Type: object
SourceDbInstanceIdOptional
public object SourceDbInstanceId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcIdOptional
public object VpcId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object