| 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] | |
| Caching | 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] |
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) 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) 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) GetCaching() bool
GetCaching returns the Caching field if non-nil, zero value otherwise.
func (o *ApplicationPutRequest) GetCachingOk() (*bool, bool)
GetCachingOk returns a tuple with the Caching field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationPutRequest) SetCaching(v bool)
SetCaching sets Caching field to given value.
func (o *ApplicationPutRequest) HasCaching() bool
HasCaching 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.