Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.61 KB

AutoScalingGroup.md

File metadata and controls

27 lines (22 loc) · 1.61 KB

AutoScalingGroup

Properties

Name Type Description Notes
vpcNo String VPC번호 [optional]
subnetNo String 서브넷번호 [optional]
serverNamePrefix String 서버이름Prefix [optional]
autoScalingGroupNo String 오토스케일링그룹번호 [optional]
autoScalingGroupName String 오토스케일링그룹이름 [optional]
launchConfigurationNo String 론치설정번호 [optional]
minSize Integer 최소용량 [optional]
maxSize Integer 최대용량 [optional]
desiredCapacity Integer 기대용량 [optional]
defaultCoolDown Integer 쿨다운기본값 [optional]
healthCheckGracePeriod Integer 헬스체크보류기간 [optional]
healthCheckType CommonCode 헬스체크유형 [optional]
createDate String 생성일시 [optional]
autoScalingGroupStatus CommonCode 오토스케일링그룹상태 [optional]
targetGroupNoList List<String> 타겟그룹번호리스트 [optional]
inAutoScalingGroupServerInstanceList List<InAutoScalingGroupServerInstance> 오토스케일링그룹에속한서버인스턴스리스트 [optional]
accessControlGroupNoList List<String> ACG번호리스트 [optional]
suspendedProcessList List<SuspendedProcess> 일시정지된프로세스리스트 [optional]