Name | Type | Description | Notes |
---|---|---|---|
CidrWhitelist | Pointer to string | [optional] | |
Lock | Pointer to bool | [optional] |
func NewAllowedIpSettings() *AllowedIpSettings
NewAllowedIpSettings instantiates a new AllowedIpSettings 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 NewAllowedIpSettingsWithDefaults() *AllowedIpSettings
NewAllowedIpSettingsWithDefaults instantiates a new AllowedIpSettings 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 *AllowedIpSettings) GetCidrWhitelist() string
GetCidrWhitelist returns the CidrWhitelist field if non-nil, zero value otherwise.
func (o *AllowedIpSettings) GetCidrWhitelistOk() (*string, bool)
GetCidrWhitelistOk returns a tuple with the CidrWhitelist field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedIpSettings) SetCidrWhitelist(v string)
SetCidrWhitelist sets CidrWhitelist field to given value.
func (o *AllowedIpSettings) HasCidrWhitelist() bool
HasCidrWhitelist returns a boolean if a field has been set.
func (o *AllowedIpSettings) GetLock() bool
GetLock returns the Lock field if non-nil, zero value otherwise.
func (o *AllowedIpSettings) GetLockOk() (*bool, bool)
GetLockOk returns a tuple with the Lock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AllowedIpSettings) SetLock(v bool)
SetLock sets Lock field to given value.
func (o *AllowedIpSettings) HasLock() bool
HasLock returns a boolean if a field has been set.