이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
1 - DirectConnect
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| bandwidth required | 포트용량 Example : | integer | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Direct Connect 설명 Example : | any of [string, null] | |
| firewall_id optional | Firewall ID Example : | any of [string, null] | |
| id required | Direct Connect ID Example : | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Direct Connect명 Example : Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| state required | 상태 Example : CREATING | enum (CREATING, ACTIVE, EDITING, DELETING, DELETED, ERROR) | |
| vpc_id required | VPC ID Example : | string | |
| vpc_name required | VPC 명 Example : | string |
2 - DirectConnectCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| bandwidth required | 포트용량 Example : | integer | |
| description optional | Direct Connect 설명 Example : Maximum length : 50 | string | |
| firewall_enabled optional | Firewall 사용 Example : False | boolean | |
| firewall_loggable optional | 방화벽 로깅 가능 Example : False | boolean | |
| name required | Direct Connect명 Example : Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| tags optional | 태그 목록 | array[Tag] | |
| vpc_id required | VPC ID Example : | string |
3 - DirectConnectListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| direct_connects required | array[DirectConnect] | ||
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] |
4 - DirectConnectSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | Direct Connect 설명 Example : Maximum length : 50 | string |
5 - DirectConnectShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| direct_connect required | DirectConnect |
6 - RoutingRule
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : | string | |
| destination_cidr required | 목적지 CIDR Example : | string | |
| destination_resource_id required | 목적지 자원 ID Example : | any of [string, null] | |
| destination_resource_name optional | 목적지 자원명 Example : | any of [string, null] | |
| destination_type required | 목적지 타입 Example : VPC | enum (VPC, ON_PREMISE, INTERNET, TGW) | |
| id required | Routing Rule ID Example : | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| owner_id required | Routing Rule 소유자 ID Example : | string | |
| owner_type required | Routing Rule 소유자 타입 Example : INTERNET_GATEWAY | enum (INTERNET_GATEWAY, GROUP_GATEWAY, DIRECT_CONNECT, SUBNET, PRIVATE_NAT, TRANSIT_GATEWAY, VPC_PEERING, SECURE_INTERNET_GATEWAY) | |
| state required | 상태 Example : CREATING | enum (CREATING, ACTIVE, DELETING, DELETED, ERROR) |
7 - RoutingRuleCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : Maximum length : 50 | string | |
| destination_cidr required | 목적지 CIDR Example : | string | |
| destination_resource_id optional | 목적지 자원 ID Example : | any of [string, null] | |
| destination_type required | 목적지 타입 Example : VPC | enum (VPC, ON_PREMISE) |
8 - RoutingRuleListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| routing_rules required | array[RoutingRule] |
9 - RoutingRuleShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| routing_rule required | RoutingRule |
10 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | tag key Example : | string | |
| value required | tag value Example : | string |