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

     1  # PutScheduledUpdateGroupActionRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     7  **AutoScalingGroupNo** | ***string** | 오토스케일링그룹번호 | [default to null]
     8  **ScheduledActionNo** | ***string** | 스케쥴액션번호 | [optional] [default to null]
     9  **ScheduledActionName** | ***string** | 스케쥴액션이름 | [optional] [default to null]
    10  **MinSize** | ***int32** | 최소용량 | [default to null]
    11  **MaxSize** | ***int32** | 최대용량 | [default to null]
    12  **DesiredCapacity** | ***int32** | 기대용량 | [optional] [default to null]
    13  **StartTime** | ***string** | 스케쥴시작일시 | [optional] [default to null]
    14  **EndTime** | ***string** | 스케쥴종료일시 | [optional] [default to null]
    15  **Recurrence** | ***string** | 반복설정 | [optional] [default to null]
    16  **TimeZone** | ***string** | 타임존 | [optional] [default to null]
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20