---
title: "RedirectionAction"
slug: "common-vapidatatype-redirectionaction"
updated: 2026-04-23T08:55:14Z
published: 2026-04-23T09:02:06Z
canonical: "api.ncloud-docs.com/common-vapidatatype-redirectionaction"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RedirectionAction

VPC 환경에서 이용 가능합니다.

리다이렉션 액션입니다.

## 구문

구문은 다음과 같습니다.

```
private String protocol;
private String port;
private String host;
private String path;
private String query;
private String statusCode;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `protocol` | String | Required | 프로토콜 - `HTTP` \| `HTTPS` |
| `port` | String | Required | 포트 - 1~65534 |
| `host` | String | Required | 호스트 이름 - `#{host}` 사용 시 호출된 호스트 이름 이용 |
| `path` | String | Required | URL 경로 - `#{path}` 사용 시 호출된 경로 이용 |
| `query` | String | Required | 쿼리 스트링 - `#{query}` 사용 시 호출된 쿼리 스트링 이용 |
| `statusCode` | String | Required | 응답 상태 코드 - `301` \| `302` |
