Skip to content

Latest commit

 

History

History
571 lines (308 loc) · 19 KB

ApplicationCacheCreateRequest.md

File metadata and controls

571 lines (308 loc) · 19 KB

ApplicationCacheCreateRequest

Properties

Name Type Description Notes
Name string
BrowserCacheSettings Pointer to string [optional]
BrowserCacheSettingsMaximumTtl Pointer to int64 [optional]
CdnCacheSettings Pointer to string [optional]
CdnCacheSettingsMaximumTtl Pointer to int64 [optional]
CacheByQueryString Pointer to string [optional]
QueryStringFields Pointer to []string [optional]
EnableQueryStringSort Pointer to bool [optional]
CacheByCookies Pointer to string [optional]
CookieNames Pointer to []string [optional]
AdaptiveDeliveryAction Pointer to string [optional]
DeviceGroup Pointer to []int32 [optional]
EnableCachingForPost Pointer to bool [optional]
L2CachingEnabled Pointer to bool [optional]
IsSliceConfigurationEnabled Pointer to bool [optional]
IsSliceEdgeCachingEnabled Pointer to bool [optional]
IsSliceL2CachingEnabled Pointer to bool [optional]
SliceConfigurationRange Pointer to int64 [optional]
EnableCachingForOptions Pointer to bool [optional]
EnableStaleCache Pointer to bool [optional]
L2Region Pointer to string [optional]

Methods

NewApplicationCacheCreateRequest

func NewApplicationCacheCreateRequest(name string, ) *ApplicationCacheCreateRequest

NewApplicationCacheCreateRequest instantiates a new ApplicationCacheCreateRequest 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

NewApplicationCacheCreateRequestWithDefaults

func NewApplicationCacheCreateRequestWithDefaults() *ApplicationCacheCreateRequest

NewApplicationCacheCreateRequestWithDefaults instantiates a new ApplicationCacheCreateRequest 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

GetName

func (o *ApplicationCacheCreateRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ApplicationCacheCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *ApplicationCacheCreateRequest) SetName(v string)

SetName sets Name field to given value.

GetBrowserCacheSettings

func (o *ApplicationCacheCreateRequest) GetBrowserCacheSettings() string

GetBrowserCacheSettings returns the BrowserCacheSettings field if non-nil, zero value otherwise.

GetBrowserCacheSettingsOk

func (o *ApplicationCacheCreateRequest) GetBrowserCacheSettingsOk() (*string, bool)

GetBrowserCacheSettingsOk returns a tuple with the BrowserCacheSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBrowserCacheSettings

func (o *ApplicationCacheCreateRequest) SetBrowserCacheSettings(v string)

SetBrowserCacheSettings sets BrowserCacheSettings field to given value.

HasBrowserCacheSettings

func (o *ApplicationCacheCreateRequest) HasBrowserCacheSettings() bool

HasBrowserCacheSettings returns a boolean if a field has been set.

GetBrowserCacheSettingsMaximumTtl

func (o *ApplicationCacheCreateRequest) GetBrowserCacheSettingsMaximumTtl() int64

GetBrowserCacheSettingsMaximumTtl returns the BrowserCacheSettingsMaximumTtl field if non-nil, zero value otherwise.

GetBrowserCacheSettingsMaximumTtlOk

func (o *ApplicationCacheCreateRequest) GetBrowserCacheSettingsMaximumTtlOk() (*int64, bool)

GetBrowserCacheSettingsMaximumTtlOk returns a tuple with the BrowserCacheSettingsMaximumTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBrowserCacheSettingsMaximumTtl

func (o *ApplicationCacheCreateRequest) SetBrowserCacheSettingsMaximumTtl(v int64)

SetBrowserCacheSettingsMaximumTtl sets BrowserCacheSettingsMaximumTtl field to given value.

HasBrowserCacheSettingsMaximumTtl

func (o *ApplicationCacheCreateRequest) HasBrowserCacheSettingsMaximumTtl() bool

HasBrowserCacheSettingsMaximumTtl returns a boolean if a field has been set.

GetCdnCacheSettings

func (o *ApplicationCacheCreateRequest) GetCdnCacheSettings() string

GetCdnCacheSettings returns the CdnCacheSettings field if non-nil, zero value otherwise.

GetCdnCacheSettingsOk

func (o *ApplicationCacheCreateRequest) GetCdnCacheSettingsOk() (*string, bool)

GetCdnCacheSettingsOk returns a tuple with the CdnCacheSettings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCdnCacheSettings

func (o *ApplicationCacheCreateRequest) SetCdnCacheSettings(v string)

SetCdnCacheSettings sets CdnCacheSettings field to given value.

HasCdnCacheSettings

func (o *ApplicationCacheCreateRequest) HasCdnCacheSettings() bool

HasCdnCacheSettings returns a boolean if a field has been set.

GetCdnCacheSettingsMaximumTtl

func (o *ApplicationCacheCreateRequest) GetCdnCacheSettingsMaximumTtl() int64

GetCdnCacheSettingsMaximumTtl returns the CdnCacheSettingsMaximumTtl field if non-nil, zero value otherwise.

GetCdnCacheSettingsMaximumTtlOk

func (o *ApplicationCacheCreateRequest) GetCdnCacheSettingsMaximumTtlOk() (*int64, bool)

GetCdnCacheSettingsMaximumTtlOk returns a tuple with the CdnCacheSettingsMaximumTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCdnCacheSettingsMaximumTtl

func (o *ApplicationCacheCreateRequest) SetCdnCacheSettingsMaximumTtl(v int64)

SetCdnCacheSettingsMaximumTtl sets CdnCacheSettingsMaximumTtl field to given value.

HasCdnCacheSettingsMaximumTtl

func (o *ApplicationCacheCreateRequest) HasCdnCacheSettingsMaximumTtl() bool

HasCdnCacheSettingsMaximumTtl returns a boolean if a field has been set.

GetCacheByQueryString

func (o *ApplicationCacheCreateRequest) GetCacheByQueryString() string

GetCacheByQueryString returns the CacheByQueryString field if non-nil, zero value otherwise.

GetCacheByQueryStringOk

func (o *ApplicationCacheCreateRequest) GetCacheByQueryStringOk() (*string, bool)

GetCacheByQueryStringOk returns a tuple with the CacheByQueryString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCacheByQueryString

func (o *ApplicationCacheCreateRequest) SetCacheByQueryString(v string)

SetCacheByQueryString sets CacheByQueryString field to given value.

HasCacheByQueryString

func (o *ApplicationCacheCreateRequest) HasCacheByQueryString() bool

HasCacheByQueryString returns a boolean if a field has been set.

GetQueryStringFields

func (o *ApplicationCacheCreateRequest) GetQueryStringFields() []string

GetQueryStringFields returns the QueryStringFields field if non-nil, zero value otherwise.

GetQueryStringFieldsOk

func (o *ApplicationCacheCreateRequest) GetQueryStringFieldsOk() (*[]string, bool)

GetQueryStringFieldsOk returns a tuple with the QueryStringFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQueryStringFields

func (o *ApplicationCacheCreateRequest) SetQueryStringFields(v []string)

SetQueryStringFields sets QueryStringFields field to given value.

HasQueryStringFields

func (o *ApplicationCacheCreateRequest) HasQueryStringFields() bool

HasQueryStringFields returns a boolean if a field has been set.

GetEnableQueryStringSort

func (o *ApplicationCacheCreateRequest) GetEnableQueryStringSort() bool

GetEnableQueryStringSort returns the EnableQueryStringSort field if non-nil, zero value otherwise.

GetEnableQueryStringSortOk

func (o *ApplicationCacheCreateRequest) GetEnableQueryStringSortOk() (*bool, bool)

GetEnableQueryStringSortOk returns a tuple with the EnableQueryStringSort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableQueryStringSort

func (o *ApplicationCacheCreateRequest) SetEnableQueryStringSort(v bool)

SetEnableQueryStringSort sets EnableQueryStringSort field to given value.

HasEnableQueryStringSort

func (o *ApplicationCacheCreateRequest) HasEnableQueryStringSort() bool

HasEnableQueryStringSort returns a boolean if a field has been set.

GetCacheByCookies

func (o *ApplicationCacheCreateRequest) GetCacheByCookies() string

GetCacheByCookies returns the CacheByCookies field if non-nil, zero value otherwise.

GetCacheByCookiesOk

func (o *ApplicationCacheCreateRequest) GetCacheByCookiesOk() (*string, bool)

GetCacheByCookiesOk returns a tuple with the CacheByCookies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCacheByCookies

func (o *ApplicationCacheCreateRequest) SetCacheByCookies(v string)

SetCacheByCookies sets CacheByCookies field to given value.

HasCacheByCookies

func (o *ApplicationCacheCreateRequest) HasCacheByCookies() bool

HasCacheByCookies returns a boolean if a field has been set.

GetCookieNames

func (o *ApplicationCacheCreateRequest) GetCookieNames() []string

GetCookieNames returns the CookieNames field if non-nil, zero value otherwise.

GetCookieNamesOk

func (o *ApplicationCacheCreateRequest) GetCookieNamesOk() (*[]string, bool)

GetCookieNamesOk returns a tuple with the CookieNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCookieNames

func (o *ApplicationCacheCreateRequest) SetCookieNames(v []string)

SetCookieNames sets CookieNames field to given value.

HasCookieNames

func (o *ApplicationCacheCreateRequest) HasCookieNames() bool

HasCookieNames returns a boolean if a field has been set.

GetAdaptiveDeliveryAction

func (o *ApplicationCacheCreateRequest) GetAdaptiveDeliveryAction() string

GetAdaptiveDeliveryAction returns the AdaptiveDeliveryAction field if non-nil, zero value otherwise.

GetAdaptiveDeliveryActionOk

func (o *ApplicationCacheCreateRequest) GetAdaptiveDeliveryActionOk() (*string, bool)

GetAdaptiveDeliveryActionOk returns a tuple with the AdaptiveDeliveryAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdaptiveDeliveryAction

func (o *ApplicationCacheCreateRequest) SetAdaptiveDeliveryAction(v string)

SetAdaptiveDeliveryAction sets AdaptiveDeliveryAction field to given value.

HasAdaptiveDeliveryAction

func (o *ApplicationCacheCreateRequest) HasAdaptiveDeliveryAction() bool

HasAdaptiveDeliveryAction returns a boolean if a field has been set.

GetDeviceGroup

func (o *ApplicationCacheCreateRequest) GetDeviceGroup() []int32

GetDeviceGroup returns the DeviceGroup field if non-nil, zero value otherwise.

GetDeviceGroupOk

func (o *ApplicationCacheCreateRequest) GetDeviceGroupOk() (*[]int32, bool)

GetDeviceGroupOk returns a tuple with the DeviceGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceGroup

func (o *ApplicationCacheCreateRequest) SetDeviceGroup(v []int32)

SetDeviceGroup sets DeviceGroup field to given value.

HasDeviceGroup

func (o *ApplicationCacheCreateRequest) HasDeviceGroup() bool

HasDeviceGroup returns a boolean if a field has been set.

GetEnableCachingForPost

func (o *ApplicationCacheCreateRequest) GetEnableCachingForPost() bool

GetEnableCachingForPost returns the EnableCachingForPost field if non-nil, zero value otherwise.

GetEnableCachingForPostOk

func (o *ApplicationCacheCreateRequest) GetEnableCachingForPostOk() (*bool, bool)

GetEnableCachingForPostOk returns a tuple with the EnableCachingForPost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableCachingForPost

func (o *ApplicationCacheCreateRequest) SetEnableCachingForPost(v bool)

SetEnableCachingForPost sets EnableCachingForPost field to given value.

HasEnableCachingForPost

func (o *ApplicationCacheCreateRequest) HasEnableCachingForPost() bool

HasEnableCachingForPost returns a boolean if a field has been set.

GetL2CachingEnabled

func (o *ApplicationCacheCreateRequest) GetL2CachingEnabled() bool

GetL2CachingEnabled returns the L2CachingEnabled field if non-nil, zero value otherwise.

GetL2CachingEnabledOk

func (o *ApplicationCacheCreateRequest) GetL2CachingEnabledOk() (*bool, bool)

GetL2CachingEnabledOk returns a tuple with the L2CachingEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetL2CachingEnabled

func (o *ApplicationCacheCreateRequest) SetL2CachingEnabled(v bool)

SetL2CachingEnabled sets L2CachingEnabled field to given value.

HasL2CachingEnabled

func (o *ApplicationCacheCreateRequest) HasL2CachingEnabled() bool

HasL2CachingEnabled returns a boolean if a field has been set.

GetIsSliceConfigurationEnabled

func (o *ApplicationCacheCreateRequest) GetIsSliceConfigurationEnabled() bool

GetIsSliceConfigurationEnabled returns the IsSliceConfigurationEnabled field if non-nil, zero value otherwise.

GetIsSliceConfigurationEnabledOk

func (o *ApplicationCacheCreateRequest) GetIsSliceConfigurationEnabledOk() (*bool, bool)

GetIsSliceConfigurationEnabledOk returns a tuple with the IsSliceConfigurationEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSliceConfigurationEnabled

func (o *ApplicationCacheCreateRequest) SetIsSliceConfigurationEnabled(v bool)

SetIsSliceConfigurationEnabled sets IsSliceConfigurationEnabled field to given value.

HasIsSliceConfigurationEnabled

func (o *ApplicationCacheCreateRequest) HasIsSliceConfigurationEnabled() bool

HasIsSliceConfigurationEnabled returns a boolean if a field has been set.

GetIsSliceEdgeCachingEnabled

func (o *ApplicationCacheCreateRequest) GetIsSliceEdgeCachingEnabled() bool

GetIsSliceEdgeCachingEnabled returns the IsSliceEdgeCachingEnabled field if non-nil, zero value otherwise.

GetIsSliceEdgeCachingEnabledOk

func (o *ApplicationCacheCreateRequest) GetIsSliceEdgeCachingEnabledOk() (*bool, bool)

GetIsSliceEdgeCachingEnabledOk returns a tuple with the IsSliceEdgeCachingEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSliceEdgeCachingEnabled

func (o *ApplicationCacheCreateRequest) SetIsSliceEdgeCachingEnabled(v bool)

SetIsSliceEdgeCachingEnabled sets IsSliceEdgeCachingEnabled field to given value.

HasIsSliceEdgeCachingEnabled

func (o *ApplicationCacheCreateRequest) HasIsSliceEdgeCachingEnabled() bool

HasIsSliceEdgeCachingEnabled returns a boolean if a field has been set.

GetIsSliceL2CachingEnabled

func (o *ApplicationCacheCreateRequest) GetIsSliceL2CachingEnabled() bool

GetIsSliceL2CachingEnabled returns the IsSliceL2CachingEnabled field if non-nil, zero value otherwise.

GetIsSliceL2CachingEnabledOk

func (o *ApplicationCacheCreateRequest) GetIsSliceL2CachingEnabledOk() (*bool, bool)

GetIsSliceL2CachingEnabledOk returns a tuple with the IsSliceL2CachingEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSliceL2CachingEnabled

func (o *ApplicationCacheCreateRequest) SetIsSliceL2CachingEnabled(v bool)

SetIsSliceL2CachingEnabled sets IsSliceL2CachingEnabled field to given value.

HasIsSliceL2CachingEnabled

func (o *ApplicationCacheCreateRequest) HasIsSliceL2CachingEnabled() bool

HasIsSliceL2CachingEnabled returns a boolean if a field has been set.

GetSliceConfigurationRange

func (o *ApplicationCacheCreateRequest) GetSliceConfigurationRange() int64

GetSliceConfigurationRange returns the SliceConfigurationRange field if non-nil, zero value otherwise.

GetSliceConfigurationRangeOk

func (o *ApplicationCacheCreateRequest) GetSliceConfigurationRangeOk() (*int64, bool)

GetSliceConfigurationRangeOk returns a tuple with the SliceConfigurationRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSliceConfigurationRange

func (o *ApplicationCacheCreateRequest) SetSliceConfigurationRange(v int64)

SetSliceConfigurationRange sets SliceConfigurationRange field to given value.

HasSliceConfigurationRange

func (o *ApplicationCacheCreateRequest) HasSliceConfigurationRange() bool

HasSliceConfigurationRange returns a boolean if a field has been set.

GetEnableCachingForOptions

func (o *ApplicationCacheCreateRequest) GetEnableCachingForOptions() bool

GetEnableCachingForOptions returns the EnableCachingForOptions field if non-nil, zero value otherwise.

GetEnableCachingForOptionsOk

func (o *ApplicationCacheCreateRequest) GetEnableCachingForOptionsOk() (*bool, bool)

GetEnableCachingForOptionsOk returns a tuple with the EnableCachingForOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableCachingForOptions

func (o *ApplicationCacheCreateRequest) SetEnableCachingForOptions(v bool)

SetEnableCachingForOptions sets EnableCachingForOptions field to given value.

HasEnableCachingForOptions

func (o *ApplicationCacheCreateRequest) HasEnableCachingForOptions() bool

HasEnableCachingForOptions returns a boolean if a field has been set.

GetEnableStaleCache

func (o *ApplicationCacheCreateRequest) GetEnableStaleCache() bool

GetEnableStaleCache returns the EnableStaleCache field if non-nil, zero value otherwise.

GetEnableStaleCacheOk

func (o *ApplicationCacheCreateRequest) GetEnableStaleCacheOk() (*bool, bool)

GetEnableStaleCacheOk returns a tuple with the EnableStaleCache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnableStaleCache

func (o *ApplicationCacheCreateRequest) SetEnableStaleCache(v bool)

SetEnableStaleCache sets EnableStaleCache field to given value.

HasEnableStaleCache

func (o *ApplicationCacheCreateRequest) HasEnableStaleCache() bool

HasEnableStaleCache returns a boolean if a field has been set.

GetL2Region

func (o *ApplicationCacheCreateRequest) GetL2Region() string

GetL2Region returns the L2Region field if non-nil, zero value otherwise.

GetL2RegionOk

func (o *ApplicationCacheCreateRequest) GetL2RegionOk() (*string, bool)

GetL2RegionOk returns a tuple with the L2Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetL2Region

func (o *ApplicationCacheCreateRequest) SetL2Region(v string)

SetL2Region sets L2Region field to given value.

HasL2Region

func (o *ApplicationCacheCreateRequest) HasL2Region() bool

HasL2Region returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]