func NewLoadbalancer(properties LoadbalancerProperties, ) *Loadbalancer
func NewLoadbalancerWithDefaults() *Loadbalancer
func (o *Loadbalancer) GetId() string
func (o *Loadbalancer) GetIdOk() (*string, bool)
func (o *Loadbalancer) SetId(v string)
func (o *Loadbalancer) HasId() bool
func (o *Loadbalancer) GetType() Type
func (o *Loadbalancer) GetTypeOk() (*Type, bool)
func (o *Loadbalancer) SetType(v Type)
func (o *Loadbalancer) HasType() bool
func (o *Loadbalancer) GetHref() string
func (o *Loadbalancer) GetHrefOk() (*string, bool)
func (o *Loadbalancer) SetHref(v string)
func (o *Loadbalancer) HasHref() bool
func (o *Loadbalancer) GetMetadata() DatacenterElementMetadata
func (o *Loadbalancer) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *Loadbalancer) SetMetadata(v DatacenterElementMetadata)
func (o *Loadbalancer) HasMetadata() bool
func (o *Loadbalancer) GetProperties() LoadbalancerProperties
func (o *Loadbalancer) GetPropertiesOk() (*LoadbalancerProperties, bool)
func (o *Loadbalancer) SetProperties(v LoadbalancerProperties)
func (o *Loadbalancer) GetEntities() LoadbalancerEntities
func (o *Loadbalancer) GetEntitiesOk() (*LoadbalancerEntities, bool)
func (o *Loadbalancer) SetEntities(v LoadbalancerEntities)
func (o *Loadbalancer) HasEntities() bool