Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.15 KB

PostFirewallsRequestAllOfRules.md

File metadata and controls

102 lines (57 loc) · 3.15 KB

PostFirewallsRequestAllOfRules

Properties

Name Type Description Notes
Inbound Pointer to interface{} [optional]
Outbound Pointer to interface{} [optional]

Methods

NewPostFirewallsRequestAllOfRules

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

NewPostFirewallsRequestAllOfRulesWithDefaults

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

GetInbound

func (o *PostFirewallsRequestAllOfRules) GetInbound() interface{}

GetInbound returns the Inbound field if non-nil, zero value otherwise.

GetInboundOk

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.

SetInbound

func (o *PostFirewallsRequestAllOfRules) SetInbound(v interface{})

SetInbound sets Inbound field to given value.

HasInbound

func (o *PostFirewallsRequestAllOfRules) HasInbound() bool

HasInbound returns a boolean if a field has been set.

SetInboundNil

func (o *PostFirewallsRequestAllOfRules) SetInboundNil(b bool)

SetInboundNil sets the value for Inbound to be an explicit nil

UnsetInbound

func (o *PostFirewallsRequestAllOfRules) UnsetInbound()

UnsetInbound ensures that no value is present for Inbound, not even an explicit nil

GetOutbound

func (o *PostFirewallsRequestAllOfRules) GetOutbound() interface{}

GetOutbound returns the Outbound field if non-nil, zero value otherwise.

GetOutboundOk

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.

SetOutbound

func (o *PostFirewallsRequestAllOfRules) SetOutbound(v interface{})

SetOutbound sets Outbound field to given value.

HasOutbound

func (o *PostFirewallsRequestAllOfRules) HasOutbound() bool

HasOutbound returns a boolean if a field has been set.

SetOutboundNil

func (o *PostFirewallsRequestAllOfRules) SetOutboundNil(b bool)

SetOutboundNil sets the value for Outbound to be an explicit nil

UnsetOutbound

func (o *PostFirewallsRequestAllOfRules) UnsetOutbound()

UnsetOutbound ensures that no value is present for Outbound, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]