Name | Type | Description | Notes |
---|---|---|---|
DisplayName | Pointer to string | [optional] | |
Hostname | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
ConfigurationId | Pointer to string | [optional] | |
ConfigurationParams | Pointer to StructuresConfigurationParams | [optional] | |
Software | Pointer to ManageSoftwareInstallInfo | [optional] | |
SnapshotId | Pointer to string | [optional] | |
SshKeys | Pointer to []int32 | [optional] | |
Password | Pointer to string | [optional] | |
BegetSshAccessAllowed | Pointer to bool | [optional] | |
PrivateNetworks | Pointer to []ManagePrivateNetworkInfo | [optional] | |
LinkSlug | Pointer to string | [optional] | |
LicenseId | Pointer to int32 | [optional] | |
Region | Pointer to string | [optional] |
func NewManageCreateVpsRequest() *ManageCreateVpsRequest
NewManageCreateVpsRequest instantiates a new ManageCreateVpsRequest 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 NewManageCreateVpsRequestWithDefaults() *ManageCreateVpsRequest
NewManageCreateVpsRequestWithDefaults instantiates a new ManageCreateVpsRequest 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 *ManageCreateVpsRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ManageCreateVpsRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *ManageCreateVpsRequest) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ManageCreateVpsRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetConfigurationId() string
GetConfigurationId returns the ConfigurationId field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetConfigurationIdOk() (*string, bool)
GetConfigurationIdOk returns a tuple with the ConfigurationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetConfigurationId(v string)
SetConfigurationId sets ConfigurationId field to given value.
func (o *ManageCreateVpsRequest) HasConfigurationId() bool
HasConfigurationId returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetConfigurationParams() StructuresConfigurationParams
GetConfigurationParams returns the ConfigurationParams field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetConfigurationParamsOk() (*StructuresConfigurationParams, bool)
GetConfigurationParamsOk returns a tuple with the ConfigurationParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetConfigurationParams(v StructuresConfigurationParams)
SetConfigurationParams sets ConfigurationParams field to given value.
func (o *ManageCreateVpsRequest) HasConfigurationParams() bool
HasConfigurationParams returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetSoftware() ManageSoftwareInstallInfo
GetSoftware returns the Software field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetSoftwareOk() (*ManageSoftwareInstallInfo, bool)
GetSoftwareOk returns a tuple with the Software field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetSoftware(v ManageSoftwareInstallInfo)
SetSoftware sets Software field to given value.
func (o *ManageCreateVpsRequest) HasSoftware() bool
HasSoftware returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetSnapshotId() string
GetSnapshotId returns the SnapshotId field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetSnapshotIdOk() (*string, bool)
GetSnapshotIdOk returns a tuple with the SnapshotId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetSnapshotId(v string)
SetSnapshotId sets SnapshotId field to given value.
func (o *ManageCreateVpsRequest) HasSnapshotId() bool
HasSnapshotId returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetSshKeys() []int32
GetSshKeys returns the SshKeys field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetSshKeysOk() (*[]int32, bool)
GetSshKeysOk returns a tuple with the SshKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetSshKeys(v []int32)
SetSshKeys sets SshKeys field to given value.
func (o *ManageCreateVpsRequest) HasSshKeys() bool
HasSshKeys returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *ManageCreateVpsRequest) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetBegetSshAccessAllowed() bool
GetBegetSshAccessAllowed returns the BegetSshAccessAllowed field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetBegetSshAccessAllowedOk() (*bool, bool)
GetBegetSshAccessAllowedOk returns a tuple with the BegetSshAccessAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetBegetSshAccessAllowed(v bool)
SetBegetSshAccessAllowed sets BegetSshAccessAllowed field to given value.
func (o *ManageCreateVpsRequest) HasBegetSshAccessAllowed() bool
HasBegetSshAccessAllowed returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetPrivateNetworks() []ManagePrivateNetworkInfo
GetPrivateNetworks returns the PrivateNetworks field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetPrivateNetworksOk() (*[]ManagePrivateNetworkInfo, bool)
GetPrivateNetworksOk returns a tuple with the PrivateNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetPrivateNetworks(v []ManagePrivateNetworkInfo)
SetPrivateNetworks sets PrivateNetworks field to given value.
func (o *ManageCreateVpsRequest) HasPrivateNetworks() bool
HasPrivateNetworks returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetLinkSlug() string
GetLinkSlug returns the LinkSlug field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetLinkSlugOk() (*string, bool)
GetLinkSlugOk returns a tuple with the LinkSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetLinkSlug(v string)
SetLinkSlug sets LinkSlug field to given value.
func (o *ManageCreateVpsRequest) HasLinkSlug() bool
HasLinkSlug returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetLicenseId() int32
GetLicenseId returns the LicenseId field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetLicenseIdOk() (*int32, bool)
GetLicenseIdOk returns a tuple with the LicenseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetLicenseId(v int32)
SetLicenseId sets LicenseId field to given value.
func (o *ManageCreateVpsRequest) HasLicenseId() bool
HasLicenseId returns a boolean if a field has been set.
func (o *ManageCreateVpsRequest) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ManageCreateVpsRequest) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManageCreateVpsRequest) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *ManageCreateVpsRequest) HasRegion() bool
HasRegion returns a boolean if a field has been set.