func NewServer(properties ServerProperties, ) *Server
func NewServerWithDefaults() *Server
func (o *Server) GetId() string
func (o *Server) GetIdOk() (*string, bool)
func (o *Server) SetId(v string)
func (o *Server) HasId() bool
func (o *Server) GetType() Type
func (o *Server) GetTypeOk() (*Type, bool)
func (o *Server) SetType(v Type)
func (o *Server) HasType() bool
func (o *Server) GetHref() string
func (o *Server) GetHrefOk() (*string, bool)
func (o *Server) SetHref(v string)
func (o *Server) HasHref() bool
func (o *Server) GetMetadata() DatacenterElementMetadata
func (o *Server) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *Server) SetMetadata(v DatacenterElementMetadata)
func (o *Server) HasMetadata() bool
func (o *Server) GetProperties() ServerProperties
func (o *Server) GetPropertiesOk() (*ServerProperties, bool)
func (o *Server) SetProperties(v ServerProperties)
func (o *Server) GetEntities() ServerEntities
func (o *Server) GetEntitiesOk() (*ServerEntities, bool)
func (o *Server) SetEntities(v ServerEntities)
func (o *Server) HasEntities() bool