github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmssql/docs/BackupFile.md (about) 1 # BackupFile 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **CloudMssqlServerName** | ***string** | MSSQL서버이름 | [optional] [default to null] 7 **FileName** | ***string** | 파일이름 | [optional] [default to null] 8 **DatabaseName** | ***string** | DB이름 | [optional] [default to null] 9 **FirstLsn** | ***string** | LSN시작번호 | [optional] [default to null] 10 **LastLsn** | ***string** | LSN끝번호 | [optional] [default to null] 11 **BackupType** | **[*CommonCode](CommonCode.md)** | 백업유형 | [optional] [default to null] 12 **StartTime** | ***string** | 백업시작시간 | [optional] [default to null] 13 **EndTime** | ***string** | 백업완료시간 | [optional] [default to null] 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17