github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmysql/docs/CreateCloudMysqlInstanceRequest.md (about)

     1  # CreateCloudMysqlInstanceRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     7  **VpcNo** | ***string** | VPC번호 | [default to null]
     8  **CloudMysqlImageProductCode** | ***string** | CloudMysql이미지상품코드 | [optional] [default to null]
     9  **CloudMysqlProductCode** | ***string** | CloudMysql상품코드 | [optional] [default to null]
    10  **DataStorageTypeCode** | ***string** | 데이터스토리지유형코드 | [optional] [default to null]
    11  **IsHa** | ***bool** | 고가용성여부 | [optional] [default to null]
    12  **IsMultiZone** | ***bool** | 멀티존여부 | [optional] [default to null]
    13  **IsStorageEncryption** | ***bool** | 데이터스토리지암호화여부 | [optional] [default to null]
    14  **IsBackup** | ***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  **CloudMysqlServiceName** | ***string** | CloudMysql서비스이름 | [default to null]
    19  **CloudMysqlServerNamePrefix** | ***string** | CloudMysql서버이름 | [default to null]
    20  **CloudMysqlUserName** | ***string** | CloudMysql유저명 | [default to null]
    21  **CloudMysqlUserPassword** | ***string** | CloudMysql유저패스워드 | [default to null]
    22  **HostIp** | ***string** | 호스트IP | [default to null]
    23  **CloudMysqlPort** | ***int32** | CloudMysql포트 | [optional] [default to null]
    24  **CloudMysqlDatabaseName** | ***string** | CloudMysqlDB명 | [default to null]
    25  **SubnetNo** | ***string** | Subnet번호 | [default to null]
    26  **StandbyMasterSubnetNo** | ***string** | StandbyMasterSubnet번호 | [optional] [default to null]
    27  **IsPrivateSubDomain** | ***bool** | privateSubDomain사용여부 | [optional] [default to null]
    28  **PrivateSubDomainPrefix** | ***string** | privateSubDomain접두어 | [optional] [default to null]
    29  **EngineVersionCode** | ***string** | engineVersionCode | [optional] [default to null]
    30  
    31  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    32  
    33