package
0.1.0
Repository: https://github.com/kubeslice/stackpath.git
Documentation: pkg.go.dev

# README

Go API client for cdn

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientExperimentalCodegen For more information, please visit https://support.stackpath.com/

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./cdn"

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://gateway.stackpath.com

ClassMethodHTTP requestDescription
ConfigurationApiConnectScopeToOriginPost /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/originsConnect an origin to a scope
ConfigurationApiCreateScopePost /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopesCreate a scope
ConfigurationApiCreateScopeHostnamePost /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/hostnamesAdd a scope hostname
ConfigurationApiDeleteScopeDelete /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}Delete a scope
ConfigurationApiDeleteScopeHostnameDelete /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/hostnames/{domain}Delete a scope hostname
ConfigurationApiDisconnectScopeFromOriginDelete /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/origins/{origin_id}Delete a scope origin
ConfigurationApiGetScopeConfigurationGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/configurationGet a scope's configuraiton
ConfigurationApiGetScopeHostnamesGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/hostnamesGet all scope hostnames
ConfigurationApiGetScopeOriginsGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/originsGet all scope origins
ConfigurationApiGetSiteDnsTargetsGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/dns/targetsGet CNAME targets
ConfigurationApiGetSiteScopesGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopesGet all scopes
ConfigurationApiUpdateScopeConfigurationPatch /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/configurationUpdate a scope's configuration
EdgeRulesApiCreateScopeRulePost /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/rulesCreate an EdgeRule
EdgeRulesApiDeleteScopeRuleDelete /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/rules/{rule_id}Delete an EdgeRule
EdgeRulesApiGetScopeRuleGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/rules/{rule_id}Get an EdgeRule
EdgeRulesApiGetScopeRuleConfigurationGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/rules/{rule_id}/configurationGet an EdgeRule's configuration
EdgeRulesApiGetScopeRulesGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/rulesGet all EdgeRules
EdgeRulesApiUpdateScopeRuleConfigurationPatch /cdn/v1/stacks/{stack_id}/sites/{site_id}/scopes/{scope_id}/rules/{rule_id}/configurationUpdate an EdgeRule's configuration
InfrastructureApiGetCDNIPsGet /cdn/v1/ipsGet IP addresses
InfrastructureApiGetClosestPopsGet /cdn/v1/pops/closestGet POP performance
InfrastructureApiGetPopsGet /cdn/v1/popsGet points of presence
InfrastructureApiScanOriginPost /cdn/v1/origins/scanScan an origin
MetricsApiGetMetricsGet /cdn/v1/stacks/{stack_id}/metricsGet metrics
PurgeContentApiGetPurgeStatusGet /cdn/v1/stacks/{stack_id}/purge/{purge_id}Get purge status
PurgeContentApiPurgeContentPost /cdn/v1/stacks/{stack_id}/purgePurge content
SSLApiConnectSiteToCertificatePut /cdn/v1/stacks/{stack_id}/sites/{site_id}/certificates/{certificate_id}Get a site's certificate
SSLApiCreateCertificatePost /cdn/v1/stacks/{stack_id}/certificatesAdd a certificate
SSLApiDeleteCertificateDelete /cdn/v1/stacks/{stack_id}/certificates/{certificate_id}Delete a certificate
SSLApiGetCertificateGet /cdn/v1/stacks/{stack_id}/certificates/{certificate_id}Get a certificate
SSLApiGetCertificateSitesGet /cdn/v1/stacks/{stack_id}/certificates/{certificate_id}/sitesGet sites associated with a certificate
SSLApiGetCertificateVerificationDetailsGet /cdn/v1/stacks/{stack_id}/certificates/{certificate_id}/verification_detailsGet verification details
SSLApiGetCertificatesGet /cdn/v1/stacks/{stack_id}/certificatesGet all certificates
SSLApiGetSiteCertificatesGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/certificatesGet all site certificates
SSLApiRenewCertificatePost /cdn/v1/stacks/{stack_id}/certificates/{certificate_id}/renewRenew a certificate
SSLApiRequestCertificatePost /cdn/v1/stacks/{stack_id}/sites/{site_id}/certificates/requestRequest a free certificate
SSLApiUpdateCertificatePut /cdn/v1/stacks/{stack_id}/certificates/{certificate_id}Update a certificate
SSLApiUpdateSiteCertificateHostsPut /cdn/v1/stacks/{stack_id}/sites/{site_id}/certificates/{certificate_id}/hostsUpdate SAN hosts
ServerlessScriptingApiCreateSiteScriptPost /cdn/v1/stacks/{stack_id}/sites/{site_id}/scriptsCreate a serverless script
ServerlessScriptingApiDeleteSiteScriptDelete /cdn/v1/stacks/{stack_id}/sites/{site_id}/scripts/{script_id}Delete a serverless script
ServerlessScriptingApiGetSiteScriptGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scripts/{script_id}Get a serverless script
ServerlessScriptingApiGetSiteScript2Get /cdn/v1/stacks/{stack_id}/sites/{site_id}/scripts/{script_id}/{script_version}Get a serverless script version
ServerlessScriptingApiGetSiteScriptsGet /cdn/v1/stacks/{stack_id}/sites/{site_id}/scriptsGet all serverless scripts
ServerlessScriptingApiUpdateSiteScriptPatch /cdn/v1/stacks/{stack_id}/sites/{site_id}/scripts/{script_id}Update a serverless script

Documentation For Models

Documentation For Authorization

oauth2

  • Type: OAuth
  • Flow: application
  • Authorization URL:
  • Scopes: N/A

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "ACCESSTOKENSTRING")
r, err := client.Service.Operation(auth, args)

Or via OAuth2 module to automatically refresh tokens and perform user authentication.

import "golang.org/x/oauth2"

/* Perform OAuth2 round trip request and obtain a token */

tokenSource := oauth2cfg.TokenSource(createContext(httpClient), &token)
auth := context.WithValue(oauth2.NoContext, sw.ContextOAuth2, tokenSource)
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewApiStatus instantiates a new ApiStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiStatusDetail instantiates a new ApiStatusDetail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewApiStatusDetailWithDefaults instantiates a new ApiStatusDetail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewApiStatusWithDefaults instantiates a new ApiStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCertificate instantiates a new CdnCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCertificateWithDefaults instantiates a new CdnCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnConnectScopeToOriginRequest instantiates a new CdnConnectScopeToOriginRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnConnectScopeToOriginRequestOrigin instantiates a new CdnConnectScopeToOriginRequestOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnConnectScopeToOriginRequestOriginWithDefaults instantiates a new CdnConnectScopeToOriginRequestOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnConnectScopeToOriginRequestWithDefaults instantiates a new CdnConnectScopeToOriginRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnConnectScopeToOriginResponse instantiates a new CdnConnectScopeToOriginResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnConnectScopeToOriginResponseWithDefaults instantiates a new CdnConnectScopeToOriginResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnConnectSiteToCertificateResponse instantiates a new CdnConnectSiteToCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnConnectSiteToCertificateResponseWithDefaults instantiates a new CdnConnectSiteToCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateCertificateRequest instantiates a new CdnCreateCertificateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateCertificateRequestWithDefaults instantiates a new CdnCreateCertificateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateCertificateResponse instantiates a new CdnCreateCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateCertificateResponseWithDefaults instantiates a new CdnCreateCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateScopeHostnameRequest instantiates a new CdnCreateScopeHostnameRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateScopeHostnameRequestWithDefaults instantiates a new CdnCreateScopeHostnameRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateScopeHostnameResponse instantiates a new CdnCreateScopeHostnameResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateScopeHostnameResponseWithDefaults instantiates a new CdnCreateScopeHostnameResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateScopeRequest instantiates a new CdnCreateScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateScopeRequestWithDefaults instantiates a new CdnCreateScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateScopeResponse instantiates a new CdnCreateScopeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateScopeResponseWithDefaults instantiates a new CdnCreateScopeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateScopeRuleRequest instantiates a new CdnCreateScopeRuleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateScopeRuleRequestWithDefaults instantiates a new CdnCreateScopeRuleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateScopeRuleResponse instantiates a new CdnCreateScopeRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateScopeRuleResponseWithDefaults instantiates a new CdnCreateScopeRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateSiteRequestOrigin instantiates a new CdnCreateSiteRequestOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateSiteRequestOriginWithDefaults instantiates a new CdnCreateSiteRequestOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateSiteScriptRequest instantiates a new CdnCreateSiteScriptRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateSiteScriptRequestWithDefaults instantiates a new CdnCreateSiteScriptRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnCreateSiteScriptResponse instantiates a new CdnCreateSiteScriptResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnCreateSiteScriptResponseWithDefaults instantiates a new CdnCreateSiteScriptResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdncustconfOrigin instantiates a new CdncustconfOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdncustconfOriginWithDefaults instantiates a new CdncustconfOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnDnsRecord instantiates a new CdnDnsRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnDnsRecordWithDefaults instantiates a new CdnDnsRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnDnsVerificationDetails instantiates a new CdnDnsVerificationDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnDnsVerificationDetailsWithDefaults instantiates a new CdnDnsVerificationDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetCDNIPsResponse instantiates a new CdnGetCDNIPsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetCDNIPsResponseWithDefaults instantiates a new CdnGetCDNIPsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetCertificateResponse instantiates a new CdnGetCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetCertificateResponseWithDefaults instantiates a new CdnGetCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetCertificateSitesResponse instantiates a new CdnGetCertificateSitesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetCertificateSitesResponseWithDefaults instantiates a new CdnGetCertificateSitesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetCertificatesResponse instantiates a new CdnGetCertificatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetCertificatesResponseWithDefaults instantiates a new CdnGetCertificatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetCertificateVerificationDetailsResponse instantiates a new CdnGetCertificateVerificationDetailsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetCertificateVerificationDetailsResponseWithDefaults instantiates a new CdnGetCertificateVerificationDetailsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetClosestPopsResponse instantiates a new CdnGetClosestPopsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetClosestPopsResponseWithDefaults instantiates a new CdnGetClosestPopsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetMetricsResponse instantiates a new CdnGetMetricsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetMetricsResponseWithDefaults instantiates a new CdnGetMetricsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetPopsResponse instantiates a new CdnGetPopsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetPopsResponseWithDefaults instantiates a new CdnGetPopsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetPurgeStatusResponse instantiates a new CdnGetPurgeStatusResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetPurgeStatusResponseWithDefaults instantiates a new CdnGetPurgeStatusResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetScopeConfigurationResponse instantiates a new CdnGetScopeConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetScopeConfigurationResponseWithDefaults instantiates a new CdnGetScopeConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetScopeHostnamesResponse instantiates a new CdnGetScopeHostnamesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetScopeHostnamesResponseWithDefaults instantiates a new CdnGetScopeHostnamesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetScopeOriginsResponse instantiates a new CdnGetScopeOriginsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetScopeOriginsResponseWithDefaults instantiates a new CdnGetScopeOriginsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetScopeRuleConfigurationResponse instantiates a new CdnGetScopeRuleConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetScopeRuleConfigurationResponseWithDefaults instantiates a new CdnGetScopeRuleConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetScopeRuleResponse instantiates a new CdnGetScopeRuleResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetScopeRuleResponseWithDefaults instantiates a new CdnGetScopeRuleResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetScopeRulesResponse instantiates a new CdnGetScopeRulesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetScopeRulesResponseWithDefaults instantiates a new CdnGetScopeRulesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetSiteCertificatesResponse instantiates a new CdnGetSiteCertificatesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetSiteCertificatesResponseWithDefaults instantiates a new CdnGetSiteCertificatesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetSiteDnsTargetsResponse instantiates a new CdnGetSiteDnsTargetsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetSiteDnsTargetsResponseWithDefaults instantiates a new CdnGetSiteDnsTargetsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetSiteScopesResponse instantiates a new CdnGetSiteScopesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetSiteScopesResponseWithDefaults instantiates a new CdnGetSiteScopesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetSiteScriptResponse instantiates a new CdnGetSiteScriptResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetSiteScriptResponseWithDefaults instantiates a new CdnGetSiteScriptResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnGetSiteScriptsResponse instantiates a new CdnGetSiteScriptsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnGetSiteScriptsResponseWithDefaults instantiates a new CdnGetSiteScriptsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnHostname instantiates a new CdnHostname object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnHostnameWithDefaults instantiates a new CdnHostname object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnHttpVerificationDetails instantiates a new CdnHttpVerificationDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnHttpVerificationDetailsWithDefaults instantiates a new CdnHttpVerificationDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnPop instantiates a new CdnPop object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnPopScanReport instantiates a new CdnPopScanReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnPopScanReportWithDefaults instantiates a new CdnPopScanReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnPopWithDefaults instantiates a new CdnPop object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnPurgeContentRequest instantiates a new CdnPurgeContentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnPurgeContentRequestWithDefaults instantiates a new CdnPurgeContentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnPurgeContentResponse instantiates a new CdnPurgeContentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnPurgeContentResponseWithDefaults instantiates a new CdnPurgeContentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnRequestCertificateRequest instantiates a new CdnRequestCertificateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnRequestCertificateRequestWithDefaults instantiates a new CdnRequestCertificateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnRequestCertificateResponse instantiates a new CdnRequestCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnRequestCertificateResponseWithDefaults instantiates a new CdnRequestCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnScanOriginRequest instantiates a new CdnScanOriginRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnScanOriginRequestWithDefaults instantiates a new CdnScanOriginRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnScanOriginResponse instantiates a new CdnScanOriginResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnScanOriginResponseWithDefaults instantiates a new CdnScanOriginResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnScope instantiates a new CdnScope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnScopeOrigin instantiates a new CdnScopeOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnScopeOriginWithDefaults instantiates a new CdnScopeOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnScopeRule instantiates a new CdnScopeRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnScopeRuleWithDefaults instantiates a new CdnScopeRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnScopeWithDefaults instantiates a new CdnScope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnSite instantiates a new CdnSite object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnSiteCertificate instantiates a new CdnSiteCertificate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnSiteCertificateWithDefaults instantiates a new CdnSiteCertificate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnSiteScript instantiates a new CdnSiteScript object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnSiteScriptWithDefaults instantiates a new CdnSiteScript object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnSiteWithDefaults instantiates a new CdnSite object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateCertificateRequest instantiates a new CdnUpdateCertificateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateCertificateRequestWithDefaults instantiates a new CdnUpdateCertificateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateCertificateResponse instantiates a new CdnUpdateCertificateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateCertificateResponseWithDefaults instantiates a new CdnUpdateCertificateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateScopeConfigurationRequest instantiates a new CdnUpdateScopeConfigurationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateScopeConfigurationRequestWithDefaults instantiates a new CdnUpdateScopeConfigurationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateScopeConfigurationResponse instantiates a new CdnUpdateScopeConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateScopeConfigurationResponseWithDefaults instantiates a new CdnUpdateScopeConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateScopeRuleConfigurationRequest instantiates a new CdnUpdateScopeRuleConfigurationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateScopeRuleConfigurationRequestWithDefaults instantiates a new CdnUpdateScopeRuleConfigurationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateScopeRuleConfigurationResponse instantiates a new CdnUpdateScopeRuleConfigurationResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateScopeRuleConfigurationResponseWithDefaults instantiates a new CdnUpdateScopeRuleConfigurationResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateSiteCertificateHostsRequest instantiates a new CdnUpdateSiteCertificateHostsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateSiteCertificateHostsRequestWithDefaults instantiates a new CdnUpdateSiteCertificateHostsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateSiteScriptRequest instantiates a new CdnUpdateSiteScriptRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateSiteScriptRequestWithDefaults instantiates a new CdnUpdateSiteScriptRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnUpdateSiteScriptResponse instantiates a new CdnUpdateSiteScriptResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnUpdateSiteScriptResponseWithDefaults instantiates a new CdnUpdateSiteScriptResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCdnVerificationRequirements instantiates a new CdnVerificationRequirements object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCdnVerificationRequirementsWithDefaults instantiates a new CdnVerificationRequirements object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfiguration returns a new Configuration object.
NewCustconfAccessLogs instantiates a new CustconfAccessLogs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAccessLogsConfig instantiates a new CustconfAccessLogsConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAccessLogsConfigWithDefaults instantiates a new CustconfAccessLogsConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAccessLogsWithDefaults instantiates a new CustconfAccessLogs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthACL instantiates a new CustconfAuthACL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthACLWithDefaults instantiates a new CustconfAuthACL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthGeo instantiates a new CustconfAuthGeo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthGeoWithDefaults instantiates a new CustconfAuthGeo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthHttpBasic instantiates a new CustconfAuthHttpBasic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthHttpBasicWithDefaults instantiates a new CustconfAuthHttpBasic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthReferer instantiates a new CustconfAuthReferer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthRefererWithDefaults instantiates a new CustconfAuthReferer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlAsymmetricSignTlu instantiates a new CustconfAuthUrlAsymmetricSignTlu object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlAsymmetricSignTluWithDefaults instantiates a new CustconfAuthUrlAsymmetricSignTlu object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlSign instantiates a new CustconfAuthUrlSign object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlSignAliCloudA instantiates a new CustconfAuthUrlSignAliCloudA object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlSignAliCloudAWithDefaults instantiates a new CustconfAuthUrlSignAliCloudA object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlSignAliCloudB instantiates a new CustconfAuthUrlSignAliCloudB object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlSignAliCloudBWithDefaults instantiates a new CustconfAuthUrlSignAliCloudB object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlSignAliCloudC instantiates a new CustconfAuthUrlSignAliCloudC object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlSignAliCloudCWithDefaults instantiates a new CustconfAuthUrlSignAliCloudC object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlSignHmacTlu instantiates a new CustconfAuthUrlSignHmacTlu object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlSignHmacTluWithDefaults instantiates a new CustconfAuthUrlSignHmacTlu object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlSignIq instantiates a new CustconfAuthUrlSignIq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAuthUrlSignIqWithDefaults instantiates a new CustconfAuthUrlSignIq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAuthUrlSignWithDefaults instantiates a new CustconfAuthUrlSign object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAwsSignedOriginPullV4 instantiates a new CustconfAwsSignedOriginPullV4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAwsSignedOriginPullV4WithDefaults instantiates a new CustconfAwsSignedOriginPullV4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfAwsSignedS3PostV4 instantiates a new CustconfAwsSignedS3PostV4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfAwsSignedS3PostV4WithDefaults instantiates a new CustconfAwsSignedS3PostV4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfBandWidthLimit instantiates a new CustconfBandWidthLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfBandWidthLimitWithDefaults instantiates a new CustconfBandWidthLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfBandwidthRateLimit instantiates a new CustconfBandwidthRateLimit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfBandwidthRateLimitWithDefaults instantiates a new CustconfBandwidthRateLimit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfBypassCache instantiates a new CustconfBypassCache object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfBypassCacheWithDefaults instantiates a new CustconfBypassCache object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfCacheControl instantiates a new CustconfCacheControl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfCacheControlWithDefaults instantiates a new CustconfCacheControl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfCacheKeyModification instantiates a new CustconfCacheKeyModification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfCacheKeyModificationWithDefaults instantiates a new CustconfCacheKeyModification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfClientRequestModification instantiates a new CustconfClientRequestModification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfClientRequestModificationWithDefaults instantiates a new CustconfClientRequestModification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfClientResponseModification instantiates a new CustconfClientResponseModification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfClientResponseModificationWithDefaults instantiates a new CustconfClientResponseModification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfCompression instantiates a new CustconfCompression object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfCompressionWithDefaults instantiates a new CustconfCompression object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfConfiguration instantiates a new CustconfConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfConfigurationWithDefaults instantiates a new CustconfConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfContentDispositionByHeader instantiates a new CustconfContentDispositionByHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfContentDispositionByHeaderWithDefaults instantiates a new CustconfContentDispositionByHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfContentDispositionByURL instantiates a new CustconfContentDispositionByURL object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfContentDispositionByURLWithDefaults instantiates a new CustconfContentDispositionByURL object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfCustomer instantiates a new CustconfCustomer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfCustomerWithDefaults instantiates a new CustconfCustomer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfCustomHeader instantiates a new CustconfCustomHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfCustomHeaderWithDefaults instantiates a new CustconfCustomHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfCustomMimeType instantiates a new CustconfCustomMimeType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfCustomMimeTypeWithDefaults instantiates a new CustconfCustomMimeType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfDynamicCacheRule instantiates a new CustconfDynamicCacheRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfDynamicCacheRuleWithDefaults instantiates a new CustconfDynamicCacheRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfDynamicContent instantiates a new CustconfDynamicContent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfDynamicContentWithDefaults instantiates a new CustconfDynamicContent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfFailSafeOriginPull instantiates a new CustconfFailSafeOriginPull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfFailSafeOriginPullWithDefaults instantiates a new CustconfFailSafeOriginPull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfFarAheadRangeProxy instantiates a new CustconfFarAheadRangeProxy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfFarAheadRangeProxyWithDefaults instantiates a new CustconfFarAheadRangeProxy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfFileSegmentation instantiates a new CustconfFileSegmentation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfFileSegmentationWithDefaults instantiates a new CustconfFileSegmentation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfFlvPseudoStreaming instantiates a new CustconfFlvPseudoStreaming object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfFlvPseudoStreamingWithDefaults instantiates a new CustconfFlvPseudoStreaming object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfGzipOriginPull instantiates a new CustconfGzipOriginPull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfGzipOriginPullWithDefaults instantiates a new CustconfGzipOriginPull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfHttp2Support instantiates a new CustconfHttp2Support object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfHttp2SupportWithDefaults instantiates a new CustconfHttp2Support object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfHttpMethods instantiates a new CustconfHttpMethods object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfHttpMethodsWithDefaults instantiates a new CustconfHttpMethods object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPersistentConnections instantiates a new CustconfOriginPersistentConnections object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPersistentConnectionsWithDefaults instantiates a new CustconfOriginPersistentConnections object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPull instantiates a new CustconfOriginPull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullCacheExtension instantiates a new CustconfOriginPullCacheExtension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullCacheExtensionWithDefaults instantiates a new CustconfOriginPullCacheExtension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullHost instantiates a new CustconfOriginPullHost object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullHostWithDefaults instantiates a new CustconfOriginPullHost object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullLogs instantiates a new CustconfOriginPullLogs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullLogsConfig instantiates a new CustconfOriginPullLogsConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullLogsConfigWithDefaults instantiates a new CustconfOriginPullLogsConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullLogsWithDefaults instantiates a new CustconfOriginPullLogs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullPolicy instantiates a new CustconfOriginPullPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullPolicyWithDefaults instantiates a new CustconfOriginPullPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullProtocol instantiates a new CustconfOriginPullProtocol object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullProtocolWithDefaults instantiates a new CustconfOriginPullProtocol object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullResumeDownload instantiates a new CustconfOriginPullResumeDownload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginPullResumeDownloadWithDefaults instantiates a new CustconfOriginPullResumeDownload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginPullWithDefaults instantiates a new CustconfOriginPull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginRequestModification instantiates a new CustconfOriginRequestModification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginRequestModificationWithDefaults instantiates a new CustconfOriginRequestModification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfOriginResponseModification instantiates a new CustconfOriginResponseModification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfOriginResponseModificationWithDefaults instantiates a new CustconfOriginResponseModification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfQueryStrParam instantiates a new CustconfQueryStrParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfQueryStrParamWithDefaults instantiates a new CustconfQueryStrParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfReceiptLogsConfig instantiates a new CustconfReceiptLogsConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfReceiptLogsConfigWithDefaults instantiates a new CustconfReceiptLogsConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfRedirectExceptions instantiates a new CustconfRedirectExceptions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfRedirectExceptionsWithDefaults instantiates a new CustconfRedirectExceptions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfRedirectMappings instantiates a new CustconfRedirectMappings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfRedirectMappingsWithDefaults instantiates a new CustconfRedirectMappings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfResponseHeader instantiates a new CustconfResponseHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfResponseHeaderWithDefaults instantiates a new CustconfResponseHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfRobotsTxt instantiates a new CustconfRobotsTxt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfRobotsTxtWithDefaults instantiates a new CustconfRobotsTxt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfStaticHeader instantiates a new CustconfStaticHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfStaticHeaderWithDefaults instantiates a new CustconfStaticHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfTimePseudoStreaming instantiates a new CustconfTimePseudoStreaming object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfTimePseudoStreamingWithDefaults instantiates a new CustconfTimePseudoStreaming object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustconfVHost instantiates a new CustconfVHost object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustconfVHostWithDefaults instantiates a new CustconfVHost object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetMetricsResponseMetricSample instantiates a new GetMetricsResponseMetricSample object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetMetricsResponseMetricSampleWithDefaults instantiates a new GetMetricsResponseMetricSample object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGetMetricsResponseMetricSeries instantiates a new GetMetricsResponseMetricSeries object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGetMetricsResponseMetricSeriesWithDefaults instantiates a new GetMetricsResponseMetricSeries object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPaginationPageInfo instantiates a new PaginationPageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginationPageInfoWithDefaults instantiates a new PaginationPageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPurgeContentRequestItem instantiates a new PurgeContentRequestItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPurgeContentRequestItemWithDefaults instantiates a new PurgeContentRequestItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPurgeContentRequestPurgeSelector instantiates a new PurgeContentRequestPurgeSelector object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPurgeContentRequestPurgeSelectorWithDefaults instantiates a new PurgeContentRequestPurgeSelector object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScanOriginResponseOriginScanSSLDetails instantiates a new ScanOriginResponseOriginScanSSLDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScanOriginResponseOriginScanSSLDetailsWithDefaults instantiates a new ScanOriginResponseOriginScanSSLDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSchemacdnOrigin instantiates a new SchemacdnOrigin object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSchemacdnOriginWithDefaults instantiates a new SchemacdnOrigin object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcBadRequest instantiates a new StackpathRpcBadRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcBadRequestAllOf instantiates a new StackpathRpcBadRequestAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcBadRequestAllOfWithDefaults instantiates a new StackpathRpcBadRequestAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcBadRequestFieldViolation instantiates a new StackpathRpcBadRequestFieldViolation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcBadRequestFieldViolationWithDefaults instantiates a new StackpathRpcBadRequestFieldViolation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcBadRequestWithDefaults instantiates a new StackpathRpcBadRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcHelp instantiates a new StackpathRpcHelp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcHelpAllOf instantiates a new StackpathRpcHelpAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcHelpAllOfWithDefaults instantiates a new StackpathRpcHelpAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcHelpLink instantiates a new StackpathRpcHelpLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcHelpLinkWithDefaults instantiates a new StackpathRpcHelpLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcHelpWithDefaults instantiates a new StackpathRpcHelp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcLocalizedMessage instantiates a new StackpathRpcLocalizedMessage object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcLocalizedMessageAllOf instantiates a new StackpathRpcLocalizedMessageAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcLocalizedMessageAllOfWithDefaults instantiates a new StackpathRpcLocalizedMessageAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcLocalizedMessageWithDefaults instantiates a new StackpathRpcLocalizedMessage object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcPreconditionFailure instantiates a new StackpathRpcPreconditionFailure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcPreconditionFailureAllOf instantiates a new StackpathRpcPreconditionFailureAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcPreconditionFailureAllOfWithDefaults instantiates a new StackpathRpcPreconditionFailureAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcPreconditionFailureViolation instantiates a new StackpathRpcPreconditionFailureViolation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcPreconditionFailureViolationWithDefaults instantiates a new StackpathRpcPreconditionFailureViolation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcPreconditionFailureWithDefaults instantiates a new StackpathRpcPreconditionFailure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcQuotaFailure instantiates a new StackpathRpcQuotaFailure object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcQuotaFailureAllOf instantiates a new StackpathRpcQuotaFailureAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcQuotaFailureAllOfWithDefaults instantiates a new StackpathRpcQuotaFailureAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcQuotaFailureViolation instantiates a new StackpathRpcQuotaFailureViolation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcQuotaFailureViolationWithDefaults instantiates a new StackpathRpcQuotaFailureViolation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcQuotaFailureWithDefaults instantiates a new StackpathRpcQuotaFailure object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcRequestInfo instantiates a new StackpathRpcRequestInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcRequestInfoAllOf instantiates a new StackpathRpcRequestInfoAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcRequestInfoAllOfWithDefaults instantiates a new StackpathRpcRequestInfoAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcRequestInfoWithDefaults instantiates a new StackpathRpcRequestInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcResourceInfo instantiates a new StackpathRpcResourceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcResourceInfoAllOf instantiates a new StackpathRpcResourceInfoAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcResourceInfoAllOfWithDefaults instantiates a new StackpathRpcResourceInfoAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcResourceInfoWithDefaults instantiates a new StackpathRpcResourceInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcRetryInfo instantiates a new StackpathRpcRetryInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcRetryInfoAllOf instantiates a new StackpathRpcRetryInfoAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewStackpathRpcRetryInfoAllOfWithDefaults instantiates a new StackpathRpcRetryInfoAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewStackpathRpcRetryInfoWithDefaults instantiates a new StackpathRpcRetryInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given integer value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Constants

List of AuthACLAccessCodeEnumWrapperValue.
List of AuthACLAccessCodeEnumWrapperValue.
List of AuthACLAccessCodeEnumWrapperValue.
List of AuthACLClientIPSrcEnumWrapperValue.
List of AuthACLClientIPSrcEnumWrapperValue.
List of AuthACLClientIPSrcEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of AuthGeoCodeEnumWrapperValue.
List of BandwidthRateLimitInitialBurstUnitsEnumWrapperValue.
List of BandwidthRateLimitInitialBurstUnitsEnumWrapperValue.
List of BandwidthRateLimitInitialBurstUnitsEnumWrapperValue.
List of BandwidthRateLimitSustainedRateUnitsEnumWrapperValue.
List of BandwidthRateLimitSustainedRateUnitsEnumWrapperValue.
List of BandwidthRateLimitSustainedRateUnitsEnumWrapperValue.
List of cdnCertificateStatus.
List of cdnCertificateStatus.
List of cdnCertificateStatus.
List of cdnCertificateStatus.
List of cdnCertificateStatus.
List of cdnCertificateStatus.
List of cdnCertificateStatus.
List of cdnCertificateVerificationMethod.
List of cdnCertificateVerificationMethod.
List of cdnCreateSiteRequestFeature.
List of cdnCreateSiteRequestFeature.
List of cdnSiteFeature.
List of cdnSiteFeature.
List of cdnSiteFeature.
List of ContentDispositionByHeaderDefaultTypeEnumWrapperValue.
List of ContentDispositionByHeaderDefaultTypeEnumWrapperValue.
List of ContentDispositionByHeaderDefaultTypeEnumWrapperValue.
List of CreateSiteRequestTypeEnum.
List of CreateSiteRequestTypeEnum.
List of CreateSiteRequestTypeEnum.
List of custconfAuthACLProtocolEnumWrapperValue.
List of custconfAuthACLProtocolEnumWrapperValue.
List of custconfAuthACLProtocolEnumWrapperValue.
List of custconfAuthACLProtocolEnumWrapperValue.
List of custconfAuthUrlAsymmetricSignTluAlgorithmIdMapEnumWrapperValue.
List of custconfAuthUrlAsymmetricSignTluAlgorithmIdMapEnumWrapperValue.
List of custconfAuthUrlAsymmetricSignTluAlgorithmIdMapEnumWrapperValue.
List of custconfAuthUrlSignHmacTluAlgorithmIdMapEnumWrapperValue.
List of custconfAuthUrlSignHmacTluAlgorithmIdMapEnumWrapperValue.
List of custconfAuthUrlSignHmacTluAlgorithmIdMapEnumWrapperValue.
List of custconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue.
List of custconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue.
List of custconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue.
List of custconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue.
List of custconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue.
List of custconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue.
List of custconfClientRequestModificationFlowControlEnumWrapperValue.
List of custconfClientRequestModificationFlowControlEnumWrapperValue.
List of custconfClientRequestModificationFlowControlEnumWrapperValue.
List of custconfClientResponseModificationFlowControlEnumWrapperValue.
List of custconfClientResponseModificationFlowControlEnumWrapperValue.
List of custconfClientResponseModificationFlowControlEnumWrapperValue.
List of custconfOriginPullProtocolProtocolEnumWrapperValue.
List of custconfOriginPullProtocolProtocolEnumWrapperValue.
List of custconfOriginPullProtocolProtocolEnumWrapperValue.
List of custconfOriginPullProtocolProtocolEnumWrapperValue.
List of custconfOriginResponseModificationFlowControlEnumWrapperValue.
List of custconfOriginResponseModificationFlowControlEnumWrapperValue.
List of custconfOriginResponseModificationFlowControlEnumWrapperValue.
List of OriginPullPolicyDefaultCacheBehaviorEnumWrapperValue.
List of OriginPullPolicyDefaultCacheBehaviorEnumWrapperValue.
List of OriginPullPolicyDefaultCacheBehaviorEnumWrapperValue.
List of OriginPullPolicyExpirePolicyEnumWrapperValue.
List of OriginPullPolicyExpirePolicyEnumWrapperValue.
List of OriginPullPolicyExpirePolicyEnumWrapperValue.
List of OriginPullPolicyExpirePolicyEnumWrapperValue.
List of OriginPullPolicyExpirePolicyEnumWrapperValue.
List of OriginPullPolicyExpirePolicyEnumWrapperValue.
List of OriginPullPolicyNoCacheBehaviorEnumWrapperValue.
List of OriginPullPolicyNoCacheBehaviorEnumWrapperValue.
List of OriginPullPolicyNoCacheBehaviorEnumWrapperValue.
List of OriginPullRedirectActionEnumWrapperValue.
List of OriginPullRedirectActionEnumWrapperValue.
List of OriginPullRedirectActionEnumWrapperValue.
List of OriginPullResumeDownloadEtagValidationEnumWrapperValue.
List of OriginPullResumeDownloadEtagValidationEnumWrapperValue.
List of OriginPullResumeDownloadEtagValidationEnumWrapperValue.
List of OriginPullResumeDownloadEtagValidationEnumWrapperValue.
List of PurgeContentRequestPurgeSelectorType.
List of PurgeContentRequestPurgeSelectorType.
List of SiteTypeValue.
List of SiteTypeValue.
List of SiteTypeValue.
List of SiteTypeValue.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

APIClient manages communication with the Content Delivery Network API v1.0.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
ApiStatus struct for ApiStatus.
ApiStatusDetail struct for ApiStatusDetail.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CdnCertificate An SSL certificate.
CdnConnectScopeToOriginRequest struct for CdnConnectScopeToOriginRequest.
CdnConnectScopeToOriginRequestOrigin A new origin.
CdnConnectScopeToOriginResponse The response from a request to associate an origin with a CDN site scope.
CdnConnectSiteToCertificateResponse The response to a request to associate an SSL certificate with a CDN site.
CdnCreateCertificateRequest struct for CdnCreateCertificateRequest.
CdnCreateCertificateResponse The response from a request to add an SSL certificate to a stack.
CdnCreateScopeHostnameRequest struct for CdnCreateScopeHostnameRequest.
CdnCreateScopeHostnameResponse The response from a request to add a hostname to a CDN site scope.
CdnCreateScopeRequest struct for CdnCreateScopeRequest.
CdnCreateScopeResponse The response from a request to create a CDN site scope.
CdnCreateScopeRuleRequest struct for CdnCreateScopeRuleRequest.
CdnCreateScopeRuleResponse The response from a request to create a new EdgeRule.
CdnCreateSiteRequestOrigin The new site's origin.
CdnCreateSiteScriptRequest struct for CdnCreateSiteScriptRequest.
CdnCreateSiteScriptResponse The response from a request to create a new EdgeEngine script.
CdncustconfOrigin struct for CdncustconfOrigin.
CdnDnsRecord A DNS record A dns record describes an individual piece of DNS functionality in a DNS zone.
CdnDnsVerificationDetails DNS-based domain ownership verification details.
CdnGetCDNIPsResponse The response from a request to retrieve IP addresses used by the StackPath edge network.
CdnGetCertificateResponse The response from a request to retrieve an individual SSL certificate on a stack.
CdnGetCertificateSitesResponse The response from a request to retrieve CDN sites associated with an SSL certificate.
CdnGetCertificatesResponse The response from a request to retrieve a stack's SSL certificates.
CdnGetCertificateVerificationDetailsResponse The response from a request to retrieve an SSL certificate's manual verification details.
CdnGetClosestPopsResponse The response from a request to scan a URL from the StackPath edge network.
CdnGetMetricsResponse The response from a request to retrieve CDN metrics from a stack.
CdnGetPopsResponse The response from a request to retrieve the StackPath's points of presence.
CdnGetPurgeStatusResponse The response from a request to retrieve the status of a purge request.
CdnGetScopeConfigurationResponse The response from a request to retrieve a CDN site scope's configuration.
CdnGetScopeHostnamesResponse The response from a request to retrieve a CDN site scope's associated hostnames.
CdnGetScopeOriginsResponse The response from a request to retrieve a CDN site scope's origins.
CdnGetScopeRuleConfigurationResponse The response from a request to retrieve an EdgeRule's configuration.
CdnGetScopeRuleResponse The response from a request to retrieve an individual EdgeRule.
CdnGetScopeRulesResponse The response from request to retrieve the EdgeRules on a CDN site's scope.
CdnGetSiteCertificatesResponse The response from a request to retrieve a CDN site's SSL certificates.
CdnGetSiteDnsTargetsResponse The response from a request to retrieve a CDN site's DNS CNAME targets.
CdnGetSiteScopesResponse The response from request to a CDN site's scopes.
CdnGetSiteScriptResponse The result from a request to retrieve an EdgeEngine script.
CdnGetSiteScriptsResponse The result from a request to retrieve all EdgeEngine scripts on a CDN site.
CdnHostname An individual hostname.
CdnHttpVerificationDetails HTTP-based domain ownership verification details.
CdnPop A point of presence responsible for serving content to a geographic location POPs contain edge nodes responsible for CDN, WAF, monitoring, and all other StackPath product offerings.
CdnPopScanReport The result of a network scan from a StackPath point of presence to a origin.
CdnPurgeContentRequest struct for CdnPurgeContentRequest.
CdnPurgeContentResponse The response from a request to purge content from the CDN.
CdnRequestCertificateRequest struct for CdnRequestCertificateRequest.
CdnRequestCertificateResponse The response from a request to provision an SSL certificate for a CDN site.
CdnScanOriginRequest struct for CdnScanOriginRequest.
CdnScanOriginResponse The response from a request to scan a URL from the StackPath edge network.
CdnScope A CDN site scope Scopes hold a CDN site's configuration.
CdnScopeOrigin A relationship between a CDN site's configuration scope and an origin.
CdnScopeRule A EdgeRule associated with a CDN site EdgeRules can modify incoming HTTP requests to a CDN site before they're sent to the origin.
CdnSite A CDN site.
CdnSiteCertificate An SSL certificate and its relationship with its associated site.
CdnSiteScript A serverless script Serverless scripts are hosted and executed on StackPath's edge nodes.
CdnUpdateCertificateRequest struct for CdnUpdateCertificateRequest.
CdnUpdateCertificateResponse The response from a request to update an SSL certificate.
CdnUpdateScopeConfigurationRequest struct for CdnUpdateScopeConfigurationRequest.
CdnUpdateScopeConfigurationResponse The response from a request to update a CDN site scope's configuration.
CdnUpdateScopeRuleConfigurationRequest struct for CdnUpdateScopeRuleConfigurationRequest.
CdnUpdateScopeRuleConfigurationResponse The response request to update an EdgeRule's configuration.
CdnUpdateSiteCertificateHostsRequest struct for CdnUpdateSiteCertificateHostsRequest.
CdnUpdateSiteScriptRequest struct for CdnUpdateSiteScriptRequest.
CdnUpdateSiteScriptResponse The response from a request to update an EdgeEngine script.
CdnVerificationRequirements Conditions that must be met to verify ownership of a domain for SSL certificate provisioning.
Configuration stores the configuration of the API client.
CustconfAccessLogs Enable/Disable access logs.
CustconfAccessLogsConfig Access log settings.
CustconfAuthACL IP address restrictions allow you to configure your CDN container to grant or deny a specific IP addresses or range of IP addresses from accessing content cached in a directory in your CDN container.
CustconfAuthGeo Geographic restrictions allow you to restrict content to end users in specific locations.
CustconfAuthHttpBasic HTTP basic authentication policies allow you to control access to your content by requiring the end user to enter a valid username and password before gaining access to content.
CustconfAuthReferer HTTP Referrer restriction policies allow you to limit access to your published CDN URLs based on the HTTP Referrer header submitted by the browser.
CustconfAuthUrlAsymmetricSignTlu struct for CustconfAuthUrlAsymmetricSignTlu.
CustconfAuthUrlSign URL Signing policies allow you to restrict access to your content by configuring a \"shared secret\" with StackPath.
CustconfAuthUrlSignAliCloudA struct for CustconfAuthUrlSignAliCloudA.
CustconfAuthUrlSignAliCloudB struct for CustconfAuthUrlSignAliCloudB.
CustconfAuthUrlSignAliCloudC struct for CustconfAuthUrlSignAliCloudC.
CustconfAuthUrlSignHmacTlu struct for CustconfAuthUrlSignHmacTlu.
CustconfAuthUrlSignIq struct for CustconfAuthUrlSignIq.
CustconfAwsSignedOriginPullV4 struct for CustconfAwsSignedOriginPullV4.
CustconfAwsSignedS3PostV4 struct for CustconfAwsSignedS3PostV4.
CustconfBandWidthLimit The pattern based bandwidth throttling policy allows you to limit the transfer rate of assets to end users based on a set of rules matching the request's HTTP User-Agent and/or the path.
CustconfBandwidthRateLimit struct for CustconfBandwidthRateLimit.
CustconfBypassCache Bypass content caching on filter match.
CustconfCacheControl The browser caching policy allows you to control the browser caching behavior of your assets independently from the CDN cache.
CustconfCacheKeyModification The Cache Key Modification policy allows for manipulation of the way the cache uniquely stores assets.
CustconfClientRequestModification struct for CustconfClientRequestModification.
CustconfClientResponseModification struct for CustconfClientResponseModification.
CustconfCompression The compression policy allows you to provide a list of file extensions you want the CDN caching servers to automatically compress before delivering content to end users.
CustconfConfiguration Advanced configuration options.
CustconfContentDispositionByHeader The content disposition by HTTP header match policy allows you to control the Content-Disposition delivered by the CDN using a pattern match against the value of any HTTP header present in the request.
CustconfContentDispositionByURL The content disposition by URL policy allows you to control Content-Disposition HTTP header delivered by the CDN caching servers.
CustconfCustomer struct for CustconfCustomer.
CustconfCustomHeader The X-Forwarded-For header policy allows you to override the name of the X-Forwarded-For header the CDN sends to your origin.
CustconfCustomMimeType The custom mime type policy allows you to map file extensions to specific mime types for the CDN caching servers to use when delivering assets.
CustconfDynamicCacheRule Client response based on Rules.
CustconfDynamicContent The dynamic content caching policy allows you to specify a set of query string and/or HTTP header key/value pairs that should create a unique cache entry for a given URL.
CustconfFailSafeOriginPull struct for CustconfFailSafeOriginPull.
CustconfFarAheadRangeProxy struct for CustconfFarAheadRangeProxy.
CustconfFileSegmentation Policy for configuring the feature for downloading and storing files in segments rather than a whole entity.
CustconfFlvPseudoStreaming struct for CustconfFlvPseudoStreaming.
CustconfGzipOriginPull The compressed origin pull policy allows you to enable the CDN caching servers to request compressed assets from your origin.
CustconfHttp2Support Enable support of HTTP2.
CustconfHttpMethods The HTTP methods policy allows you to selectively enable additional HTTP methods you want your CDN container to process.
CustconfOriginPersistentConnections The origin persistent connection settings are used to enable persistent connections to origins.
CustconfOriginPull The origin pull settings policy contains a list of settings that control the behavior of origin pull requests.
CustconfOriginPullCacheExtension The cache extension policy allows you to define cache revalidation exceptions on expired content.
CustconfOriginPullHost struct for CustconfOriginPullHost.
CustconfOriginPullLogs Enable/Disable Origin Pull Logs.
CustconfOriginPullLogsConfig Origin Pull Log Settings.
CustconfOriginPullPolicy The CDN caching policy allows you to control how your origin's content is cached on the CDN.
CustconfOriginPullProtocol The Origin Pull Protocol allows you to configure the CDN caching servers to use secured or non-secured connection to Origin.
CustconfOriginPullResumeDownload The CDN attempts to resume downloading Origin Pulls once it successfully reads all the headers of a positive response under certain conditions by sending subsequent origin range requests for the remaining body.
CustconfOriginRequestModification struct for CustconfOriginRequestModification.
CustconfOriginResponseModification struct for CustconfOriginResponseModification.
CustconfQueryStrParam The reserved query string parameters policy describes all the query string parameters the StackPath CDN caching server reserves for special processing of your requests.
CustconfReceiptLogsConfig Delivery receipt log settings.
CustconfRedirectExceptions The redirect response codes policy allows you to specify the HTTP redirect status code the CDN caching server should use when the CDN issues a redirect.
CustconfRedirectMappings The response code redirection policy allows you to map cache response codes to an HTTP redirect response.
CustconfResponseHeader The custom HTTP response headers policy allows you to specify a list of HTTP headers you want the CDN caching servers to include in the response to clients.
CustconfRobotsTxt struct for CustconfRobotsTxt.
CustconfStaticHeader The static header injection policy allows you to insert headers into the CDN request and response processor.
CustconfTimePseudoStreaming The HTTP pseudo-streaming policy enables Flash based video players to support seeking to random locations within a MP4 or FLV file without having to download the entire video.
CustconfVHost A hostname policy allows you to specify an alternate domain name that you want to use to access content from your CDN container.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GetMetricsResponseMetricSample The data points associated with a series of metrics.
GetMetricsResponseMetricSeries A series of analytics data suitable for a graph.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PaginationPageInfo Information about a paginated response This is modeled after the GraphQL Relay spec to support both cursor based pagination and traditional offset based pagination.
PurgeContentRequestItem struct for PurgeContentRequestItem.
PurgeContentRequestPurgeSelector A key/value pair definition of content to purge from the CDN.
ScanOriginResponseOriginScanSSLDetails SSL details in an origin scan response.
SchemacdnOrigin A CDN site's origin Origins are the original sources of the data that is cached by the CDN on request.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
StackpathRpcBadRequest struct for StackpathRpcBadRequest.
StackpathRpcBadRequestAllOf struct for StackpathRpcBadRequestAllOf.
StackpathRpcBadRequestFieldViolation struct for StackpathRpcBadRequestFieldViolation.
StackpathRpcHelp struct for StackpathRpcHelp.
StackpathRpcHelpAllOf struct for StackpathRpcHelpAllOf.
StackpathRpcHelpLink struct for StackpathRpcHelpLink.
StackpathRpcLocalizedMessage struct for StackpathRpcLocalizedMessage.
StackpathRpcLocalizedMessageAllOf struct for StackpathRpcLocalizedMessageAllOf.
StackpathRpcPreconditionFailure struct for StackpathRpcPreconditionFailure.
StackpathRpcPreconditionFailureAllOf struct for StackpathRpcPreconditionFailureAllOf.
StackpathRpcPreconditionFailureViolation struct for StackpathRpcPreconditionFailureViolation.
StackpathRpcQuotaFailure struct for StackpathRpcQuotaFailure.
StackpathRpcQuotaFailureAllOf struct for StackpathRpcQuotaFailureAllOf.
StackpathRpcQuotaFailureViolation struct for StackpathRpcQuotaFailureViolation.
StackpathRpcRequestInfo struct for StackpathRpcRequestInfo.
StackpathRpcRequestInfoAllOf struct for StackpathRpcRequestInfoAllOf.
StackpathRpcResourceInfo struct for StackpathRpcResourceInfo.
StackpathRpcResourceInfoAllOf struct for StackpathRpcResourceInfoAllOf.
StackpathRpcRetryInfo struct for StackpathRpcRetryInfo.
StackpathRpcRetryInfoAllOf struct for StackpathRpcRetryInfoAllOf.

# Type aliases

AuthACLAccessCodeEnumWrapperValue the model 'AuthACLAccessCodeEnumWrapperValue'.
AuthACLClientIPSrcEnumWrapperValue the model 'AuthACLClientIPSrcEnumWrapperValue'.
AuthGeoCodeEnumWrapperValue the model 'AuthGeoCodeEnumWrapperValue'.
BandwidthRateLimitInitialBurstUnitsEnumWrapperValue the model 'BandwidthRateLimitInitialBurstUnitsEnumWrapperValue'.
BandwidthRateLimitSustainedRateUnitsEnumWrapperValue the model 'BandwidthRateLimitSustainedRateUnitsEnumWrapperValue'.
CdnCertificateStatus A StackPath-provided certificate's status - UNKNOWN: StackPath is unable to determine the certificate's status.
CdnCertificateVerificationMethod The Certificate Verification Method Verification method used to validate a requested certificate on a site - DNS: Verify a certificate using DNS records - HTTP: Verify a certificate by using HTTP validation.
CdnCreateSiteRequestFeature The features available to the new CDN site Multiple products can served on a single CDN site.
CdnSiteFeature The features available to CDN sites Multiple products can be served on a single CDN site.
ConfigurationApiService ConfigurationApi service.
ContentDispositionByHeaderDefaultTypeEnumWrapperValue the model 'ContentDispositionByHeaderDefaultTypeEnumWrapperValue'.
CreateSiteRequestTypeEnum The CDN site's type A site's type determines how StackPath delivers content to incoming HTTP(S) requests.
CustconfAuthACLProtocolEnumWrapperValue the model 'CustconfAuthACLProtocolEnumWrapperValue'.
CustconfAuthUrlAsymmetricSignTluAlgorithmIdMapEnumWrapperValue the model 'CustconfAuthUrlAsymmetricSignTluAlgorithmIdMapEnumWrapperValue'.
CustconfAuthUrlSignHmacTluAlgorithmIdMapEnumWrapperValue the model 'CustconfAuthUrlSignHmacTluAlgorithmIdMapEnumWrapperValue'.
CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue the model 'CustconfAwsSignedOriginPullV4AuthenticationTypeEnumWrapperValue'.
CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue the model 'CustconfAwsSignedS3PostV4AuthenticationTypeEnumWrapperValue'.
CustconfClientRequestModificationFlowControlEnumWrapperValue the model 'CustconfClientRequestModificationFlowControlEnumWrapperValue'.
CustconfClientResponseModificationFlowControlEnumWrapperValue the model 'CustconfClientResponseModificationFlowControlEnumWrapperValue'.
CustconfOriginPullProtocolProtocolEnumWrapperValue the model 'CustconfOriginPullProtocolProtocolEnumWrapperValue'.
CustconfOriginResponseModificationFlowControlEnumWrapperValue the model 'CustconfOriginResponseModificationFlowControlEnumWrapperValue'.
EdgeRulesApiService EdgeRulesApi service.
InfrastructureApiService InfrastructureApi service.
MetricsApiService MetricsApi service.
OriginPullPolicyDefaultCacheBehaviorEnumWrapperValue the model 'OriginPullPolicyDefaultCacheBehaviorEnumWrapperValue'.
OriginPullPolicyExpirePolicyEnumWrapperValue the model 'OriginPullPolicyExpirePolicyEnumWrapperValue'.
OriginPullPolicyNoCacheBehaviorEnumWrapperValue the model 'OriginPullPolicyNoCacheBehaviorEnumWrapperValue'.
OriginPullRedirectActionEnumWrapperValue the model 'OriginPullRedirectActionEnumWrapperValue'.
OriginPullResumeDownloadEtagValidationEnumWrapperValue the model 'OriginPullResumeDownloadEtagValidationEnumWrapperValue'.
PurgeContentApiService PurgeContentApi service.
PurgeContentRequestPurgeSelectorType The kinds of content that can be purged from the CDN - HEADER: Purge content based on an HTTP response header - TAG: Purge content based on an X-TAG HTTP header value.
ServerConfigurations stores multiple ServerConfiguration items.
ServerlessScriptingApiService ServerlessScriptingApi service.
SiteTypeValue A CDN site's type A site's type determines how StackPath delivers content to incoming HTTP(S) requests.
SSLApiService SSLApi service.