Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
Enabled | Pointer to bool | Indicates whether the firewall service is enabled. | [optional] |
PingAllowed | Pointer to bool | Indicates whether the server responds to the ping command. | [optional] |
func NewFirewallService() *FirewallService
NewFirewallService instantiates a new FirewallService 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 NewFirewallServiceWithDefaults() *FirewallService
NewFirewallServiceWithDefaults instantiates a new FirewallService 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 *FirewallService) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FirewallService) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallService) SetType(v string)
SetType sets Type field to given value.
func (o *FirewallService) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FirewallService) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *FirewallService) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallService) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *FirewallService) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *FirewallService) GetPingAllowed() bool
GetPingAllowed returns the PingAllowed field if non-nil, zero value otherwise.
func (o *FirewallService) GetPingAllowedOk() (*bool, bool)
GetPingAllowedOk returns a tuple with the PingAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirewallService) SetPingAllowed(v bool)
SetPingAllowed sets PingAllowed field to given value.
func (o *FirewallService) HasPingAllowed() bool
HasPingAllowed returns a boolean if a field has been set.