Skip to content

RosDbInstanceProps

Properties for defining a RosDbInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-graphdatabase-dbinstance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgraphdatabase"
&alicloudroscdkgraphdatabase.RosDbInstanceProps {
    DbInstanceCategory: interface{},
    DbInstanceNetworkType: interface{},
    DbInstanceStorageType: interface{},
    DbNodeClass: interface{},
    DbNodeStorage: interface{},
    DbVersion: interface{},
    BackupSetId: interface{},
    CreateType: interface{},
    DbInstanceDescription: interface{},
    DbInstanceIpArray: interface{},
    EcsSecurityGroupRelations: interface{},
    MaintainTime: interface{},
    PaymentType: interface{},
    ResourceGroupId: interface{},
    RestoreType: interface{},
    SourceDbInstanceId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkgraphdatabase.RosDbInstance.TagsProperty,
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
DbInstanceCategory interface{} No description.
DbInstanceNetworkType interface{} No description.
DbInstanceStorageType interface{} No description.
DbNodeClass interface{} No description.
DbNodeStorage interface{} No description.
DbVersion interface{} No description.
BackupSetId interface{} No description.
CreateType interface{} No description.
DbInstanceDescription interface{} No description.
DbInstanceIpArray interface{} No description.
EcsSecurityGroupRelations interface{} No description.
MaintainTime interface{} No description.
PaymentType interface{} No description.
ResourceGroupId interface{} No description.
RestoreType interface{} No description.
SourceDbInstanceId interface{} No description.
Tags *[]TagsProperty No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

DbInstanceCategoryRequired

DbInstanceCategory interface{}
  • Type: interface{}

DbInstanceNetworkTypeRequired

DbInstanceNetworkType interface{}
  • Type: interface{}

DbInstanceStorageTypeRequired

DbInstanceStorageType interface{}
  • Type: interface{}

DbNodeClassRequired

DbNodeClass interface{}
  • Type: interface{}

DbNodeStorageRequired

DbNodeStorage interface{}
  • Type: interface{}

DbVersionRequired

DbVersion interface{}
  • Type: interface{}

BackupSetIdOptional

BackupSetId interface{}
  • Type: interface{}

CreateTypeOptional

CreateType interface{}
  • Type: interface{}

DbInstanceDescriptionOptional

DbInstanceDescription interface{}
  • Type: interface{}

DbInstanceIpArrayOptional

DbInstanceIpArray interface{}
  • Type: interface{}

EcsSecurityGroupRelationsOptional

EcsSecurityGroupRelations interface{}
  • Type: interface{}

MaintainTimeOptional

MaintainTime interface{}
  • Type: interface{}

PaymentTypeOptional

PaymentType interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

RestoreTypeOptional

RestoreType interface{}
  • Type: interface{}

SourceDbInstanceIdOptional

SourceDbInstanceId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}