1.2
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)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
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 |