github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmssql/docs/CreateCloudMssqlInstanceRequest.md (about) 1 # CreateCloudMssqlInstanceRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **RegionCode** | ***string** | 리전 코드 | [optional] [default to null] 7 **VpcNo** | ***string** | VPC 번호 | [default to null] 8 **SubnetNo** | ***string** | Subnet 번호 | [default to null] 9 **CloudMssqlServiceName** | ***string** | Cloud MSSQL 서비스 이름 | [default to null] 10 **ConfigGroupNo** | ***string** | Cloud MSSQL Config Group 번호 | [optional] [default to null] 11 **CloudMssqlImageProductCode** | ***string** | Cloud MSSQL 상품 코드 | [optional] [default to null] 12 **CloudMssqlProductCode** | ***string** | Cloud MSSQL 스펙 코드 | [optional] [default to null] 13 **DataStorageTypeCode** | ***string** | 데이터 스토리지 타입 코드 | [optional] [default to null] 14 **IsHa** | ***bool** | 고가용성 여부 | [optional] [default to null] 15 **BackupFileRetentionPeriod** | ***int32** | 백업 파일 보관 기간 | [optional] [default to null] 16 **BackupTime** | ***string** | 백업 시간 | [optional] [default to null] 17 **IsAutomaticBackup** | ***bool** | 백업 시간 자동 여부 | [optional] [default to null] 18 **CloudMssqlUserName** | ***string** | 접근 유저명 | [default to null] 19 **CloudMssqlUserPassword** | ***string** | 접근 패스워드 | [default to null] 20 **CloudMssqlPort** | ***int32** | Cloud MSSQL 포트 | [optional] [default to null] 21 **CharacterSetName** | ***string** | DB 문자셋 | [optional] [default to null] 22 23 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 25