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

     1  # CdnPlusRule
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **ProtocolTypeCode** | ***string** | 프로토콜구분코드 | [optional] [default to null]
     7  **ServiceDomainTypeCode** | ***string** | 서비스도메인구분코드 | [optional] [default to null]
     8  **OriginUrl** | ***string** | 원본URL | [optional] [default to null]
     9  **OriginPath** | ***string** | 원본경로 | [optional] [default to null]
    10  **OriginHttpPort** | ***int32** | 원본HTTP포트 | [optional] [default to null]
    11  **OriginHttpsPort** | ***int32** | 원본HTTPS포트 | [optional] [default to null]
    12  **ForwardHostHeaderTypeCode** | ***string** | 포워드호스트헤더구분코드 | [optional] [default to null]
    13  **ForwardHostHeader** | ***string** | 포워드호스트헤더 | [optional] [default to null]
    14  **CacheKeyHostNameTypeCode** | ***string** | 캐쉬키호스트명구분코드 | [optional] [default to null]
    15  **IsGzipCompressionUse** | ***bool** | GZIP압축사용여부 | [optional] [default to null]
    16  **CachingOptionTypeCode** | ***string** | 캐싱옵션구분코드 | [optional] [default to null]
    17  **IsErrorContentsResponseUse** | ***bool** | 오류내용응답사용여부 | [optional] [default to null]
    18  **CachingTtlTime** | ***int32** | TTL캐싱 | [optional] [default to null]
    19  **IsQueryStringIgnoreUse** | ***bool** | 쿼리스트링무시여부 | [optional] [default to null]
    20  **IsRemoveVaryHeaderUse** | ***bool** | 헤더제거사용여부 | [optional] [default to null]
    21  **IsLargeFileOptimizationUse** | ***bool** | 대용량파일최적화사용여부 | [optional] [default to null]
    22  **GzipResponseTypeCode** | ***string** | GZIP응답구분코드 | [optional] [default to null]
    23  **IsReferrerDomainUse** | ***bool** | 레퍼러도메인사용여부 | [optional] [default to null]
    24  **ReferrerDomainList** | **[]\*string** | 레퍼러도메인리스트 | [optional] [default to null]
    25  **IsReferrerDomainRestrictUse** | ***bool** | 레퍼러도메인제한사용여부 | [optional] [default to null]
    26  **IsSecureTokenUse** | ***bool** | 보안토큰사용여부 | [optional] [default to null]
    27  **SecureTokenPassword** | ***string** | 보안토큰비밀번호 | [optional] [default to null]
    28  **IsReissueSecureTokenPassword** | ***bool** | 보안토큰재발급여부 | [optional] [default to null]
    29  **CertificateName** | ***string** | 인증서이름 | [optional] [default to null]
    30  **IsAccessLogUse** | ***bool** | 엑세스로그사용여부 | [optional] [default to null]
    31  **AccessLogFileStorageContainerName** | ***string** | 엑세스로그파일스토리지인스턴스이름 | [optional] [default to null]
    32  
    33  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    34  
    35