Name | Type | Description | Notes |
---|---|---|---|
Id | int64 | ||
Name | string | ||
Active | bool | ||
DebugRules | bool | ||
Http3 | bool | ||
SupportedCiphers | string | ||
DeliveryProtocol | string | ||
HttpPort | interface{} | ||
HttpsPort | interface{} | ||
MinimumTlsVersion | string | ||
ApplicationAcceleration | bool | ||
Caching | bool | ||
DeviceDetection | bool | ||
EdgeFirewall | bool | ||
EdgeFunctions | bool | ||
ImageOptimization | bool | ||
LoadBalancer | bool | ||
RawLogs | bool | ||
WebApplicationFirewall | bool | ||
L2Caching | Pointer to bool | [optional] | |
Websocket | Pointer to bool | [optional] |
func NewApplicationResultsCreate(id int64, name string, active bool, debugRules bool, http3 bool, supportedCiphers string, deliveryProtocol string, httpPort interface{}, httpsPort interface{}, minimumTlsVersion string, applicationAcceleration bool, caching bool, deviceDetection bool, edgeFirewall bool, edgeFunctions bool, imageOptimization bool, loadBalancer bool, rawLogs bool, webApplicationFirewall bool, ) *ApplicationResultsCreate
NewApplicationResultsCreate instantiates a new ApplicationResultsCreate 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 NewApplicationResultsCreateWithDefaults() *ApplicationResultsCreate
NewApplicationResultsCreateWithDefaults instantiates a new ApplicationResultsCreate 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 *ApplicationResultsCreate) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationResultsCreate) SetId(v int64)
SetId sets Id field to given value.
func (o *ApplicationResultsCreate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationResultsCreate) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetActive(v bool)
SetActive sets Active field to given value.
func (o *ApplicationResultsCreate) GetDebugRules() bool
GetDebugRules returns the DebugRules field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetDebugRules(v bool)
SetDebugRules sets DebugRules field to given value.
func (o *ApplicationResultsCreate) GetHttp3() bool
GetHttp3 returns the Http3 field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetHttp3(v bool)
SetHttp3 sets Http3 field to given value.
func (o *ApplicationResultsCreate) GetSupportedCiphers() string
GetSupportedCiphers returns the SupportedCiphers field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetSupportedCiphers(v string)
SetSupportedCiphers sets SupportedCiphers field to given value.
func (o *ApplicationResultsCreate) GetDeliveryProtocol() string
GetDeliveryProtocol returns the DeliveryProtocol field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetDeliveryProtocol(v string)
SetDeliveryProtocol sets DeliveryProtocol field to given value.
func (o *ApplicationResultsCreate) GetHttpPort() interface{}
GetHttpPort returns the HttpPort field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetHttpPort(v interface{})
SetHttpPort sets HttpPort field to given value.
func (o *ApplicationResultsCreate) SetHttpPortNil(b bool)
SetHttpPortNil sets the value for HttpPort to be an explicit nil
func (o *ApplicationResultsCreate) UnsetHttpPort()
UnsetHttpPort ensures that no value is present for HttpPort, not even an explicit nil
func (o *ApplicationResultsCreate) GetHttpsPort() interface{}
GetHttpsPort returns the HttpsPort field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetHttpsPort(v interface{})
SetHttpsPort sets HttpsPort field to given value.
func (o *ApplicationResultsCreate) SetHttpsPortNil(b bool)
SetHttpsPortNil sets the value for HttpsPort to be an explicit nil
func (o *ApplicationResultsCreate) UnsetHttpsPort()
UnsetHttpsPort ensures that no value is present for HttpsPort, not even an explicit nil
func (o *ApplicationResultsCreate) GetMinimumTlsVersion() string
GetMinimumTlsVersion returns the MinimumTlsVersion field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetMinimumTlsVersion(v string)
SetMinimumTlsVersion sets MinimumTlsVersion field to given value.
func (o *ApplicationResultsCreate) GetApplicationAcceleration() bool
GetApplicationAcceleration returns the ApplicationAcceleration field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetApplicationAcceleration(v bool)
SetApplicationAcceleration sets ApplicationAcceleration field to given value.
func (o *ApplicationResultsCreate) GetCaching() bool
GetCaching returns the Caching field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetCaching(v bool)
SetCaching sets Caching field to given value.
func (o *ApplicationResultsCreate) GetDeviceDetection() bool
GetDeviceDetection returns the DeviceDetection field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetDeviceDetection(v bool)
SetDeviceDetection sets DeviceDetection field to given value.
func (o *ApplicationResultsCreate) GetEdgeFirewall() bool
GetEdgeFirewall returns the EdgeFirewall field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetEdgeFirewall(v bool)
SetEdgeFirewall sets EdgeFirewall field to given value.
func (o *ApplicationResultsCreate) GetEdgeFunctions() bool
GetEdgeFunctions returns the EdgeFunctions field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetEdgeFunctions(v bool)
SetEdgeFunctions sets EdgeFunctions field to given value.
func (o *ApplicationResultsCreate) GetImageOptimization() bool
GetImageOptimization returns the ImageOptimization field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetImageOptimization(v bool)
SetImageOptimization sets ImageOptimization field to given value.
func (o *ApplicationResultsCreate) GetLoadBalancer() bool
GetLoadBalancer returns the LoadBalancer field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetLoadBalancer(v bool)
SetLoadBalancer sets LoadBalancer field to given value.
func (o *ApplicationResultsCreate) GetRawLogs() bool
GetRawLogs returns the RawLogs field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetRawLogs(v bool)
SetRawLogs sets RawLogs field to given value.
func (o *ApplicationResultsCreate) GetWebApplicationFirewall() bool
GetWebApplicationFirewall returns the WebApplicationFirewall field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetWebApplicationFirewall(v bool)
SetWebApplicationFirewall sets WebApplicationFirewall field to given value.
func (o *ApplicationResultsCreate) GetL2Caching() bool
GetL2Caching returns the L2Caching field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetL2Caching(v bool)
SetL2Caching sets L2Caching field to given value.
func (o *ApplicationResultsCreate) HasL2Caching() bool
HasL2Caching returns a boolean if a field has been set.
func (o *ApplicationResultsCreate) GetWebsocket() bool
GetWebsocket returns the Websocket field if non-nil, zero value otherwise.
func (o *ApplicationResultsCreate) 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 *ApplicationResultsCreate) SetWebsocket(v bool)
SetWebsocket sets Websocket field to given value.
func (o *ApplicationResultsCreate) HasWebsocket() bool
HasWebsocket returns a boolean if a field has been set.