github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/server/nas_volume_snapshot.go (about)

     1  /*
     2   * server
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/server/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package server
    10  
    11  type NasVolumeSnapshot struct {
    12  
    13  	// NAS볼륨스냅샷이름
    14  NasVolumeSnapshotName *string `json:"nasVolumeSnapshotName;,omitempty"`
    15  
    16  	// 생성일시
    17  CreateDate *string `json:"createDate;,omitempty"`
    18  
    19  	// 스냡샷사이즈
    20  SnapshotSize *int64 `json:"snapshotSize;,omitempty"`
    21  
    22  	// busy여부
    23  IsBusy *bool `json:"isBusy;,omitempty"`
    24  }