Skip to content

VpnAvailableIpPoolVO

Properties

Name Type Description Notes
IpPool Pointer to []IPSubnetsOpenApiVO Available IP pools. [optional]

Methods

NewVpnAvailableIpPoolVO

func NewVpnAvailableIpPoolVO() *VpnAvailableIpPoolVO

NewVpnAvailableIpPoolVO instantiates a new VpnAvailableIpPoolVO 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

NewVpnAvailableIpPoolVOWithDefaults

func NewVpnAvailableIpPoolVOWithDefaults() *VpnAvailableIpPoolVO

NewVpnAvailableIpPoolVOWithDefaults instantiates a new VpnAvailableIpPoolVO 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

GetIpPool

func (o *VpnAvailableIpPoolVO) GetIpPool() []IPSubnetsOpenApiVO

GetIpPool returns the IpPool field if non-nil, zero value otherwise.

GetIpPoolOk

func (o *VpnAvailableIpPoolVO) GetIpPoolOk() (*[]IPSubnetsOpenApiVO, bool)

GetIpPoolOk returns a tuple with the IpPool field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIpPool

func (o *VpnAvailableIpPoolVO) SetIpPool(v []IPSubnetsOpenApiVO)

SetIpPool sets IpPool field to given value.

HasIpPool

func (o *VpnAvailableIpPoolVO) HasIpPool() bool

HasIpPool returns a boolean if a field has been set.

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