Name | Type | Description | Notes |
---|---|---|---|
func NewDataCenterEntities() *DataCenterEntities
NewDataCenterEntities instantiates a new DataCenterEntities object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDataCenterEntitiesWithDefaults() *DataCenterEntities
NewDataCenterEntitiesWithDefaults instantiates a new DataCenterEntities object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DataCenterEntities) GetServers() Servers
GetServers returns the Servers field if non-nil, zero value otherwise.
func (o *DataCenterEntities) GetServersOk() (*Servers, bool)
GetServersOk returns a tuple with the Servers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataCenterEntities) SetServers(v Servers)
SetServers sets Servers field to given value.
func (o *DataCenterEntities) HasServers() bool
HasServers returns a boolean if a field has been set.
func (o *DataCenterEntities) GetVolumes() Volumes
GetVolumes returns the Volumes field if non-nil, zero value otherwise.
func (o *DataCenterEntities) GetVolumesOk() (*Volumes, bool)
GetVolumesOk returns a tuple with the Volumes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataCenterEntities) SetVolumes(v Volumes)
SetVolumes sets Volumes field to given value.
func (o *DataCenterEntities) HasVolumes() bool
HasVolumes returns a boolean if a field has been set.
func (o *DataCenterEntities) GetLoadbalancers() Loadbalancers
GetLoadbalancers returns the Loadbalancers field if non-nil, zero value otherwise.
func (o *DataCenterEntities) GetLoadbalancersOk() (*Loadbalancers, bool)
GetLoadbalancersOk returns a tuple with the Loadbalancers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataCenterEntities) SetLoadbalancers(v Loadbalancers)
SetLoadbalancers sets Loadbalancers field to given value.
func (o *DataCenterEntities) HasLoadbalancers() bool
HasLoadbalancers returns a boolean if a field has been set.
func (o *DataCenterEntities) GetLans() Lans
GetLans returns the Lans field if non-nil, zero value otherwise.
func (o *DataCenterEntities) GetLansOk() (*Lans, bool)
GetLansOk returns a tuple with the Lans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataCenterEntities) SetLans(v Lans)
SetLans sets Lans field to given value.
func (o *DataCenterEntities) HasLans() bool
HasLans returns a boolean if a field has been set.
Servers
Pointer to Servers
[optional]
Volumes
Pointer to Volumes
[optional]
Loadbalancers
Pointer to Loadbalancers
[optional]
Lans
Pointer to Lans
[optional]