func NewIpBlockProperties(location string, size int32, ) *IpBlockProperties
func NewIpBlockPropertiesWithDefaults() *IpBlockProperties
func (o *IpBlockProperties) GetIps() []string
func (o *IpBlockProperties) GetIpsOk() (*[]string, bool)
func (o *IpBlockProperties) SetIps(v []string)
func (o *IpBlockProperties) HasIps() bool
func (o *IpBlockProperties) GetLocation() string
func (o *IpBlockProperties) GetLocationOk() (*string, bool)
func (o *IpBlockProperties) SetLocation(v string)
func (o *IpBlockProperties) GetSize() int32
func (o *IpBlockProperties) GetSizeOk() (*int32, bool)
func (o *IpBlockProperties) SetSize(v int32)
func (o *IpBlockProperties) GetName() string
func (o *IpBlockProperties) GetNameOk() (*string, bool)
func (o *IpBlockProperties) SetName(v string)
func (o *IpBlockProperties) HasName() bool
func (o *IpBlockProperties) GetIpConsumers() []IpConsumer
func (o *IpBlockProperties) GetIpConsumersOk() (*[]IpConsumer, bool)
func (o *IpBlockProperties) SetIpConsumers(v []IpConsumer)
func (o *IpBlockProperties) HasIpConsumers() bool