MENU
      createRouteTable

        createRouteTable


        기사 요약

        개요

        라우트 테이블을 생성합니다.

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        regionCodeNoString- 리전 코드
        라우트 테이블이 생성될 리전(Region) 결정 가능
        regionCode는 getRegionList 액션을 통해 획득 가능
        Default : getRegionList 조회 결과의 첫 번째 리전을 선택
        vpcNoYesString- VPC 번호
        라우트 테이블이 생성될 VPC를 결정함
        vpcNo는 getVpcList 액션을 통해 획득 가능
        routeTableNameNoStringMin : 3, Max : 30
        소문자, 숫자, "-"의 특수문자만 허용하며 알파벳 문자로 시작해야 함
        영어 또는 숫자로 끝나야 함
        - 생성할 라우트 테이블 이름
        Default : NAVER Cloud Platform가 자동으로 부여함
        supportedSubnetTypeCodeYesString- 지원하는 서브넷 유형 코드
        생성할 라우트 테이블이 지원하는 서브넷 유형을 결정함
        Options : PUBLIC (공인) | PRIVATE (사설)
        routeTableDescriptionNoStringMin : 0, Max : 1000 Bytes생성할 라우트 테이블에 대한 설명
        responseFormatTypeNoString- 응답 결과의 포맷 타입
        Options : xml | json
        Default : xml

        응답

        응답 바디

        예시

        요청 예시

        GET {API_URL}/vpc/v2/createRouteTable
        ?regionCode=KR
        &vpcNo=***04
        &routeTableName=test-***
        &supportedSubnetTypeCode=PUBLIC
        HTTP

        응답 예시

        <createRouteTableResponse>
          <requestId>9f59a9dc-cddf-4580-a232-3359f088a1e8</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <routeTableList>
            <routeTable>
              <routeTableNo>***38</routeTableNo>
              <routeTableName>test-***</routeTableName>
              <regionCode>KR</regionCode>
              <vpcNo>***04</vpcNo>
              <supportedSubnetType>
                <code>PUBLIC</code>
                <codeName>Public</codeName>
              </supportedSubnetType>
              <isDefault>false</isDefault>
              <routeTableStatus>
                <code>RUN</code>
                <codeName>run</codeName>
              </routeTableStatus>
              <routeTableDescription></routeTableDescription>
            </routeTable>
          </routeTableList>
        </createRouteTableResponse>
        XML

        이 문서가 도움이 되었습니까?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.