| Name | Type | Description | Notes |
|---|---|---|---|
| CidrIp | string | ||
| CidrMask | int32 | ||
| Name | Pointer to string | [optional] | |
| Sql | bool | ||
| Ui | bool |
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.
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.
func (o *AllowlistEntry) GetCidrIp() string
GetCidrIp returns the CidrIp field if non-nil, zero value otherwise.
func (o *AllowlistEntry) SetCidrIp(v string)
SetCidrIp sets CidrIp field to given value.
func (o *AllowlistEntry) GetCidrMask() int32
GetCidrMask returns the CidrMask field if non-nil, zero value otherwise.
func (o *AllowlistEntry) SetCidrMask(v int32)
SetCidrMask sets CidrMask field to given value.
func (o *AllowlistEntry) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AllowlistEntry) SetName(v string)
SetName sets Name field to given value.
func (o *AllowlistEntry) GetSql() bool
GetSql returns the Sql field if non-nil, zero value otherwise.
func (o *AllowlistEntry) SetSql(v bool)
SetSql sets Sql field to given value.
func (o *AllowlistEntry) GetUi() bool
GetUi returns the Ui field if non-nil, zero value otherwise.
func (o *AllowlistEntry) SetUi(v bool)
SetUi sets Ui field to given value.