github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/server/change_nas_volume_snapshot_configuration_request.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 ChangeNasVolumeSnapshotConfigurationRequest struct {
    12  
    13  	// NAS볼륨인스턴스번호
    14  NasVolumeInstanceNo *string `json:"nasVolumeInstanceNo"`
    15  
    16  	// 스냅샷볼륨설정비율
    17  SnapshotVolumeConfigurationRatio *int32 `json:"snapshotVolumeConfigurationRatio"`
    18  
    19  	// 스냅샷자동생성주기요일
    20  SnapshotVolumeConfigDayOfWeekTypeCode *string `json:"snapshotVolumeConfigDayOfWeekTypeCode,omitempty"`
    21  
    22  	// 스냅샷자동생성주기시각
    23  SnapshotVolumeConfigTime *int32 `json:"snapshotVolumeConfigTime,omitempty"`
    24  }