func NewNicProperties(lan int32, ) *NicProperties
func NewNicPropertiesWithDefaults() *NicProperties
func (o *NicProperties) GetName() string
func (o *NicProperties) GetNameOk() (*string, bool)
func (o *NicProperties) SetName(v string)
func (o *NicProperties) HasName() bool
func (o *NicProperties) GetMac() string
func (o *NicProperties) GetMacOk() (*string, bool)
func (o *NicProperties) SetMac(v string)
func (o *NicProperties) HasMac() bool
func (o *NicProperties) GetIps() []string
func (o *NicProperties) GetIpsOk() (*[]string, bool)
func (o *NicProperties) SetIps(v []string)
func (o *NicProperties) HasIps() bool
func (o *NicProperties) SetIpsNil(b bool)
func (o *NicProperties) UnsetIps()
func (o *NicProperties) GetDhcp() bool
func (o *NicProperties) GetDhcpOk() (*bool, bool)
func (o *NicProperties) SetDhcp(v bool)
func (o *NicProperties) HasDhcp() bool
func (o *NicProperties) GetLan() int32
func (o *NicProperties) GetLanOk() (*int32, bool)
func (o *NicProperties) SetLan(v int32)
func (o *NicProperties) GetFirewallActive() bool
func (o *NicProperties) GetFirewallActiveOk() (*bool, bool)
func (o *NicProperties) SetFirewallActive(v bool)
func (o *NicProperties) HasFirewallActive() bool
func (o *NicProperties) GetFirewallType() string
func (o *NicProperties) GetFirewallTypeOk() (*string, bool)
func (o *NicProperties) SetFirewallType(v string)
func (o *NicProperties) HasFirewallType() bool
func (o *NicProperties) GetDeviceNumber() int32
func (o *NicProperties) GetDeviceNumberOk() (*int32, bool)
func (o *NicProperties) SetDeviceNumber(v int32)
func (o *NicProperties) HasDeviceNumber() bool
func (o *NicProperties) GetPciSlot() int32
func (o *NicProperties) GetPciSlotOk() (*int32, bool)
func (o *NicProperties) SetPciSlot(v int32)
func (o *NicProperties) HasPciSlot() bool