Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2019 Changes in this version + type APIStatus struct + Code int32 + Error string + func (m *APIStatus) Details() []APIStatusDetail + func (m *APIStatus) MarshalBinary() ([]byte, error) + func (m *APIStatus) SetDetails(val []APIStatusDetail) + func (m *APIStatus) UnmarshalBinary(b []byte) error + func (m *APIStatus) UnmarshalJSON(raw []byte) error + func (m *APIStatus) Validate(formats strfmt.Registry) error + func (m APIStatus) MarshalJSON() ([]byte, error) + type APIStatusDetail interface + AtType func() string + SetAtType func(string) + func UnmarshalAPIStatusDetail(reader io.Reader, consumer runtime.Consumer) (APIStatusDetail, error) + func UnmarshalAPIStatusDetailSlice(reader io.Reader, consumer runtime.Consumer) ([]APIStatusDetail, error) + type AuthACLAccessCodeEnumWrapperValue string + const AuthACLAccessCodeEnumWrapperValueAllow + const AuthACLAccessCodeEnumWrapperValueDeny + const AuthACLAccessCodeEnumWrapperValueUNKNOWN + func (m AuthACLAccessCodeEnumWrapperValue) Validate(formats strfmt.Registry) error + type AuthACLClientIPSrcEnumWrapperValue string + const AuthACLClientIPSrcEnumWrapperValueHeader + const AuthACLClientIPSrcEnumWrapperValueSocket + const AuthACLClientIPSrcEnumWrapperValueUNKNOWN + func (m AuthACLClientIPSrcEnumWrapperValue) Validate(formats strfmt.Registry) error + type AuthGeoCodeEnumWrapperValue string + const AuthGeoCodeEnumWrapperValueAreaCode + const AuthGeoCodeEnumWrapperValueCity + const AuthGeoCodeEnumWrapperValueContinentCode + const AuthGeoCodeEnumWrapperValueCountryCode + const AuthGeoCodeEnumWrapperValueDmaCode + const AuthGeoCodeEnumWrapperValuePostalCode + const AuthGeoCodeEnumWrapperValueRegion + const AuthGeoCodeEnumWrapperValueSubdivisionCodes + const AuthGeoCodeEnumWrapperValueTimeZone + const AuthGeoCodeEnumWrapperValueUNKNOWN + func (m AuthGeoCodeEnumWrapperValue) Validate(formats strfmt.Registry) error + type AuthURLSignAKv2HashStrategyEnumWrapperValue string + const AuthURLSignAKv2HashStrategyEnumWrapperValueMd5 + const AuthURLSignAKv2HashStrategyEnumWrapperValueSha1 + const AuthURLSignAKv2HashStrategyEnumWrapperValueSha256 + const AuthURLSignAKv2HashStrategyEnumWrapperValueUNKNOWN + func (m AuthURLSignAKv2HashStrategyEnumWrapperValue) Validate(formats strfmt.Registry) error + type AuthURLSignL3TimeFormatEnumWrapperValue string + const AuthURLSignL3TimeFormatEnumWrapperValueDatetime + const AuthURLSignL3TimeFormatEnumWrapperValueEpoch + const AuthURLSignL3TimeFormatEnumWrapperValueUNKNOWN + func (m AuthURLSignL3TimeFormatEnumWrapperValue) Validate(formats strfmt.Registry) error + type BandWidthRateLimitUnitsInitialEnumWrapperValue string + const BandWidthRateLimitUnitsInitialEnumWrapperValueByte + const BandWidthRateLimitUnitsInitialEnumWrapperValueKilobyte + const BandWidthRateLimitUnitsInitialEnumWrapperValueUNKNOWN + func (m BandWidthRateLimitUnitsInitialEnumWrapperValue) Validate(formats strfmt.Registry) error + type BandWidthRateLimitUnitsSustainedEnumWrapperValue string + const BandWidthRateLimitUnitsSustainedEnumWrapperValueKilobit + const BandWidthRateLimitUnitsSustainedEnumWrapperValueKilobyte + const BandWidthRateLimitUnitsSustainedEnumWrapperValueUNKNOWN + func (m BandWidthRateLimitUnitsSustainedEnumWrapperValue) Validate(formats strfmt.Registry) error + type BandwidthRateLimitInitialBurstUnitsEnumWrapperValue string + const BandwidthRateLimitInitialBurstUnitsEnumWrapperValueByte + const BandwidthRateLimitInitialBurstUnitsEnumWrapperValueKilobyte + const BandwidthRateLimitInitialBurstUnitsEnumWrapperValueUNKNOWN + func (m BandwidthRateLimitInitialBurstUnitsEnumWrapperValue) Validate(formats strfmt.Registry) error + type BandwidthRateLimitSustainedRateUnitsEnumWrapperValue string + const BandwidthRateLimitSustainedRateUnitsEnumWrapperValueKilobit + const BandwidthRateLimitSustainedRateUnitsEnumWrapperValueKilobyte + const BandwidthRateLimitSustainedRateUnitsEnumWrapperValueUNKNOWN + func (m BandwidthRateLimitSustainedRateUnitsEnumWrapperValue) Validate(formats strfmt.Registry) error + type BillableRegionsEnabledRegionsEnumWrapperValue string + const BillableRegionsEnabledRegionsEnumWrapperValueAs + const BillableRegionsEnabledRegionsEnumWrapperValueEu + const BillableRegionsEnabledRegionsEnumWrapperValueOc + const BillableRegionsEnabledRegionsEnumWrapperValueSa + const BillableRegionsEnabledRegionsEnumWrapperValueUNKNOWN + const BillableRegionsEnabledRegionsEnumWrapperValueUs + func (m BillableRegionsEnabledRegionsEnumWrapperValue) Validate(formats strfmt.Registry) error + type CdnCertificate struct + CaBundle string + CommonName string + CreateDate strfmt.DateTime + ExpirationDate strfmt.DateTime + Fingerprint string + ID string + Issuer string + ProviderManaged bool + Status CdnCertificateStatus + SubjectAlternativeNames []string + Trusted bool + UpdateDate strfmt.DateTime + func (m *CdnCertificate) MarshalBinary() ([]byte, error) + func (m *CdnCertificate) UnmarshalBinary(b []byte) error + func (m *CdnCertificate) Validate(formats strfmt.Registry) error + type CdnCertificateStatus string + const CdnCertificateStatusACTIVE + const CdnCertificateStatusEXPIRED + const CdnCertificateStatusFAILED + const CdnCertificateStatusINACTIVE + const CdnCertificateStatusPENDING + const CdnCertificateStatusPENDINGVERIFICATION + const CdnCertificateStatusUNKNOWN + func (m CdnCertificateStatus) Validate(formats strfmt.Registry) error + type CdnConnectScopeToOriginRequest struct + Origin *CdnConnectScopeToOriginRequestOrigin + OriginID string + Priority int32 + func (m *CdnConnectScopeToOriginRequest) MarshalBinary() ([]byte, error) + func (m *CdnConnectScopeToOriginRequest) UnmarshalBinary(b []byte) error + func (m *CdnConnectScopeToOriginRequest) Validate(formats strfmt.Registry) error + type CdnConnectScopeToOriginRequestOrigin struct + Hostname string + Path string + Port int32 + SecurePort int32 + func (m *CdnConnectScopeToOriginRequestOrigin) MarshalBinary() ([]byte, error) + func (m *CdnConnectScopeToOriginRequestOrigin) UnmarshalBinary(b []byte) error + func (m *CdnConnectScopeToOriginRequestOrigin) Validate(formats strfmt.Registry) error + type CdnConnectScopeToOriginResponse struct + ScopeOrigin *CdnScopeOrigin + func (m *CdnConnectScopeToOriginResponse) MarshalBinary() ([]byte, error) + func (m *CdnConnectScopeToOriginResponse) UnmarshalBinary(b []byte) error + func (m *CdnConnectScopeToOriginResponse) Validate(formats strfmt.Registry) error + type CdnConnectSiteToCertificateResponse struct + SiteCertificate *CdnSiteCertificate + func (m *CdnConnectSiteToCertificateResponse) MarshalBinary() ([]byte, error) + func (m *CdnConnectSiteToCertificateResponse) UnmarshalBinary(b []byte) error + func (m *CdnConnectSiteToCertificateResponse) Validate(formats strfmt.Registry) error + type CdnCreateCertificateRequest struct + CaBundle string + Certificate string + Key string + func (m *CdnCreateCertificateRequest) MarshalBinary() ([]byte, error) + func (m *CdnCreateCertificateRequest) UnmarshalBinary(b []byte) error + func (m *CdnCreateCertificateRequest) Validate(formats strfmt.Registry) error + type CdnCreateCertificateResponse struct + Certificate *CdnCertificate + func (m *CdnCreateCertificateResponse) MarshalBinary() ([]byte, error) + func (m *CdnCreateCertificateResponse) UnmarshalBinary(b []byte) error + func (m *CdnCreateCertificateResponse) Validate(formats strfmt.Registry) error + type CdnCreateScopeHostnameRequest struct + DisableTransparentMode bool + Domain string + func (m *CdnCreateScopeHostnameRequest) MarshalBinary() ([]byte, error) + func (m *CdnCreateScopeHostnameRequest) UnmarshalBinary(b []byte) error + func (m *CdnCreateScopeHostnameRequest) Validate(formats strfmt.Registry) error + type CdnCreateScopeHostnameResponse struct + Hostname *CdnHostname + func (m *CdnCreateScopeHostnameResponse) MarshalBinary() ([]byte, error) + func (m *CdnCreateScopeHostnameResponse) UnmarshalBinary(b []byte) error + func (m *CdnCreateScopeHostnameResponse) Validate(formats strfmt.Registry) error + type CdnCreateScopeRequest struct + Path string + Platform string + func (m *CdnCreateScopeRequest) MarshalBinary() ([]byte, error) + func (m *CdnCreateScopeRequest) UnmarshalBinary(b []byte) error + func (m *CdnCreateScopeRequest) Validate(formats strfmt.Registry) error + type CdnCreateScopeResponse struct + Scope *CdnScope + func (m *CdnCreateScopeResponse) MarshalBinary() ([]byte, error) + func (m *CdnCreateScopeResponse) UnmarshalBinary(b []byte) error + func (m *CdnCreateScopeResponse) Validate(formats strfmt.Registry) error + type CdnCreateScopeRuleRequest struct + Configuration *CustconfConfiguration + Name string + Slug string + func (m *CdnCreateScopeRuleRequest) MarshalBinary() ([]byte, error) + func (m *CdnCreateScopeRuleRequest) UnmarshalBinary(b []byte) error + func (m *CdnCreateScopeRuleRequest) Validate(formats strfmt.Registry) error + type CdnCreateScopeRuleResponse struct + Configuration *CustconfConfiguration + Rule *CdnScopeRule + func (m *CdnCreateScopeRuleResponse) MarshalBinary() ([]byte, error) + func (m *CdnCreateScopeRuleResponse) UnmarshalBinary(b []byte) error + func (m *CdnCreateScopeRuleResponse) Validate(formats strfmt.Registry) error + type CdnCreateSiteRequest struct + Configuration *CustconfConfiguration + Domain string + Features []CdnCreateSiteRequestFeature + Origin *CdnCreateSiteRequestOrigin + Type CreateSiteRequestTypeEnum + func (m *CdnCreateSiteRequest) MarshalBinary() ([]byte, error) + func (m *CdnCreateSiteRequest) UnmarshalBinary(b []byte) error + func (m *CdnCreateSiteRequest) Validate(formats strfmt.Registry) error + type CdnCreateSiteRequestFeature string + const CdnCreateSiteRequestFeatureCDN + const CdnCreateSiteRequestFeatureWAF + func (m CdnCreateSiteRequestFeature) Validate(formats strfmt.Registry) error + type CdnCreateSiteRequestOrigin struct + Hostname string + Path string + Port int32 + SecurePort int32 + func (m *CdnCreateSiteRequestOrigin) MarshalBinary() ([]byte, error) + func (m *CdnCreateSiteRequestOrigin) UnmarshalBinary(b []byte) error + func (m *CdnCreateSiteRequestOrigin) Validate(formats strfmt.Registry) error + type CdnCreateSiteResponse struct + Site *CdnSite + func (m *CdnCreateSiteResponse) MarshalBinary() ([]byte, error) + func (m *CdnCreateSiteResponse) UnmarshalBinary(b []byte) error + func (m *CdnCreateSiteResponse) Validate(formats strfmt.Registry) error + type CdnCreateSiteScriptRequest struct + Code strfmt.Base64 + Name string + Paths []string + func (m *CdnCreateSiteScriptRequest) MarshalBinary() ([]byte, error) + func (m *CdnCreateSiteScriptRequest) UnmarshalBinary(b []byte) error + func (m *CdnCreateSiteScriptRequest) Validate(formats strfmt.Registry) error + type CdnCreateSiteScriptResponse struct + Script *CdnSiteScript + func (m *CdnCreateSiteScriptResponse) MarshalBinary() ([]byte, error) + func (m *CdnCreateSiteScriptResponse) UnmarshalBinary(b []byte) error + func (m *CdnCreateSiteScriptResponse) Validate(formats strfmt.Registry) error + type CdnDNSVerificationDetails struct + DNSRecords []string + func (m *CdnDNSVerificationDetails) MarshalBinary() ([]byte, error) + func (m *CdnDNSVerificationDetails) UnmarshalBinary(b []byte) error + func (m *CdnDNSVerificationDetails) Validate(formats strfmt.Registry) error + type CdnGetCDNIpsResponse struct + Results []string + func (m *CdnGetCDNIpsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetCDNIpsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetCDNIpsResponse) Validate(formats strfmt.Registry) error + type CdnGetCertificateResponse struct + Certificate *CdnCertificate + func (m *CdnGetCertificateResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetCertificateResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetCertificateResponse) Validate(formats strfmt.Registry) error + type CdnGetCertificateSitesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnSite + func (m *CdnGetCertificateSitesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetCertificateSitesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetCertificateSitesResponse) Validate(formats strfmt.Registry) error + type CdnGetCertificateVerificationDetailsResponse struct + ManualVerificationRequired bool + VerificationRequirements []*CdnVerificationRequirements + func (m *CdnGetCertificateVerificationDetailsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetCertificateVerificationDetailsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetCertificateVerificationDetailsResponse) Validate(formats strfmt.Registry) error + type CdnGetCertificatesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnCertificate + func (m *CdnGetCertificatesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetCertificatesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetCertificatesResponse) Validate(formats strfmt.Registry) error + type CdnGetClosestPopsResponse struct + Result []*CdnPopScanReport + func (m *CdnGetClosestPopsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetClosestPopsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetClosestPopsResponse) Validate(formats strfmt.Registry) error + type CdnGetMetricsResponse struct + Series []*GetMetricsResponseMetricSeries + func (m *CdnGetMetricsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetMetricsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetMetricsResponse) Validate(formats strfmt.Registry) error + type CdnGetOriginResponse struct + Origin *SchemacdnOrigin + func (m *CdnGetOriginResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetOriginResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetOriginResponse) Validate(formats strfmt.Registry) error + type CdnGetOriginsResponse struct + PageInfo *PaginationPageInfo + Results []*SchemacdnOrigin + func (m *CdnGetOriginsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetOriginsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetOriginsResponse) Validate(formats strfmt.Registry) error + type CdnGetPopsResponse struct + PageInfo *PaginationPageInfo + Results []*CdnPop + func (m *CdnGetPopsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetPopsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetPopsResponse) Validate(formats strfmt.Registry) error + type CdnGetPurgeStatusResponse struct + Progress float32 + func (m *CdnGetPurgeStatusResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetPurgeStatusResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetPurgeStatusResponse) Validate(formats strfmt.Registry) error + type CdnGetScopeConfigurationResponse struct + Configuration *CustconfConfiguration + func (m *CdnGetScopeConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetScopeConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetScopeConfigurationResponse) Validate(formats strfmt.Registry) error + type CdnGetScopeHostnamesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnHostname + func (m *CdnGetScopeHostnamesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetScopeHostnamesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetScopeHostnamesResponse) Validate(formats strfmt.Registry) error + type CdnGetScopeOriginsResponse struct + PageInfo *PaginationPageInfo + Results []*CdnScopeOrigin + func (m *CdnGetScopeOriginsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetScopeOriginsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetScopeOriginsResponse) Validate(formats strfmt.Registry) error + type CdnGetScopeRuleConfigurationResponse struct + Configuration *CustconfConfiguration + func (m *CdnGetScopeRuleConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetScopeRuleConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetScopeRuleConfigurationResponse) Validate(formats strfmt.Registry) error + type CdnGetScopeRuleResponse struct + Rule *CdnScopeRule + func (m *CdnGetScopeRuleResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetScopeRuleResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetScopeRuleResponse) Validate(formats strfmt.Registry) error + type CdnGetScopeRulesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnScopeRule + func (m *CdnGetScopeRulesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetScopeRulesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetScopeRulesResponse) Validate(formats strfmt.Registry) error + type CdnGetSiteCertificatesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnSiteCertificate + func (m *CdnGetSiteCertificatesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSiteCertificatesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSiteCertificatesResponse) Validate(formats strfmt.Registry) error + type CdnGetSiteDNSTargetsResponse struct + Addresses []string + func (m *CdnGetSiteDNSTargetsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSiteDNSTargetsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSiteDNSTargetsResponse) Validate(formats strfmt.Registry) error + type CdnGetSiteResponse struct + Site *CdnSite + func (m *CdnGetSiteResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSiteResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSiteResponse) Validate(formats strfmt.Registry) error + type CdnGetSiteScopesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnScope + func (m *CdnGetSiteScopesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSiteScopesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSiteScopesResponse) Validate(formats strfmt.Registry) error + type CdnGetSiteScriptResponse struct + Script *CdnSiteScript + func (m *CdnGetSiteScriptResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSiteScriptResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSiteScriptResponse) Validate(formats strfmt.Registry) error + type CdnGetSiteScriptsResponse struct + PageInfo *PaginationPageInfo + Results []*CdnSiteScript + func (m *CdnGetSiteScriptsResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSiteScriptsResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSiteScriptsResponse) Validate(formats strfmt.Registry) error + type CdnGetSitesResponse struct + PageInfo *PaginationPageInfo + Results []*CdnSite + func (m *CdnGetSitesResponse) MarshalBinary() ([]byte, error) + func (m *CdnGetSitesResponse) UnmarshalBinary(b []byte) error + func (m *CdnGetSitesResponse) Validate(formats strfmt.Registry) error + type CdnHostname struct + Domain string + func (m *CdnHostname) MarshalBinary() ([]byte, error) + func (m *CdnHostname) UnmarshalBinary(b []byte) error + func (m *CdnHostname) Validate(formats strfmt.Registry) error + type CdnPop struct + Code string + Latitude float32 + Longitude float32 + Name string + func (m *CdnPop) MarshalBinary() ([]byte, error) + func (m *CdnPop) UnmarshalBinary(b []byte) error + func (m *CdnPop) Validate(formats strfmt.Registry) error + type CdnPopScanReport struct + ConnectMs float32 + DNSMs float32 + DownloadMs float32 + FirstByteMs float32 + PopCode string + SslMs float32 + TotalMs float32 + func (m *CdnPopScanReport) MarshalBinary() ([]byte, error) + func (m *CdnPopScanReport) UnmarshalBinary(b []byte) error + func (m *CdnPopScanReport) Validate(formats strfmt.Registry) error + type CdnPurgeContentRequest struct + Items []*PurgeContentRequestItem + func (m *CdnPurgeContentRequest) MarshalBinary() ([]byte, error) + func (m *CdnPurgeContentRequest) UnmarshalBinary(b []byte) error + func (m *CdnPurgeContentRequest) Validate(formats strfmt.Registry) error + type CdnPurgeContentResponse struct + ID string + func (m *CdnPurgeContentResponse) MarshalBinary() ([]byte, error) + func (m *CdnPurgeContentResponse) UnmarshalBinary(b []byte) error + func (m *CdnPurgeContentResponse) Validate(formats strfmt.Registry) error + type CdnRequestCertificateRequest struct + Hosts []string + func (m *CdnRequestCertificateRequest) MarshalBinary() ([]byte, error) + func (m *CdnRequestCertificateRequest) UnmarshalBinary(b []byte) error + func (m *CdnRequestCertificateRequest) Validate(formats strfmt.Registry) error + type CdnRequestCertificateResponse struct + Certificate *CdnCertificate + VerificationRequirements []*CdnVerificationRequirements + func (m *CdnRequestCertificateResponse) MarshalBinary() ([]byte, error) + func (m *CdnRequestCertificateResponse) UnmarshalBinary(b []byte) error + func (m *CdnRequestCertificateResponse) Validate(formats strfmt.Registry) error + type CdnScanOriginRequest struct + Domain string + func (m *CdnScanOriginRequest) MarshalBinary() ([]byte, error) + func (m *CdnScanOriginRequest) UnmarshalBinary(b []byte) error + func (m *CdnScanOriginRequest) Validate(formats strfmt.Registry) error + type CdnScanOriginResponse struct + DomainInUse bool + Hostname string + IPAddress string + SslDetails *ScanOriginResponseOriginScanSSLDetails + func (m *CdnScanOriginResponse) MarshalBinary() ([]byte, error) + func (m *CdnScanOriginResponse) UnmarshalBinary(b []byte) error + func (m *CdnScanOriginResponse) Validate(formats strfmt.Registry) error + type CdnScope struct + ID string + Path string + Platform string + func (m *CdnScope) MarshalBinary() ([]byte, error) + func (m *CdnScope) UnmarshalBinary(b []byte) error + func (m *CdnScope) Validate(formats strfmt.Registry) error + type CdnScopeOrigin struct + Origin *SchemacdnOrigin + Priority int32 + func (m *CdnScopeOrigin) MarshalBinary() ([]byte, error) + func (m *CdnScopeOrigin) UnmarshalBinary(b []byte) error + func (m *CdnScopeOrigin) Validate(formats strfmt.Registry) error + type CdnScopeRule struct + CreatedAt strfmt.DateTime + ID string + Name string + Slug string + UpdatedAt strfmt.DateTime + func (m *CdnScopeRule) MarshalBinary() ([]byte, error) + func (m *CdnScopeRule) UnmarshalBinary(b []byte) error + func (m *CdnScopeRule) Validate(formats strfmt.Registry) error + type CdnSite struct + CreatedAt strfmt.DateTime + Enabled bool + Features []CdnSiteFeature + ID string + Label string + StackID string + Status string + Type SiteTypeValue + UpdatedAt strfmt.DateTime + func (m *CdnSite) MarshalBinary() ([]byte, error) + func (m *CdnSite) UnmarshalBinary(b []byte) error + func (m *CdnSite) Validate(formats strfmt.Registry) error + type CdnSiteCertificate struct + Certificate *CdnCertificate + Valid bool + func (m *CdnSiteCertificate) MarshalBinary() ([]byte, error) + func (m *CdnSiteCertificate) UnmarshalBinary(b []byte) error + func (m *CdnSiteCertificate) Validate(formats strfmt.Registry) error + type CdnSiteFeature string + const CdnSiteFeatureCDN + const CdnSiteFeatureUNKNOWN + const CdnSiteFeatureWAF + func (m CdnSiteFeature) Validate(formats strfmt.Registry) error + type CdnSiteScript struct + Code strfmt.Base64 + CreatedAt strfmt.DateTime + ID string + Name string + Paths []string + SiteID string + StackID string + UpdatedAt strfmt.DateTime + Version string + func (m *CdnSiteScript) MarshalBinary() ([]byte, error) + func (m *CdnSiteScript) UnmarshalBinary(b []byte) error + func (m *CdnSiteScript) Validate(formats strfmt.Registry) error + type CdnUpdateCertificateRequest struct + CaBundle string + Certificate string + Key string + func (m *CdnUpdateCertificateRequest) MarshalBinary() ([]byte, error) + func (m *CdnUpdateCertificateRequest) UnmarshalBinary(b []byte) error + func (m *CdnUpdateCertificateRequest) Validate(formats strfmt.Registry) error + type CdnUpdateCertificateResponse struct + Certificate *CdnCertificate + func (m *CdnUpdateCertificateResponse) MarshalBinary() ([]byte, error) + func (m *CdnUpdateCertificateResponse) UnmarshalBinary(b []byte) error + func (m *CdnUpdateCertificateResponse) Validate(formats strfmt.Registry) error + type CdnUpdateOriginRequest struct + Hostname string + Path string + Port int32 + SecurePort int32 + func (m *CdnUpdateOriginRequest) MarshalBinary() ([]byte, error) + func (m *CdnUpdateOriginRequest) UnmarshalBinary(b []byte) error + func (m *CdnUpdateOriginRequest) Validate(formats strfmt.Registry) error + type CdnUpdateOriginResponse struct + Origin *SchemacdnOrigin + func (m *CdnUpdateOriginResponse) MarshalBinary() ([]byte, error) + func (m *CdnUpdateOriginResponse) UnmarshalBinary(b []byte) error + func (m *CdnUpdateOriginResponse) Validate(formats strfmt.Registry) error + type CdnUpdateScopeConfigurationRequest struct + Configuration *CustconfConfiguration + func (m *CdnUpdateScopeConfigurationRequest) MarshalBinary() ([]byte, error) + func (m *CdnUpdateScopeConfigurationRequest) UnmarshalBinary(b []byte) error + func (m *CdnUpdateScopeConfigurationRequest) Validate(formats strfmt.Registry) error + type CdnUpdateScopeConfigurationResponse struct + Configuration *CustconfConfiguration + func (m *CdnUpdateScopeConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *CdnUpdateScopeConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *CdnUpdateScopeConfigurationResponse) Validate(formats strfmt.Registry) error + type CdnUpdateScopeRuleConfigurationRequest struct + Configuration *CustconfConfiguration + func (m *CdnUpdateScopeRuleConfigurationRequest) MarshalBinary() ([]byte, error) + func (m *CdnUpdateScopeRuleConfigurationRequest) UnmarshalBinary(b []byte) error + func (m *CdnUpdateScopeRuleConfigurationRequest) Validate(formats strfmt.Registry) error + type CdnUpdateScopeRuleConfigurationResponse struct + Configuration *CustconfConfiguration + func (m *CdnUpdateScopeRuleConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *CdnUpdateScopeRuleConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *CdnUpdateScopeRuleConfigurationResponse) Validate(formats strfmt.Registry) error + type CdnUpdateSiteCertificateHostsRequest struct + Hosts []string + func (m *CdnUpdateSiteCertificateHostsRequest) MarshalBinary() ([]byte, error) + func (m *CdnUpdateSiteCertificateHostsRequest) UnmarshalBinary(b []byte) error + func (m *CdnUpdateSiteCertificateHostsRequest) Validate(formats strfmt.Registry) error + type CdnUpdateSiteScriptRequest struct + Code strfmt.Base64 + Paths []string + func (m *CdnUpdateSiteScriptRequest) MarshalBinary() ([]byte, error) + func (m *CdnUpdateSiteScriptRequest) UnmarshalBinary(b []byte) error + func (m *CdnUpdateSiteScriptRequest) Validate(formats strfmt.Registry) error + type CdnUpdateSiteScriptResponse struct + Script *CdnSiteScript + func (m *CdnUpdateSiteScriptResponse) MarshalBinary() ([]byte, error) + func (m *CdnUpdateSiteScriptResponse) UnmarshalBinary(b []byte) error + func (m *CdnUpdateSiteScriptResponse) Validate(formats strfmt.Registry) error + type CdnVerificationRequirements struct + DNSVerificationDetails *CdnDNSVerificationDetails + func (m *CdnVerificationRequirements) MarshalBinary() ([]byte, error) + func (m *CdnVerificationRequirements) UnmarshalBinary(b []byte) error + func (m *CdnVerificationRequirements) Validate(formats strfmt.Registry) error + type CdncustconfOrigin struct + Host string + ID string + OriginCacheHeaders string + OriginPullHeaders string + func (m *CdncustconfOrigin) MarshalBinary() ([]byte, error) + func (m *CdncustconfOrigin) UnmarshalBinary(b []byte) error + func (m *CdncustconfOrigin) Validate(formats strfmt.Registry) error + type ClientRequestQueueIPListAccessCodeEnumWrapperValue string + const ClientRequestQueueIPListAccessCodeEnumWrapperValueAllow + const ClientRequestQueueIPListAccessCodeEnumWrapperValueDeny + const ClientRequestQueueIPListAccessCodeEnumWrapperValueUNKNOWN + func (m ClientRequestQueueIPListAccessCodeEnumWrapperValue) Validate(formats strfmt.Registry) error + type ContentDispositionByHeaderDefaultTypeEnumWrapperValue string + const ContentDispositionByHeaderDefaultTypeEnumWrapperValueAttachment + const ContentDispositionByHeaderDefaultTypeEnumWrapperValueInline + const ContentDispositionByHeaderDefaultTypeEnumWrapperValueUNKNOWN + func (m ContentDispositionByHeaderDefaultTypeEnumWrapperValue) Validate(formats strfmt.Registry) error + type CreateSiteRequestTypeEnum string + const CreateSiteRequestTypeEnumAPI + const CreateSiteRequestTypeEnumCDN + const CreateSiteRequestTypeEnumWAF + func (m CreateSiteRequestTypeEnum) Validate(formats strfmt.Registry) error + type CustconfAccessLogs struct + Enabled bool + ID string + func (m *CustconfAccessLogs) MarshalBinary() ([]byte, error) + func (m *CustconfAccessLogs) UnmarshalBinary(b []byte) error + func (m *CustconfAccessLogs) Validate(formats strfmt.Registry) error + type CustconfAccessLogsConfig struct + Enabled bool + ExtraLogFields string + ID string + func (m *CustconfAccessLogsConfig) MarshalBinary() ([]byte, error) + func (m *CustconfAccessLogsConfig) UnmarshalBinary(b []byte) error + func (m *CustconfAccessLogsConfig) Validate(formats strfmt.Registry) error + type CustconfAuthACL struct + AccessCode AuthACLAccessCodeEnumWrapperValue + ClientIPSrc AuthACLClientIPSrcEnumWrapperValue + Enabled bool + Header string + ID string + IPList string + Protocol CustconfAuthACLProtocolEnumWrapperValue + func (m *CustconfAuthACL) MarshalBinary() ([]byte, error) + func (m *CustconfAuthACL) UnmarshalBinary(b []byte) error + func (m *CustconfAuthACL) Validate(formats strfmt.Registry) error + type CustconfAuthACLProtocolEnumWrapperValue string + const CustconfAuthACLProtocolEnumWrapperValueBoth + const CustconfAuthACLProtocolEnumWrapperValueHTTP + const CustconfAuthACLProtocolEnumWrapperValueHTTPS + const CustconfAuthACLProtocolEnumWrapperValueUNKNOWN + func (m CustconfAuthACLProtocolEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfAuthGeo struct + Code AuthGeoCodeEnumWrapperValue + Enabled bool + ID string + Values string + func (m *CustconfAuthGeo) MarshalBinary() ([]byte, error) + func (m *CustconfAuthGeo) UnmarshalBinary(b []byte) error + func (m *CustconfAuthGeo) Validate(formats strfmt.Registry) error + type CustconfAuthHTTPBasic struct + BindingPoint string + Enabled bool + ID string + Realm string + TTL int64 + func (m *CustconfAuthHTTPBasic) MarshalBinary() ([]byte, error) + func (m *CustconfAuthHTTPBasic) UnmarshalBinary(b []byte) error + func (m *CustconfAuthHTTPBasic) Validate(formats strfmt.Registry) error + type CustconfAuthReferer struct + Enabled bool + ID string + Referer string + func (m *CustconfAuthReferer) MarshalBinary() ([]byte, error) + func (m *CustconfAuthReferer) UnmarshalBinary(b []byte) error + func (m *CustconfAuthReferer) Validate(formats strfmt.Registry) error + type CustconfAuthURLAsymmetricSignTlu struct + AlgorithmIDMap map[string]CustconfAuthURLAsymmetricSignTluAlgorithmIDMapEnumWrapperValue + AlgorithmIDParameterName string + DigestParameterName string + Enabled bool + ExpireParameterName string + HeaderFilter string + ID string + KeyIDParameterName string + MethodFilter string + PathFilter string + PublicKeyIDMap map[string]string + func (m *CustconfAuthURLAsymmetricSignTlu) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLAsymmetricSignTlu) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLAsymmetricSignTlu) Validate(formats strfmt.Registry) error + type CustconfAuthURLAsymmetricSignTluAlgorithmIDMapEnumWrapperValue string + const CustconfAuthURLAsymmetricSignTluAlgorithmIDMapEnumWrapperValueHmacsha1 + const CustconfAuthURLAsymmetricSignTluAlgorithmIDMapEnumWrapperValueHmacsha256 + const CustconfAuthURLAsymmetricSignTluAlgorithmIDMapEnumWrapperValueUNKNOWN + func (m CustconfAuthURLAsymmetricSignTluAlgorithmIDMapEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfAuthURLSign struct + Enabled bool + ExpiresField string + HeaderFilter string + ID string + IPAddressField string + IgnoreFieldsAfterToken bool + MethodFilter string + PassPhrase string + PassPhraseField string + PathFilter string + TokenField string + URILengthField string + UserAgentField string + func (m *CustconfAuthURLSign) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLSign) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLSign) Validate(formats strfmt.Registry) error + type CustconfAuthURLSignAliCloudA struct + Enabled bool + ExpirationExtension int64 + HeaderFilter string + ID string + IncludeParamsBeforeToken bool + MethodFilter string + PassPhrase string + PathFilter string + TokenField string + func (m *CustconfAuthURLSignAliCloudA) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLSignAliCloudA) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLSignAliCloudA) Validate(formats strfmt.Registry) error + type CustconfAuthURLSignAliCloudB struct + Enabled bool + ExpirationExtension int64 + HeaderFilter string + ID string + MethodFilter string + PassPhrase string + PathFilter string + func (m *CustconfAuthURLSignAliCloudB) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLSignAliCloudB) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLSignAliCloudB) Validate(formats strfmt.Registry) error + type CustconfAuthURLSignAliCloudC struct + Enabled bool + ExpirationExtension int64 + ExpireField string + HeaderFilter string + ID string + MethodFilter string + PassPhrase string + PathFilter string + TokenField string + func (m *CustconfAuthURLSignAliCloudC) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLSignAliCloudC) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLSignAliCloudC) Validate(formats strfmt.Registry) error + type CustconfAuthURLSignHmacTlu struct + AlgorithmIDMap map[string]CustconfAuthURLSignHmacTluAlgorithmIDMapEnumWrapperValue + AlgorithmIDParameterName string + DigestParameterName string + Enabled bool + ExpireParameterName string + HeaderFilter string + ID string + KeyIDParameterName string + MethodFilter string + PathFilter string + SymmetricKeyIDMap map[string]string + func (m *CustconfAuthURLSignHmacTlu) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLSignHmacTlu) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLSignHmacTlu) Validate(formats strfmt.Registry) error + type CustconfAuthURLSignHmacTluAlgorithmIDMapEnumWrapperValue string + const CustconfAuthURLSignHmacTluAlgorithmIDMapEnumWrapperValueHmacsha1 + const CustconfAuthURLSignHmacTluAlgorithmIDMapEnumWrapperValueHmacsha256 + const CustconfAuthURLSignHmacTluAlgorithmIDMapEnumWrapperValueUNKNOWN + func (m CustconfAuthURLSignHmacTluAlgorithmIDMapEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfAuthURLSignIq struct + Enabled bool + HeaderFilter string + ID string + MethodFilter string + PathFilter string + SecretKey string + func (m *CustconfAuthURLSignIq) MarshalBinary() ([]byte, error) + func (m *CustconfAuthURLSignIq) UnmarshalBinary(b []byte) error + func (m *CustconfAuthURLSignIq) Validate(formats strfmt.Registry) error + type CustconfAwsSignedOriginPullV4 struct + AccessKeyID string + AuthenticationType CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue + AwsRegion string + AwsService string + BucketIdentifier string + Enabled bool + ExpireTimeSeconds int64 + HeaderFilter string + ID string + MethodFilter string + PathFilter string + SecretAccessKey string + SignedHeaders string + func (m *CustconfAwsSignedOriginPullV4) MarshalBinary() ([]byte, error) + func (m *CustconfAwsSignedOriginPullV4) UnmarshalBinary(b []byte) error + func (m *CustconfAwsSignedOriginPullV4) Validate(formats strfmt.Registry) error + type CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue string + const CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValueHeader + const CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValueQuery + const CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValueUNKNOWN + func (m CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfAwsSignedS3PostV4 struct + AccessKeyID string + AuthenticationType CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue + AwsRegion string + AwsService string + BucketIdentifier string + Enabled bool + ExpireTimeSeconds int64 + HeaderFilter string + ID string + MethodFilter string + PathFilter string + SecretAccessKey string + SignedHeaders string + func (m *CustconfAwsSignedS3PostV4) MarshalBinary() ([]byte, error) + func (m *CustconfAwsSignedS3PostV4) UnmarshalBinary(b []byte) error + func (m *CustconfAwsSignedS3PostV4) Validate(formats strfmt.Registry) error + type CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue string + const CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValueHeader + const CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValueQuery + const CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValueUNKNOWN + func (m CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfBandWidthLimit struct + Enabled bool + ID string + Rule string + Values string + func (m *CustconfBandWidthLimit) MarshalBinary() ([]byte, error) + func (m *CustconfBandWidthLimit) UnmarshalBinary(b []byte) error + func (m *CustconfBandWidthLimit) Validate(formats strfmt.Registry) error + type CustconfBandWidthRateLimitUnits struct + Enabled bool + ID string + Initial BandWidthRateLimitUnitsInitialEnumWrapperValue + Sustained BandWidthRateLimitUnitsSustainedEnumWrapperValue + func (m *CustconfBandWidthRateLimitUnits) MarshalBinary() ([]byte, error) + func (m *CustconfBandWidthRateLimitUnits) UnmarshalBinary(b []byte) error + func (m *CustconfBandWidthRateLimitUnits) Validate(formats strfmt.Registry) error + type CustconfBandwidthRateLimit struct + Enabled bool + HeaderFilter string + ID string + InitialBurstName string + InitialBurstUnits BandwidthRateLimitInitialBurstUnitsEnumWrapperValue + MethodFilter string + PathFilter string + SustainedRateName string + SustainedRateUnits BandwidthRateLimitSustainedRateUnitsEnumWrapperValue + func (m *CustconfBandwidthRateLimit) MarshalBinary() ([]byte, error) + func (m *CustconfBandwidthRateLimit) UnmarshalBinary(b []byte) error + func (m *CustconfBandwidthRateLimit) Validate(formats strfmt.Registry) error + type CustconfCacheControl struct + Enabled bool + ID string + MaxAge int32 + MustRevalidate bool + Override string + StatusCodeMatch string + SynchronizeMaxAge bool + func (m *CustconfCacheControl) MarshalBinary() ([]byte, error) + func (m *CustconfCacheControl) UnmarshalBinary(b []byte) error + func (m *CustconfCacheControl) Validate(formats strfmt.Registry) error + type CustconfCacheKeyModification struct + Enabled bool + ID string + NormalizeKeyPathToLowerCase bool + func (m *CustconfCacheKeyModification) MarshalBinary() ([]byte, error) + func (m *CustconfCacheKeyModification) UnmarshalBinary(b []byte) error + func (m *CustconfCacheKeyModification) Validate(formats strfmt.Registry) error + type CustconfClientRequestModification struct + AddHeaders string + Enabled bool + FlowControl CustconfClientRequestModificationFlowControlEnumWrapperValue + HeaderFilter string + HeaderPattern string + HeaderRewrite string + ID string + MethodFilter string + PathFilter string + URLPattern string + URLRewrite string + func (m *CustconfClientRequestModification) MarshalBinary() ([]byte, error) + func (m *CustconfClientRequestModification) UnmarshalBinary(b []byte) error + func (m *CustconfClientRequestModification) Validate(formats strfmt.Registry) error + type CustconfClientRequestModificationFlowControlEnumWrapperValue string + const CustconfClientRequestModificationFlowControlEnumWrapperValueBreak + const CustconfClientRequestModificationFlowControlEnumWrapperValueNext + const CustconfClientRequestModificationFlowControlEnumWrapperValueUNKNOWN + func (m CustconfClientRequestModificationFlowControlEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfClientRequestQueueLogLevelEnumWrapperValue string + const CustconfClientRequestQueueLogLevelEnumWrapperValueCrit + const CustconfClientRequestQueueLogLevelEnumWrapperValueDebug + const CustconfClientRequestQueueLogLevelEnumWrapperValueError + const CustconfClientRequestQueueLogLevelEnumWrapperValueInfo + const CustconfClientRequestQueueLogLevelEnumWrapperValueUNKNOWN + const CustconfClientRequestQueueLogLevelEnumWrapperValueWarning + func (m CustconfClientRequestQueueLogLevelEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfClientResponseModification struct + AddHeaders string + Enabled bool + FlowControl CustconfClientResponseModificationFlowControlEnumWrapperValue + HeaderFilter string + HeaderPattern string + HeaderRewrite string + ID string + MethodFilter string + PathFilter string + StatusCodeRewrite int64 + func (m *CustconfClientResponseModification) MarshalBinary() ([]byte, error) + func (m *CustconfClientResponseModification) UnmarshalBinary(b []byte) error + func (m *CustconfClientResponseModification) Validate(formats strfmt.Registry) error + type CustconfClientResponseModificationFlowControlEnumWrapperValue string + const CustconfClientResponseModificationFlowControlEnumWrapperValueBreak + const CustconfClientResponseModificationFlowControlEnumWrapperValueNext + const CustconfClientResponseModificationFlowControlEnumWrapperValueUNKNOWN + func (m CustconfClientResponseModificationFlowControlEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfClientResponseQueueLogLevelEnumWrapperValue string + const CustconfClientResponseQueueLogLevelEnumWrapperValueCrit + const CustconfClientResponseQueueLogLevelEnumWrapperValueDebug + const CustconfClientResponseQueueLogLevelEnumWrapperValueError + const CustconfClientResponseQueueLogLevelEnumWrapperValueInfo + const CustconfClientResponseQueueLogLevelEnumWrapperValueUNKNOWN + const CustconfClientResponseQueueLogLevelEnumWrapperValueWarning + func (m CustconfClientResponseQueueLogLevelEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfCompression struct + Enabled bool + Gzip string + ID string + Level string + Mime string + func (m *CustconfCompression) MarshalBinary() ([]byte, error) + func (m *CustconfCompression) UnmarshalBinary(b []byte) error + func (m *CustconfCompression) Validate(formats strfmt.Registry) error + type CustconfConfiguration struct + AccessLogs *CustconfAccessLogs + AccessLogsConfig *CustconfAccessLogsConfig + AuthACL []*CustconfAuthACL + AuthGeo []*CustconfAuthGeo + AuthHTTPBasic *CustconfAuthHTTPBasic + AuthReferer *CustconfAuthReferer + AuthURLAsymmetricSignTlu []*CustconfAuthURLAsymmetricSignTlu + AuthURLSign []*CustconfAuthURLSign + AuthURLSignAliCloudA []*CustconfAuthURLSignAliCloudA + AuthURLSignAliCloudB []*CustconfAuthURLSignAliCloudB + AuthURLSignAliCloudC []*CustconfAuthURLSignAliCloudC + AuthURLSignHmacTlu []*CustconfAuthURLSignHmacTlu + AuthURLSignIq []*CustconfAuthURLSignIq + AwsSignedOriginPullV4 []*CustconfAwsSignedOriginPullV4 + AwsSignedS3PostV4 []*CustconfAwsSignedS3PostV4 + BandWidthLimit *CustconfBandWidthLimit + BandWidthRateLimitUnits *CustconfBandWidthRateLimitUnits + BandwidthRateLimit *CustconfBandwidthRateLimit + CacheControl []*CustconfCacheControl + CacheKeyModification *CustconfCacheKeyModification + ClientRequestModification []*CustconfClientRequestModification + ClientResponseModification []*CustconfClientResponseModification + Compression *CustconfCompression + ContentDispositionByHeader []*CustconfContentDispositionByHeader + ContentDispositionByURL *CustconfContentDispositionByURL + CustomHeader *CustconfCustomHeader + CustomMimeType []*CustconfCustomMimeType + Customer *CustconfCustomer + DynamicCacheRule []*CustconfDynamicCacheRule + DynamicContent []*CustconfDynamicContent + FailSafeOriginPull *CustconfFailSafeOriginPull + FarAheadRangeProxy *CustconfFarAheadRangeProxy + FileSegmentation *CustconfFileSegmentation + FlvPseudoStreaming *CustconfFlvPseudoStreaming + GzipOriginPull *CustconfGzipOriginPull + HTTPMethods *CustconfHTTPMethods + Http2Support *CustconfHttp2Support + Origin []*CdncustconfOrigin + OriginPersistentConnections *CustconfOriginPersistentConnections + OriginPull *CustconfOriginPull + OriginPullCacheExtension *CustconfOriginPullCacheExtension + OriginPullHost []*CustconfOriginPullHost + OriginPullLogs *CustconfOriginPullLogs + OriginPullLogsConfig *CustconfOriginPullLogsConfig + OriginPullPolicy []*CustconfOriginPullPolicy + OriginPullProtocol *CustconfOriginPullProtocol + OriginRequestModification []*CustconfOriginRequestModification + OriginResponseModification []*CustconfOriginResponseModification + QueryStrParam *CustconfQueryStrParam + ReceiptLogsConfig *CustconfReceiptLogsConfig + RedirectExceptions *CustconfRedirectExceptions + RedirectMappings []*CustconfRedirectMappings + ResponseHeader *CustconfResponseHeader + RobotsTxt []*CustconfRobotsTxt + StaticHeader []*CustconfStaticHeader + TimePseudoStreaming *CustconfTimePseudoStreaming + VHost []*CustconfVHost + VaryHeaderField *CustconfVaryHeaderField + func (m *CustconfConfiguration) MarshalBinary() ([]byte, error) + func (m *CustconfConfiguration) UnmarshalBinary(b []byte) error + func (m *CustconfConfiguration) Validate(formats strfmt.Registry) error + type CustconfContentDispositionByHeader struct + DefaultType ContentDispositionByHeaderDefaultTypeEnumWrapperValue + Enabled bool + HeaderFieldName string + HeaderFilter string + HeaderValueMatch string + ID string + MethodFilter string + OverrideOriginHeader bool + PathFilter string + func (m *CustconfContentDispositionByHeader) MarshalBinary() ([]byte, error) + func (m *CustconfContentDispositionByHeader) UnmarshalBinary(b []byte) error + func (m *CustconfContentDispositionByHeader) Validate(formats strfmt.Registry) error + type CustconfContentDispositionByURL struct + DispositionNameQSParam string + DispositionOverrideQSParam string + DispositionTypeQSParam string + Enabled bool + ID string + OverrideOriginHeader bool + func (m *CustconfContentDispositionByURL) MarshalBinary() ([]byte, error) + func (m *CustconfContentDispositionByURL) UnmarshalBinary(b []byte) error + func (m *CustconfContentDispositionByURL) Validate(formats strfmt.Registry) error + type CustconfCustomHeader struct + Enabled bool + ID string + XForwardedForAuth string + XForwardedForOrigin string + func (m *CustconfCustomHeader) MarshalBinary() ([]byte, error) + func (m *CustconfCustomHeader) UnmarshalBinary(b []byte) error + func (m *CustconfCustomHeader) Validate(formats strfmt.Registry) error + type CustconfCustomMimeType struct + Code string + Enabled bool + ExtensionMap string + HeaderFilter string + ID string + MethodFilter string + PathFilter string + func (m *CustconfCustomMimeType) MarshalBinary() ([]byte, error) + func (m *CustconfCustomMimeType) UnmarshalBinary(b []byte) error + func (m *CustconfCustomMimeType) Validate(formats strfmt.Registry) error + type CustconfCustomer struct + AccessLogFields string + ID string + OpLogFields string + ReceiptLogFields string + func (m *CustconfCustomer) MarshalBinary() ([]byte, error) + func (m *CustconfCustomer) UnmarshalBinary(b []byte) error + func (m *CustconfCustomer) Validate(formats strfmt.Registry) error + type CustconfDynamicCacheRule struct + Enabled bool + HeaderFilter string + Headers string + ID string + MethodFilter string + PathFilter string + StatusCode int64 + func (m *CustconfDynamicCacheRule) MarshalBinary() ([]byte, error) + func (m *CustconfDynamicCacheRule) UnmarshalBinary(b []byte) error + func (m *CustconfDynamicCacheRule) Validate(formats strfmt.Registry) error + type CustconfDynamicContent struct + Enabled bool + HeaderFields string + HeaderFilter string + ID string + MethodFilter string + PathFilter string + QueryParams string + func (m *CustconfDynamicContent) MarshalBinary() ([]byte, error) + func (m *CustconfDynamicContent) UnmarshalBinary(b []byte) error + func (m *CustconfDynamicContent) Validate(formats strfmt.Registry) error + type CustconfFailSafeOriginPull struct + Enabled bool + ID string + PathFilter string + StatusCodeMatch string + func (m *CustconfFailSafeOriginPull) MarshalBinary() ([]byte, error) + func (m *CustconfFailSafeOriginPull) UnmarshalBinary(b []byte) error + func (m *CustconfFailSafeOriginPull) Validate(formats strfmt.Registry) error + type CustconfFarAheadRangeProxy struct + Enabled bool + ID string + ThresholdBytes int64 + func (m *CustconfFarAheadRangeProxy) MarshalBinary() ([]byte, error) + func (m *CustconfFarAheadRangeProxy) UnmarshalBinary(b []byte) error + func (m *CustconfFarAheadRangeProxy) Validate(formats strfmt.Registry) error + type CustconfFileSegmentation struct + Enabled bool + ID string + func (m *CustconfFileSegmentation) MarshalBinary() ([]byte, error) + func (m *CustconfFileSegmentation) UnmarshalBinary(b []byte) error + func (m *CustconfFileSegmentation) Validate(formats strfmt.Registry) error + type CustconfFlvPseudoStreaming struct + Enabled bool + ID string + JumpToByteInitialBytesParam string + JumpToByteStartOffsetParam string + func (m *CustconfFlvPseudoStreaming) MarshalBinary() ([]byte, error) + func (m *CustconfFlvPseudoStreaming) UnmarshalBinary(b []byte) error + func (m *CustconfFlvPseudoStreaming) Validate(formats strfmt.Registry) error + type CustconfGzipOriginPull struct + Enabled bool + ID string + func (m *CustconfGzipOriginPull) MarshalBinary() ([]byte, error) + func (m *CustconfGzipOriginPull) UnmarshalBinary(b []byte) error + func (m *CustconfGzipOriginPull) Validate(formats strfmt.Registry) error + type CustconfHTTPMethods struct + Enabled bool + ID string + PassThru string + func (m *CustconfHTTPMethods) MarshalBinary() ([]byte, error) + func (m *CustconfHTTPMethods) UnmarshalBinary(b []byte) error + func (m *CustconfHTTPMethods) Validate(formats strfmt.Registry) error + type CustconfHttp2Support struct + Enabled bool + ID string + func (m *CustconfHttp2Support) MarshalBinary() ([]byte, error) + func (m *CustconfHttp2Support) UnmarshalBinary(b []byte) error + func (m *CustconfHttp2Support) Validate(formats strfmt.Registry) error + type CustconfMidTierCachingProtocolEnumWrapperValue string + const CustconfMidTierCachingProtocolEnumWrapperValueHTTP + const CustconfMidTierCachingProtocolEnumWrapperValueHTTPS + const CustconfMidTierCachingProtocolEnumWrapperValueMatch + const CustconfMidTierCachingProtocolEnumWrapperValueUNKNOWN + func (m CustconfMidTierCachingProtocolEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfOriginPersistentConnections struct + Enabled bool + ID string + func (m *CustconfOriginPersistentConnections) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPersistentConnections) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPersistentConnections) Validate(formats strfmt.Registry) error + type CustconfOriginPull struct + Enabled bool + ID string + NoQSParams bool + RedirectAction OriginPullRedirectActionEnumWrapperValue + RetryMethods string + func (m *CustconfOriginPull) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPull) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPull) Validate(formats strfmt.Registry) error + type CustconfOriginPullCacheExtension struct + Enabled bool + ExpiredCacheExtension int32 + ID string + OriginUnreachableCacheExtension int32 + func (m *CustconfOriginPullCacheExtension) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPullCacheExtension) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPullCacheExtension) Validate(formats strfmt.Registry) error + type CustconfOriginPullHost struct + HeaderFilter string + ID string + MethodFilter string + OriginURL string + Password string + PathFilter string + UserName string + func (m *CustconfOriginPullHost) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPullHost) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPullHost) Validate(formats strfmt.Registry) error + type CustconfOriginPullLogs struct + Enabled bool + ID string + func (m *CustconfOriginPullLogs) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPullLogs) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPullLogs) Validate(formats strfmt.Registry) error + type CustconfOriginPullLogsConfig struct + Enabled bool + ExtraLogFields string + ID string + func (m *CustconfOriginPullLogsConfig) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPullLogsConfig) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPullLogsConfig) Validate(formats strfmt.Registry) error + type CustconfOriginPullPolicy struct + BypassCacheIdentifier string + Enabled bool + ExpirePolicy OriginPullPolicyExpirePolicyEnumWrapperValue + ExpireSeconds int32 + ForceBypassCache bool + HTTPHeaders string + HeaderFilter string + HonorMustRevalidate bool + HonorNoCache bool + HonorNoStore bool + HonorPrivate bool + HonorSMaxAge bool + ID string + MaxAgeZeroToNoCache bool + MethodFilter string + MustRevalidateToNoCache bool + NoCacheBehavior OriginPullPolicyNoCacheBehaviorEnumWrapperValue + PathFilter string + StatusCodeMatch string + UpdateHTTPHeadersOn304Response bool + func (m *CustconfOriginPullPolicy) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPullPolicy) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPullPolicy) Validate(formats strfmt.Registry) error + type CustconfOriginPullProtocol struct + EnableSNI bool + ID string + Protocol CustconfOriginPullProtocolProtocolEnumWrapperValue + func (m *CustconfOriginPullProtocol) MarshalBinary() ([]byte, error) + func (m *CustconfOriginPullProtocol) UnmarshalBinary(b []byte) error + func (m *CustconfOriginPullProtocol) Validate(formats strfmt.Registry) error + type CustconfOriginPullProtocolProtocolEnumWrapperValue string + const CustconfOriginPullProtocolProtocolEnumWrapperValueHTTP + const CustconfOriginPullProtocolProtocolEnumWrapperValueHTTPS + const CustconfOriginPullProtocolProtocolEnumWrapperValueMatch + const CustconfOriginPullProtocolProtocolEnumWrapperValueUNKNOWN + func (m CustconfOriginPullProtocolProtocolEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfOriginRequestModification struct + AddHeaders string + Enabled bool + FlowControl string + HeaderFilter string + HeaderPattern string + HeaderRewrite string + ID string + MethodFilter string + PathFilter string + URLPattern string + URLRewrite string + func (m *CustconfOriginRequestModification) MarshalBinary() ([]byte, error) + func (m *CustconfOriginRequestModification) UnmarshalBinary(b []byte) error + func (m *CustconfOriginRequestModification) Validate(formats strfmt.Registry) error + type CustconfOriginRequestQueueLogLevelEnumWrapperValue string + const CustconfOriginRequestQueueLogLevelEnumWrapperValueCrit + const CustconfOriginRequestQueueLogLevelEnumWrapperValueDebug + const CustconfOriginRequestQueueLogLevelEnumWrapperValueError + const CustconfOriginRequestQueueLogLevelEnumWrapperValueInfo + const CustconfOriginRequestQueueLogLevelEnumWrapperValueUNKNOWN + const CustconfOriginRequestQueueLogLevelEnumWrapperValueWarning + func (m CustconfOriginRequestQueueLogLevelEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfOriginResponseModification struct + AddHeaders string + Enabled bool + FlowControl CustconfOriginResponseModificationFlowControlEnumWrapperValue + HeaderFilter string + HeaderPattern string + HeaderRewrite string + ID string + MethodFilter string + PathFilter string + StatusCodeRewrite int64 + func (m *CustconfOriginResponseModification) MarshalBinary() ([]byte, error) + func (m *CustconfOriginResponseModification) UnmarshalBinary(b []byte) error + func (m *CustconfOriginResponseModification) Validate(formats strfmt.Registry) error + type CustconfOriginResponseModificationFlowControlEnumWrapperValue string + const CustconfOriginResponseModificationFlowControlEnumWrapperValueBreak + const CustconfOriginResponseModificationFlowControlEnumWrapperValueNext + const CustconfOriginResponseModificationFlowControlEnumWrapperValueUNKNOWN + func (m CustconfOriginResponseModificationFlowControlEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfOriginResponseQueueLogLevelEnumWrapperValue string + const CustconfOriginResponseQueueLogLevelEnumWrapperValueCrit + const CustconfOriginResponseQueueLogLevelEnumWrapperValueDebug + const CustconfOriginResponseQueueLogLevelEnumWrapperValueError + const CustconfOriginResponseQueueLogLevelEnumWrapperValueInfo + const CustconfOriginResponseQueueLogLevelEnumWrapperValueUNKNOWN + const CustconfOriginResponseQueueLogLevelEnumWrapperValueWarning + func (m CustconfOriginResponseQueueLogLevelEnumWrapperValue) Validate(formats strfmt.Registry) error + type CustconfQueryStrParam struct + DispositionName string + DispositionOverride string + DispositionType string + Enabled bool + ID string + JumpToByteInitialBytes string + JumpToByteStartOffset string + JumpToTimeEnd string + JumpToTimeStart string + RateLimitInitial string + RateLimitSustained string + func (m *CustconfQueryStrParam) MarshalBinary() ([]byte, error) + func (m *CustconfQueryStrParam) UnmarshalBinary(b []byte) error + func (m *CustconfQueryStrParam) Validate(formats strfmt.Registry) error + type CustconfReceiptLogsConfig struct + Enabled bool + ExtraLogFields string + ID string + func (m *CustconfReceiptLogsConfig) MarshalBinary() ([]byte, error) + func (m *CustconfReceiptLogsConfig) UnmarshalBinary(b []byte) error + func (m *CustconfReceiptLogsConfig) Validate(formats strfmt.Registry) error + type CustconfRedirectExceptions struct + Enabled bool + ID string + RedirectAgentCode string + func (m *CustconfRedirectExceptions) MarshalBinary() ([]byte, error) + func (m *CustconfRedirectExceptions) UnmarshalBinary(b []byte) error + func (m *CustconfRedirectExceptions) Validate(formats strfmt.Registry) error + type CustconfRedirectMappings struct + Code int64 + Enabled bool + HeaderFilter string + ID string + MethodFilter string + PathFilter string + RedirectURL string + ReplacementToken string + func (m *CustconfRedirectMappings) MarshalBinary() ([]byte, error) + func (m *CustconfRedirectMappings) UnmarshalBinary(b []byte) error + func (m *CustconfRedirectMappings) Validate(formats strfmt.Registry) error + type CustconfResponseHeader struct + EnableETag bool + Enabled bool + HTTP string + ID string + func (m *CustconfResponseHeader) MarshalBinary() ([]byte, error) + func (m *CustconfResponseHeader) UnmarshalBinary(b []byte) error + func (m *CustconfResponseHeader) Validate(formats strfmt.Registry) error + type CustconfRobotsTxt struct + CacheControlHeader string + Enabled bool + File string + HeaderFilter string + ID string + MethodFilter string + PathFilter string + func (m *CustconfRobotsTxt) MarshalBinary() ([]byte, error) + func (m *CustconfRobotsTxt) UnmarshalBinary(b []byte) error + func (m *CustconfRobotsTxt) Validate(formats strfmt.Registry) error + type CustconfStaticHeader struct + ClientRequest string + Enabled bool + HTTP string + HeaderFilter string + ID string + MethodFilter string + OriginPull string + PathFilter string + func (m *CustconfStaticHeader) MarshalBinary() ([]byte, error) + func (m *CustconfStaticHeader) UnmarshalBinary(b []byte) error + func (m *CustconfStaticHeader) Validate(formats strfmt.Registry) error + type CustconfTimePseudoStreaming struct + Enabled bool + ID string + JumpToTimeEndParam string + JumpToTimeStartParam string + func (m *CustconfTimePseudoStreaming) MarshalBinary() ([]byte, error) + func (m *CustconfTimePseudoStreaming) UnmarshalBinary(b []byte) error + func (m *CustconfTimePseudoStreaming) Validate(formats strfmt.Registry) error + type CustconfVHost struct + Domain string + Enabled bool + ID string + func (m *CustconfVHost) MarshalBinary() ([]byte, error) + func (m *CustconfVHost) UnmarshalBinary(b []byte) error + func (m *CustconfVHost) Validate(formats strfmt.Registry) error + type CustconfVaryHeaderField struct + Enabled bool + ID string + ValuesFilter string + func (m *CustconfVaryHeaderField) MarshalBinary() ([]byte, error) + func (m *CustconfVaryHeaderField) UnmarshalBinary(b []byte) error + func (m *CustconfVaryHeaderField) Validate(formats strfmt.Registry) error + type DNSOverrideTypeEnumWrapperValue string + const DNSOverrideTypeEnumWrapperValueA + const DNSOverrideTypeEnumWrapperValueAAAA + const DNSOverrideTypeEnumWrapperValueCNAME + const DNSOverrideTypeEnumWrapperValueUNKNOWN + func (m DNSOverrideTypeEnumWrapperValue) Validate(formats strfmt.Registry) error + type FileSegmentationInitialOriginRequestBehaviorEnumWrapperValue string + const FileSegmentationInitialOriginRequestBehaviorEnumWrapperValueFull + const FileSegmentationInitialOriginRequestBehaviorEnumWrapperValueRange + const FileSegmentationInitialOriginRequestBehaviorEnumWrapperValueUNKNOWN + func (m FileSegmentationInitialOriginRequestBehaviorEnumWrapperValue) Validate(formats strfmt.Registry) error + type GetCDNIpsRequestIPFilter string + const GetCDNIpsRequestIPFilterALL + const GetCDNIpsRequestIPFilterIPV4 + const GetCDNIpsRequestIPFilterIPV6 + func (m GetCDNIpsRequestIPFilter) Validate(formats strfmt.Registry) error + type GetCDNIpsRequestResponseType string + const GetCDNIpsRequestResponseTypeJSON + const GetCDNIpsRequestResponseTypePLAINTEXT + func (m GetCDNIpsRequestResponseType) Validate(formats strfmt.Registry) error + type GetMetricsRequestMetricsGranularity string + const GetMetricsRequestMetricsGranularityAUTO + const GetMetricsRequestMetricsGranularityP1D + const GetMetricsRequestMetricsGranularityP1M + const GetMetricsRequestMetricsGranularityPT1H + const GetMetricsRequestMetricsGranularityPT5M + func (m GetMetricsRequestMetricsGranularity) Validate(formats strfmt.Registry) error + type GetMetricsRequestMetricsGroupBy string + const GetMetricsRequestMetricsGroupByACCOUNT + const GetMetricsRequestMetricsGroupByNONE + const GetMetricsRequestMetricsGroupByPLATFORM + const GetMetricsRequestMetricsGroupByPOP + const GetMetricsRequestMetricsGroupByREGION + const GetMetricsRequestMetricsGroupBySITE + func (m GetMetricsRequestMetricsGroupBy) Validate(formats strfmt.Registry) error + type GetMetricsRequestSiteTypeFilter string + const GetMetricsRequestSiteTypeFilterALL + const GetMetricsRequestSiteTypeFilterAPI + const GetMetricsRequestSiteTypeFilterCDN + const GetMetricsRequestSiteTypeFilterEDGEENGINE + const GetMetricsRequestSiteTypeFilterWAF + func (m GetMetricsRequestSiteTypeFilter) Validate(formats strfmt.Registry) error + type GetMetricsResponseMetricSample struct + Values []float64 + func (m *GetMetricsResponseMetricSample) MarshalBinary() ([]byte, error) + func (m *GetMetricsResponseMetricSample) UnmarshalBinary(b []byte) error + func (m *GetMetricsResponseMetricSample) Validate(formats strfmt.Registry) error + type GetMetricsResponseMetricSeries struct + Key string + Metrics []string + Samples []*GetMetricsResponseMetricSample + Type string + func (m *GetMetricsResponseMetricSeries) MarshalBinary() ([]byte, error) + func (m *GetMetricsResponseMetricSeries) UnmarshalBinary(b []byte) error + func (m *GetMetricsResponseMetricSeries) Validate(formats strfmt.Registry) error + type HashTypeClassEnumWrapperValue string + const HashTypeClassEnumWrapperValueHOST + const HashTypeClassEnumWrapperValueMEDIA + const HashTypeClassEnumWrapperValueUNKNOWN + func (m HashTypeClassEnumWrapperValue) Validate(formats strfmt.Registry) error + type MidTierCachingRequestFormatEnumWrapperValue string + const MidTierCachingRequestFormatEnumWrapperValueExternal + const MidTierCachingRequestFormatEnumWrapperValueInternal + const MidTierCachingRequestFormatEnumWrapperValueUNKNOWN + func (m MidTierCachingRequestFormatEnumWrapperValue) Validate(formats strfmt.Registry) error + type OriginPullDefaultBehaviorEnumWrapperValue string + const OriginPullDefaultBehaviorEnumWrapperValueDedup + const OriginPullDefaultBehaviorEnumWrapperValueNocache + const OriginPullDefaultBehaviorEnumWrapperValueNostore + const OriginPullDefaultBehaviorEnumWrapperValueUNKNOWN + func (m OriginPullDefaultBehaviorEnumWrapperValue) Validate(formats strfmt.Registry) error + type OriginPullPolicyExpirePolicyEnumWrapperValue string + const OriginPullPolicyExpirePolicyEnumWrapperValueCACHECONTROL + const OriginPullPolicyExpirePolicyEnumWrapperValueDONOTCACHE + const OriginPullPolicyExpirePolicyEnumWrapperValueINGEST + const OriginPullPolicyExpirePolicyEnumWrapperValueLASTMODIFY + const OriginPullPolicyExpirePolicyEnumWrapperValueNEVEREXPIRE + const OriginPullPolicyExpirePolicyEnumWrapperValueUNKNOWN + func (m OriginPullPolicyExpirePolicyEnumWrapperValue) Validate(formats strfmt.Registry) error + type OriginPullPolicyNoCacheBehaviorEnumWrapperValue string + const OriginPullPolicyNoCacheBehaviorEnumWrapperValueLegacy + const OriginPullPolicyNoCacheBehaviorEnumWrapperValueSpec + const OriginPullPolicyNoCacheBehaviorEnumWrapperValueUNKNOWN + func (m OriginPullPolicyNoCacheBehaviorEnumWrapperValue) Validate(formats strfmt.Registry) error + type OriginPullRedirectActionEnumWrapperValue string + const OriginPullRedirectActionEnumWrapperValueFollow + const OriginPullRedirectActionEnumWrapperValueProxy + const OriginPullRedirectActionEnumWrapperValueUNKNOWN + func (m OriginPullRedirectActionEnumWrapperValue) Validate(formats strfmt.Registry) error + type OriginPullShieldBehaviorEnumWrapperValue string + const OriginPullShieldBehaviorEnumWrapperValueRedirect + const OriginPullShieldBehaviorEnumWrapperValueTlb + const OriginPullShieldBehaviorEnumWrapperValueUNKNOWN + func (m OriginPullShieldBehaviorEnumWrapperValue) Validate(formats strfmt.Registry) error + type OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValue string + const OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValueALL + const OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValueCONNECTIONONLY + const OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValueNONE + const OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValueUNKNOWN + const OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValueWRITEONLY + const OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValueWRITEREAD + func (m OriginPullShieldPermissibleShieldInternalErrorsEnumWrapperValue) Validate(formats strfmt.Registry) error + type PaginationPageInfo struct + EndCursor string + HasNextPage bool + HasPreviousPage bool + StartCursor string + TotalCount string + func (m *PaginationPageInfo) MarshalBinary() ([]byte, error) + func (m *PaginationPageInfo) UnmarshalBinary(b []byte) error + func (m *PaginationPageInfo) Validate(formats strfmt.Registry) error + type PaginationPageRequest struct + After string + Filter string + First string + SortBy string + func (m *PaginationPageRequest) MarshalBinary() ([]byte, error) + func (m *PaginationPageRequest) UnmarshalBinary(b []byte) error + func (m *PaginationPageRequest) Validate(formats strfmt.Registry) error + type PurgeContentRequestItem struct + Headers []string + InvalidateOnly bool + PurgeAllDynamic bool + PurgeSelector []*PurgeContentRequestPurgeSelector + Recursive bool + URL string + func (m *PurgeContentRequestItem) MarshalBinary() ([]byte, error) + func (m *PurgeContentRequestItem) UnmarshalBinary(b []byte) error + func (m *PurgeContentRequestItem) Validate(formats strfmt.Registry) error + type PurgeContentRequestPurgeSelector struct + SelectorName string + SelectorType PurgeContentRequestPurgeSelectorType + SelectorValue string + SelectorValueDelimiter string + func (m *PurgeContentRequestPurgeSelector) MarshalBinary() ([]byte, error) + func (m *PurgeContentRequestPurgeSelector) UnmarshalBinary(b []byte) error + func (m *PurgeContentRequestPurgeSelector) Validate(formats strfmt.Registry) error + type PurgeContentRequestPurgeSelectorType string + const PurgeContentRequestPurgeSelectorTypeHEADER + const PurgeContentRequestPurgeSelectorTypeTAG + func (m PurgeContentRequestPurgeSelectorType) Validate(formats strfmt.Registry) error + type RequestFilterURLInputEnumWrapperValue string + const RequestFilterURLInputEnumWrapperValueFULLFILEPATH + const RequestFilterURLInputEnumWrapperValueFULLFILEPATHLEGACY + const RequestFilterURLInputEnumWrapperValueFULLURL + const RequestFilterURLInputEnumWrapperValueUNKNOWN + func (m RequestFilterURLInputEnumWrapperValue) Validate(formats strfmt.Registry) error + type ScanOriginResponseOriginScanSSLDetails struct + Error string + Valid bool + func (m *ScanOriginResponseOriginScanSSLDetails) MarshalBinary() ([]byte, error) + func (m *ScanOriginResponseOriginScanSSLDetails) UnmarshalBinary(b []byte) error + func (m *ScanOriginResponseOriginScanSSLDetails) Validate(formats strfmt.Registry) error + type SchemacdnOrigin struct + Dedicated bool + Hostname string + ID string + Path string + Port int32 + SecurePort int32 + SiteID string + func (m *SchemacdnOrigin) MarshalBinary() ([]byte, error) + func (m *SchemacdnOrigin) UnmarshalBinary(b []byte) error + func (m *SchemacdnOrigin) Validate(formats strfmt.Registry) error + type SiteTypeValue string + const SiteTypeValueAPI + const SiteTypeValueCDN + const SiteTypeValueUNKNOWN + const SiteTypeValueWAF + func (m SiteTypeValue) Validate(formats strfmt.Registry) error + type StackpathRPCBadRequest struct + FieldViolations []*StackpathRPCBadRequestFieldViolation + func (m *StackpathRPCBadRequest) AtType() string + func (m *StackpathRPCBadRequest) MarshalBinary() ([]byte, error) + func (m *StackpathRPCBadRequest) SetAtType(val string) + func (m *StackpathRPCBadRequest) UnmarshalBinary(b []byte) error + func (m *StackpathRPCBadRequest) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCBadRequest) Validate(formats strfmt.Registry) error + func (m StackpathRPCBadRequest) MarshalJSON() ([]byte, error) + type StackpathRPCBadRequestFieldViolation struct + Description string + Field string + func (m *StackpathRPCBadRequestFieldViolation) MarshalBinary() ([]byte, error) + func (m *StackpathRPCBadRequestFieldViolation) UnmarshalBinary(b []byte) error + func (m *StackpathRPCBadRequestFieldViolation) Validate(formats strfmt.Registry) error + type StackpathRPCHelp struct + Links []*StackpathRPCHelpLink + func (m *StackpathRPCHelp) AtType() string + func (m *StackpathRPCHelp) MarshalBinary() ([]byte, error) + func (m *StackpathRPCHelp) SetAtType(val string) + func (m *StackpathRPCHelp) UnmarshalBinary(b []byte) error + func (m *StackpathRPCHelp) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCHelp) Validate(formats strfmt.Registry) error + func (m StackpathRPCHelp) MarshalJSON() ([]byte, error) + type StackpathRPCHelpLink struct + Description string + URL string + func (m *StackpathRPCHelpLink) MarshalBinary() ([]byte, error) + func (m *StackpathRPCHelpLink) UnmarshalBinary(b []byte) error + func (m *StackpathRPCHelpLink) Validate(formats strfmt.Registry) error + type StackpathRPCLocalizedMessage struct + Locale string + Message string + func (m *StackpathRPCLocalizedMessage) AtType() string + func (m *StackpathRPCLocalizedMessage) MarshalBinary() ([]byte, error) + func (m *StackpathRPCLocalizedMessage) SetAtType(val string) + func (m *StackpathRPCLocalizedMessage) UnmarshalBinary(b []byte) error + func (m *StackpathRPCLocalizedMessage) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCLocalizedMessage) Validate(formats strfmt.Registry) error + func (m StackpathRPCLocalizedMessage) MarshalJSON() ([]byte, error) + type StackpathRPCPreconditionFailure struct + Violations []*StackpathRPCPreconditionFailureViolation + func (m *StackpathRPCPreconditionFailure) AtType() string + func (m *StackpathRPCPreconditionFailure) MarshalBinary() ([]byte, error) + func (m *StackpathRPCPreconditionFailure) SetAtType(val string) + func (m *StackpathRPCPreconditionFailure) UnmarshalBinary(b []byte) error + func (m *StackpathRPCPreconditionFailure) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCPreconditionFailure) Validate(formats strfmt.Registry) error + func (m StackpathRPCPreconditionFailure) MarshalJSON() ([]byte, error) + type StackpathRPCPreconditionFailureViolation struct + Description string + Subject string + Type string + func (m *StackpathRPCPreconditionFailureViolation) MarshalBinary() ([]byte, error) + func (m *StackpathRPCPreconditionFailureViolation) UnmarshalBinary(b []byte) error + func (m *StackpathRPCPreconditionFailureViolation) Validate(formats strfmt.Registry) error + type StackpathRPCQuotaFailure struct + Violations []*StackpathRPCQuotaFailureViolation + func (m *StackpathRPCQuotaFailure) AtType() string + func (m *StackpathRPCQuotaFailure) MarshalBinary() ([]byte, error) + func (m *StackpathRPCQuotaFailure) SetAtType(val string) + func (m *StackpathRPCQuotaFailure) UnmarshalBinary(b []byte) error + func (m *StackpathRPCQuotaFailure) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCQuotaFailure) Validate(formats strfmt.Registry) error + func (m StackpathRPCQuotaFailure) MarshalJSON() ([]byte, error) + type StackpathRPCQuotaFailureViolation struct + Description string + Subject string + func (m *StackpathRPCQuotaFailureViolation) MarshalBinary() ([]byte, error) + func (m *StackpathRPCQuotaFailureViolation) UnmarshalBinary(b []byte) error + func (m *StackpathRPCQuotaFailureViolation) Validate(formats strfmt.Registry) error + type StackpathRPCRequestInfo struct + RequestID string + ServingData string + func (m *StackpathRPCRequestInfo) AtType() string + func (m *StackpathRPCRequestInfo) MarshalBinary() ([]byte, error) + func (m *StackpathRPCRequestInfo) SetAtType(val string) + func (m *StackpathRPCRequestInfo) UnmarshalBinary(b []byte) error + func (m *StackpathRPCRequestInfo) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCRequestInfo) Validate(formats strfmt.Registry) error + func (m StackpathRPCRequestInfo) MarshalJSON() ([]byte, error) + type StackpathRPCResourceInfo struct + Description string + Owner string + ResourceName string + ResourceType string + func (m *StackpathRPCResourceInfo) AtType() string + func (m *StackpathRPCResourceInfo) MarshalBinary() ([]byte, error) + func (m *StackpathRPCResourceInfo) SetAtType(val string) + func (m *StackpathRPCResourceInfo) UnmarshalBinary(b []byte) error + func (m *StackpathRPCResourceInfo) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCResourceInfo) Validate(formats strfmt.Registry) error + func (m StackpathRPCResourceInfo) MarshalJSON() ([]byte, error) + type StackpathRPCRetryInfo struct + RetryDelay string + func (m *StackpathRPCRetryInfo) AtType() string + func (m *StackpathRPCRetryInfo) MarshalBinary() ([]byte, error) + func (m *StackpathRPCRetryInfo) SetAtType(val string) + func (m *StackpathRPCRetryInfo) UnmarshalBinary(b []byte) error + func (m *StackpathRPCRetryInfo) UnmarshalJSON(raw []byte) error + func (m *StackpathRPCRetryInfo) Validate(formats strfmt.Registry) error + func (m StackpathRPCRetryInfo) MarshalJSON() ([]byte, error) + type VaryHeaderFieldProxyBehaviorEnumWrapperValue string + const VaryHeaderFieldProxyBehaviorEnumWrapperValueFiltered + const VaryHeaderFieldProxyBehaviorEnumWrapperValueNone + const VaryHeaderFieldProxyBehaviorEnumWrapperValueUNKNOWN + const VaryHeaderFieldProxyBehaviorEnumWrapperValueWhole + func (m VaryHeaderFieldProxyBehaviorEnumWrapperValue) Validate(formats strfmt.Registry) error