VPC
Overview
SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.
본 가이드는 VPC 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.
Version
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
| Version | Status | Not Before |
|---|
| 1.2 | CURRENT | - |
| 1.1 | SUPPORTED | 20261130 |
| 1.0 | DEPRECATED | 20251231 |
1 - CLIs
1.1 - Add VPC CIDR
1.1.1 - 1.2
scpcli vpc vpc cidr create
--vpc_id <value>
--cidr <value>
Description
VPC Cidr 추가
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
cidr required | string | VPC Cidr | 192.167.0.0/18 |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr_count | CIDR 개수 | 20 |
| cidrs | | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.2 - Approval VPC Peering
1.2.1 - 1.2
scpcli vpc vpc-peering approval
--vpc_peering_id <value>
--type <value>
Description
VPC Peering 승인
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
type required | string | 승인 유형 | - |
1.2.2 - 1.1
scpcli vpc vpc-peering approval
--vpc_peering_id <value>
--type <value>
Description
VPC Peering 승인
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
type required | string | 승인 유형 | - |
1.3 - Approve PrivateLink Endpoint
1.3.1 - 1.2
scpcli vpc privatelink-endpoint approve
--privatelink_endpoint_id <value>
--type <value>
Description
Approve PrivateLink Endpoint
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
type required | string | PrivateLink Endpoint Action Type | APPROVE |
1.3.2 - 1.1
scpcli vpc privatelink-endpoint approve
--privatelink_endpoint_id <value>
--type <value>
Description
Approve PrivateLink Endpoint
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
type required | string | PrivateLink Endpoint Action Type | APPROVE |
1.4 - Connect PrivateLink Endpoint
1.4.1 - 1.2
scpcli vpc privatelink-endpoint connect
--privatelink_endpoint_id <value>
--type <value>
Description
Connect PrivateLink Endpoint
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
type required | string | PrivateLink Endpoint Action Type | DISCONNECT |
1.4.2 - 1.1
scpcli vpc privatelink-endpoint connect
--privatelink_endpoint_id <value>
--type <value>
Description
Connect PrivateLink Endpoint
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
type required | string | PrivateLink Endpoint Action Type | DISCONNECT |
1.5 - Connect Subnet VIP Port
1.5.1 - 1.2
scpcli vpc subnet vip port create
--vip_id <value>
--subnet_id <value>
--port_id <value>
Description
Subnet Vip Port 연결
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
port_id required | string | Port ID | 35268a9f2eda4cde83b1d85c1f61f67d |
Responses
| Name | Description | Example |
|---|
| id | 연결 Port Id | 35268a9f2eda4cde83b1d85c1f61f67d |
| subnet_vip_id | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
1.6 - Create Internet Gateway
1.6.1 - 1.2
scpcli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]
Description
Internet Gateway를 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type required | string | Internet Gateway 유형 | - |
description optional | string | 설명 | Internet Gateway Description |
firewall_enabled optional | boolean | 방화벽 사용 | - |
firewall_loggable optional | boolean | 방화벽 로깅 가능 | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.6.2 - 1.1
scpcli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]
Description
Internet Gateway를 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type required | string | Internet Gateway 유형 | - |
description optional | string | 설명 | Internet Gateway Description |
firewall_enabled optional | boolean | 방화벽 사용 | - |
firewall_loggable optional | boolean | 방화벽 로깅 가능 | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.6.3 - 1.0
scpcli vpc internet-gateway create
--vpc_id <value>
--type <value>
[--description <value>]
[--firewall_enabled <value>]
[--firewall_loggable <value>]
[--tags <value>]
Description
Internet Gateway를 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type required | string | Internet Gateway 유형 | - |
description optional | string | 설명 | Internet Gateway Description |
firewall_enabled optional | boolean | 방화벽 사용 | - |
firewall_loggable optional | boolean | 방화벽 로깅 가능 | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.7 - Create NAT Gateway
1.7.1 - 1.2
scpcli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]
Description
NAT Gateway를 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet CIDR | 023c57b14f11483689338d085e061492 |
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | NAT Gateway 상세설명 | VpcEndpoint Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.7.2 - 1.1
scpcli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]
Description
NAT Gateway를 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet CIDR | 023c57b14f11483689338d085e061492 |
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | NAT Gateway 상세설명 | VpcEndpoint Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.7.3 - 1.0
scpcli vpc nat-gateway create
--subnet_id <value>
--publicip_id <value>
[--description <value>]
[--tags <value>]
Description
NAT Gateway를 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet CIDR | 023c57b14f11483689338d085e061492 |
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | NAT Gateway 상세설명 | VpcEndpoint Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.8 - Create Port
1.8.1 - 1.2
scpcli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]
Description
Port를 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | - |
name required | string | Port 명 | portName |
description optional | string | 설명 | Port Description |
fixed_ip_address optional | string | 고정된 IP | - |
security_groups optional | array | Security Group 목록 | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| port | | |
1.8.2 - 1.1
scpcli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]
Description
Port를 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | - |
name required | string | Port 명 | portName |
description optional | string | 설명 | Port Description |
fixed_ip_address optional | string | 고정된 IP | - |
security_groups optional | array | Security Group 목록 | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| port | | |
1.8.3 - 1.0
scpcli vpc port create
--subnet_id <value>
--name <value>
[--description <value>]
[--fixed_ip_address <value>]
[--security_groups <value>]
[--tags <value>]
Description
Port를 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | - |
name required | string | Port 명 | portName |
description optional | string | 설명 | Port Description |
fixed_ip_address optional | string | 고정된 IP | - |
security_groups optional | array | Security Group 목록 | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| port | | |
1.9 - Create Private NAT
1.9.1 - 1.2
scpcli vpc private-nat create
--service_type <value>
--service_resource_id <value>
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
Private NAT 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
service_type required | string | Private NAT에 연결된 Service Type | DIRECT_CONNECT |
service_resource_id required | string | Private NAT에 연결된 Service Resource ID | 3f342bf9a557405b997c2cf48c89cbc2 |
name required | string | Private NAT 명 | PrivateNatName |
cidr required | string | Private NAT IP 대역 | 192.167.0.0/24 |
description optional | string | 설명 | PrivateNat Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| service_resource_id | Private NAT에 연결된 Service Resource ID | 3f342bf9a557405b997c2cf48c89cbc2 |
| service_resource_name | Private NAT에 연결된 Service Resource 이름 | PrivateNatName |
| service_type | Private NAT에 연결된 Service Type | DIRECT_CONNECT |
| state | Private NAT 상태 | ACTIVE |
1.9.2 - 1.1
scpcli vpc private-nat create
--name <value>
--direct_connect_id <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
Private NAT 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Private NAT 명 | PrivateNatName |
direct_connect_id required | string | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
cidr required | string | Private NAT IP 대역 | 192.167.0.0/24 |
description optional | string | 설명 | PrivateNat Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| direct_connect_id | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
| direct_connect_name | Direct Connect명 | DirectConnectName |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| state | Private NAT 상태 | ACTIVE |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.9.3 - 1.0
scpcli vpc private-nat create
--name <value>
--direct_connect_id <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
Private NAT 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Private NAT 명 | PrivateNatName |
direct_connect_id required | string | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
cidr required | string | Private NAT IP 대역 | 192.167.0.0/24 |
description optional | string | 설명 | PrivateNat Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| direct_connect_id | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
| direct_connect_name | Direct Connect명 | DirectConnectName |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| state | Private NAT 상태 | ACTIVE |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.10 - Create Private NAT IP
1.10.1 - 1.2
scpcli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>
Description
Private NAT IP 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
ip_address required | string | Private NAT IP 주소 | - |
Responses
| Name | Description | Example |
|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 | |
1.10.2 - 1.1
scpcli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>
Description
Private NAT IP 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
ip_address required | string | Private NAT IP 주소 | - |
Responses
| Name | Description | Example |
|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 | |
1.10.3 - 1.0
scpcli vpc private-nat-ip create
--private_nat_id <value>
--ip_address <value>
Description
Private NAT IP 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
ip_address required | string | Private NAT IP 주소 | - |
Responses
| Name | Description | Example |
|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 | |
1.11 - Create PrivateLink Endpoint
1.11.1 - 1.2
scpcli vpc privatelink-endpoint create
--subnet_id <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--privatelink_service_id <value>]
[--security_group_ids <value>]
[--tags <value>]
Description
PrivateLink Endpoint 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
name required | string | PrivateLink Endpoint 명 | EndpointName |
endpoint_ip_address required | string | Endpoint IP 주소 | 192.167.1.5 |
description optional | string | 설명 | PrivateLink Endpoint Description |
privatelink_service_id optional | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
security_group_ids optional | array | Security Group 목록 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Endpoint Description |
| endpoint_ip_address | Endpoint IP 주소 | 192.167.1.5 |
| endpoint_ip_port_id | Endpoint IP Port ID | b44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | EndpointName |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| security_group_ids | Security Group 목록 | [‘17776b52-0a64-440d-9e93-b4fc37be935b’] |
| state | PrivateLink Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.11.2 - 1.1
scpcli vpc privatelink-endpoint create
--subnet_id <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--privatelink_service_id <value>]
[--security_group_ids <value>]
[--tags <value>]
Description
PrivateLink Endpoint 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
name required | string | PrivateLink Endpoint 명 | EndpointName |
endpoint_ip_address required | string | Endpoint IP 주소 | 192.167.1.5 |
description optional | string | 설명 | PrivateLink Endpoint Description |
privatelink_service_id optional | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
security_group_ids optional | array | Security Group 목록 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Endpoint Description |
| endpoint_ip_address | Endpoint IP 주소 | 192.167.1.5 |
| endpoint_ip_port_id | Endpoint IP Port ID | b44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | EndpointName |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| security_group_ids | Security Group 목록 | [‘17776b52-0a64-440d-9e93-b4fc37be935b’] |
| state | PrivateLink Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.12 - Create PrivateLink Service
1.12.1 - 1.2
scpcli vpc privatelink-service create
--subnet_id <value>
--service_ip_address <value>
--name <value>
--connected_resource_type <value>
--approval_type <value>
[--connected_resource_id <value>]
[--connected_resource_ip_address <value>]
[--description <value>]
[--high_speed_transfer <value>]
[--security_group_ids <value>]
[--tags <value>]
Description
PrivateLink Service 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
service_ip_address required | string | Service IP 주소 | 192.167.0.5 |
name required | string | PrivateLink Service 명 | ServiceName |
connected_resource_type required | string | 연결된 자원 Type | LB |
approval_type required | string | PrivateLink Service 승인 타입 | AUTO |
connected_resource_id optional | string | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
connected_resource_ip_address optional | string | 연결된 자원 IP 주소 | 192.167.0.10 |
description optional | string | 설명 | PrivateLink Service Description |
high_speed_transfer optional | boolean | 고속 데이터 전송 사용 | False |
security_group_ids optional | array | Security Group 목록 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| connected_resource_id | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
| connected_resource_ip_address | 연결된 자원 IP 주소 | 192.167.0.10 |
| connected_resource_name | 연결된 자원명 | lbResourceName |
| connected_resource_type | 연결된 자원 Type | LB |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Service Description |
| high_speed_transfer | 고속 데이터 전송 사용 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | ServiceName |
| security_group_ids | Security Group 목록 | [‘00b6af37-73b5-4de2-b080-c295a1a0382e’] |
| service_ip_address | Service IP 주소 | 192.167.0.5 |
| service_ip_port_id | Service IP Port ID | d21a4b81-f52a-43a8-b985-341e763458bb |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.12.2 - 1.1
scpcli vpc privatelink-service create
--subnet_id <value>
--service_ip_address <value>
--name <value>
--connected_resource_type <value>
--approval_type <value>
[--connected_resource_id <value>]
[--connected_resource_ip_address <value>]
[--description <value>]
[--high_speed_transfer <value>]
[--security_group_ids <value>]
[--tags <value>]
Description
PrivateLink Service 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
service_ip_address required | string | Service IP 주소 | 192.167.0.5 |
name required | string | PrivateLink Service 명 | ServiceName |
connected_resource_type required | string | 연결된 자원 Type | LB |
approval_type required | string | PrivateLink Service 승인 타입 | AUTO |
connected_resource_id optional | string | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
connected_resource_ip_address optional | string | 연결된 자원 IP 주소 | 192.167.0.10 |
description optional | string | 설명 | PrivateLink Service Description |
high_speed_transfer optional | boolean | 고속 데이터 전송 사용 | False |
security_group_ids optional | array | Security Group 목록 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| connected_resource_id | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
| connected_resource_ip_address | 연결된 자원 IP 주소 | 192.167.0.10 |
| connected_resource_name | 연결된 자원명 | lbResourceName |
| connected_resource_type | 연결된 자원 Type | LB |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Service Description |
| high_speed_transfer | 고속 데이터 전송 사용 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | ServiceName |
| security_group_ids | Security Group 목록 | [‘00b6af37-73b5-4de2-b080-c295a1a0382e’] |
| service_ip_address | Service IP 주소 | 192.167.0.5 |
| service_ip_port_id | Service IP Port ID | d21a4b81-f52a-43a8-b985-341e763458bb |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.13 - Create PublicIP
1.13.1 - 1.2
scpcli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]
Description
PublicIP를 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
type required | string | PublicIP 타입 | IGW |
description optional | string | PublicIP 상세 설명 | Public IP Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.13.2 - 1.1
scpcli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]
Description
PublicIP를 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
type required | string | PublicIP 타입 | IGW |
description optional | string | PublicIP 상세 설명 | Public IP Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.13.3 - 1.0
scpcli vpc public-ip create
--type <value>
[--description <value>]
[--tags <value>]
Description
PublicIP를 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
type required | string | PublicIP 타입 | IGW |
description optional | string | PublicIP 상세 설명 | Public IP Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.14 - Create Subnet
1.14.1 - 1.2
scpcli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--gateway_ip_address <value>]
[--host_routes <value>]
[--tags <value>]
Description
Subnet을 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type required | string | Subnet 유형 | - |
name required | string | Subnet 명 | subnetName |
cidr required | string | Subnet Cidr | 192.167.1.0/24 |
allocation_pools optional | array | IP 할당 범위 | [ |
description optional | string | 설명 | Subnet Description |
dns_nameservers optional | array | DNS Name Server | [ |
gateway_ip_address optional | string | Gateway IP 주소 | 192.167.1.1 |
host_routes optional | array | 호스트 경로 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dhcp_ip_address | DHCP IP 주소 | |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.14.2 - 1.1
scpcli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--host_routes <value>]
[--tags <value>]
Description
Subnet을 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type required | string | Subnet 유형 | - |
name required | string | Subnet 명 | subnetName |
cidr required | string | Subnet Cidr | 192.167.1.0/24 |
allocation_pools optional | array | IP 할당 범위 | [ |
description optional | string | 설명 | Subnet Description |
dns_nameservers optional | array | DNS Name Server | [ |
host_routes optional | array | 호스트 경로 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.14.3 - 1.0
scpcli vpc subnet create
--vpc_id <value>
--type <value>
--name <value>
--cidr <value>
[--allocation_pools <value>]
[--description <value>]
[--dns_nameservers <value>]
[--host_routes <value>]
[--tags <value>]
Description
Subnet을 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type required | string | Subnet 유형 | - |
name required | string | Subnet 명 | subnetName |
cidr required | string | Subnet Cidr | 192.167.1.0/24 |
allocation_pools optional | array | IP 할당 범위 | [ |
description optional | string | 설명 | Subnet Description |
dns_nameservers optional | array | DNS Name Server | [ |
host_routes optional | array | 호스트 경로 | [ |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.15 - Create Subnet VIP
1.15.1 - 1.2
scpcli vpc subnet vip create
--subnet_id <value>
[--description <value>]
[--virtual_ip_address <value>]
Description
Subnet Vip 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | Subnet VIP Description |
virtual_ip_address optional | string | Virtual IP 주소 | 192.168.20.6 |
Responses
| Name | Description | Example |
|---|
| id | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
| connected_ports | | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet VIP Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| static_nat | Static NAT 정보 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vip_port_id | Vip Port Id | 35268a9f2eda4cde83b1d85c1f61f67d |
| virtual_ip_address | Virtual IP 주소 | 192.168.20.6 |
1.16 - Create Subnet VIP NAT IP
1.16.1 - 1.2
scpcli vpc subnet vip nat create
--vip_id <value>
--subnet_id <value>
--publicip_id <value>
--nat_type <value>
Description
Subnet Vip Nat Ip 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
publicip_id required | string | Publicip ID | 12f56e27070248a6a240a497e43fbe18 |
nat_type required | string | Nat 타입 | PUBLIC |
Responses
| Name | Description | Example |
|---|
| id | Static Nat Id | 0009e49548154745948e9722adefbf40 |
| publicip_id | Publicip ID | 12f56e27070248a6a240a497e43fbe18 |
| state | Static Nat 상태 | ACTIVE |
1.17 - Create Transit Gateway
1.17.1 - 1.2
scpcli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]
Description
Transit Gateway 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Transit Gateway 명 | TransitGatewayName |
description optional | string | 설명 | TransitGateway Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_connection_state | Transit 연결 상태 | INACTIVE |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.17.2 - 1.1
scpcli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]
Description
Transit Gateway 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Transit Gateway 명 | TransitGatewayName |
description optional | string | 설명 | TransitGateway Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.17.3 - 1.0
scpcli vpc transit-gateway create
--name <value>
[--description <value>]
[--tags <value>]
Description
Transit Gateway 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Transit Gateway 명 | TransitGatewayName |
description optional | string | 설명 | TransitGateway Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.18 - Create Transit Gateway Firewall
1.18.1 - 1.2
scpcli vpc transit-gateway-firewall create
--transit_gateway_id <value>
--product_type <value>
Description
Transit Gateway 방화벽 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
product_type required | string | Firewall Product Type | TGW_DGW |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_connection_state | Transit 연결 상태 | INACTIVE |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.19 - Create Transit Gateway Firewall Connection
1.19.1 - 1.2
scpcli vpc transit-gateway-firewall-connection create
--transit_gateway_id <value>
Description
Transit Gateway 방화벽 연결 생성.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_connection_state | Transit 연결 상태 | INACTIVE |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.20 - Create Transit Gateway Rule
1.20.1 - 1.2
scpcli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway 규칙 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
tgw_connection_vpc_id required | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
destination_type required | string | 목적지 타입 | VPC |
destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
1.20.2 - 1.1
scpcli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway 규칙 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
tgw_connection_vpc_id required | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
destination_type required | string | 목적지 타입 | VPC |
destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
1.20.3 - 1.0
scpcli vpc transit-gateway-rule create
--transit_gateway_id <value>
--tgw_connection_vpc_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway 규칙 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
tgw_connection_vpc_id required | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
destination_type required | string | 목적지 타입 | VPC |
destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
1.21 - Create Transit Gateway Uplink Rule
1.21.1 - 1.2
scpcli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway Uplink 규칙 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
destination_type required | string | 목적지 타입 | ON_PREMISE |
destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_type | 목적지 타입 | ON_PREMISE |
| state | 상태 | ACTIVE |
1.21.2 - 1.1
scpcli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway Uplink 규칙 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
destination_type required | string | 목적지 타입 | ON_PREMISE |
destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_type | 목적지 타입 | ON_PREMISE |
| state | 상태 | ACTIVE |
1.21.3 - 1.0
scpcli vpc transit-gateway-uplink-rule create
--transit_gateway_id <value>
--destination_type <value>
--destination_cidr <value>
[--description <value>]
Description
Transit Gateway Uplink 규칙 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
destination_type required | string | 목적지 타입 | ON_PREMISE |
destination_cidr required | string | 목적지 CIDR | 192.167.5.0/24 |
description optional | string | 설명 | Routing Rule Description |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_type | 목적지 타입 | ON_PREMISE |
| state | 상태 | ACTIVE |
1.22 - Create Transit Gateway VPC Connection
1.22.1 - 1.2
scpcli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>
Description
Transit Gateway VPC 연결 생성.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| transit_gateway_id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.22.2 - 1.1
scpcli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>
Description
Transit Gateway VPC 연결 생성.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| transit_gateway_id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.22.3 - 1.0
scpcli vpc transit-gateway-vpc-connection create
--transit_gateway_id <value>
--vpc_id <value>
Description
Transit Gateway VPC 연결 생성.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| transit_gateway_id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.23 - Create VPC
1.23.1 - 1.2
scpcli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
VPC를 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | VPC 명 | vpcName |
cidr required | string | VPC Cidr | 192.167.0.0/18 |
description optional | string | 설명 | VPC Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr_count | CIDR 개수 | 20 |
| cidrs | | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.23.2 - 1.1
scpcli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
VPC를 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | VPC 명 | vpcName |
cidr required | string | VPC Cidr | 192.167.0.0/18 |
description optional | string | 설명 | VPC Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.167.0.0/18 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.23.3 - 1.0
scpcli vpc vpc create
--name <value>
--cidr <value>
[--description <value>]
[--tags <value>]
Description
VPC를 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
name required | string | VPC 명 | vpcName |
cidr required | string | VPC Cidr | 192.167.0.0/18 |
description optional | string | 설명 | VPC Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.167.0.0/18 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.24 - Create VPC Endpoint
1.24.1 - 1.2
scpcli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]
Description
VPC Endpoint 를 생성한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
resource_type required | string | VPC Endpoint 자원 타입 | FS |
resource_key required | string | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
resource_info required | string | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
name required | string | VPC Endpoint 명 | VpcEndpointName |
endpoint_ip_address required | string | VPC Endpoint IP 주소 | 192.167.0.5 |
description optional | string | 설명 | VpcEndpoint Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.24.2 - 1.1
scpcli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]
Description
VPC Endpoint 를 생성한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
resource_type required | string | VPC Endpoint 자원 타입 | FS |
resource_key required | string | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
resource_info required | string | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
name required | string | VPC Endpoint 명 | VpcEndpointName |
endpoint_ip_address required | string | VPC Endpoint IP 주소 | 192.167.0.5 |
description optional | string | 설명 | VpcEndpoint Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.24.3 - 1.0
scpcli vpc vpc-endpoint create
--vpc_id <value>
--subnet_id <value>
--resource_type <value>
--resource_key <value>
--resource_info <value>
--name <value>
--endpoint_ip_address <value>
[--description <value>]
[--tags <value>]
Description
VPC Endpoint 를 생성한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
resource_type required | string | VPC Endpoint 자원 타입 | FS |
resource_key required | string | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
resource_info required | string | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
name required | string | VPC Endpoint 명 | VpcEndpointName |
endpoint_ip_address required | string | VPC Endpoint IP 주소 | 192.167.0.5 |
description optional | string | 설명 | VpcEndpoint Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.25 - Create VPC Peering
1.25.1 - 1.2
scpcli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]
Description
VPC Peering 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
requester_vpc_id required | string | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
name required | string | VPC Peering 명 | vpcPeeringName |
approver_vpc_id required | string | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
approver_vpc_account_id required | string | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
description optional | string | 설명 | vpcPeering Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.25.2 - 1.1
scpcli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]
Description
VPC Peering 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
requester_vpc_id required | string | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
name required | string | VPC Peering 명 | vpcPeeringName |
approver_vpc_id required | string | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
approver_vpc_account_id required | string | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
description optional | string | 설명 | vpcPeering Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.25.3 - 1.0
scpcli vpc vpc-peering create
--requester_vpc_id <value>
--name <value>
--approver_vpc_id <value>
--approver_vpc_account_id <value>
[--description <value>]
[--tags <value>]
Description
VPC Peering 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
requester_vpc_id required | string | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
name required | string | VPC Peering 명 | vpcPeeringName |
approver_vpc_id required | string | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
approver_vpc_account_id required | string | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
description optional | string | 설명 | vpcPeering Description |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.26 - Create Vpc Peering Rule
1.26.1 - 1.2
scpcli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]
Description
VPC Peering 규칙 생성
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
destination_vpc_type required | string | 목적지 VPC 유형 | - |
destination_cidr required | string | 목적지 CIDR | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID | |
1.26.2 - 1.1
scpcli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]
Description
VPC Peering 규칙 생성
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
destination_vpc_type required | string | 목적지 VPC 유형 | - |
destination_cidr required | string | 목적지 CIDR | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID | |
1.26.3 - 1.0
scpcli vpc vpc-peering-routing-rule create
--vpc_peering_id <value>
--destination_vpc_type <value>
--destination_cidr <value>
[--tags <value>]
Description
VPC Peering 규칙 생성
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
destination_vpc_type required | string | 목적지 VPC 유형 | - |
destination_cidr required | string | 목적지 CIDR | - |
tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID | |
1.27 - Delete Internet Gateway
1.27.1 - 1.2
scpcli vpc internet-gateway delete
--internet_gateway_id <value>
Description
Internet Gateway를 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
1.27.2 - 1.1
scpcli vpc internet-gateway delete
--internet_gateway_id <value>
Description
Internet Gateway를 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
1.27.3 - 1.0
scpcli vpc internet-gateway delete
--internet_gateway_id <value>
Description
Internet Gateway를 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
1.28 - Delete NAT Gateway
1.28.1 - 1.2
scpcli vpc nat-gateway delete
--nat_gateway_id <value>
Description
NAT Gateway를 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
1.28.2 - 1.1
scpcli vpc nat-gateway delete
--nat_gateway_id <value>
Description
NAT Gateway를 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
1.28.3 - 1.0
scpcli vpc nat-gateway delete
--nat_gateway_id <value>
Description
NAT Gateway를 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
1.29 - Delete Port
1.29.1 - 1.2
scpcli vpc port delete
--port_id <value>
Description
Port를 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
1.29.2 - 1.1
scpcli vpc port delete
--port_id <value>
Description
Port를 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
1.29.3 - 1.0
scpcli vpc port delete
--port_id <value>
Description
Port를 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
1.30 - Delete Private NAT
1.30.1 - 1.2
scpcli vpc private-nat delete
--private_nat_id <value>
Description
Private NAT 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
1.30.2 - 1.1
scpcli vpc private-nat delete
--private_nat_id <value>
Description
Private NAT 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
1.30.3 - 1.0
scpcli vpc private-nat delete
--private_nat_id <value>
Description
Private NAT 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
1.31 - Delete Private NAT IP
1.31.1 - 1.2
scpcli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Private NAT IP 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_ip_id required | string | Private NAT IP ID | - |
private_nat_id required | string | Private NAT ID | - |
1.31.2 - 1.1
scpcli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Private NAT IP 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_ip_id required | string | Private NAT IP ID | - |
private_nat_id required | string | Private NAT ID | - |
1.31.3 - 1.0
scpcli vpc private-nat-ip delete
--private_nat_ip_id <value>
--private_nat_id <value>
Description
Private NAT IP 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
private_nat_ip_id required | string | Private NAT IP ID | - |
private_nat_id required | string | Private NAT ID | - |
1.32 - Delete PrivateLink Endpoint
1.32.1 - 1.2
scpcli vpc privatelink-endpoint delete
--privatelink_endpoint_id <value>
Description
PrivateLink Endpoint 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
1.32.2 - 1.1
scpcli vpc privatelink-endpoint delete
--privatelink_endpoint_id <value>
Description
PrivateLink Endpoint 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
1.33 - Delete PrivateLink Service
1.33.1 - 1.2
scpcli vpc privatelink-service delete
--privatelink_service_id <value>
Description
PrivateLink Service 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
1.33.2 - 1.1
scpcli vpc privatelink-service delete
--privatelink_service_id <value>
Description
PrivateLink Service 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
1.34 - Delete PublicIP
1.34.1 - 1.2
scpcli vpc public-ip delete
--publicip_id <value>
Description
PublicIP를 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
1.34.2 - 1.1
scpcli vpc public-ip delete
--publicip_id <value>
Description
PublicIP를 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
1.34.3 - 1.0
scpcli vpc public-ip delete
--publicip_id <value>
Description
PublicIP를 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
1.35 - Delete Subnet
1.35.1 - 1.2
scpcli vpc subnet delete
--subnet_id <value>
Description
Subnet을 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
1.35.2 - 1.1
scpcli vpc subnet delete
--subnet_id <value>
Description
Subnet을 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
1.35.3 - 1.0
scpcli vpc subnet delete
--subnet_id <value>
Description
Subnet을 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
1.36 - Delete Subnet Vip
1.36.1 - 1.2
scpcli vpc subnet vip delete
--vip_id <value>
--subnet_id <value>
Description
Subnet Vip 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
1.37 - Delete Subnet Vip Connected Port
1.37.1 - 1.2
scpcli vpc subnet vip port delete
--connected_port_id <value>
--vip_id <value>
--subnet_id <value>
Description
Subnet Vip 연결 Port 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
connected_port_id required | string | Subnet Vip 연결 Port Id | 13e2a5a1acbe4713a9a2c70ce226e822 |
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
1.38 - Delete Subnet VIP NAT IP
1.38.1 - 1.2
scpcli vpc subnet vip nat delete
--static_nat_id <value>
--vip_id <value>
--subnet_id <value>
Description
Subnet Vip Nat Ip 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
static_nat_id required | string | Static NAT ID | 0009e49548154745948e9722adefbf40 |
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
1.39 - Delete Transit Gateway
1.39.1 - 1.2
scpcli vpc transit-gateway delete
--transit_gateway_id <value>
Description
Transit Gateway 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.39.2 - 1.1
scpcli vpc transit-gateway delete
--transit_gateway_id <value>
Description
Transit Gateway 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.39.3 - 1.0
scpcli vpc transit-gateway delete
--transit_gateway_id <value>
Description
Transit Gateway 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.40 - Delete Transit Gateway Firewall
1.40.1 - 1.2
scpcli vpc transit-gateway-firewall-delete
--firewall_id <value>
--transit_gateway_id <value>
Description
Transit Gateway 방화벽 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
firewall_id required | string | Firewall ID | bbb93aca123f4bb2b2c0f206f4a86b2b |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.41 - Delete Transit Gateway Firewall Connection
1.41.1 - 1.2
scpcli vpc transit-gateway-firewall-connection delete
--transit_gateway_id <value>
Description
Transit Gateway 방화벽 연결 삭제.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.42 - Delete Transit Gateway Rule
1.42.1 - 1.2
scpcli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway 규칙 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.42.2 - 1.1
scpcli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway 규칙 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.42.3 - 1.0
scpcli vpc transit-gateway-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway 규칙 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.43 - Delete Transit Gateway Uplink Rule
1.43.1 - 1.2
scpcli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway Uplink 규칙 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.43.2 - 1.1
scpcli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway Uplink 규칙 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.43.3 - 1.0
scpcli vpc transit-gateway-uplink-rule delete
--routing_rule_id <value>
--transit_gateway_id <value>
Description
Transit Gateway Uplink 규칙 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.44 - Delete Transit Gateway VPC Connection
1.44.1 - 1.2
scpcli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>
Description
Transit Gateway VPC 연결 삭제.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_connection_id required | string | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.44.2 - 1.1
scpcli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>
Description
Transit Gateway VPC 연결 삭제.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_connection_id required | string | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.44.3 - 1.0
scpcli vpc transit-gateway-vpc-connection delete
--vpc_connection_id <value>
--transit_gateway_id <value>
Description
Transit Gateway VPC 연결 삭제.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_connection_id required | string | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
1.45 - Delete VPC
1.45.1 - 1.2
scpcli vpc vpc delete
--vpc_id <value>
Description
VPC를 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
1.45.2 - 1.1
scpcli vpc vpc delete
--vpc_id <value>
Description
VPC를 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
1.45.3 - 1.0
scpcli vpc vpc delete
--vpc_id <value>
Description
VPC를 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
1.46 - Delete VPC Endpoint
1.46.1 - 1.2
scpcli vpc vpc-endpoint delete
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 삭제한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
1.46.2 - 1.1
scpcli vpc vpc-endpoint delete
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 삭제한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
1.46.3 - 1.0
scpcli vpc vpc-endpoint delete
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 삭제한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
1.47 - Delete VPC Peering
1.47.1 - 1.2
scpcli vpc vpc-peering delete
--vpc_peering_id <value>
Description
VPC Peering 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
1.47.2 - 1.1
scpcli vpc vpc-peering delete
--vpc_peering_id <value>
Description
VPC Peering 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
1.47.3 - 1.0
scpcli vpc vpc-peering delete
--vpc_peering_id <value>
Description
VPC Peering 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
1.48 - Delete VPC Peering Rule
1.48.1 - 1.2
scpcli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>
Description
VPC Peering 규칙 삭제
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | - |
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
1.48.2 - 1.1
scpcli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>
Description
VPC Peering 규칙 삭제
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | - |
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
1.48.3 - 1.0
scpcli vpc vpc-peering-rule delete
--routing_rule_id <value>
--vpc_peering_id <value>
Description
VPC Peering 규칙 삭제
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
routing_rule_id required | string | Routing Rule ID | - |
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
1.49 - List Connected PrivateLink Endpoints
1.49.1 - 1.2
scpcli vpc privatelink-service-connected-endpoint list
--privatelink_service_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
Description
연결된 PrivateLink Endpoint 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| state | PrivateLink Endpoint 상태 | ACTIVE |
1.49.2 - 1.1
scpcli vpc privatelink-service-connected-endpoint list
--privatelink_service_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
Description
연결된 PrivateLink Endpoint 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| state | PrivateLink Endpoint 상태 | ACTIVE |
1.50 - List Internet Gateways
1.50.1 - 1.2
scpcli vpc internet-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
Description
Internet Gateway 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
name optional | string | Internet Gateway 명 | IGW_VPCname |
type optional | **** | Internet Gateway 유형 | - |
state optional | string | 상태 | - |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.50.2 - 1.1
scpcli vpc internet-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
Description
Internet Gateway 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
name optional | string | Internet Gateway 명 | IGW_VPCname |
type optional | **** | Internet Gateway 유형 | - |
state optional | string | 상태 | - |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.50.3 - 1.0
scpcli vpc internet-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
Description
Internet Gateway 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
name optional | string | Internet Gateway 명 | IGW_VPCname |
type optional | **** | Internet Gateway 유형 | - |
state optional | string | 상태 | - |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.51 - List NAT Gateways
1.51.1 - 1.2
scpcli vpc nat-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]
Description
NAT Gateway 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | NAT Gateway 명 | NatGatewayName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
subnet_name optional | string | Subnet 명 | subnetName |
nat_gateway_ip_address optional | string | NAT Gateway IP 주소 | 192.167.0.5 |
state optional | **** | NAT Gateway 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.51.2 - 1.1
scpcli vpc nat-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]
Description
NAT Gateway 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
name optional | string | NAT Gateway 명 | NatGatewayName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
subnet_name optional | string | Subnet 명 | subnetName |
nat_gateway_ip_address optional | string | NAT Gateway IP 주소 | 192.167.0.5 |
state optional | **** | NAT Gateway 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.51.3 - 1.0
scpcli vpc nat-gateway list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--nat_gateway_ip_address <value>]
[--state <value>]
Description
NAT Gateway 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
name optional | string | NAT Gateway 명 | NatGatewayName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
subnet_name optional | string | Subnet 명 | subnetName |
nat_gateway_ip_address optional | string | NAT Gateway IP 주소 | 192.167.0.5 |
state optional | **** | NAT Gateway 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.52 - List Ports
1.52.1 - 1.2
scpcli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]
Description
Port 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | Port 제한 | - |
marker optional | string | Port 마커 | - |
sort optional | string | Port 정렬 | - |
name optional | string | Port 명 | portName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
subnet_name optional | string | Subnet 명 | subnetName |
id optional | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
attached_resource_id optional | string | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
fixed_ip_address optional | string | 고정된 IP | 192.168.1.100 |
mac_address optional | string | MAC 주소 | fa:16:3e:00:00:01 |
state optional | string | 상태 | - |
security_groups optional | string | Security Group 목록 | - |
attached_resource_types optional | **** | 연결된 자원 유형 | - |
Responses
| Name | Description | Example |
|---|
| id | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
| attached_resource_type | 연결된 자원 유형 | |
| created_at | 생성일시 | |
| description | 설명 | Port Description |
| fixed_ip_address | 고정된 IP | 192.168.1.100 |
| mac_address | MAC 주소 | fa:16:3e:00:00:01 |
| modified_at | 수정일시 | |
| name | Port 명 | portName |
| state | 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 071bc63b767444c9afaab1c972d302d5 |
| vpc_name | VPC 명 | vpcName |
1.52.2 - 1.1
scpcli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]
Description
Port 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | Port 제한 | - |
marker optional | string | Port 마커 | - |
sort optional | string | Port 정렬 | - |
name optional | string | Port 명 | portName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
subnet_name optional | string | Subnet 명 | subnetName |
id optional | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
attached_resource_id optional | string | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
fixed_ip_address optional | string | 고정된 IP | 192.168.1.100 |
mac_address optional | string | MAC 주소 | fa:16:3e:00:00:01 |
state optional | string | 상태 | - |
security_groups optional | string | Security Group 목록 | - |
attached_resource_types optional | **** | 연결된 자원 유형 | - |
Responses
| Name | Description | Example |
|---|
| id | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
| attached_resource_type | 연결된 자원 유형 | |
| created_at | 생성일시 | |
| description | 설명 | Port Description |
| fixed_ip_address | 고정된 IP | 192.168.1.100 |
| mac_address | MAC 주소 | fa:16:3e:00:00:01 |
| modified_at | 수정일시 | |
| name | Port 명 | portName |
| state | 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 071bc63b767444c9afaab1c972d302d5 |
| vpc_name | VPC 명 | vpcName |
1.52.3 - 1.0
scpcli vpc port list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--name <value>]
[--subnet_id <value>]
[--subnet_name <value>]
[--id <value>]
[--attached_resource_id <value>]
[--fixed_ip_address <value>]
[--mac_address <value>]
[--state <value>]
[--security_groups <value>]
[--attached_resource_types <value>]
Description
Port 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | Port 제한 | - |
marker optional | string | Port 마커 | - |
sort optional | string | Port 정렬 | - |
name optional | string | Port 명 | portName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
subnet_name optional | string | Subnet 명 | subnetName |
id optional | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
attached_resource_id optional | string | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
fixed_ip_address optional | string | 고정된 IP | 192.168.1.100 |
mac_address optional | string | MAC 주소 | fa:16:3e:00:00:01 |
state optional | string | 상태 | - |
security_groups optional | string | Security Group 목록 | - |
attached_resource_types optional | **** | 연결된 자원 유형 | - |
Responses
| Name | Description | Example |
|---|
| id | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | 연결된 자원 ID | 9387e8f51de04a03994de8a9c3524935 |
| attached_resource_type | 연결된 자원 유형 | |
| created_at | 생성일시 | |
| description | 설명 | Port Description |
| fixed_ip_address | 고정된 IP | 192.168.1.100 |
| mac_address | MAC 주소 | fa:16:3e:00:00:01 |
| modified_at | 수정일시 | |
| name | Port 명 | portName |
| state | 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 071bc63b767444c9afaab1c972d302d5 |
| vpc_name | VPC 명 | vpcName |
1.53 - List Private NAT
1.53.1 - 1.2
scpcli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--service_resource_id <value>]
[--service_type <value>]
[--service_resource_name <value>]
[--state <value>]
Description
Private NAT 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Private NAT 명 | PrivateNatName |
cidr optional | string | Private NAT IP 대역 | 192.167.0.0/24 |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
service_resource_id optional | string | Private NAT에 연결된 Service Resource ID | 3f342bf9a557405b997c2cf48c89cbc2 |
service_type optional | **** | Private NAT에 연결된 Service Type | DIRECT_CONNECT |
service_resource_name optional | string | Private NAT에 연결된 Service Resource 이름 | Service Resource Name |
state optional | **** | Private NAT 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| service_resource_id | Private NAT에 연결된 Service Resource ID | 3f342bf9a557405b997c2cf48c89cbc2 |
| service_resource_name | Private NAT에 연결된 Service Resource 이름 | PrivateNatName |
| service_type | Private NAT에 연결된 Service Type | DIRECT_CONNECT |
| state | Private NAT 상태 | ACTIVE |
1.53.2 - 1.1
scpcli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--direct_connect_id <value>]
[--direct_connect_name <value>]
[--state <value>]
Description
Private NAT 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Private NAT 명 | PrivateNatName |
cidr optional | string | Private NAT IP 대역 | 192.167.0.0/24 |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
direct_connect_id optional | string | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
direct_connect_name optional | string | Direct Connect명 | DirectConnectName |
state optional | **** | Private NAT 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| direct_connect_id | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
| direct_connect_name | Direct Connect명 | DirectConnectName |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| state | Private NAT 상태 | ACTIVE |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.53.3 - 1.0
scpcli vpc private-nat list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--cidr <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--direct_connect_id <value>]
[--direct_connect_name <value>]
[--state <value>]
Description
Private NAT 목록 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Private NAT 명 | PrivateNatName |
cidr optional | string | Private NAT IP 대역 | 192.167.0.0/24 |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
direct_connect_id optional | string | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
direct_connect_name optional | string | Direct Connect명 | DirectConnectName |
state optional | **** | Private NAT 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| direct_connect_id | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
| direct_connect_name | Direct Connect명 | DirectConnectName |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| state | Private NAT 상태 | ACTIVE |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.54 - List Private NAT IP
1.54.1 - 1.2
scpcli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
Description
Private NAT IP 목록
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
ip_address optional | string | Private NAT IP 주소 | - |
state optional | **** | Private NAT IP 상태 | - |
attached_resource_type optional | **** | Private NAT IP 연결된 자원 타입 | - |
attached_resource_id optional | string | Private NAT IP 연결된 자원 ID | - |
attached_resource_name optional | string | Private NAT IP 연결된 자원명 | - |
Responses
| Name | Description | Example |
|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 | |
1.54.2 - 1.1
scpcli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
Description
Private NAT IP 목록
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
ip_address optional | string | Private NAT IP 주소 | - |
state optional | **** | Private NAT IP 상태 | - |
attached_resource_type optional | **** | Private NAT IP 연결된 자원 타입 | - |
attached_resource_id optional | string | Private NAT IP 연결된 자원 ID | - |
attached_resource_name optional | string | Private NAT IP 연결된 자원명 | - |
Responses
| Name | Description | Example |
|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 | |
1.54.3 - 1.0
scpcli vpc private-nat-ip list
--private_nat_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
Description
Private NAT IP 목록
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
ip_address optional | string | Private NAT IP 주소 | - |
state optional | **** | Private NAT IP 상태 | - |
attached_resource_type optional | **** | Private NAT IP 연결된 자원 타입 | - |
attached_resource_id optional | string | Private NAT IP 연결된 자원 ID | - |
attached_resource_name optional | string | Private NAT IP 연결된 자원명 | - |
Responses
| Name | Description | Example |
|---|
| id | Private NAT IP ID | |
| attached_resource_id | Private NAT IP 연결된 자원 ID | |
| attached_resource_name | Private NAT IP 연결된 자원명 | |
| attached_resource_type | Private NAT IP 연결된 자원 타입 | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| ip_address | Private NAT IP 주소 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| private_nat_id | Private NAT ID | |
| state | Private NAT IP 상태 | |
1.55 - List PrivateLink Endpoint
1.55.1 - 1.2
scpcli vpc privatelink-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--privatelink_service_id <value>]
[--endpoint_ip_address <value>]
[--state <value>]
Description
PrivateLink Endpoint 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
name optional | string | PrivateLink Endpoint 명 | EndpointName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
privatelink_service_id optional | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
endpoint_ip_address optional | string | Endpoint IP 주소 | 192.167.1.5 |
state optional | **** | PrivateLink Endpoint 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| endpoint_ip_address | Endpoint IP 주소 | 192.167.1.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | EndpointName |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| state | PrivateLink Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.55.2 - 1.1
scpcli vpc privatelink-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--privatelink_service_id <value>]
[--endpoint_ip_address <value>]
[--state <value>]
Description
PrivateLink Endpoint 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
name optional | string | PrivateLink Endpoint 명 | EndpointName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
privatelink_service_id optional | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
endpoint_ip_address optional | string | Endpoint IP 주소 | 192.167.1.5 |
state optional | **** | PrivateLink Endpoint 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| endpoint_ip_address | Endpoint IP 주소 | 192.167.1.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | EndpointName |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| state | PrivateLink Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.56 - List PrivateLink Service
1.56.1 - 1.2
scpcli vpc privatelink-service list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--service_ip_address <value>]
[--connected_resource_id <value>]
[--connected_resource_type <value>]
[--connected_resource_name <value>]
[--connected_resource_ip_address <value>]
[--state <value>]
Description
PrivateLink Service 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
name optional | string | PrivateLink Service 명 | ServiceName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
service_ip_address optional | string | Service IP 주소 | 192.167.0.5 |
connected_resource_id optional | string | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
connected_resource_type optional | **** | 연결된 자원 Type | LB |
connected_resource_name optional | string | 연결된 자원명 | lbResourceName |
connected_resource_ip_address optional | string | 연결된 자원 IP 주소 | 192.167.0.10 |
state optional | **** | PrivateLink Service 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| connected_resource_id | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
| connected_resource_ip_address | 연결된 자원 IP 주소 | 192.167.0.10 |
| connected_resource_name | 연결된 자원명 | lbResourceName |
| connected_resource_type | 연결된 자원 Type | LB |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | ServiceName |
| service_ip_address | Service IP 주소 | 192.167.0.5 |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.56.2 - 1.1
scpcli vpc privatelink-service list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--subnet_id <value>]
[--service_ip_address <value>]
[--connected_resource_id <value>]
[--connected_resource_type <value>]
[--connected_resource_name <value>]
[--connected_resource_ip_address <value>]
[--state <value>]
Description
PrivateLink Service 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
name optional | string | PrivateLink Service 명 | ServiceName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
service_ip_address optional | string | Service IP 주소 | 192.167.0.5 |
connected_resource_id optional | string | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
connected_resource_type optional | **** | 연결된 자원 Type | LB |
connected_resource_name optional | string | 연결된 자원명 | lbResourceName |
connected_resource_ip_address optional | string | 연결된 자원 IP 주소 | 192.167.0.10 |
state optional | **** | PrivateLink Service 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| connected_resource_id | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
| connected_resource_ip_address | 연결된 자원 IP 주소 | 192.167.0.10 |
| connected_resource_name | 연결된 자원명 | lbResourceName |
| connected_resource_type | 연결된 자원 Type | LB |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | ServiceName |
| service_ip_address | Service IP 주소 | 192.167.0.5 |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.57 - List PublicIPs
1.57.1 - 1.2
scpcli vpc public-ip list
[--size <value>]
[--page <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]
Description
PublicIP 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
ip_address optional | string | IP 주소 | 192.167.0.5 |
state optional | string | PublicIP 상태 | ATTACHED |
attached_resource_type optional | string | PublicIP 연결된 자원 타입 | NAT_GW |
attached_resource_id optional | string | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
attached_resource_name optional | string | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type optional | **** | PublicIP 타입 | IGW |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.57.2 - 1.1
scpcli vpc public-ip list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]
Description
PublicIP 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
ip_address optional | string | IP 주소 | 192.167.0.5 |
state optional | string | PublicIP 상태 | ATTACHED |
attached_resource_type optional | string | PublicIP 연결된 자원 타입 | NAT_GW |
attached_resource_id optional | string | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
attached_resource_name optional | string | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type optional | **** | PublicIP 타입 | IGW |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.57.3 - 1.0
scpcli vpc public-ip list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--ip_address <value>]
[--state <value>]
[--attached_resource_type <value>]
[--attached_resource_id <value>]
[--attached_resource_name <value>]
[--vpc_id <value>]
[--type <value>]
Description
PublicIP 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
ip_address optional | string | IP 주소 | 192.167.0.5 |
state optional | string | PublicIP 상태 | ATTACHED |
attached_resource_type optional | string | PublicIP 연결된 자원 타입 | NAT_GW |
attached_resource_id optional | string | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
attached_resource_name optional | string | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
type optional | **** | PublicIP 타입 | IGW |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.58 - List Subnet Vips
1.58.1 - 1.2
scpcli vpc subnet vip list
--subnet_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--virtual_ip_address <value>]
[--public_ip_address <value>]
Description
Subnet Vip 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
virtual_ip_address optional | string | Virtual IP 주소 | 192.168.20.6 |
public_ip_address optional | string | Public IP 주소 | 100.112.9.84 |
Responses
| Name | Description | Example |
|---|
| id | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
| connected_port_count | 연결 Port 수 | 2 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| static_nat | Static NAT 정보 | |
| virtual_ip_address | Virtual IP 주소 | 192.168.20.6 |
1.59 - List Subnets
1.59.1 - 1.2
scpcli vpc subnet list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--cidr <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
Description
Subnet 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
name optional | string | Subnet 명 | subnetName |
type optional | **** | Subnet 유형 | - |
cidr optional | string | Subnet Cidr | 192.167.1.0/24 |
state optional | **** | 상태 | - |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.59.2 - 1.1
scpcli vpc subnet list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
Description
Subnet 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
name optional | string | Subnet 명 | subnetName |
type optional | **** | Subnet 유형 | - |
state optional | **** | 상태 | - |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.59.3 - 1.0
scpcli vpc subnet list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--state <value>]
[--vpc_id <value>]
[--vpc_name <value>]
Description
Subnet 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
name optional | string | Subnet 명 | subnetName |
type optional | **** | Subnet 유형 | - |
state optional | **** | 상태 | - |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.60 - List Transit Gateway Rules
1.60.1 - 1.2
scpcli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--rule_type <value>]
Description
Transit Gateway 규칙 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
source_type optional | **** | 출발지 타입 | TGW |
destination_type optional | **** | 목적지 타입 | VPC |
destination_cidr optional | string | 목적지 CIDR | 192.167.5.0/24 |
state optional | **** | 상태 | ACTIVE |
rule_type optional | **** | 규칙 타입 | TGW_VPC |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| rule_type | 규칙 타입 | TGW_VPC |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
1.60.2 - 1.1
scpcli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
Description
Transit Gateway 규칙 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
source_type optional | **** | 출발지 타입 | TGW |
destination_type optional | **** | 목적지 타입 | VPC |
destination_cidr optional | string | 목적지 CIDR | 192.167.5.0/24 |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
1.60.3 - 1.0
scpcli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
Description
Transit Gateway 규칙 목록 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
source_type optional | **** | 출발지 타입 | TGW |
destination_type optional | **** | 목적지 타입 | VPC |
destination_cidr optional | string | 목적지 CIDR | 192.167.5.0/24 |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
1.61 - List Transit Gateway VPC Connections
1.61.1 - 1.2
scpcli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]
Description
Transit Gateway VPC 연결 목록 조회.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| transit_gateway_id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.61.2 - 1.1
scpcli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]
Description
Transit Gateway VPC 연결 목록 조회.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| transit_gateway_id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.61.3 - 1.0
scpcli vpc transit-gateway-vpc-connection list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--state <value>]
Description
Transit Gateway VPC 연결 목록 조회.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway VPC 연결 ID | ffeced8e191c478eabd66b6e2cab8e34 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| transit_gateway_id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.62 - List Transit Gateways
1.62.1 - 1.2
scpcli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--firewall_connection_state <value>]
Description
Transit Gateway 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
name optional | string | Transit Gateway 명 | TransitGatewayName |
state optional | **** | 상태 | ACTIVE |
firewall_connection_state optional | **** | Transit 연결 상태 | INACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_connection_state | Transit 연결 상태 | INACTIVE |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.62.2 - 1.1
scpcli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
Description
Transit Gateway 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
name optional | string | Transit Gateway 명 | TransitGatewayName |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.62.3 - 1.0
scpcli vpc transit-gateway list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
Description
Transit Gateway 목록 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
name optional | string | Transit Gateway 명 | TransitGatewayName |
state optional | **** | 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.63 - List VPC Endpoint
1.63.1 - 1.2
scpcli vpc vpc-endpoint list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]
Description
VPC Endpoint 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
name optional | string | VPC Endpoint 명 | VpcEndpointName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
resource_key optional | string | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
resource_type optional | **** | VPC Endpoint 자원 타입 | FS |
endpoint_ip_address optional | string | VPC Endpoint IP 주소 | 192.167.0.5 |
state optional | **** | VPC Endpoint 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.63.2 - 1.1
scpcli vpc vpc-endpoint list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]
Description
VPC Endpoint 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
name optional | string | VPC Endpoint 명 | VpcEndpointName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
resource_key optional | string | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
resource_type optional | **** | VPC Endpoint 자원 타입 | FS |
endpoint_ip_address optional | string | VPC Endpoint IP 주소 | 192.167.0.5 |
state optional | **** | VPC Endpoint 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.63.3 - 1.0
scpcli vpc vpc-endpoint list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--vpc_id <value>]
[--vpc_name <value>]
[--subnet_id <value>]
[--resource_key <value>]
[--resource_type <value>]
[--endpoint_ip_address <value>]
[--state <value>]
Description
VPC Endpoint 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
name optional | string | VPC Endpoint 명 | VpcEndpointName |
vpc_id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
vpc_name optional | string | VPC 명 | vpcName |
subnet_id optional | string | Subnet ID | 023c57b14f11483689338d085e061492 |
resource_key optional | string | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
resource_type optional | **** | VPC Endpoint 자원 타입 | FS |
endpoint_ip_address optional | string | VPC Endpoint IP 주소 | 192.167.0.5 |
state optional | **** | VPC Endpoint 상태 | ACTIVE |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.64 - List VPC Endpoint Connectable Resources
1.64.1 - 1.2
scpcli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]
Description
List VpcEndpoint connectable resources
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
resource_type required | **** | VPC Endpoint 자원 타입 | FS |
vpc_id optional | string | VPC ID(resource_type이 DNS인 경우, 필수 입력값입니다) | 7df8abb4912e4709b1cb237daccca7a8 |
Responses
| Name | Description | Example |
|---|
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
1.64.2 - 1.1
scpcli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]
Description
List VpcEndpoint connectable resources
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
resource_type required | **** | VPC Endpoint 자원 타입 | FS |
vpc_id optional | string | VPC ID(resource_type이 DNS인 경우, 필수 입력값입니다) | 7df8abb4912e4709b1cb237daccca7a8 |
Responses
| Name | Description | Example |
|---|
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
1.64.3 - 1.0
scpcli vpc vpc-endpoint-connectable-resource list
--resource_type <value>
[--vpc_id <value>]
Description
List VpcEndpoint connectable resources
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
resource_type required | **** | VPC Endpoint 자원 타입 | FS |
vpc_id optional | string | VPC ID(resource_type이 DNS인 경우, 필수 입력값입니다) | 7df8abb4912e4709b1cb237daccca7a8 |
Responses
| Name | Description | Example |
|---|
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
1.65 - List VPC Peering
1.65.1 - 1.2
scpcli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]
Description
VPC Peering 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
name optional | string | VPC Peering 명 | vpcPeeringName |
requester_vpc_id optional | string | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
requester_vpc_name optional | string | 요청 VPC 명 | vpcName |
approver_vpc_id optional | string | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
approver_vpc_name optional | string | 승인 VPC 명 | vpcName |
account_type optional | **** | 과제 유형 | - |
state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.65.2 - 1.1
scpcli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]
Description
VPC Peering 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
name optional | string | VPC Peering 명 | vpcPeeringName |
requester_vpc_id optional | string | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
requester_vpc_name optional | string | 요청 VPC 명 | vpcName |
approver_vpc_id optional | string | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
approver_vpc_name optional | string | 승인 VPC 명 | vpcName |
account_type optional | **** | 과제 유형 | - |
state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.65.3 - 1.0
scpcli vpc vpc-peering list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--requester_vpc_id <value>]
[--requester_vpc_name <value>]
[--approver_vpc_id <value>]
[--approver_vpc_name <value>]
[--account_type <value>]
[--state <value>]
Description
VPC Peering 목록 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
name optional | string | VPC Peering 명 | vpcPeeringName |
requester_vpc_id optional | string | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
requester_vpc_name optional | string | 요청 VPC 명 | vpcName |
approver_vpc_id optional | string | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
approver_vpc_name optional | string | 승인 VPC 명 | vpcName |
account_type optional | **** | 과제 유형 | - |
state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.66 - List VPC Peering Rules
1.66.1 - 1.2
scpcli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]
Description
VPC Peering 규칙 목록 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Peering 규칙 ID | - |
source_vpc_id optional | string | 출발지 VPC ID | - |
source_vpc_type optional | **** | 출발지 VPC 유형 | - |
destination_vpc_id optional | string | 목적지 VPC ID | - |
destination_vpc_type optional | **** | 목적지 VPC 유형 | - |
destination_cidr optional | string | 목적지 CIDR | - |
state optional | **** | 상태 | - |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID | |
1.66.2 - 1.1
scpcli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--name <value>]
Description
VPC Peering 규칙 목록 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Peering 규칙 ID | - |
source_vpc_id optional | string | 출발지 VPC ID | - |
source_vpc_type optional | **** | 출발지 VPC 유형 | - |
destination_vpc_id optional | string | 목적지 VPC ID | - |
destination_vpc_type optional | **** | 목적지 VPC 유형 | - |
destination_cidr optional | string | 목적지 CIDR | - |
state optional | **** | 상태 | - |
name optional | string | VPC Peering 명 | - |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID | |
1.66.3 - 1.0
scpcli vpc vpc-peering-routing-rule list
--vpc_peering_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--source_vpc_id <value>]
[--source_vpc_type <value>]
[--destination_vpc_id <value>]
[--destination_vpc_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--name <value>]
Description
VPC Peering 규칙 목록 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC Peering 규칙 ID | - |
source_vpc_id optional | string | 출발지 VPC ID | - |
source_vpc_type optional | **** | 출발지 VPC 유형 | - |
destination_vpc_id optional | string | 목적지 VPC ID | - |
destination_vpc_type optional | **** | 목적지 VPC 유형 | - |
destination_cidr optional | string | 목적지 CIDR | - |
state optional | **** | 상태 | - |
name optional | string | VPC Peering 명 | - |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering 규칙 ID | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| destination_cidr | 목적지 CIDR | |
| destination_vpc_id | 목적지 VPC ID | |
| destination_vpc_name | 목적지 VPC 명 | |
| destination_vpc_type | 목적지 VPC 유형 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| source_vpc_id | 출발지 VPC ID | |
| source_vpc_name | 출발지 VPC 명 | |
| source_vpc_type | 출발지 VPC 유형 | |
| state | 상태 | |
| vpc_peering_id | VPC Peering ID | |
1.67 - List VPCs
1.67.1 - 1.2
scpcli vpc vpc list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]
Description
VPC 목록을 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
name optional | string | VPC 명 | vpcName |
state optional | **** | 상태 | - |
cidr optional | string | VPC Cidr | 192.167.0.0/18 |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr_count | CIDR 개수 | 20 |
| cidrs | | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.67.2 - 1.1
scpcli vpc vpc list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]
Description
VPC 목록을 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
name optional | string | VPC 명 | vpcName |
state optional | **** | 상태 | - |
cidr optional | string | VPC Cidr | 192.167.0.0/18 |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.167.0.0/18 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.67.3 - 1.0
scpcli vpc vpc list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--state <value>]
[--cidr <value>]
Description
VPC 목록을 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | 한도 | 20 |
marker optional | string | 마커 | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
id optional | string | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
name optional | string | VPC 명 | vpcName |
state optional | **** | 상태 | - |
cidr optional | string | VPC Cidr | 192.167.0.0/18 |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.167.0.0/18 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.68 - Request PrivateLink Endpoint
1.68.1 - 1.2
scpcli vpc privatelink-endpoint request
--privatelink_endpoint_id <value>
--type <value>
Description
Request PrivateLink Endpoint
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
type required | string | PrivateLink Endpoint Action Type | CANCEL |
1.68.2 - 1.1
scpcli vpc privatelink-endpoint request
--privatelink_endpoint_id <value>
--type <value>
Description
Request PrivateLink Endpoint
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
type required | string | PrivateLink Endpoint Action Type | CANCEL |
1.69 - Set Internet Gateway
1.69.1 - 1.2
scpcli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]
Description
Internet Gateway를 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | Internet Gateway Description |
loggable optional | boolean | NAT 로그 저장 여부 | - |
1.69.2 - 1.1
scpcli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]
Description
Internet Gateway를 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | Internet Gateway Description |
loggable optional | boolean | NAT 로그 저장 여부 | - |
1.69.3 - 1.0
scpcli vpc internet-gateway set
--internet_gateway_id <value>
[--description <value>]
[--loggable <value>]
Description
Internet Gateway를 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | Internet Gateway Description |
loggable optional | boolean | NAT 로그 저장 여부 | - |
1.70 - Set NAT Gateway
1.70.1 - 1.2
scpcli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]
Description
NAT Gateway를 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | NAT Gateway 상세설명 | VpcEndpoint Description |
1.70.2 - 1.1
scpcli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]
Description
NAT Gateway를 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | NAT Gateway 상세설명 | VpcEndpoint Description |
1.70.3 - 1.0
scpcli vpc nat-gateway set
--nat_gateway_id <value>
[--description <value>]
Description
NAT Gateway를 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | NAT Gateway 상세설명 | VpcEndpoint Description |
1.71 - Set Port
1.71.1 - 1.2
scpcli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]
Description
Port를 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
description optional | string | 설명 | Port Description |
security_groups optional | array | Security Group 목록 | - |
1.71.2 - 1.1
scpcli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]
Description
Port를 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
description optional | string | 설명 | Port Description |
security_groups optional | array | Security Group 목록 | - |
1.71.3 - 1.0
scpcli vpc port set
--port_id <value>
[--description <value>]
[--security_groups <value>]
Description
Port를 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
description optional | string | 설명 | Port Description |
security_groups optional | array | Security Group 목록 | - |
1.72 - Set Private NAT
1.72.1 - 1.2
scpcli vpc private-nat set
--private_nat_id <value>
[--description <value>]
Description
Private NAT 수정
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | 설명 | PrivateNat Description |
1.72.2 - 1.1
scpcli vpc private-nat set
--private_nat_id <value>
[--description <value>]
Description
Private NAT 수정
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | 설명 | PrivateNat Description |
1.72.3 - 1.0
scpcli vpc private-nat set
--private_nat_id <value>
[--description <value>]
Description
Private NAT 수정
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | 설명 | PrivateNat Description |
1.73 - Set PrivateLink Endpoint
1.73.1 - 1.2
scpcli vpc privatelink-endpoint set
--privatelink_endpoint_id <value>
[--description <value>]
Description
PrivateLink Endpoint 수정
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
description optional | string | 설명 | PrivateLink Endpoint Description |
1.73.2 - 1.1
scpcli vpc privatelink-endpoint set
--privatelink_endpoint_id <value>
[--description <value>]
Description
PrivateLink Endpoint 수정
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
description optional | string | 설명 | PrivateLink Endpoint Description |
1.74 - Set PrivateLink Service
1.74.1 - 1.2
scpcli vpc privatelink-service set
--privatelink_service_id <value>
[--description <value>]
Description
PrivateLink Service 수정
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
description optional | string | 설명 | PrivateLink Service Description |
1.74.2 - 1.1
scpcli vpc privatelink-service set
--privatelink_service_id <value>
[--description <value>]
Description
PrivateLink Service 수정
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
description optional | string | 설명 | PrivateLink Service Description |
1.75 - Set PublicIP
1.75.1 - 1.2
scpcli vpc public-ip set
--publicip_id <value>
--description <value>
Description
PublicIP를 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
description required | string | PublicIP 상세 설명 | Public IP Description |
1.75.2 - 1.1
scpcli vpc public-ip set
--publicip_id <value>
--description <value>
Description
PublicIP를 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
description required | string | PublicIP 상세 설명 | Public IP Description |
1.75.3 - 1.0
scpcli vpc public-ip set
--publicip_id <value>
--description <value>
Description
PublicIP를 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
description required | string | PublicIP 상세 설명 | Public IP Description |
1.76 - Set Subnet
1.76.1 - 1.2
scpcli vpc subnet set
--subnet_id <value>
[--description <value>]
[--dhcp_ip_address <value>]
Description
Subnet을 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | Subnet Description |
dhcp_ip_address optional | string | DHCP IP 주소 | - |
1.76.2 - 1.1
scpcli vpc subnet set
--subnet_id <value>
--description <value>
Description
Subnet을 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
description required | string | 설명 | Subnet Description |
1.76.3 - 1.0
scpcli vpc subnet set
--subnet_id <value>
--description <value>
Description
Subnet을 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
description required | string | 설명 | Subnet Description |
1.77 - Set Subnet Vip
1.77.1 - 1.2
scpcli vpc subnet vip set
--vip_id <value>
--subnet_id <value>
--description <value>
Description
Subnet Vip 수정
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
description required | string | 설명 | Subnet VIP Description |
1.78 - Set Transit Gateway
1.78.1 - 1.2
scpcli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]
Description
Transit Gateway 수정
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
description optional | string | 설명 | TransitGateway Description |
1.78.2 - 1.1
scpcli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]
Description
Transit Gateway 수정
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
description optional | string | 설명 | TransitGateway Description |
1.78.3 - 1.0
scpcli vpc transit-gateway set
--transit_gateway_id <value>
[--description <value>]
Description
Transit Gateway 수정
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
description optional | string | 설명 | TransitGateway Description |
1.79 - Set VPC
1.79.1 - 1.2
scpcli vpc vpc set
--vpc_id <value>
[--description <value>]
Description
VPC를 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
description optional | string | 설명 | vpcDescription |
1.79.2 - 1.1
scpcli vpc vpc set
--vpc_id <value>
[--description <value>]
Description
VPC를 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
description optional | string | 설명 | vpcDescription |
1.79.3 - 1.0
scpcli vpc vpc set
--vpc_id <value>
[--description <value>]
Description
VPC를 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
description optional | string | 설명 | vpcDescription |
1.80 - Set VPC Endpoint
1.80.1 - 1.2
scpcli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]
Description
VPC Endpoint 를 수정한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | 설명 | VpcEndpoint Description |
1.80.2 - 1.1
scpcli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]
Description
VPC Endpoint 를 수정한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | 설명 | VpcEndpoint Description |
1.80.3 - 1.0
scpcli vpc vpc-endpoint set
--vpc_endpoint_id <value>
[--description <value>]
Description
VPC Endpoint 를 수정한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
description optional | string | 설명 | VpcEndpoint Description |
1.81 - Set VPC Peering
1.81.1 - 1.2
scpcli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]
Description
VPC Peering 수정
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | vpcPeering Description |
1.81.2 - 1.1
scpcli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]
Description
VPC Peering 수정
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | vpcPeering Description |
1.81.3 - 1.0
scpcli vpc vpc-peering set
--vpc_peering_id <value>
[--description <value>]
Description
VPC Peering 수정
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
description optional | string | 설명 | vpcPeering Description |
1.82 - Show Internet Gateway
1.82.1 - 1.2
scpcli vpc internet-gateway show
--internet_gateway_id <value>
Description
Internet Gateway를 상세조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.82.2 - 1.1
scpcli vpc internet-gateway show
--internet_gateway_id <value>
Description
Internet Gateway를 상세조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.82.3 - 1.0
scpcli vpc internet-gateway show
--internet_gateway_id <value>
Description
Internet Gateway를 상세조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
internet_gateway_id required | string | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Internet Gateway ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Internet Gateway Description |
| firewall_id | Firewall ID | b156740b6335468d8354eb9ef8eddf5a |
| loggable | NAT 로그 저장 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Internet Gateway 명 | IGW_VPCname |
| state | 상태 | |
| type | Internet Gateway 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.83 - Show NAT Gateway
1.83.1 - 1.2
scpcli vpc nat-gateway show
--nat_gateway_id <value>
Description
NAT Gateway를 상세조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.83.2 - 1.1
scpcli vpc nat-gateway show
--nat_gateway_id <value>
Description
NAT Gateway를 상세조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.83.3 - 1.0
scpcli vpc nat-gateway show
--nat_gateway_id <value>
Description
NAT Gateway를 상세조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
nat_gateway_id required | string | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | NAT Gateway 명 | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | NAT Gateway 상세설명 | VpcEndpoint Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | NAT Gateway 명 | NatGatewayName |
| nat_gateway_ip_address | NAT Gateway IP 주소 | 192.167.0.5 |
| publicip_id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| state | NAT Gateway 상태 | ACTIVE |
| subnet_cidr | Subnet Cidr | 192.167.1.0/24 |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.84 - Show Port
1.84.1 - 1.2
scpcli vpc port show
--port_id <value>
Description
Port를 상세조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
Responses
| Name | Description | Example |
|---|
| port | | |
1.84.2 - 1.1
scpcli vpc port show
--port_id <value>
Description
Port를 상세조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
Responses
| Name | Description | Example |
|---|
| port | | |
1.84.3 - 1.0
scpcli vpc port show
--port_id <value>
Description
Port를 상세조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
port_id required | string | Port ID | 023c57b1-4f11-4836-8933-8d085e061492 |
Responses
| Name | Description | Example |
|---|
| port | | |
1.85 - Show Private NAT
1.85.1 - 1.2
scpcli vpc private-nat show
--private_nat_id <value>
Description
Private NAT 상세 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| service_resource_id | Private NAT에 연결된 Service Resource ID | 3f342bf9a557405b997c2cf48c89cbc2 |
| service_resource_name | Private NAT에 연결된 Service Resource 이름 | PrivateNatName |
| service_type | Private NAT에 연결된 Service Type | DIRECT_CONNECT |
| state | Private NAT 상태 | ACTIVE |
1.85.2 - 1.1
scpcli vpc private-nat show
--private_nat_id <value>
Description
Private NAT 상세 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| direct_connect_id | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
| direct_connect_name | Direct Connect명 | DirectConnectName |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| state | Private NAT 상태 | ACTIVE |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.85.3 - 1.0
scpcli vpc private-nat show
--private_nat_id <value>
Description
Private NAT 상세 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
private_nat_id required | string | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | Private NAT ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | Private NAT IP 대역 | 192.167.0.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateNat Description |
| direct_connect_id | Direct Connect ID | fe860e0af0c04dcd8182b84f907f31f4 |
| direct_connect_name | Direct Connect명 | DirectConnectName |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Private NAT 명 | PrivateNatName |
| state | Private NAT 상태 | ACTIVE |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.86 - Show PrivateLink Endpoint
1.86.1 - 1.2
scpcli vpc privatelink-endpoint show
--privatelink_endpoint_id <value>
Description
PrivateLink Endpoint 상세 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Endpoint Description |
| endpoint_ip_address | Endpoint IP 주소 | 192.167.1.5 |
| endpoint_ip_port_id | Endpoint IP Port ID | b44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | EndpointName |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| security_group_ids | Security Group 목록 | [‘17776b52-0a64-440d-9e93-b4fc37be935b’] |
| state | PrivateLink Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.86.2 - 1.1
scpcli vpc privatelink-endpoint show
--privatelink_endpoint_id <value>
Description
PrivateLink Endpoint 상세 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_endpoint_id required | string | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Endpoint ID | bba6d4de3ad64e41b3a1b6c88983ec02 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Endpoint Description |
| endpoint_ip_address | Endpoint IP 주소 | 192.167.1.5 |
| endpoint_ip_port_id | Endpoint IP Port ID | b44417b8-e5c5-4d44-a2ea-c8a8b23fbb6e |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Endpoint 명 | EndpointName |
| privatelink_service_id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| security_group_ids | Security Group 목록 | [‘17776b52-0a64-440d-9e93-b4fc37be935b’] |
| state | PrivateLink Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.87 - Show PrivateLink Service
1.87.1 - 1.2
scpcli vpc privatelink-service show
--privatelink_service_id <value>
Description
PrivateLink Service 상세 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| connected_resource_id | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
| connected_resource_ip_address | 연결된 자원 IP 주소 | 192.167.0.10 |
| connected_resource_name | 연결된 자원명 | lbResourceName |
| connected_resource_type | 연결된 자원 Type | LB |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Service Description |
| high_speed_transfer | 고속 데이터 전송 사용 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | ServiceName |
| security_group_ids | Security Group 목록 | [‘00b6af37-73b5-4de2-b080-c295a1a0382e’] |
| service_ip_address | Service IP 주소 | 192.167.0.5 |
| service_ip_port_id | Service IP Port ID | d21a4b81-f52a-43a8-b985-341e763458bb |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.87.2 - 1.1
scpcli vpc privatelink-service show
--privatelink_service_id <value>
Description
PrivateLink Service 상세 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
privatelink_service_id required | string | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
Responses
| Name | Description | Example |
|---|
| id | PrivateLink Service ID | e3df2e8e3b374fbb81d4e322b52ca50d |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approval_type | PrivateLink Service 승인 타입 | AUTO |
| connected_resource_id | 연결된 자원 ID | a3e3a662a4f34442a94166df5ff9f577 |
| connected_resource_ip_address | 연결된 자원 IP 주소 | 192.167.0.10 |
| connected_resource_name | 연결된 자원명 | lbResourceName |
| connected_resource_type | 연결된 자원 Type | LB |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | PrivateLink Service Description |
| high_speed_transfer | 고속 데이터 전송 사용 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | PrivateLink Service 명 | ServiceName |
| security_group_ids | Security Group 목록 | [‘00b6af37-73b5-4de2-b080-c295a1a0382e’] |
| service_ip_address | Service IP 주소 | 192.167.0.5 |
| service_ip_port_id | Service IP Port ID | d21a4b81-f52a-43a8-b985-341e763458bb |
| state | PrivateLink Service 상태 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
1.88 - Show PublicIP
1.88.1 - 1.2
scpcli vpc public-ip show
--publicip_id <value>
Description
PublicIP를 상세 조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.88.2 - 1.1
scpcli vpc public-ip show
--publicip_id <value>
Description
PublicIP를 상세 조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.88.3 - 1.0
scpcli vpc public-ip show
--publicip_id <value>
Description
PublicIP를 상세 조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
publicip_id required | string | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | PublicIP ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| attached_resource_id | PublicIP 연결된 자원 ID | 37e6db41f5124184a43251a63124cdc9 |
| attached_resource_name | PublicIP 연결된 자원명 | Attached NAT Gateway Name |
| attached_resource_type | PublicIP 연결된 자원 타입 | NAT_GW |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | PublicIP 상세 설명 | Public IP Description |
| ip_address | IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | PublicIP 상태 | ATTACHED |
| type | PublicIP 타입 | IGW |
1.89 - Show Subnet
1.89.1 - 1.2
scpcli vpc subnet show
--subnet_id <value>
Description
Subnet을 상세조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dhcp_ip_address | DHCP IP 주소 | |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.89.2 - 1.1
scpcli vpc subnet show
--subnet_id <value>
Description
Subnet을 상세조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.89.3 - 1.0
scpcli vpc subnet show
--subnet_id <value>
Description
Subnet을 상세조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Subnet ID | 023c57b14f11483689338d085e061492 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| allocation_pools | IP 할당 범위 | |
| cidr | Subnet Cidr | 192.167.1.0/24 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet Description |
| dns_nameservers | DNS Name Server | |
| gateway_ip_address | Gateway IP 주소 | 192.167.1.1 |
| host_routes | 호스트 경로 | |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Subnet 명 | subnetName |
| state | 상태 | |
| type | Subnet 유형 | |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.90 - Show Subnet Vip
1.90.1 - 1.2
scpcli vpc subnet vip show
--vip_id <value>
--subnet_id <value>
Description
Subnet Vip 상세 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vip_id required | string | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
subnet_id required | string | Subnet ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | Subnet Vip Id | 0466a9448d9a4411a86055939e451c8f |
| connected_ports | | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Subnet VIP Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| state | 상태 | ACTIVE |
| static_nat | Static NAT 정보 | |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| vip_port_id | Vip Port Id | 35268a9f2eda4cde83b1d85c1f61f67d |
| virtual_ip_address | Virtual IP 주소 | 192.168.20.6 |
1.91 - Show Transit Gateway
1.91.1 - 1.2
scpcli vpc transit-gateway show
--transit_gateway_id <value>
Description
Transit Gateway 상세 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_connection_state | Transit 연결 상태 | INACTIVE |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.91.2 - 1.1
scpcli vpc transit-gateway show
--transit_gateway_id <value>
Description
Transit Gateway 상세 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.91.3 - 1.0
scpcli vpc transit-gateway show
--transit_gateway_id <value>
Description
Transit Gateway 상세 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
Responses
| Name | Description | Example |
|---|
| id | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| bandwidth | Transit Gateway 포트 용량 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Transit Gateway 상세 설명 | TransitGateway Description |
| firewall_ids | Firewall ID | [‘bbb93aca123f4bb2b2c0f206f4a86b2b’] |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Transit Gateway 명 | TransitGatewayName |
| state | 상태 | ACTIVE |
| uplink_enabled | Uplink 사용 | False |
1.92 - Show VPC
1.92.1 - 1.2
scpcli vpc vpc show
--vpc_id <value>
Description
VPC를 상세조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr_count | CIDR 개수 | 20 |
| cidrs | | |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.92.2 - 1.1
scpcli vpc vpc show
--vpc_id <value>
Description
VPC를 상세조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.167.0.0/18 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.92.3 - 1.0
scpcli vpc vpc show
--vpc_id <value>
Description
VPC를 상세조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_id required | string | VPC ID | - |
Responses
| Name | Description | Example |
|---|
| id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| cidr | VPC Cidr | 192.167.0.0/18 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | vpcDescription |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC 명 | vpcName |
| state | 상태 | |
1.93 - Show VPC Endpoint
1.93.1 - 1.2
scpcli vpc vpc-endpoint show
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 상세조회한다.
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.93.2 - 1.1
scpcli vpc vpc-endpoint show
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 상세조회한다.
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.93.3 - 1.0
scpcli vpc vpc-endpoint show
--vpc_endpoint_id <value>
Description
VPC Endpoint 를 상세조회한다.
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_endpoint_id required | string | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
Responses
| Name | Description | Example |
|---|
| id | VPC Endpoint ID | 12f56e27070248a6a240a497e43fbe18 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | VpcEndpoint Description |
| endpoint_ip_address | VPC Endpoint IP 주소 | 192.167.0.5 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Endpoint 명 | VpcEndpointName |
| resource_info | VPC Endpoint Resource Key 정보 | x.samsungsdscloud.com(Registry) |
| resource_key | VPC Endpoint Resource Key | 07c5364702384471b650147321b52173 |
| resource_type | VPC Endpoint 자원 타입 | FS |
| state | VPC Endpoint 상태 | ACTIVE |
| subnet_id | Subnet ID | 023c57b14f11483689338d085e061492 |
| subnet_name | Subnet 명 | subnetName |
| vpc_id | VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| vpc_name | VPC 명 | vpcName |
1.94 - Show VPC Peering
1.94.1 - 1.2
scpcli vpc vpc-peering show
--vpc_peering_id <value>
Description
VPC Peering 상세 조회
상태
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.94.2 - 1.1
scpcli vpc vpc-peering show
--vpc_peering_id <value>
Description
VPC Peering 상세 조회
상태
ACTIVE (SUPPORTED)
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |
1.94.3 - 1.0
scpcli vpc vpc-peering show
--vpc_peering_id <value>
Description
VPC Peering 상세 조회
상태
ACTIVE (DEPRECATED)
Not Before 기간이 도래하거나 만료된 Deprecated 버전은 더 이상 지원하지 않습니다. 최신 버전 사용을 권장합니다.
Parameters
| Name | Type | Description | Example |
|---|
vpc_peering_id required | string | VPC Peering ID | 023c57b14f11483689338d085e061492 |
Responses
| Name | Description | Example |
|---|
| id | VPC Peering ID | 023c57b14f11483689338d085e061492 |
| account_type | 과제 유형 | |
| approver_vpc_account_id | 승인 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| approver_vpc_id | 승인 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| approver_vpc_name | 승인 VPC 명 | vpcName |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| delete_requester_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| description | VPC Peering 상세설명 | vpcPeering Description |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | VPC Peering 명 | vpcPeeringName |
| requester_vpc_account_id | 요청 VPC 과제 ID | f1e6c81a2b054582878cb9724dc2ce9f |
| requester_vpc_id | 요청 VPC ID | 7df8abb4912e4709b1cb237daccca7a8 |
| requester_vpc_name | 요청 VPC 명 | vpcName |
| state | 상태 | |