Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 2.25 KB

File metadata and controls

95 lines (52 loc) · 2.25 KB

AllowlistEntry

Properties

Name Type Description Notes
CidrIp string
CidrMask int32
Name Pointer to string [optional]
Sql bool
Ui bool

Methods

NewAllowlistEntry

func NewAllowlistEntry(cidrIp string, cidrMask int32, sql bool, ui bool, ) *AllowlistEntry

NewAllowlistEntry instantiates a new AllowlistEntry 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.

NewAllowlistEntryWithDefaults

func NewAllowlistEntryWithDefaults() *AllowlistEntry

NewAllowlistEntryWithDefaults instantiates a new AllowlistEntry 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.

GetCidrIp

func (o *AllowlistEntry) GetCidrIp() string

GetCidrIp returns the CidrIp field if non-nil, zero value otherwise.

SetCidrIp

func (o *AllowlistEntry) SetCidrIp(v string)

SetCidrIp sets CidrIp field to given value.

GetCidrMask

func (o *AllowlistEntry) GetCidrMask() int32

GetCidrMask returns the CidrMask field if non-nil, zero value otherwise.

SetCidrMask

func (o *AllowlistEntry) SetCidrMask(v int32)

SetCidrMask sets CidrMask field to given value.

GetName

func (o *AllowlistEntry) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

SetName

func (o *AllowlistEntry) SetName(v string)

SetName sets Name field to given value.

GetSql

func (o *AllowlistEntry) GetSql() bool

GetSql returns the Sql field if non-nil, zero value otherwise.

SetSql

func (o *AllowlistEntry) SetSql(v bool)

SetSql sets Sql field to given value.

GetUi

func (o *AllowlistEntry) GetUi() bool

GetUi returns the Ui field if non-nil, zero value otherwise.

SetUi

func (o *AllowlistEntry) SetUi(v bool)

SetUi sets Ui field to given value.

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