func NewKubernetesNodePoolLan(id int32, ) *KubernetesNodePoolLan
func NewKubernetesNodePoolLanWithDefaults() *KubernetesNodePoolLan
func (o *KubernetesNodePoolLan) GetId() int32
func (o *KubernetesNodePoolLan) GetIdOk() (*int32, bool)
func (o *KubernetesNodePoolLan) SetId(v int32)
func (o *KubernetesNodePoolLan) GetDhcp() bool
func (o *KubernetesNodePoolLan) GetDhcpOk() (*bool, bool)
func (o *KubernetesNodePoolLan) SetDhcp(v bool)
func (o *KubernetesNodePoolLan) HasDhcp() bool
func (o *KubernetesNodePoolLan) GetRoutes() []KubernetesNodePoolLanRoutes
func (o *KubernetesNodePoolLan) GetRoutesOk() (*[]KubernetesNodePoolLanRoutes, bool)
func (o *KubernetesNodePoolLan) SetRoutes(v []KubernetesNodePoolLanRoutes)
func (o *KubernetesNodePoolLan) HasRoutes() bool