func NewDatacenter(properties DatacenterProperties, ) *Datacenter
func NewDatacenterWithDefaults() *Datacenter
func (o *Datacenter) GetId() string
func (o *Datacenter) GetIdOk() (*string, bool)
func (o *Datacenter) SetId(v string)
func (o *Datacenter) HasId() bool
func (o *Datacenter) GetType() Type
func (o *Datacenter) GetTypeOk() (*Type, bool)
func (o *Datacenter) SetType(v Type)
func (o *Datacenter) HasType() bool
func (o *Datacenter) GetHref() string
func (o *Datacenter) GetHrefOk() (*string, bool)
func (o *Datacenter) SetHref(v string)
func (o *Datacenter) HasHref() bool
func (o *Datacenter) GetMetadata() DatacenterElementMetadata
func (o *Datacenter) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *Datacenter) SetMetadata(v DatacenterElementMetadata)
func (o *Datacenter) HasMetadata() bool
func (o *Datacenter) GetProperties() DatacenterProperties
func (o *Datacenter) GetPropertiesOk() (*DatacenterProperties, bool)
func (o *Datacenter) SetProperties(v DatacenterProperties)
func (o *Datacenter) GetEntities() DataCenterEntities
func (o *Datacenter) GetEntitiesOk() (*DataCenterEntities, bool)
func (o *Datacenter) SetEntities(v DataCenterEntities)
func (o *Datacenter) HasEntities() bool