github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vpc/docs/RouteTable.md (about)

     1  # RouteTable
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RouteTableNo** | ***string** | 라우트테이블번호 | [optional] [default to null]
     7  **RouteTableName** | ***string** | 라우트테이블이름 | [optional] [default to null]
     8  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     9  **VpcNo** | ***string** | VPC번호 | [optional] [default to null]
    10  **SupportedSubnetType** | **[*CommonCode](CommonCode.md)** | 지원하는서브넷유형 | [optional] [default to null]
    11  **IsDefault** | ***bool** | Default여부 | [optional] [default to null]
    12  **RouteTableStatus** | **[*CommonCode](CommonCode.md)** | 라우트테이블상태 | [optional] [default to null]
    13  **RouteTableDescription** | ***string** | 라우트테이블설명 | [optional] [default to null]
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17