| Name | Type | Description | Notes |
|---|---|---|---|
| Configurations | Pointer to []ManageVpsConfiguration | [optional] | |
| ConfigurationGroups | Pointer to []ManageConfigurationGroup | [optional] |
func NewManageGetAvailableConfigurationResponse() *ManageGetAvailableConfigurationResponse
NewManageGetAvailableConfigurationResponse instantiates a new ManageGetAvailableConfigurationResponse 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 NewManageGetAvailableConfigurationResponseWithDefaults() *ManageGetAvailableConfigurationResponse
NewManageGetAvailableConfigurationResponseWithDefaults instantiates a new ManageGetAvailableConfigurationResponse 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 *ManageGetAvailableConfigurationResponse) GetConfigurations() []ManageVpsConfiguration
GetConfigurations returns the Configurations field if non-nil, zero value otherwise.
func (o *ManageGetAvailableConfigurationResponse) GetConfigurationsOk() (*[]ManageVpsConfiguration, bool)
GetConfigurationsOk returns a tuple with the Configurations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageGetAvailableConfigurationResponse) SetConfigurations(v []ManageVpsConfiguration)
SetConfigurations sets Configurations field to given value.
func (o *ManageGetAvailableConfigurationResponse) HasConfigurations() bool
HasConfigurations returns a boolean if a field has been set.
func (o *ManageGetAvailableConfigurationResponse) GetConfigurationGroups() []ManageConfigurationGroup
GetConfigurationGroups returns the ConfigurationGroups field if non-nil, zero value otherwise.
func (o *ManageGetAvailableConfigurationResponse) GetConfigurationGroupsOk() (*[]ManageConfigurationGroup, bool)
GetConfigurationGroupsOk returns a tuple with the ConfigurationGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageGetAvailableConfigurationResponse) SetConfigurationGroups(v []ManageConfigurationGroup)
SetConfigurationGroups sets ConfigurationGroups field to given value.
func (o *ManageGetAvailableConfigurationResponse) HasConfigurationGroups() bool
HasConfigurationGroups returns a boolean if a field has been set.