1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
|
# DataCenterEntities
## Properties
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Servers** | Pointer to [**Servers**](Servers.md) | | [optional] |
|**Volumes** | Pointer to [**Volumes**](Volumes.md) | | [optional] |
|**Loadbalancers** | Pointer to [**Loadbalancers**](Loadbalancers.md) | | [optional] |
|**Lans** | Pointer to [**Lans**](Lans.md) | | [optional] |
|**Networkloadbalancers** | Pointer to [**NetworkLoadBalancers**](NetworkLoadBalancers.md) | | [optional] |
|**Natgateways** | Pointer to [**NatGateways**](NatGateways.md) | | [optional] |
|**Securitygroups** | Pointer to [**SecurityGroups**](SecurityGroups.md) | | [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.
### GetNetworkloadbalancers
`func (o *DataCenterEntities) GetNetworkloadbalancers() NetworkLoadBalancers`
GetNetworkloadbalancers returns the Networkloadbalancers field if non-nil, zero value otherwise.
### GetNetworkloadbalancersOk
`func (o *DataCenterEntities) GetNetworkloadbalancersOk() (*NetworkLoadBalancers, bool)`
GetNetworkloadbalancersOk returns a tuple with the Networkloadbalancers field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNetworkloadbalancers
`func (o *DataCenterEntities) SetNetworkloadbalancers(v NetworkLoadBalancers)`
SetNetworkloadbalancers sets Networkloadbalancers field to given value.
### HasNetworkloadbalancers
`func (o *DataCenterEntities) HasNetworkloadbalancers() bool`
HasNetworkloadbalancers returns a boolean if a field has been set.
### GetNatgateways
`func (o *DataCenterEntities) GetNatgateways() NatGateways`
GetNatgateways returns the Natgateways field if non-nil, zero value otherwise.
### GetNatgatewaysOk
`func (o *DataCenterEntities) GetNatgatewaysOk() (*NatGateways, bool)`
GetNatgatewaysOk returns a tuple with the Natgateways field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetNatgateways
`func (o *DataCenterEntities) SetNatgateways(v NatGateways)`
SetNatgateways sets Natgateways field to given value.
### HasNatgateways
`func (o *DataCenterEntities) HasNatgateways() bool`
HasNatgateways returns a boolean if a field has been set.
### GetSecuritygroups
`func (o *DataCenterEntities) GetSecuritygroups() SecurityGroups`
GetSecuritygroups returns the Securitygroups field if non-nil, zero value otherwise.
### GetSecuritygroupsOk
`func (o *DataCenterEntities) GetSecuritygroupsOk() (*SecurityGroups, bool)`
GetSecuritygroupsOk returns a tuple with the Securitygroups field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetSecuritygroups
`func (o *DataCenterEntities) SetSecuritygroups(v SecurityGroups)`
SetSecuritygroups sets Securitygroups field to given value.
### HasSecuritygroups
`func (o *DataCenterEntities) HasSecuritygroups() bool`
HasSecuritygroups returns a boolean if a field has been set.
|