| 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] |
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
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
func (o *ApplicationPutRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationPutRequest) GetDeliveryProtocol() string
GetDeliveryProtocol returns the DeliveryProtocol field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetDeliveryProtocol(v string)
SetDeliveryProtocol sets DeliveryProtocol field to given value.
func (o *ApplicationPutRequest) HasDeliveryProtocol() bool
HasDeliveryProtocol returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetHttpPort() interface{}
GetHttpPort returns the HttpPort field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetHttpPort(v interface{})
SetHttpPort sets HttpPort field to given value.
func (o *ApplicationPutRequest) HasHttpPort() bool
HasHttpPort returns a boolean if a field has been set.
func (o *ApplicationPutRequest) SetHttpPortNil(b bool)
SetHttpPortNil sets the value for HttpPort to be an explicit nil
func (o *ApplicationPutRequest) UnsetHttpPort()
UnsetHttpPort ensures that no value is present for HttpPort, not even an explicit nil
func (o *ApplicationPutRequest) GetHttpsPort() interface{}
GetHttpsPort returns the HttpsPort field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetHttpsPort(v interface{})
SetHttpsPort sets HttpsPort field to given value.
func (o *ApplicationPutRequest) HasHttpsPort() bool
HasHttpsPort returns a boolean if a field has been set.
func (o *ApplicationPutRequest) SetHttpsPortNil(b bool)
SetHttpsPortNil sets the value for HttpsPort to be an explicit nil
func (o *ApplicationPutRequest) UnsetHttpsPort()
UnsetHttpsPort ensures that no value is present for HttpsPort, not even an explicit nil
func (o *ApplicationPutRequest) GetMinimumTlsVersion() string
GetMinimumTlsVersion returns the MinimumTlsVersion field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetMinimumTlsVersion(v string)
SetMinimumTlsVersion sets MinimumTlsVersion field to given value.
func (o *ApplicationPutRequest) HasMinimumTlsVersion() bool
HasMinimumTlsVersion returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetActive(v bool)
SetActive sets Active field to given value.
func (o *ApplicationPutRequest) HasActive() bool
HasActive returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetApplicationAcceleration() bool
GetApplicationAcceleration returns the ApplicationAcceleration field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetApplicationAcceleration(v bool)
SetApplicationAcceleration sets ApplicationAcceleration field to given value.
func (o *ApplicationPutRequest) HasApplicationAcceleration() bool
HasApplicationAcceleration returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetDeviceDetection() bool
GetDeviceDetection returns the DeviceDetection field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetDeviceDetection(v bool)
SetDeviceDetection sets DeviceDetection field to given value.
func (o *ApplicationPutRequest) HasDeviceDetection() bool
HasDeviceDetection returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetEdgeFirewall() bool
GetEdgeFirewall returns the EdgeFirewall field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetEdgeFirewall(v bool)
SetEdgeFirewall sets EdgeFirewall field to given value.
func (o *ApplicationPutRequest) HasEdgeFirewall() bool
HasEdgeFirewall returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetEdgeFunctions() bool
GetEdgeFunctions returns the EdgeFunctions field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetEdgeFunctions(v bool)
SetEdgeFunctions sets EdgeFunctions field to given value.
func (o *ApplicationPutRequest) HasEdgeFunctions() bool
HasEdgeFunctions returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetImageOptimization() bool
GetImageOptimization returns the ImageOptimization field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetImageOptimization(v bool)
SetImageOptimization sets ImageOptimization field to given value.
func (o *ApplicationPutRequest) HasImageOptimization() bool
HasImageOptimization returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetL2Caching() bool
GetL2Caching returns the L2Caching field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetL2Caching(v bool)
SetL2Caching sets L2Caching field to given value.
func (o *ApplicationPutRequest) HasL2Caching() bool
HasL2Caching returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetLoadBalancer() bool
GetLoadBalancer returns the LoadBalancer field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetLoadBalancer(v bool)
SetLoadBalancer sets LoadBalancer field to given value.
func (o *ApplicationPutRequest) HasLoadBalancer() bool
HasLoadBalancer returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetRawLogs() bool
GetRawLogs returns the RawLogs field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetRawLogs(v bool)
SetRawLogs sets RawLogs field to given value.
func (o *ApplicationPutRequest) HasRawLogs() bool
HasRawLogs returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetWebApplicationFirewall() bool
GetWebApplicationFirewall returns the WebApplicationFirewall field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetWebApplicationFirewall(v bool)
SetWebApplicationFirewall sets WebApplicationFirewall field to given value.
func (o *ApplicationPutRequest) HasWebApplicationFirewall() bool
HasWebApplicationFirewall returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetDebugRules() bool
GetDebugRules returns the DebugRules field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetDebugRules(v bool)
SetDebugRules sets DebugRules field to given value.
func (o *ApplicationPutRequest) HasDebugRules() bool
HasDebugRules returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetHttp3() bool
GetHttp3 returns the Http3 field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetHttp3(v bool)
SetHttp3 sets Http3 field to given value.
func (o *ApplicationPutRequest) HasHttp3() bool
HasHttp3 returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetWebsocket() bool
GetWebsocket returns the Websocket field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetWebsocket(v bool)
SetWebsocket sets Websocket field to given value.
func (o *ApplicationPutRequest) HasWebsocket() bool
HasWebsocket returns a boolean if a field has been set.
func (o *ApplicationPutRequest) GetSupportedCiphers() string
GetSupportedCiphers returns the SupportedCiphers field if non-nil, zero value otherwise.
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.
func (o *ApplicationPutRequest) SetSupportedCiphers(v string)
SetSupportedCiphers sets SupportedCiphers field to given value.
func (o *ApplicationPutRequest) HasSupportedCiphers() bool
HasSupportedCiphers returns a boolean if a field has been set.