DataCenterEntities
Properties
Name | Type | Description | Notes |
---|---|---|---|
Servers | Pointer to Servers | [optional] | |
Volumes | Pointer to Volumes | [optional] | |
Loadbalancers | Pointer to Loadbalancers | [optional] | |
Lans | Pointer to Lans | [optional] |
Methods
NewDataCenterEntities
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
NewDataCenterEntitiesWithDefaults
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
GetServers
func (o *DataCenterEntities) GetServers() Servers
GetServers returns the Servers field if non-nil, zero value otherwise.
GetServersOk
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.
SetServers
func (o *DataCenterEntities) SetServers(v Servers)
SetServers sets Servers field to given value.
HasServers
func (o *DataCenterEntities) HasServers() bool
HasServers returns a boolean if a field has been set.
GetVolumes
func (o *DataCenterEntities) GetVolumes() Volumes
GetVolumes returns the Volumes field if non-nil, zero value otherwise.
GetVolumesOk
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.
SetVolumes
func (o *DataCenterEntities) SetVolumes(v Volumes)
SetVolumes sets Volumes field to given value.
HasVolumes
func (o *DataCenterEntities) HasVolumes() bool
HasVolumes returns a boolean if a field has been set.
GetLoadbalancers
func (o *DataCenterEntities) GetLoadbalancers() Loadbalancers
GetLoadbalancers returns the Loadbalancers field if non-nil, zero value otherwise.
GetLoadbalancersOk
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.
SetLoadbalancers
func (o *DataCenterEntities) SetLoadbalancers(v Loadbalancers)
SetLoadbalancers sets Loadbalancers field to given value.
HasLoadbalancers
func (o *DataCenterEntities) HasLoadbalancers() bool
HasLoadbalancers returns a boolean if a field has been set.
GetLans
func (o *DataCenterEntities) GetLans() Lans
GetLans returns the Lans field if non-nil, zero value otherwise.
GetLansOk
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.
SetLans
func (o *DataCenterEntities) SetLans(v Lans)
SetLans sets Lans field to given value.
HasLans
func (o *DataCenterEntities) HasLans() bool
HasLans returns a boolean if a field has been set.
Last updated