github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/server/nas_volume_snapshot_configuration_history.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 NasVolumeSnapshotConfigurationHistory struct {
    12  
    13  	// NAS볼륨인스턴스번호
    14  NasVolumeInstanceNo *string `json:"nasVolumeInstanceNo;,omitempty"`
    15  
    16  	// 이력일련번호
    17  HistorySequenceNo *string `json:"historySequenceNo;,omitempty"`
    18  
    19  	// 이력유형
    20  HistoryType *CommonCode `json:"historyType;,omitempty"`
    21  
    22  	// IP
    23  Ip *string `json:"ip;,omitempty"`
    24  
    25  	// 등록일시
    26  RegisterDate *string `json:"registerDate;,omitempty"`
    27  
    28  	// 스냅샷볼륨설정비율
    29  SnapshotVolumeConfigurationRatio *float32 `json:"snapshotVolumeConfigurationRatio;,omitempty"`
    30  
    31  	// 스냅샷볼륨설정기간유형
    32  SnapshotVolumeConfigPeriodType *CommonCode `json:"snapshotVolumeConfigPeriodType;,omitempty"`
    33  
    34  	// 스냅샷자동생성주기요일유형
    35  SnapshotVolumeConfigDayOfWeekType *CommonCode `json:"snapshotVolumeConfigDayOfWeekType;,omitempty"`
    36  
    37  	// 스냅샷자동생성주기시각
    38  SnapshotVolumeConfigTime *int32 `json:"snapshotVolumeConfigTime;,omitempty"`
    39  }