Name | Type | Description | Notes |
---|---|---|---|
Inbound | Pointer to interface{} | [optional] | |
Outbound | Pointer to interface{} | [optional] |
func NewPostFirewallsRequestAllOfRules() *PostFirewallsRequestAllOfRules
NewPostFirewallsRequestAllOfRules instantiates a new PostFirewallsRequestAllOfRules 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 NewPostFirewallsRequestAllOfRulesWithDefaults() *PostFirewallsRequestAllOfRules
NewPostFirewallsRequestAllOfRulesWithDefaults instantiates a new PostFirewallsRequestAllOfRules 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 *PostFirewallsRequestAllOfRules) GetInbound() interface{}
GetInbound returns the Inbound field if non-nil, zero value otherwise.
func (o *PostFirewallsRequestAllOfRules) GetInboundOk() (*interface{}, bool)
GetInboundOk returns a tuple with the Inbound field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostFirewallsRequestAllOfRules) SetInbound(v interface{})
SetInbound sets Inbound field to given value.
func (o *PostFirewallsRequestAllOfRules) HasInbound() bool
HasInbound returns a boolean if a field has been set.
func (o *PostFirewallsRequestAllOfRules) SetInboundNil(b bool)
SetInboundNil sets the value for Inbound to be an explicit nil
func (o *PostFirewallsRequestAllOfRules) UnsetInbound()
UnsetInbound ensures that no value is present for Inbound, not even an explicit nil
func (o *PostFirewallsRequestAllOfRules) GetOutbound() interface{}
GetOutbound returns the Outbound field if non-nil, zero value otherwise.
func (o *PostFirewallsRequestAllOfRules) GetOutboundOk() (*interface{}, bool)
GetOutboundOk returns a tuple with the Outbound field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostFirewallsRequestAllOfRules) SetOutbound(v interface{})
SetOutbound sets Outbound field to given value.
func (o *PostFirewallsRequestAllOfRules) HasOutbound() bool
HasOutbound returns a boolean if a field has been set.
func (o *PostFirewallsRequestAllOfRules) SetOutboundNil(b bool)
SetOutboundNil sets the value for Outbound to be an explicit nil
func (o *PostFirewallsRequestAllOfRules) UnsetOutbound()
UnsetOutbound ensures that no value is present for Outbound, not even an explicit nil