Skip to content

Latest commit

 

History

History
539 lines (292 loc) · 15.3 KB

File metadata and controls

539 lines (292 loc) · 15.3 KB

ApplicationPutRequest

Properties

Name Type Description Notes
Name string
DeliveryProtocol Pointer to string [optional]
HttpPort Pointer to interface{} [optional]
HttpsPort Pointer to interface{} [optional]
MinimumTlsVersion Pointer to string [optional]
Active Pointer to bool [optional]
ApplicationAcceleration Pointer to bool [optional]
DeviceDetection Pointer to bool [optional]
EdgeFirewall Pointer to bool [optional]
EdgeFunctions Pointer to bool [optional]
ImageOptimization Pointer to bool [optional]
L2Caching Pointer to bool [optional]
LoadBalancer Pointer to bool [optional]
RawLogs Pointer to bool [optional]
WebApplicationFirewall Pointer to bool [optional]
DebugRules Pointer to bool [optional]
Http3 Pointer to bool [optional]
Websocket Pointer to bool [optional]
SupportedCiphers Pointer to string [optional]

Methods

NewApplicationPutRequest

func NewApplicationPutRequest(name string, ) *ApplicationPutRequest

NewApplicationPutRequest instantiates a new ApplicationPutRequest 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

NewApplicationPutRequestWithDefaults

func NewApplicationPutRequestWithDefaults() *ApplicationPutRequest

NewApplicationPutRequestWithDefaults instantiates a new ApplicationPutRequest 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 *ApplicationPutRequest) GetName() string

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

GetNameOk

func (o *ApplicationPutRequest) 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 *ApplicationPutRequest) SetName(v string)

SetName sets Name field to given value.

GetDeliveryProtocol

func (o *ApplicationPutRequest) GetDeliveryProtocol() string

GetDeliveryProtocol returns the DeliveryProtocol field if non-nil, zero value otherwise.

GetDeliveryProtocolOk

func (o *ApplicationPutRequest) GetDeliveryProtocolOk() (*string, bool)

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

SetDeliveryProtocol

func (o *ApplicationPutRequest) SetDeliveryProtocol(v string)

SetDeliveryProtocol sets DeliveryProtocol field to given value.

HasDeliveryProtocol

func (o *ApplicationPutRequest) HasDeliveryProtocol() bool

HasDeliveryProtocol returns a boolean if a field has been set.

GetHttpPort

func (o *ApplicationPutRequest) GetHttpPort() interface{}

GetHttpPort returns the HttpPort field if non-nil, zero value otherwise.

GetHttpPortOk

func (o *ApplicationPutRequest) GetHttpPortOk() (*interface{}, bool)

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

SetHttpPort

func (o *ApplicationPutRequest) SetHttpPort(v interface{})

SetHttpPort sets HttpPort field to given value.

HasHttpPort

func (o *ApplicationPutRequest) HasHttpPort() bool

HasHttpPort returns a boolean if a field has been set.

SetHttpPortNil

func (o *ApplicationPutRequest) SetHttpPortNil(b bool)

SetHttpPortNil sets the value for HttpPort to be an explicit nil

UnsetHttpPort

func (o *ApplicationPutRequest) UnsetHttpPort()

UnsetHttpPort ensures that no value is present for HttpPort, not even an explicit nil

GetHttpsPort

func (o *ApplicationPutRequest) GetHttpsPort() interface{}

GetHttpsPort returns the HttpsPort field if non-nil, zero value otherwise.

GetHttpsPortOk

func (o *ApplicationPutRequest) GetHttpsPortOk() (*interface{}, bool)

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

SetHttpsPort

func (o *ApplicationPutRequest) SetHttpsPort(v interface{})

SetHttpsPort sets HttpsPort field to given value.

HasHttpsPort

func (o *ApplicationPutRequest) HasHttpsPort() bool

HasHttpsPort returns a boolean if a field has been set.

SetHttpsPortNil

func (o *ApplicationPutRequest) SetHttpsPortNil(b bool)

SetHttpsPortNil sets the value for HttpsPort to be an explicit nil

UnsetHttpsPort

func (o *ApplicationPutRequest) UnsetHttpsPort()

UnsetHttpsPort ensures that no value is present for HttpsPort, not even an explicit nil

GetMinimumTlsVersion

func (o *ApplicationPutRequest) GetMinimumTlsVersion() string

GetMinimumTlsVersion returns the MinimumTlsVersion field if non-nil, zero value otherwise.

GetMinimumTlsVersionOk

func (o *ApplicationPutRequest) GetMinimumTlsVersionOk() (*string, bool)

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

SetMinimumTlsVersion

func (o *ApplicationPutRequest) SetMinimumTlsVersion(v string)

SetMinimumTlsVersion sets MinimumTlsVersion field to given value.

HasMinimumTlsVersion

func (o *ApplicationPutRequest) HasMinimumTlsVersion() bool

HasMinimumTlsVersion returns a boolean if a field has been set.

GetActive

func (o *ApplicationPutRequest) GetActive() bool

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *ApplicationPutRequest) GetActiveOk() (*bool, bool)

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

SetActive

func (o *ApplicationPutRequest) SetActive(v bool)

SetActive sets Active field to given value.

HasActive

func (o *ApplicationPutRequest) HasActive() bool

HasActive returns a boolean if a field has been set.

GetApplicationAcceleration

func (o *ApplicationPutRequest) GetApplicationAcceleration() bool

GetApplicationAcceleration returns the ApplicationAcceleration field if non-nil, zero value otherwise.

GetApplicationAccelerationOk

func (o *ApplicationPutRequest) GetApplicationAccelerationOk() (*bool, bool)

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

SetApplicationAcceleration

func (o *ApplicationPutRequest) SetApplicationAcceleration(v bool)

SetApplicationAcceleration sets ApplicationAcceleration field to given value.

HasApplicationAcceleration

func (o *ApplicationPutRequest) HasApplicationAcceleration() bool

HasApplicationAcceleration returns a boolean if a field has been set.

GetDeviceDetection

func (o *ApplicationPutRequest) GetDeviceDetection() bool

GetDeviceDetection returns the DeviceDetection field if non-nil, zero value otherwise.

GetDeviceDetectionOk

func (o *ApplicationPutRequest) GetDeviceDetectionOk() (*bool, bool)

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

SetDeviceDetection

func (o *ApplicationPutRequest) SetDeviceDetection(v bool)

SetDeviceDetection sets DeviceDetection field to given value.

HasDeviceDetection

func (o *ApplicationPutRequest) HasDeviceDetection() bool

HasDeviceDetection returns a boolean if a field has been set.

GetEdgeFirewall

func (o *ApplicationPutRequest) GetEdgeFirewall() bool

GetEdgeFirewall returns the EdgeFirewall field if non-nil, zero value otherwise.

GetEdgeFirewallOk

func (o *ApplicationPutRequest) GetEdgeFirewallOk() (*bool, bool)

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

SetEdgeFirewall

func (o *ApplicationPutRequest) SetEdgeFirewall(v bool)

SetEdgeFirewall sets EdgeFirewall field to given value.

HasEdgeFirewall

func (o *ApplicationPutRequest) HasEdgeFirewall() bool

HasEdgeFirewall returns a boolean if a field has been set.

GetEdgeFunctions

func (o *ApplicationPutRequest) GetEdgeFunctions() bool

GetEdgeFunctions returns the EdgeFunctions field if non-nil, zero value otherwise.

GetEdgeFunctionsOk

func (o *ApplicationPutRequest) GetEdgeFunctionsOk() (*bool, bool)

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

SetEdgeFunctions

func (o *ApplicationPutRequest) SetEdgeFunctions(v bool)

SetEdgeFunctions sets EdgeFunctions field to given value.

HasEdgeFunctions

func (o *ApplicationPutRequest) HasEdgeFunctions() bool

HasEdgeFunctions returns a boolean if a field has been set.

GetImageOptimization

func (o *ApplicationPutRequest) GetImageOptimization() bool

GetImageOptimization returns the ImageOptimization field if non-nil, zero value otherwise.

GetImageOptimizationOk

func (o *ApplicationPutRequest) GetImageOptimizationOk() (*bool, bool)

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

SetImageOptimization

func (o *ApplicationPutRequest) SetImageOptimization(v bool)

SetImageOptimization sets ImageOptimization field to given value.

HasImageOptimization

func (o *ApplicationPutRequest) HasImageOptimization() bool

HasImageOptimization returns a boolean if a field has been set.

GetL2Caching

func (o *ApplicationPutRequest) GetL2Caching() bool

GetL2Caching returns the L2Caching field if non-nil, zero value otherwise.

GetL2CachingOk

func (o *ApplicationPutRequest) GetL2CachingOk() (*bool, bool)

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

SetL2Caching

func (o *ApplicationPutRequest) SetL2Caching(v bool)

SetL2Caching sets L2Caching field to given value.

HasL2Caching

func (o *ApplicationPutRequest) HasL2Caching() bool

HasL2Caching returns a boolean if a field has been set.

GetLoadBalancer

func (o *ApplicationPutRequest) GetLoadBalancer() bool

GetLoadBalancer returns the LoadBalancer field if non-nil, zero value otherwise.

GetLoadBalancerOk

func (o *ApplicationPutRequest) GetLoadBalancerOk() (*bool, bool)

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

SetLoadBalancer

func (o *ApplicationPutRequest) SetLoadBalancer(v bool)

SetLoadBalancer sets LoadBalancer field to given value.

HasLoadBalancer

func (o *ApplicationPutRequest) HasLoadBalancer() bool

HasLoadBalancer returns a boolean if a field has been set.

GetRawLogs

func (o *ApplicationPutRequest) GetRawLogs() bool

GetRawLogs returns the RawLogs field if non-nil, zero value otherwise.

GetRawLogsOk

func (o *ApplicationPutRequest) GetRawLogsOk() (*bool, bool)

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

SetRawLogs

func (o *ApplicationPutRequest) SetRawLogs(v bool)

SetRawLogs sets RawLogs field to given value.

HasRawLogs

func (o *ApplicationPutRequest) HasRawLogs() bool

HasRawLogs returns a boolean if a field has been set.

GetWebApplicationFirewall

func (o *ApplicationPutRequest) GetWebApplicationFirewall() bool

GetWebApplicationFirewall returns the WebApplicationFirewall field if non-nil, zero value otherwise.

GetWebApplicationFirewallOk

func (o *ApplicationPutRequest) GetWebApplicationFirewallOk() (*bool, bool)

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

SetWebApplicationFirewall

func (o *ApplicationPutRequest) SetWebApplicationFirewall(v bool)

SetWebApplicationFirewall sets WebApplicationFirewall field to given value.

HasWebApplicationFirewall

func (o *ApplicationPutRequest) HasWebApplicationFirewall() bool

HasWebApplicationFirewall returns a boolean if a field has been set.

GetDebugRules

func (o *ApplicationPutRequest) GetDebugRules() bool

GetDebugRules returns the DebugRules field if non-nil, zero value otherwise.

GetDebugRulesOk

func (o *ApplicationPutRequest) GetDebugRulesOk() (*bool, bool)

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

SetDebugRules

func (o *ApplicationPutRequest) SetDebugRules(v bool)

SetDebugRules sets DebugRules field to given value.

HasDebugRules

func (o *ApplicationPutRequest) HasDebugRules() bool

HasDebugRules returns a boolean if a field has been set.

GetHttp3

func (o *ApplicationPutRequest) GetHttp3() bool

GetHttp3 returns the Http3 field if non-nil, zero value otherwise.

GetHttp3Ok

func (o *ApplicationPutRequest) GetHttp3Ok() (*bool, bool)

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

SetHttp3

func (o *ApplicationPutRequest) SetHttp3(v bool)

SetHttp3 sets Http3 field to given value.

HasHttp3

func (o *ApplicationPutRequest) HasHttp3() bool

HasHttp3 returns a boolean if a field has been set.

GetWebsocket

func (o *ApplicationPutRequest) GetWebsocket() bool

GetWebsocket returns the Websocket field if non-nil, zero value otherwise.

GetWebsocketOk

func (o *ApplicationPutRequest) GetWebsocketOk() (*bool, bool)

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

SetWebsocket

func (o *ApplicationPutRequest) SetWebsocket(v bool)

SetWebsocket sets Websocket field to given value.

HasWebsocket

func (o *ApplicationPutRequest) HasWebsocket() bool

HasWebsocket returns a boolean if a field has been set.

GetSupportedCiphers

func (o *ApplicationPutRequest) GetSupportedCiphers() string

GetSupportedCiphers returns the SupportedCiphers field if non-nil, zero value otherwise.

GetSupportedCiphersOk

func (o *ApplicationPutRequest) GetSupportedCiphersOk() (*string, bool)

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

SetSupportedCiphers

func (o *ApplicationPutRequest) SetSupportedCiphers(v string)

SetSupportedCiphers sets SupportedCiphers field to given value.

HasSupportedCiphers

func (o *ApplicationPutRequest) HasSupportedCiphers() bool

HasSupportedCiphers returns a boolean if a field has been set.

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