Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2026 Changes in this version + var AllowedStaticAreaIDEnumValues = []StaticAreaID + var JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) + var XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func NewConfiguration() *config.Configuration + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + DefaultAPI DefaultAPI + func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error) + func (c *APIClient) GetConfig() *config.Configuration + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AddRoutesToRoutingTablePayload struct + Items []Route + func NewAddRoutesToRoutingTablePayload(items []Route) *AddRoutesToRoutingTablePayload + func NewAddRoutesToRoutingTablePayloadWithDefaults() *AddRoutesToRoutingTablePayload + func (o *AddRoutesToRoutingTablePayload) GetItems() []Route + func (o *AddRoutesToRoutingTablePayload) GetItemsOk() ([]Route, bool) + func (o *AddRoutesToRoutingTablePayload) SetItems(v []Route) + func (o *AddRoutesToRoutingTablePayload) UnmarshalJSON(data []byte) (err error) + func (o AddRoutesToRoutingTablePayload) MarshalJSON() ([]byte, error) + func (o AddRoutesToRoutingTablePayload) ToMap() (map[string]interface{}, error) + type AddRoutingTableToAreaPayload struct + CreatedAt *time.Time + Default *bool + Description *string + DynamicRoutes *bool + Id *string + Labels map[string]interface{} + Name string + SystemRoutes *bool + UpdatedAt *time.Time + func NewAddRoutingTableToAreaPayload(name string) *AddRoutingTableToAreaPayload + func NewAddRoutingTableToAreaPayloadWithDefaults() *AddRoutingTableToAreaPayload + func (o *AddRoutingTableToAreaPayload) GetCreatedAt() time.Time + func (o *AddRoutingTableToAreaPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *AddRoutingTableToAreaPayload) GetDefault() bool + func (o *AddRoutingTableToAreaPayload) GetDefaultOk() (*bool, bool) + func (o *AddRoutingTableToAreaPayload) GetDescription() string + func (o *AddRoutingTableToAreaPayload) GetDescriptionOk() (*string, bool) + func (o *AddRoutingTableToAreaPayload) GetDynamicRoutes() bool + func (o *AddRoutingTableToAreaPayload) GetDynamicRoutesOk() (*bool, bool) + func (o *AddRoutingTableToAreaPayload) GetId() string + func (o *AddRoutingTableToAreaPayload) GetIdOk() (*string, bool) + func (o *AddRoutingTableToAreaPayload) GetLabels() map[string]interface{} + func (o *AddRoutingTableToAreaPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *AddRoutingTableToAreaPayload) GetName() string + func (o *AddRoutingTableToAreaPayload) GetNameOk() (*string, bool) + func (o *AddRoutingTableToAreaPayload) GetSystemRoutes() bool + func (o *AddRoutingTableToAreaPayload) GetSystemRoutesOk() (*bool, bool) + func (o *AddRoutingTableToAreaPayload) GetUpdatedAt() time.Time + func (o *AddRoutingTableToAreaPayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *AddRoutingTableToAreaPayload) HasCreatedAt() bool + func (o *AddRoutingTableToAreaPayload) HasDefault() bool + func (o *AddRoutingTableToAreaPayload) HasDescription() bool + func (o *AddRoutingTableToAreaPayload) HasDynamicRoutes() bool + func (o *AddRoutingTableToAreaPayload) HasId() bool + func (o *AddRoutingTableToAreaPayload) HasLabels() bool + func (o *AddRoutingTableToAreaPayload) HasSystemRoutes() bool + func (o *AddRoutingTableToAreaPayload) HasUpdatedAt() bool + func (o *AddRoutingTableToAreaPayload) SetCreatedAt(v time.Time) + func (o *AddRoutingTableToAreaPayload) SetDefault(v bool) + func (o *AddRoutingTableToAreaPayload) SetDescription(v string) + func (o *AddRoutingTableToAreaPayload) SetDynamicRoutes(v bool) + func (o *AddRoutingTableToAreaPayload) SetId(v string) + func (o *AddRoutingTableToAreaPayload) SetLabels(v map[string]interface{}) + func (o *AddRoutingTableToAreaPayload) SetName(v string) + func (o *AddRoutingTableToAreaPayload) SetSystemRoutes(v bool) + func (o *AddRoutingTableToAreaPayload) SetUpdatedAt(v time.Time) + func (o *AddRoutingTableToAreaPayload) UnmarshalJSON(data []byte) (err error) + func (o AddRoutingTableToAreaPayload) MarshalJSON() ([]byte, error) + func (o AddRoutingTableToAreaPayload) ToMap() (map[string]interface{}, error) + type AddVolumeToServerPayload struct + DeleteOnTermination *bool + ServerId *string + VolumeId *string + func NewAddVolumeToServerPayload() *AddVolumeToServerPayload + func NewAddVolumeToServerPayloadWithDefaults() *AddVolumeToServerPayload + func (o *AddVolumeToServerPayload) GetDeleteOnTermination() bool + func (o *AddVolumeToServerPayload) GetDeleteOnTerminationOk() (*bool, bool) + func (o *AddVolumeToServerPayload) GetServerId() string + func (o *AddVolumeToServerPayload) GetServerIdOk() (*string, bool) + func (o *AddVolumeToServerPayload) GetVolumeId() string + func (o *AddVolumeToServerPayload) GetVolumeIdOk() (*string, bool) + func (o *AddVolumeToServerPayload) HasDeleteOnTermination() bool + func (o *AddVolumeToServerPayload) HasServerId() bool + func (o *AddVolumeToServerPayload) HasVolumeId() bool + func (o *AddVolumeToServerPayload) SetDeleteOnTermination(v bool) + func (o *AddVolumeToServerPayload) SetServerId(v string) + func (o *AddVolumeToServerPayload) SetVolumeId(v string) + func (o AddVolumeToServerPayload) MarshalJSON() ([]byte, error) + func (o AddVolumeToServerPayload) ToMap() (map[string]interface{}, error) + type AffinityGroup struct + Id *string + Members []string + Name string + Policy string + func NewAffinityGroup(name string, policy string) *AffinityGroup + func NewAffinityGroupWithDefaults() *AffinityGroup + func (o *AffinityGroup) GetId() string + func (o *AffinityGroup) GetIdOk() (*string, bool) + func (o *AffinityGroup) GetMembers() []string + func (o *AffinityGroup) GetMembersOk() ([]string, bool) + func (o *AffinityGroup) GetName() string + func (o *AffinityGroup) GetNameOk() (*string, bool) + func (o *AffinityGroup) GetPolicy() string + func (o *AffinityGroup) GetPolicyOk() (*string, bool) + func (o *AffinityGroup) HasId() bool + func (o *AffinityGroup) HasMembers() bool + func (o *AffinityGroup) SetId(v string) + func (o *AffinityGroup) SetMembers(v []string) + func (o *AffinityGroup) SetName(v string) + func (o *AffinityGroup) SetPolicy(v string) + func (o *AffinityGroup) UnmarshalJSON(data []byte) (err error) + func (o AffinityGroup) MarshalJSON() ([]byte, error) + func (o AffinityGroup) ToMap() (map[string]interface{}, error) + type AffinityGroupListResponse struct + Items []AffinityGroup + func NewAffinityGroupListResponse(items []AffinityGroup) *AffinityGroupListResponse + func NewAffinityGroupListResponseWithDefaults() *AffinityGroupListResponse + func (o *AffinityGroupListResponse) GetItems() []AffinityGroup + func (o *AffinityGroupListResponse) GetItemsOk() ([]AffinityGroup, bool) + func (o *AffinityGroupListResponse) SetItems(v []AffinityGroup) + func (o *AffinityGroupListResponse) UnmarshalJSON(data []byte) (err error) + func (o AffinityGroupListResponse) MarshalJSON() ([]byte, error) + func (o AffinityGroupListResponse) ToMap() (map[string]interface{}, error) + type AllowedAddressesInner struct + String *string + func StringAsAllowedAddressesInner(v *string) AllowedAddressesInner + func (dst *AllowedAddressesInner) UnmarshalJSON(data []byte) error + func (obj *AllowedAddressesInner) GetActualInstance() interface{} + func (obj AllowedAddressesInner) GetActualInstanceValue() interface{} + func (src AllowedAddressesInner) MarshalJSON() ([]byte, error) + type ApiAddNetworkToServerRequest struct + ApiService DefaultAPI + func (r ApiAddNetworkToServerRequest) Execute() error + type ApiAddNicToServerRequest struct + ApiService DefaultAPI + func (r ApiAddNicToServerRequest) Execute() error + type ApiAddPublicIpToServerRequest struct + ApiService DefaultAPI + func (r ApiAddPublicIpToServerRequest) Execute() error + type ApiAddRoutesToRoutingTableRequest struct + ApiService DefaultAPI + func (r ApiAddRoutesToRoutingTableRequest) AddRoutesToRoutingTablePayload(addRoutesToRoutingTablePayload AddRoutesToRoutingTablePayload) ApiAddRoutesToRoutingTableRequest + func (r ApiAddRoutesToRoutingTableRequest) Execute() (*RouteListResponse, error) + type ApiAddRoutingTableToAreaRequest struct + ApiService DefaultAPI + func (r ApiAddRoutingTableToAreaRequest) AddRoutingTableToAreaPayload(addRoutingTableToAreaPayload AddRoutingTableToAreaPayload) ApiAddRoutingTableToAreaRequest + func (r ApiAddRoutingTableToAreaRequest) Execute() (*RoutingTable, error) + type ApiAddSecurityGroupToServerRequest struct + ApiService DefaultAPI + func (r ApiAddSecurityGroupToServerRequest) Execute() error + type ApiAddServiceAccountToServerRequest struct + ApiService DefaultAPI + func (r ApiAddServiceAccountToServerRequest) Execute() (*ServiceAccountMailListResponse, error) + type ApiAddVolumeToServerRequest struct + ApiService DefaultAPI + func (r ApiAddVolumeToServerRequest) AddVolumeToServerPayload(addVolumeToServerPayload AddVolumeToServerPayload) ApiAddVolumeToServerRequest + func (r ApiAddVolumeToServerRequest) Execute() (*VolumeAttachment, error) + type ApiCreateAffinityGroupRequest struct + ApiService DefaultAPI + func (r ApiCreateAffinityGroupRequest) CreateAffinityGroupPayload(createAffinityGroupPayload CreateAffinityGroupPayload) ApiCreateAffinityGroupRequest + func (r ApiCreateAffinityGroupRequest) Execute() (*AffinityGroup, error) + type ApiCreateBackupRequest struct + ApiService DefaultAPI + func (r ApiCreateBackupRequest) CreateBackupPayload(createBackupPayload CreateBackupPayload) ApiCreateBackupRequest + func (r ApiCreateBackupRequest) Execute() (*Backup, error) + type ApiCreateImageRequest struct + ApiService DefaultAPI + func (r ApiCreateImageRequest) CreateImagePayload(createImagePayload CreateImagePayload) ApiCreateImageRequest + func (r ApiCreateImageRequest) Execute() (*ImageCreateResponse, error) + type ApiCreateIsolatedNetworkRequest struct + ApiService DefaultAPI + func (r ApiCreateIsolatedNetworkRequest) CreateIsolatedNetworkPayload(createIsolatedNetworkPayload CreateIsolatedNetworkPayload) ApiCreateIsolatedNetworkRequest + func (r ApiCreateIsolatedNetworkRequest) Execute() (*Network, error) + type ApiCreateKeyPairRequest struct + ApiService DefaultAPI + func (r ApiCreateKeyPairRequest) CreateKeyPairPayload(createKeyPairPayload CreateKeyPairPayload) ApiCreateKeyPairRequest + func (r ApiCreateKeyPairRequest) Execute() (*Keypair, error) + type ApiCreateNetworkAreaRangeRequest struct + ApiService DefaultAPI + func (r ApiCreateNetworkAreaRangeRequest) CreateNetworkAreaRangePayload(createNetworkAreaRangePayload CreateNetworkAreaRangePayload) ApiCreateNetworkAreaRangeRequest + func (r ApiCreateNetworkAreaRangeRequest) Execute() (*NetworkRangeListResponse, error) + type ApiCreateNetworkAreaRequest struct + ApiService DefaultAPI + func (r ApiCreateNetworkAreaRequest) CreateNetworkAreaPayload(createNetworkAreaPayload CreateNetworkAreaPayload) ApiCreateNetworkAreaRequest + func (r ApiCreateNetworkAreaRequest) Execute() (*NetworkArea, error) + type ApiCreateNetworkAreaRouteRequest struct + ApiService DefaultAPI + func (r ApiCreateNetworkAreaRouteRequest) CreateNetworkAreaRoutePayload(createNetworkAreaRoutePayload CreateNetworkAreaRoutePayload) ApiCreateNetworkAreaRouteRequest + func (r ApiCreateNetworkAreaRouteRequest) Execute() (*RouteListResponse, error) + type ApiCreateNetworkRequest struct + ApiService DefaultAPI + func (r ApiCreateNetworkRequest) CreateNetworkPayload(createNetworkPayload CreateNetworkPayload) ApiCreateNetworkRequest + func (r ApiCreateNetworkRequest) Execute() (*Network, error) + type ApiCreateNicRequest struct + ApiService DefaultAPI + func (r ApiCreateNicRequest) CreateNicPayload(createNicPayload CreateNicPayload) ApiCreateNicRequest + func (r ApiCreateNicRequest) Execute() (*NIC, error) + type ApiCreatePublicIPRequest struct + ApiService DefaultAPI + func (r ApiCreatePublicIPRequest) CreatePublicIPPayload(createPublicIPPayload CreatePublicIPPayload) ApiCreatePublicIPRequest + func (r ApiCreatePublicIPRequest) Execute() (*PublicIp, error) + type ApiCreateSecurityGroupRequest struct + ApiService DefaultAPI + func (r ApiCreateSecurityGroupRequest) CreateSecurityGroupPayload(createSecurityGroupPayload CreateSecurityGroupPayload) ApiCreateSecurityGroupRequest + func (r ApiCreateSecurityGroupRequest) Execute() (*SecurityGroup, error) + type ApiCreateSecurityGroupRuleRequest struct + ApiService DefaultAPI + func (r ApiCreateSecurityGroupRuleRequest) CreateSecurityGroupRulePayload(createSecurityGroupRulePayload CreateSecurityGroupRulePayload) ApiCreateSecurityGroupRuleRequest + func (r ApiCreateSecurityGroupRuleRequest) Execute() (*SecurityGroupRule, error) + type ApiCreateServerRequest struct + ApiService DefaultAPI + func (r ApiCreateServerRequest) CreateServerPayload(createServerPayload CreateServerPayload) ApiCreateServerRequest + func (r ApiCreateServerRequest) Execute() (*Server, error) + type ApiCreateVolumeRequest struct + ApiService DefaultAPI + func (r ApiCreateVolumeRequest) CreateVolumePayload(createVolumePayload CreateVolumePayload) ApiCreateVolumeRequest + func (r ApiCreateVolumeRequest) Execute() (*Volume, error) + type ApiDeallocateServerRequest struct + ApiService DefaultAPI + func (r ApiDeallocateServerRequest) Execute() error + type ApiDeleteAffinityGroupRequest struct + ApiService DefaultAPI + func (r ApiDeleteAffinityGroupRequest) Execute() error + type ApiDeleteBackupRequest struct + ApiService DefaultAPI + func (r ApiDeleteBackupRequest) Execute() error + func (r ApiDeleteBackupRequest) Force(force bool) ApiDeleteBackupRequest + type ApiDeleteImageRequest struct + ApiService DefaultAPI + func (r ApiDeleteImageRequest) Execute() error + type ApiDeleteImageShareConsumerRequest struct + ApiService DefaultAPI + func (r ApiDeleteImageShareConsumerRequest) Execute() error + type ApiDeleteImageShareRequest struct + ApiService DefaultAPI + func (r ApiDeleteImageShareRequest) Execute() error + type ApiDeleteKeyPairRequest struct + ApiService DefaultAPI + func (r ApiDeleteKeyPairRequest) Execute() error + type ApiDeleteNetworkAreaRangeRequest struct + ApiService DefaultAPI + func (r ApiDeleteNetworkAreaRangeRequest) Execute() error + type ApiDeleteNetworkAreaRequest struct + ApiService DefaultAPI + func (r ApiDeleteNetworkAreaRequest) Execute() error + type ApiDeleteNetworkAreaRouteRequest struct + ApiService DefaultAPI + func (r ApiDeleteNetworkAreaRouteRequest) Execute() error + type ApiDeleteNetworkRequest struct + ApiService DefaultAPI + func (r ApiDeleteNetworkRequest) Execute() error + type ApiDeleteNicRequest struct + ApiService DefaultAPI + func (r ApiDeleteNicRequest) Execute() error + type ApiDeletePublicIPRequest struct + ApiService DefaultAPI + func (r ApiDeletePublicIPRequest) Execute() error + type ApiDeleteRouteFromRoutingTableRequest struct + ApiService DefaultAPI + func (r ApiDeleteRouteFromRoutingTableRequest) Execute() error + type ApiDeleteRoutingTableFromAreaRequest struct + ApiService DefaultAPI + func (r ApiDeleteRoutingTableFromAreaRequest) Execute() error + type ApiDeleteSecurityGroupRequest struct + ApiService DefaultAPI + func (r ApiDeleteSecurityGroupRequest) Execute() error + type ApiDeleteSecurityGroupRuleRequest struct + ApiService DefaultAPI + func (r ApiDeleteSecurityGroupRuleRequest) Execute() error + type ApiDeleteServerRequest struct + ApiService DefaultAPI + func (r ApiDeleteServerRequest) Execute() error + type ApiDeleteVolumeRequest struct + ApiService DefaultAPI + func (r ApiDeleteVolumeRequest) Execute() error + type ApiGetAffinityGroupRequest struct + ApiService DefaultAPI + func (r ApiGetAffinityGroupRequest) Execute() (*AffinityGroup, error) + type ApiGetAttachedVolumeRequest struct + ApiService DefaultAPI + func (r ApiGetAttachedVolumeRequest) Execute() (*VolumeAttachment, error) + type ApiGetBackupRequest struct + ApiService DefaultAPI + func (r ApiGetBackupRequest) Execute() (*Backup, error) + type ApiGetImageRequest struct + ApiService DefaultAPI + func (r ApiGetImageRequest) Execute() (*Image, error) + type ApiGetImageShareConsumerRequest struct + ApiService DefaultAPI + func (r ApiGetImageShareConsumerRequest) Execute() (*ImageShareConsumer, error) + type ApiGetImageShareRequest struct + ApiService DefaultAPI + func (r ApiGetImageShareRequest) Execute() (*ImageShare, error) + type ApiGetKeyPairRequest struct + ApiService DefaultAPI + func (r ApiGetKeyPairRequest) Execute() (*Keypair, error) + type ApiGetMachineTypeRequest struct + ApiService DefaultAPI + func (r ApiGetMachineTypeRequest) Execute() (*MachineType, error) + type ApiGetNetworkAreaRangeRequest struct + ApiService DefaultAPI + func (r ApiGetNetworkAreaRangeRequest) Execute() (*NetworkRange, error) + type ApiGetNetworkAreaRequest struct + ApiService DefaultAPI + func (r ApiGetNetworkAreaRequest) Execute() (*NetworkArea, error) + type ApiGetNetworkAreaRouteRequest struct + ApiService DefaultAPI + func (r ApiGetNetworkAreaRouteRequest) Execute() (*Route, error) + type ApiGetNetworkRequest struct + ApiService DefaultAPI + func (r ApiGetNetworkRequest) Execute() (*Network, error) + type ApiGetNicRequest struct + ApiService DefaultAPI + func (r ApiGetNicRequest) Execute() (*NIC, error) + type ApiGetOrganizationRequestRequest struct + ApiService DefaultAPI + func (r ApiGetOrganizationRequestRequest) Execute() (*Request, error) + type ApiGetProjectDetailsRequest struct + ApiService DefaultAPI + func (r ApiGetProjectDetailsRequest) Execute() (*Project, error) + type ApiGetProjectNICRequest struct + ApiService DefaultAPI + func (r ApiGetProjectNICRequest) Execute() (*NIC, error) + type ApiGetProjectRequestRequest struct + ApiService DefaultAPI + func (r ApiGetProjectRequestRequest) Execute() (*Request, error) + type ApiGetPublicIPRequest struct + ApiService DefaultAPI + func (r ApiGetPublicIPRequest) Execute() (*PublicIp, error) + type ApiGetRouteOfRoutingTableRequest struct + ApiService DefaultAPI + func (r ApiGetRouteOfRoutingTableRequest) Execute() (*Route, error) + type ApiGetRoutingTableOfAreaRequest struct + ApiService DefaultAPI + func (r ApiGetRoutingTableOfAreaRequest) Execute() (*RoutingTable, error) + type ApiGetSecurityGroupRequest struct + ApiService DefaultAPI + func (r ApiGetSecurityGroupRequest) Execute() (*SecurityGroup, error) + type ApiGetSecurityGroupRuleRequest struct + ApiService DefaultAPI + func (r ApiGetSecurityGroupRuleRequest) Execute() (*SecurityGroupRule, error) + type ApiGetServerConsoleRequest struct + ApiService DefaultAPI + func (r ApiGetServerConsoleRequest) Execute() (*ServerConsoleUrl, error) + type ApiGetServerLogRequest struct + ApiService DefaultAPI + func (r ApiGetServerLogRequest) Execute() (*GetServerLog200Response, error) + func (r ApiGetServerLogRequest) Length(length int64) ApiGetServerLogRequest + type ApiGetServerRequest struct + ApiService DefaultAPI + func (r ApiGetServerRequest) Details(details bool) ApiGetServerRequest + func (r ApiGetServerRequest) Execute() (*Server, error) + type ApiGetVolumePerformanceClassRequest struct + ApiService DefaultAPI + func (r ApiGetVolumePerformanceClassRequest) Execute() (*VolumePerformanceClass, error) + type ApiGetVolumeRequest struct + ApiService DefaultAPI + func (r ApiGetVolumeRequest) Execute() (*Volume, error) + type ApiListAffinityGroupsRequest struct + ApiService DefaultAPI + func (r ApiListAffinityGroupsRequest) Execute() (*AffinityGroupListResponse, error) + type ApiListAttachedVolumesRequest struct + ApiService DefaultAPI + func (r ApiListAttachedVolumesRequest) Execute() (*VolumeAttachmentListResponse, error) + type ApiListAvailabilityZonesRequest struct + ApiService DefaultAPI + func (r ApiListAvailabilityZonesRequest) Execute() (*AvailabilityZoneListResponse, error) + type ApiListBackupsRequest struct + ApiService DefaultAPI + func (r ApiListBackupsRequest) Execute() (*BackupListResponse, error) + func (r ApiListBackupsRequest) LabelSelector(labelSelector string) ApiListBackupsRequest + type ApiListImagesRequest struct + ApiService DefaultAPI + func (r ApiListImagesRequest) All(all bool) ApiListImagesRequest + func (r ApiListImagesRequest) Execute() (*ImageListResponse, error) + func (r ApiListImagesRequest) LabelSelector(labelSelector string) ApiListImagesRequest + type ApiListKeyPairsRequest struct + ApiService DefaultAPI + func (r ApiListKeyPairsRequest) Execute() (*KeyPairListResponse, error) + func (r ApiListKeyPairsRequest) LabelSelector(labelSelector string) ApiListKeyPairsRequest + type ApiListMachineTypesRequest struct + ApiService DefaultAPI + func (r ApiListMachineTypesRequest) Execute() (*MachineTypeListResponse, error) + func (r ApiListMachineTypesRequest) Filter(filter string) ApiListMachineTypesRequest + type ApiListNetworkAreaProjectsRequest struct + ApiService DefaultAPI + func (r ApiListNetworkAreaProjectsRequest) Execute() (*ProjectListResponse, error) + type ApiListNetworkAreaRangesRequest struct + ApiService DefaultAPI + func (r ApiListNetworkAreaRangesRequest) Execute() (*NetworkRangeListResponse, error) + type ApiListNetworkAreaRoutesRequest struct + ApiService DefaultAPI + func (r ApiListNetworkAreaRoutesRequest) Execute() (*RouteListResponse, error) + func (r ApiListNetworkAreaRoutesRequest) LabelSelector(labelSelector string) ApiListNetworkAreaRoutesRequest + type ApiListNetworkAreasRequest struct + ApiService DefaultAPI + func (r ApiListNetworkAreasRequest) Execute() (*NetworkAreaListResponse, error) + func (r ApiListNetworkAreasRequest) LabelSelector(labelSelector string) ApiListNetworkAreasRequest + type ApiListNetworksRequest struct + ApiService DefaultAPI + func (r ApiListNetworksRequest) Execute() (*NetworkListResponse, error) + func (r ApiListNetworksRequest) LabelSelector(labelSelector string) ApiListNetworksRequest + type ApiListNicsRequest struct + ApiService DefaultAPI + func (r ApiListNicsRequest) Execute() (*NICListResponse, error) + func (r ApiListNicsRequest) LabelSelector(labelSelector string) ApiListNicsRequest + type ApiListProjectNICsRequest struct + ApiService DefaultAPI + func (r ApiListProjectNICsRequest) Execute() (*NICListResponse, error) + func (r ApiListProjectNICsRequest) LabelSelector(labelSelector string) ApiListProjectNICsRequest + type ApiListPublicIPRangesRequest struct + ApiService DefaultAPI + func (r ApiListPublicIPRangesRequest) Execute() (*PublicNetworkListResponse, error) + type ApiListPublicIPsRequest struct + ApiService DefaultAPI + func (r ApiListPublicIPsRequest) Execute() (*PublicIpListResponse, error) + func (r ApiListPublicIPsRequest) LabelSelector(labelSelector string) ApiListPublicIPsRequest + type ApiListQuotasRequest struct + ApiService DefaultAPI + func (r ApiListQuotasRequest) Execute() (*QuotaListResponse, error) + type ApiListRoutesOfRoutingTableRequest struct + ApiService DefaultAPI + func (r ApiListRoutesOfRoutingTableRequest) Execute() (*RouteListResponse, error) + func (r ApiListRoutesOfRoutingTableRequest) LabelSelector(labelSelector string) ApiListRoutesOfRoutingTableRequest + type ApiListRoutingTablesOfAreaRequest struct + ApiService DefaultAPI + func (r ApiListRoutingTablesOfAreaRequest) Execute() (*RoutingTableListResponse, error) + func (r ApiListRoutingTablesOfAreaRequest) LabelSelector(labelSelector string) ApiListRoutingTablesOfAreaRequest + type ApiListSecurityGroupRulesRequest struct + ApiService DefaultAPI + func (r ApiListSecurityGroupRulesRequest) Execute() (*SecurityGroupRuleListResponse, error) + type ApiListSecurityGroupsRequest struct + ApiService DefaultAPI + func (r ApiListSecurityGroupsRequest) Execute() (*SecurityGroupListResponse, error) + func (r ApiListSecurityGroupsRequest) LabelSelector(labelSelector string) ApiListSecurityGroupsRequest + type ApiListServerNICsRequest struct + ApiService DefaultAPI + func (r ApiListServerNICsRequest) Execute() (*NICListResponse, error) + type ApiListServerServiceAccountsRequest struct + ApiService DefaultAPI + func (r ApiListServerServiceAccountsRequest) Execute() (*ServiceAccountMailListResponse, error) + type ApiListServersRequest struct + ApiService DefaultAPI + func (r ApiListServersRequest) Details(details bool) ApiListServersRequest + func (r ApiListServersRequest) Execute() (*ServerListResponse, error) + func (r ApiListServersRequest) LabelSelector(labelSelector string) ApiListServersRequest + type ApiListVolumePerformanceClassesRequest struct + ApiService DefaultAPI + func (r ApiListVolumePerformanceClassesRequest) Execute() (*VolumePerformanceClassListResponse, error) + func (r ApiListVolumePerformanceClassesRequest) LabelSelector(labelSelector string) ApiListVolumePerformanceClassesRequest + type ApiListVolumesRequest struct + ApiService DefaultAPI + func (r ApiListVolumesRequest) Execute() (*VolumeListResponse, error) + func (r ApiListVolumesRequest) LabelSelector(labelSelector string) ApiListVolumesRequest + type ApiPartialUpdateNetworkAreaRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateNetworkAreaRequest) Execute() (*NetworkArea, error) + func (r ApiPartialUpdateNetworkAreaRequest) PartialUpdateNetworkAreaPayload(partialUpdateNetworkAreaPayload PartialUpdateNetworkAreaPayload) ApiPartialUpdateNetworkAreaRequest + type ApiPartialUpdateNetworkRequest struct + ApiService DefaultAPI + func (r ApiPartialUpdateNetworkRequest) Execute() error + func (r ApiPartialUpdateNetworkRequest) PartialUpdateNetworkPayload(partialUpdateNetworkPayload PartialUpdateNetworkPayload) ApiPartialUpdateNetworkRequest + type ApiRebootServerRequest struct + ApiService DefaultAPI + func (r ApiRebootServerRequest) Action(action string) ApiRebootServerRequest + func (r ApiRebootServerRequest) Execute() error + type ApiRemoveNetworkFromServerRequest struct + ApiService DefaultAPI + func (r ApiRemoveNetworkFromServerRequest) Execute() error + type ApiRemoveNicFromServerRequest struct + ApiService DefaultAPI + func (r ApiRemoveNicFromServerRequest) Execute() error + type ApiRemovePublicIpFromServerRequest struct + ApiService DefaultAPI + func (r ApiRemovePublicIpFromServerRequest) Execute() error + type ApiRemoveSecurityGroupFromServerRequest struct + ApiService DefaultAPI + func (r ApiRemoveSecurityGroupFromServerRequest) Execute() error + type ApiRemoveServiceAccountFromServerRequest struct + ApiService DefaultAPI + func (r ApiRemoveServiceAccountFromServerRequest) Execute() (*ServiceAccountMailListResponse, error) + type ApiRemoveVolumeFromServerRequest struct + ApiService DefaultAPI + func (r ApiRemoveVolumeFromServerRequest) Execute() error + type ApiRescueServerRequest struct + ApiService DefaultAPI + func (r ApiRescueServerRequest) Execute() error + func (r ApiRescueServerRequest) RescueServerPayload(rescueServerPayload RescueServerPayload) ApiRescueServerRequest + type ApiResizeServerRequest struct + ApiService DefaultAPI + func (r ApiResizeServerRequest) Execute() error + func (r ApiResizeServerRequest) ResizeServerPayload(resizeServerPayload ResizeServerPayload) ApiResizeServerRequest + type ApiResizeVolumeRequest struct + ApiService DefaultAPI + func (r ApiResizeVolumeRequest) Execute() error + func (r ApiResizeVolumeRequest) ResizeVolumePayload(resizeVolumePayload ResizeVolumePayload) ApiResizeVolumeRequest + type ApiRestoreBackupRequest struct + ApiService DefaultAPI + func (r ApiRestoreBackupRequest) Execute() error + type ApiSetImageShareRequest struct + ApiService DefaultAPI + func (r ApiSetImageShareRequest) Execute() (*ImageShare, error) + func (r ApiSetImageShareRequest) SetImageSharePayload(setImageSharePayload SetImageSharePayload) ApiSetImageShareRequest + type ApiStartServerRequest struct + ApiService DefaultAPI + func (r ApiStartServerRequest) Execute() error + type ApiStopServerRequest struct + ApiService DefaultAPI + func (r ApiStopServerRequest) Execute() error + type ApiUnrescueServerRequest struct + ApiService DefaultAPI + func (r ApiUnrescueServerRequest) Execute() error + type ApiUpdateAttachedVolumeRequest struct + ApiService DefaultAPI + func (r ApiUpdateAttachedVolumeRequest) Execute() (*VolumeAttachment, error) + func (r ApiUpdateAttachedVolumeRequest) UpdateAttachedVolumePayload(updateAttachedVolumePayload UpdateAttachedVolumePayload) ApiUpdateAttachedVolumeRequest + type ApiUpdateImageRequest struct + ApiService DefaultAPI + func (r ApiUpdateImageRequest) Execute() (*Image, error) + func (r ApiUpdateImageRequest) UpdateImagePayload(updateImagePayload UpdateImagePayload) ApiUpdateImageRequest + type ApiUpdateImageShareRequest struct + ApiService DefaultAPI + func (r ApiUpdateImageShareRequest) Execute() (*ImageShare, error) + func (r ApiUpdateImageShareRequest) UpdateImageSharePayload(updateImageSharePayload UpdateImageSharePayload) ApiUpdateImageShareRequest + type ApiUpdateKeyPairRequest struct + ApiService DefaultAPI + func (r ApiUpdateKeyPairRequest) Execute() (*Keypair, error) + func (r ApiUpdateKeyPairRequest) UpdateKeyPairPayload(updateKeyPairPayload UpdateKeyPairPayload) ApiUpdateKeyPairRequest + type ApiUpdateNicRequest struct + ApiService DefaultAPI + func (r ApiUpdateNicRequest) Execute() (*NIC, error) + func (r ApiUpdateNicRequest) UpdateNicPayload(updateNicPayload UpdateNicPayload) ApiUpdateNicRequest + type ApiUpdatePublicIPRequest struct + ApiService DefaultAPI + func (r ApiUpdatePublicIPRequest) Execute() (*PublicIp, error) + func (r ApiUpdatePublicIPRequest) UpdatePublicIPPayload(updatePublicIPPayload UpdatePublicIPPayload) ApiUpdatePublicIPRequest + type ApiUpdateRouteOfRoutingTableRequest struct + ApiService DefaultAPI + func (r ApiUpdateRouteOfRoutingTableRequest) Execute() (*Route, error) + func (r ApiUpdateRouteOfRoutingTableRequest) UpdateRouteOfRoutingTablePayload(updateRouteOfRoutingTablePayload UpdateRouteOfRoutingTablePayload) ApiUpdateRouteOfRoutingTableRequest + type ApiUpdateRoutingTableOfAreaRequest struct + ApiService DefaultAPI + func (r ApiUpdateRoutingTableOfAreaRequest) Execute() (*RoutingTable, error) + func (r ApiUpdateRoutingTableOfAreaRequest) UpdateRoutingTableOfAreaPayload(updateRoutingTableOfAreaPayload UpdateRoutingTableOfAreaPayload) ApiUpdateRoutingTableOfAreaRequest + type ApiUpdateServerRequest struct + ApiService DefaultAPI + func (r ApiUpdateServerRequest) Execute() (*Server, error) + func (r ApiUpdateServerRequest) UpdateServerPayload(updateServerPayload UpdateServerPayload) ApiUpdateServerRequest + type ApiUpdateVolumeRequest struct + ApiService DefaultAPI + func (r ApiUpdateVolumeRequest) Execute() (*Volume, error) + func (r ApiUpdateVolumeRequest) UpdateVolumePayload(updateVolumePayload UpdateVolumePayload) ApiUpdateVolumeRequest + type ApiV2beta1ConfigureNetworkAreaRegionRequest struct + ApiService DefaultAPI + func (r ApiV2beta1ConfigureNetworkAreaRegionRequest) Execute() (*RegionalArea, error) + func (r ApiV2beta1ConfigureNetworkAreaRegionRequest) V2beta1ConfigureNetworkAreaRegionPayload(...) ApiV2beta1ConfigureNetworkAreaRegionRequest + type ApiV2beta1CreateSnapshotRequest struct + ApiService DefaultAPI + func (r ApiV2beta1CreateSnapshotRequest) Execute() (*Snapshot, error) + func (r ApiV2beta1CreateSnapshotRequest) V2beta1CreateSnapshotPayload(v2beta1CreateSnapshotPayload V2beta1CreateSnapshotPayload) ApiV2beta1CreateSnapshotRequest + type ApiV2beta1DeleteNetworkAreaRegionRequest struct + ApiService DefaultAPI + func (r ApiV2beta1DeleteNetworkAreaRegionRequest) Execute() error + type ApiV2beta1DeleteSnapshotRequest struct + ApiService DefaultAPI + func (r ApiV2beta1DeleteSnapshotRequest) Execute() error + type ApiV2beta1GetAreaRegionRequest struct + ApiService DefaultAPI + func (r ApiV2beta1GetAreaRegionRequest) Execute() (*RegionalArea, error) + type ApiV2beta1GetSnapshotRequest struct + ApiService DefaultAPI + func (r ApiV2beta1GetSnapshotRequest) Execute() (*Snapshot, error) + type ApiV2beta1ListAreaRegionsRequest struct + ApiService DefaultAPI + func (r ApiV2beta1ListAreaRegionsRequest) Execute() (*RegionalAreaListResponse, error) + type ApiV2beta1ListSnapshotsInProjectRequest struct + ApiService DefaultAPI + func (r ApiV2beta1ListSnapshotsInProjectRequest) Execute() (*SnapshotListResponse, error) + func (r ApiV2beta1ListSnapshotsInProjectRequest) LabelSelector(labelSelector string) ApiV2beta1ListSnapshotsInProjectRequest + type ApiV2beta1UpdateBackupRequest struct + ApiService DefaultAPI + func (r ApiV2beta1UpdateBackupRequest) Execute() (*Backup, error) + func (r ApiV2beta1UpdateBackupRequest) V2beta1UpdateBackupPayload(v2beta1UpdateBackupPayload V2beta1UpdateBackupPayload) ApiV2beta1UpdateBackupRequest + type ApiV2beta1UpdateNetworkAreaRegionRequest struct + ApiService DefaultAPI + func (r ApiV2beta1UpdateNetworkAreaRegionRequest) Execute() (*RegionalArea, error) + func (r ApiV2beta1UpdateNetworkAreaRegionRequest) V2beta1UpdateNetworkAreaRegionPayload(v2beta1UpdateNetworkAreaRegionPayload V2beta1UpdateNetworkAreaRegionPayload) ApiV2beta1UpdateNetworkAreaRegionRequest + type ApiV2beta1UpdateRouteOfAreaRequest struct + ApiService DefaultAPI + func (r ApiV2beta1UpdateRouteOfAreaRequest) Execute() (*Route, error) + func (r ApiV2beta1UpdateRouteOfAreaRequest) V2beta1UpdateRouteOfAreaPayload(v2beta1UpdateRouteOfAreaPayload V2beta1UpdateRouteOfAreaPayload) ApiV2beta1UpdateRouteOfAreaRequest + type ApiV2beta1UpdateSecurityGroupRequest struct + ApiService DefaultAPI + func (r ApiV2beta1UpdateSecurityGroupRequest) Execute() (*SecurityGroup, error) + func (r ApiV2beta1UpdateSecurityGroupRequest) V2beta1UpdateSecurityGroupPayload(v2beta1UpdateSecurityGroupPayload V2beta1UpdateSecurityGroupPayload) ApiV2beta1UpdateSecurityGroupRequest + type ApiV2beta1UpdateSnapshotRequest struct + ApiService DefaultAPI + func (r ApiV2beta1UpdateSnapshotRequest) Execute() (*Snapshot, error) + func (r ApiV2beta1UpdateSnapshotRequest) V2beta1UpdateSnapshotPayload(v2beta1UpdateSnapshotPayload V2beta1UpdateSnapshotPayload) ApiV2beta1UpdateSnapshotRequest + type AreaId struct + StaticAreaID *StaticAreaID + String *string + func StaticAreaIDAsAreaId(v *StaticAreaID) AreaId + func StringAsAreaId(v *string) AreaId + func (dst *AreaId) UnmarshalJSON(data []byte) error + func (obj *AreaId) GetActualInstance() interface{} + func (obj AreaId) GetActualInstanceValue() interface{} + func (src AreaId) MarshalJSON() ([]byte, error) + type AvailabilityZoneListResponse struct + Items []string + func NewAvailabilityZoneListResponse(items []string) *AvailabilityZoneListResponse + func NewAvailabilityZoneListResponseWithDefaults() *AvailabilityZoneListResponse + func (o *AvailabilityZoneListResponse) GetItems() []string + func (o *AvailabilityZoneListResponse) GetItemsOk() ([]string, bool) + func (o *AvailabilityZoneListResponse) SetItems(v []string) + func (o *AvailabilityZoneListResponse) UnmarshalJSON(data []byte) (err error) + func (o AvailabilityZoneListResponse) MarshalJSON() ([]byte, error) + func (o AvailabilityZoneListResponse) ToMap() (map[string]interface{}, error) + type Backup struct + AvailabilityZone *string + CreatedAt *time.Time + Encrypted *bool + Id *string + Labels map[string]interface{} + Name *string + Size *int64 + SnapshotId *string + Status *string + UpdatedAt *time.Time + VolumeId *string + func NewBackup() *Backup + func NewBackupWithDefaults() *Backup + func (o *Backup) GetAvailabilityZone() string + func (o *Backup) GetAvailabilityZoneOk() (*string, bool) + func (o *Backup) GetCreatedAt() time.Time + func (o *Backup) GetCreatedAtOk() (*time.Time, bool) + func (o *Backup) GetEncrypted() bool + func (o *Backup) GetEncryptedOk() (*bool, bool) + func (o *Backup) GetId() string + func (o *Backup) GetIdOk() (*string, bool) + func (o *Backup) GetLabels() map[string]interface{} + func (o *Backup) GetLabelsOk() (map[string]interface{}, bool) + func (o *Backup) GetName() string + func (o *Backup) GetNameOk() (*string, bool) + func (o *Backup) GetSize() int64 + func (o *Backup) GetSizeOk() (*int64, bool) + func (o *Backup) GetSnapshotId() string + func (o *Backup) GetSnapshotIdOk() (*string, bool) + func (o *Backup) GetStatus() string + func (o *Backup) GetStatusOk() (*string, bool) + func (o *Backup) GetUpdatedAt() time.Time + func (o *Backup) GetUpdatedAtOk() (*time.Time, bool) + func (o *Backup) GetVolumeId() string + func (o *Backup) GetVolumeIdOk() (*string, bool) + func (o *Backup) HasAvailabilityZone() bool + func (o *Backup) HasCreatedAt() bool + func (o *Backup) HasEncrypted() bool + func (o *Backup) HasId() bool + func (o *Backup) HasLabels() bool + func (o *Backup) HasName() bool + func (o *Backup) HasSize() bool + func (o *Backup) HasSnapshotId() bool + func (o *Backup) HasStatus() bool + func (o *Backup) HasUpdatedAt() bool + func (o *Backup) HasVolumeId() bool + func (o *Backup) SetAvailabilityZone(v string) + func (o *Backup) SetCreatedAt(v time.Time) + func (o *Backup) SetEncrypted(v bool) + func (o *Backup) SetId(v string) + func (o *Backup) SetLabels(v map[string]interface{}) + func (o *Backup) SetName(v string) + func (o *Backup) SetSize(v int64) + func (o *Backup) SetSnapshotId(v string) + func (o *Backup) SetStatus(v string) + func (o *Backup) SetUpdatedAt(v time.Time) + func (o *Backup) SetVolumeId(v string) + func (o Backup) MarshalJSON() ([]byte, error) + func (o Backup) ToMap() (map[string]interface{}, error) + type BackupListResponse struct + Items []Backup + func NewBackupListResponse(items []Backup) *BackupListResponse + func NewBackupListResponseWithDefaults() *BackupListResponse + func (o *BackupListResponse) GetItems() []Backup + func (o *BackupListResponse) GetItemsOk() ([]Backup, bool) + func (o *BackupListResponse) SetItems(v []Backup) + func (o *BackupListResponse) UnmarshalJSON(data []byte) (err error) + func (o BackupListResponse) MarshalJSON() ([]byte, error) + func (o BackupListResponse) ToMap() (map[string]interface{}, error) + type BackupSource struct + Id string + Type string + func NewBackupSource(id string, types string) *BackupSource + func NewBackupSourceWithDefaults() *BackupSource + func (o *BackupSource) GetId() string + func (o *BackupSource) GetIdOk() (*string, bool) + func (o *BackupSource) GetType() string + func (o *BackupSource) GetTypeOk() (*string, bool) + func (o *BackupSource) SetId(v string) + func (o *BackupSource) SetType(v string) + func (o *BackupSource) UnmarshalJSON(data []byte) (err error) + func (o BackupSource) MarshalJSON() ([]byte, error) + func (o BackupSource) ToMap() (map[string]interface{}, error) + type BaseSecurityGroupRule struct + CreatedAt *time.Time + Description *string + Direction string + Ethertype *string + IcmpParameters *ICMPParameters + Id *string + IpRange *string + PortRange *PortRange + RemoteSecurityGroupId *string + SecurityGroupId *string + UpdatedAt *time.Time + func NewBaseSecurityGroupRule(direction string) *BaseSecurityGroupRule + func NewBaseSecurityGroupRuleWithDefaults() *BaseSecurityGroupRule + func (o *BaseSecurityGroupRule) GetCreatedAt() time.Time + func (o *BaseSecurityGroupRule) GetCreatedAtOk() (*time.Time, bool) + func (o *BaseSecurityGroupRule) GetDescription() string + func (o *BaseSecurityGroupRule) GetDescriptionOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetDirection() string + func (o *BaseSecurityGroupRule) GetDirectionOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetEthertype() string + func (o *BaseSecurityGroupRule) GetEthertypeOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetIcmpParameters() ICMPParameters + func (o *BaseSecurityGroupRule) GetIcmpParametersOk() (*ICMPParameters, bool) + func (o *BaseSecurityGroupRule) GetId() string + func (o *BaseSecurityGroupRule) GetIdOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetIpRange() string + func (o *BaseSecurityGroupRule) GetIpRangeOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetPortRange() PortRange + func (o *BaseSecurityGroupRule) GetPortRangeOk() (*PortRange, bool) + func (o *BaseSecurityGroupRule) GetRemoteSecurityGroupId() string + func (o *BaseSecurityGroupRule) GetRemoteSecurityGroupIdOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetSecurityGroupId() string + func (o *BaseSecurityGroupRule) GetSecurityGroupIdOk() (*string, bool) + func (o *BaseSecurityGroupRule) GetUpdatedAt() time.Time + func (o *BaseSecurityGroupRule) GetUpdatedAtOk() (*time.Time, bool) + func (o *BaseSecurityGroupRule) HasCreatedAt() bool + func (o *BaseSecurityGroupRule) HasDescription() bool + func (o *BaseSecurityGroupRule) HasEthertype() bool + func (o *BaseSecurityGroupRule) HasIcmpParameters() bool + func (o *BaseSecurityGroupRule) HasId() bool + func (o *BaseSecurityGroupRule) HasIpRange() bool + func (o *BaseSecurityGroupRule) HasPortRange() bool + func (o *BaseSecurityGroupRule) HasRemoteSecurityGroupId() bool + func (o *BaseSecurityGroupRule) HasSecurityGroupId() bool + func (o *BaseSecurityGroupRule) HasUpdatedAt() bool + func (o *BaseSecurityGroupRule) SetCreatedAt(v time.Time) + func (o *BaseSecurityGroupRule) SetDescription(v string) + func (o *BaseSecurityGroupRule) SetDirection(v string) + func (o *BaseSecurityGroupRule) SetEthertype(v string) + func (o *BaseSecurityGroupRule) SetIcmpParameters(v ICMPParameters) + func (o *BaseSecurityGroupRule) SetId(v string) + func (o *BaseSecurityGroupRule) SetIpRange(v string) + func (o *BaseSecurityGroupRule) SetPortRange(v PortRange) + func (o *BaseSecurityGroupRule) SetRemoteSecurityGroupId(v string) + func (o *BaseSecurityGroupRule) SetSecurityGroupId(v string) + func (o *BaseSecurityGroupRule) SetUpdatedAt(v time.Time) + func (o *BaseSecurityGroupRule) UnmarshalJSON(data []byte) (err error) + func (o BaseSecurityGroupRule) MarshalJSON() ([]byte, error) + func (o BaseSecurityGroupRule) ToMap() (map[string]interface{}, error) + type BootVolume struct + DeleteOnTermination *bool + Id *string + PerformanceClass *string + Size *int64 + Source *BootVolumeSource + func NewBootVolume() *BootVolume + func NewBootVolumeWithDefaults() *BootVolume + func (o *BootVolume) GetDeleteOnTermination() bool + func (o *BootVolume) GetDeleteOnTerminationOk() (*bool, bool) + func (o *BootVolume) GetId() string + func (o *BootVolume) GetIdOk() (*string, bool) + func (o *BootVolume) GetPerformanceClass() string + func (o *BootVolume) GetPerformanceClassOk() (*string, bool) + func (o *BootVolume) GetSize() int64 + func (o *BootVolume) GetSizeOk() (*int64, bool) + func (o *BootVolume) GetSource() BootVolumeSource + func (o *BootVolume) GetSourceOk() (*BootVolumeSource, bool) + func (o *BootVolume) HasDeleteOnTermination() bool + func (o *BootVolume) HasId() bool + func (o *BootVolume) HasPerformanceClass() bool + func (o *BootVolume) HasSize() bool + func (o *BootVolume) HasSource() bool + func (o *BootVolume) SetDeleteOnTermination(v bool) + func (o *BootVolume) SetId(v string) + func (o *BootVolume) SetPerformanceClass(v string) + func (o *BootVolume) SetSize(v int64) + func (o *BootVolume) SetSource(v BootVolumeSource) + func (o BootVolume) MarshalJSON() ([]byte, error) + func (o BootVolume) ToMap() (map[string]interface{}, error) + type BootVolumeSource struct + Id string + Type string + func NewBootVolumeSource(id string, types string) *BootVolumeSource + func NewBootVolumeSourceWithDefaults() *BootVolumeSource + func (o *BootVolumeSource) GetId() string + func (o *BootVolumeSource) GetIdOk() (*string, bool) + func (o *BootVolumeSource) GetType() string + func (o *BootVolumeSource) GetTypeOk() (*string, bool) + func (o *BootVolumeSource) SetId(v string) + func (o *BootVolumeSource) SetType(v string) + func (o *BootVolumeSource) UnmarshalJSON(data []byte) (err error) + func (o BootVolumeSource) MarshalJSON() ([]byte, error) + func (o BootVolumeSource) ToMap() (map[string]interface{}, error) + type CreateAffinityGroupPayload struct + Id *string + Members []string + Name string + Policy string + func NewCreateAffinityGroupPayload(name string, policy string) *CreateAffinityGroupPayload + func NewCreateAffinityGroupPayloadWithDefaults() *CreateAffinityGroupPayload + func (o *CreateAffinityGroupPayload) GetId() string + func (o *CreateAffinityGroupPayload) GetIdOk() (*string, bool) + func (o *CreateAffinityGroupPayload) GetMembers() []string + func (o *CreateAffinityGroupPayload) GetMembersOk() ([]string, bool) + func (o *CreateAffinityGroupPayload) GetName() string + func (o *CreateAffinityGroupPayload) GetNameOk() (*string, bool) + func (o *CreateAffinityGroupPayload) GetPolicy() string + func (o *CreateAffinityGroupPayload) GetPolicyOk() (*string, bool) + func (o *CreateAffinityGroupPayload) HasId() bool + func (o *CreateAffinityGroupPayload) HasMembers() bool + func (o *CreateAffinityGroupPayload) SetId(v string) + func (o *CreateAffinityGroupPayload) SetMembers(v []string) + func (o *CreateAffinityGroupPayload) SetName(v string) + func (o *CreateAffinityGroupPayload) SetPolicy(v string) + func (o *CreateAffinityGroupPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateAffinityGroupPayload) MarshalJSON() ([]byte, error) + func (o CreateAffinityGroupPayload) ToMap() (map[string]interface{}, error) + type CreateBackupPayload struct + Labels map[string]interface{} + Name *string + Source BackupSource + func NewCreateBackupPayload(source BackupSource) *CreateBackupPayload + func NewCreateBackupPayloadWithDefaults() *CreateBackupPayload + func (o *CreateBackupPayload) GetLabels() map[string]interface{} + func (o *CreateBackupPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateBackupPayload) GetName() string + func (o *CreateBackupPayload) GetNameOk() (*string, bool) + func (o *CreateBackupPayload) GetSource() BackupSource + func (o *CreateBackupPayload) GetSourceOk() (*BackupSource, bool) + func (o *CreateBackupPayload) HasLabels() bool + func (o *CreateBackupPayload) HasName() bool + func (o *CreateBackupPayload) SetLabels(v map[string]interface{}) + func (o *CreateBackupPayload) SetName(v string) + func (o *CreateBackupPayload) SetSource(v BackupSource) + func (o *CreateBackupPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateBackupPayload) MarshalJSON() ([]byte, error) + func (o CreateBackupPayload) ToMap() (map[string]interface{}, error) + type CreateImagePayload struct + Agent *ImageAgent + Checksum *ImageChecksum + Config *ImageConfig + CreatedAt *time.Time + DiskFormat string + Id *string + ImportProgress *int64 + Labels map[string]interface{} + MinDiskSize *int64 + MinRam *int64 + Name string + Owner *string + Protected *bool + Scope *string + Size *int64 + Status *string + UpdatedAt *time.Time + func NewCreateImagePayload(diskFormat string, name string) *CreateImagePayload + func NewCreateImagePayloadWithDefaults() *CreateImagePayload + func (o *CreateImagePayload) GetAgent() ImageAgent + func (o *CreateImagePayload) GetAgentOk() (*ImageAgent, bool) + func (o *CreateImagePayload) GetChecksum() ImageChecksum + func (o *CreateImagePayload) GetChecksumOk() (*ImageChecksum, bool) + func (o *CreateImagePayload) GetConfig() ImageConfig + func (o *CreateImagePayload) GetConfigOk() (*ImageConfig, bool) + func (o *CreateImagePayload) GetCreatedAt() time.Time + func (o *CreateImagePayload) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateImagePayload) GetDiskFormat() string + func (o *CreateImagePayload) GetDiskFormatOk() (*string, bool) + func (o *CreateImagePayload) GetId() string + func (o *CreateImagePayload) GetIdOk() (*string, bool) + func (o *CreateImagePayload) GetImportProgress() int64 + func (o *CreateImagePayload) GetImportProgressOk() (*int64, bool) + func (o *CreateImagePayload) GetLabels() map[string]interface{} + func (o *CreateImagePayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateImagePayload) GetMinDiskSize() int64 + func (o *CreateImagePayload) GetMinDiskSizeOk() (*int64, bool) + func (o *CreateImagePayload) GetMinRam() int64 + func (o *CreateImagePayload) GetMinRamOk() (*int64, bool) + func (o *CreateImagePayload) GetName() string + func (o *CreateImagePayload) GetNameOk() (*string, bool) + func (o *CreateImagePayload) GetOwner() string + func (o *CreateImagePayload) GetOwnerOk() (*string, bool) + func (o *CreateImagePayload) GetProtected() bool + func (o *CreateImagePayload) GetProtectedOk() (*bool, bool) + func (o *CreateImagePayload) GetScope() string + func (o *CreateImagePayload) GetScopeOk() (*string, bool) + func (o *CreateImagePayload) GetSize() int64 + func (o *CreateImagePayload) GetSizeOk() (*int64, bool) + func (o *CreateImagePayload) GetStatus() string + func (o *CreateImagePayload) GetStatusOk() (*string, bool) + func (o *CreateImagePayload) GetUpdatedAt() time.Time + func (o *CreateImagePayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *CreateImagePayload) HasAgent() bool + func (o *CreateImagePayload) HasChecksum() bool + func (o *CreateImagePayload) HasConfig() bool + func (o *CreateImagePayload) HasCreatedAt() bool + func (o *CreateImagePayload) HasId() bool + func (o *CreateImagePayload) HasImportProgress() bool + func (o *CreateImagePayload) HasLabels() bool + func (o *CreateImagePayload) HasMinDiskSize() bool + func (o *CreateImagePayload) HasMinRam() bool + func (o *CreateImagePayload) HasOwner() bool + func (o *CreateImagePayload) HasProtected() bool + func (o *CreateImagePayload) HasScope() bool + func (o *CreateImagePayload) HasSize() bool + func (o *CreateImagePayload) HasStatus() bool + func (o *CreateImagePayload) HasUpdatedAt() bool + func (o *CreateImagePayload) SetAgent(v ImageAgent) + func (o *CreateImagePayload) SetChecksum(v ImageChecksum) + func (o *CreateImagePayload) SetConfig(v ImageConfig) + func (o *CreateImagePayload) SetCreatedAt(v time.Time) + func (o *CreateImagePayload) SetDiskFormat(v string) + func (o *CreateImagePayload) SetId(v string) + func (o *CreateImagePayload) SetImportProgress(v int64) + func (o *CreateImagePayload) SetLabels(v map[string]interface{}) + func (o *CreateImagePayload) SetMinDiskSize(v int64) + func (o *CreateImagePayload) SetMinRam(v int64) + func (o *CreateImagePayload) SetName(v string) + func (o *CreateImagePayload) SetOwner(v string) + func (o *CreateImagePayload) SetProtected(v bool) + func (o *CreateImagePayload) SetScope(v string) + func (o *CreateImagePayload) SetSize(v int64) + func (o *CreateImagePayload) SetStatus(v string) + func (o *CreateImagePayload) SetUpdatedAt(v time.Time) + func (o *CreateImagePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateImagePayload) MarshalJSON() ([]byte, error) + func (o CreateImagePayload) ToMap() (map[string]interface{}, error) + type CreateIsolatedNetworkPayload struct + Dhcp *bool + Ipv4 *CreateNetworkIPv4 + Labels map[string]interface{} + Name string + func NewCreateIsolatedNetworkPayload(name string) *CreateIsolatedNetworkPayload + func NewCreateIsolatedNetworkPayloadWithDefaults() *CreateIsolatedNetworkPayload + func (o *CreateIsolatedNetworkPayload) GetDhcp() bool + func (o *CreateIsolatedNetworkPayload) GetDhcpOk() (*bool, bool) + func (o *CreateIsolatedNetworkPayload) GetIpv4() CreateNetworkIPv4 + func (o *CreateIsolatedNetworkPayload) GetIpv4Ok() (*CreateNetworkIPv4, bool) + func (o *CreateIsolatedNetworkPayload) GetLabels() map[string]interface{} + func (o *CreateIsolatedNetworkPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateIsolatedNetworkPayload) GetName() string + func (o *CreateIsolatedNetworkPayload) GetNameOk() (*string, bool) + func (o *CreateIsolatedNetworkPayload) HasDhcp() bool + func (o *CreateIsolatedNetworkPayload) HasIpv4() bool + func (o *CreateIsolatedNetworkPayload) HasLabels() bool + func (o *CreateIsolatedNetworkPayload) SetDhcp(v bool) + func (o *CreateIsolatedNetworkPayload) SetIpv4(v CreateNetworkIPv4) + func (o *CreateIsolatedNetworkPayload) SetLabels(v map[string]interface{}) + func (o *CreateIsolatedNetworkPayload) SetName(v string) + func (o *CreateIsolatedNetworkPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateIsolatedNetworkPayload) MarshalJSON() ([]byte, error) + func (o CreateIsolatedNetworkPayload) ToMap() (map[string]interface{}, error) + type CreateKeyPairPayload struct + CreatedAt *time.Time + Fingerprint *string + Labels map[string]interface{} + Name *string + PublicKey string + UpdatedAt *time.Time + func NewCreateKeyPairPayload(publicKey string) *CreateKeyPairPayload + func NewCreateKeyPairPayloadWithDefaults() *CreateKeyPairPayload + func (o *CreateKeyPairPayload) GetCreatedAt() time.Time + func (o *CreateKeyPairPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateKeyPairPayload) GetFingerprint() string + func (o *CreateKeyPairPayload) GetFingerprintOk() (*string, bool) + func (o *CreateKeyPairPayload) GetLabels() map[string]interface{} + func (o *CreateKeyPairPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateKeyPairPayload) GetName() string + func (o *CreateKeyPairPayload) GetNameOk() (*string, bool) + func (o *CreateKeyPairPayload) GetPublicKey() string + func (o *CreateKeyPairPayload) GetPublicKeyOk() (*string, bool) + func (o *CreateKeyPairPayload) GetUpdatedAt() time.Time + func (o *CreateKeyPairPayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *CreateKeyPairPayload) HasCreatedAt() bool + func (o *CreateKeyPairPayload) HasFingerprint() bool + func (o *CreateKeyPairPayload) HasLabels() bool + func (o *CreateKeyPairPayload) HasName() bool + func (o *CreateKeyPairPayload) HasUpdatedAt() bool + func (o *CreateKeyPairPayload) SetCreatedAt(v time.Time) + func (o *CreateKeyPairPayload) SetFingerprint(v string) + func (o *CreateKeyPairPayload) SetLabels(v map[string]interface{}) + func (o *CreateKeyPairPayload) SetName(v string) + func (o *CreateKeyPairPayload) SetPublicKey(v string) + func (o *CreateKeyPairPayload) SetUpdatedAt(v time.Time) + func (o *CreateKeyPairPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateKeyPairPayload) MarshalJSON() ([]byte, error) + func (o CreateKeyPairPayload) ToMap() (map[string]interface{}, error) + type CreateNetworkAreaPayload struct + Labels map[string]interface{} + Name string + func NewCreateNetworkAreaPayload(name string) *CreateNetworkAreaPayload + func NewCreateNetworkAreaPayloadWithDefaults() *CreateNetworkAreaPayload + func (o *CreateNetworkAreaPayload) GetLabels() map[string]interface{} + func (o *CreateNetworkAreaPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateNetworkAreaPayload) GetName() string + func (o *CreateNetworkAreaPayload) GetNameOk() (*string, bool) + func (o *CreateNetworkAreaPayload) HasLabels() bool + func (o *CreateNetworkAreaPayload) SetLabels(v map[string]interface{}) + func (o *CreateNetworkAreaPayload) SetName(v string) + func (o *CreateNetworkAreaPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateNetworkAreaPayload) MarshalJSON() ([]byte, error) + func (o CreateNetworkAreaPayload) ToMap() (map[string]interface{}, error) + type CreateNetworkAreaRangePayload struct + Ipv4 []NetworkRange + func NewCreateNetworkAreaRangePayload() *CreateNetworkAreaRangePayload + func NewCreateNetworkAreaRangePayloadWithDefaults() *CreateNetworkAreaRangePayload + func (o *CreateNetworkAreaRangePayload) GetIpv4() []NetworkRange + func (o *CreateNetworkAreaRangePayload) GetIpv4Ok() ([]NetworkRange, bool) + func (o *CreateNetworkAreaRangePayload) HasIpv4() bool + func (o *CreateNetworkAreaRangePayload) SetIpv4(v []NetworkRange) + func (o CreateNetworkAreaRangePayload) MarshalJSON() ([]byte, error) + func (o CreateNetworkAreaRangePayload) ToMap() (map[string]interface{}, error) + type CreateNetworkAreaRoutePayload struct + Items []Route + func NewCreateNetworkAreaRoutePayload(items []Route) *CreateNetworkAreaRoutePayload + func NewCreateNetworkAreaRoutePayloadWithDefaults() *CreateNetworkAreaRoutePayload + func (o *CreateNetworkAreaRoutePayload) GetItems() []Route + func (o *CreateNetworkAreaRoutePayload) GetItemsOk() ([]Route, bool) + func (o *CreateNetworkAreaRoutePayload) SetItems(v []Route) + func (o *CreateNetworkAreaRoutePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateNetworkAreaRoutePayload) MarshalJSON() ([]byte, error) + func (o CreateNetworkAreaRoutePayload) ToMap() (map[string]interface{}, error) + type CreateNetworkIPv4 struct + CreateNetworkIPv4WithPrefix *CreateNetworkIPv4WithPrefix + CreateNetworkIPv4WithPrefixLength *CreateNetworkIPv4WithPrefixLength + func CreateNetworkIPv4WithPrefixAsCreateNetworkIPv4(v *CreateNetworkIPv4WithPrefix) CreateNetworkIPv4 + func CreateNetworkIPv4WithPrefixLengthAsCreateNetworkIPv4(v *CreateNetworkIPv4WithPrefixLength) CreateNetworkIPv4 + func (dst *CreateNetworkIPv4) UnmarshalJSON(data []byte) error + func (obj *CreateNetworkIPv4) GetActualInstance() interface{} + func (obj CreateNetworkIPv4) GetActualInstanceValue() interface{} + func (src CreateNetworkIPv4) MarshalJSON() ([]byte, error) + type CreateNetworkIPv4WithPrefix struct + Gateway NullableString + Nameservers []string + Prefix string + func NewCreateNetworkIPv4WithPrefix(prefix string) *CreateNetworkIPv4WithPrefix + func NewCreateNetworkIPv4WithPrefixWithDefaults() *CreateNetworkIPv4WithPrefix + func (o *CreateNetworkIPv4WithPrefix) GetGateway() string + func (o *CreateNetworkIPv4WithPrefix) GetGatewayOk() (*string, bool) + func (o *CreateNetworkIPv4WithPrefix) GetNameservers() []string + func (o *CreateNetworkIPv4WithPrefix) GetNameserversOk() ([]string, bool) + func (o *CreateNetworkIPv4WithPrefix) GetPrefix() string + func (o *CreateNetworkIPv4WithPrefix) GetPrefixOk() (*string, bool) + func (o *CreateNetworkIPv4WithPrefix) HasGateway() bool + func (o *CreateNetworkIPv4WithPrefix) HasNameservers() bool + func (o *CreateNetworkIPv4WithPrefix) SetGateway(v string) + func (o *CreateNetworkIPv4WithPrefix) SetGatewayNil() + func (o *CreateNetworkIPv4WithPrefix) SetNameservers(v []string) + func (o *CreateNetworkIPv4WithPrefix) SetPrefix(v string) + func (o *CreateNetworkIPv4WithPrefix) UnmarshalJSON(data []byte) (err error) + func (o *CreateNetworkIPv4WithPrefix) UnsetGateway() + func (o CreateNetworkIPv4WithPrefix) MarshalJSON() ([]byte, error) + func (o CreateNetworkIPv4WithPrefix) ToMap() (map[string]interface{}, error) + type CreateNetworkIPv4WithPrefixLength struct + Nameservers []string + PrefixLength int64 + func NewCreateNetworkIPv4WithPrefixLength(prefixLength int64) *CreateNetworkIPv4WithPrefixLength + func NewCreateNetworkIPv4WithPrefixLengthWithDefaults() *CreateNetworkIPv4WithPrefixLength + func (o *CreateNetworkIPv4WithPrefixLength) GetNameservers() []string + func (o *CreateNetworkIPv4WithPrefixLength) GetNameserversOk() ([]string, bool) + func (o *CreateNetworkIPv4WithPrefixLength) GetPrefixLength() int64 + func (o *CreateNetworkIPv4WithPrefixLength) GetPrefixLengthOk() (*int64, bool) + func (o *CreateNetworkIPv4WithPrefixLength) HasNameservers() bool + func (o *CreateNetworkIPv4WithPrefixLength) SetNameservers(v []string) + func (o *CreateNetworkIPv4WithPrefixLength) SetPrefixLength(v int64) + func (o *CreateNetworkIPv4WithPrefixLength) UnmarshalJSON(data []byte) (err error) + func (o CreateNetworkIPv4WithPrefixLength) MarshalJSON() ([]byte, error) + func (o CreateNetworkIPv4WithPrefixLength) ToMap() (map[string]interface{}, error) + type CreateNetworkIPv6 struct + CreateNetworkIPv6WithPrefix *CreateNetworkIPv6WithPrefix + CreateNetworkIPv6WithPrefixLength *CreateNetworkIPv6WithPrefixLength + func CreateNetworkIPv6WithPrefixAsCreateNetworkIPv6(v *CreateNetworkIPv6WithPrefix) CreateNetworkIPv6 + func CreateNetworkIPv6WithPrefixLengthAsCreateNetworkIPv6(v *CreateNetworkIPv6WithPrefixLength) CreateNetworkIPv6 + func (dst *CreateNetworkIPv6) UnmarshalJSON(data []byte) error + func (obj *CreateNetworkIPv6) GetActualInstance() interface{} + func (obj CreateNetworkIPv6) GetActualInstanceValue() interface{} + func (src CreateNetworkIPv6) MarshalJSON() ([]byte, error) + type CreateNetworkIPv6WithPrefix struct + Gateway NullableString + Nameservers []string + Prefix string + func NewCreateNetworkIPv6WithPrefix(prefix string) *CreateNetworkIPv6WithPrefix + func NewCreateNetworkIPv6WithPrefixWithDefaults() *CreateNetworkIPv6WithPrefix + func (o *CreateNetworkIPv6WithPrefix) GetGateway() string + func (o *CreateNetworkIPv6WithPrefix) GetGatewayOk() (*string, bool) + func (o *CreateNetworkIPv6WithPrefix) GetNameservers() []string + func (o *CreateNetworkIPv6WithPrefix) GetNameserversOk() ([]string, bool) + func (o *CreateNetworkIPv6WithPrefix) GetPrefix() string + func (o *CreateNetworkIPv6WithPrefix) GetPrefixOk() (*string, bool) + func (o *CreateNetworkIPv6WithPrefix) HasGateway() bool + func (o *CreateNetworkIPv6WithPrefix) HasNameservers() bool + func (o *CreateNetworkIPv6WithPrefix) SetGateway(v string) + func (o *CreateNetworkIPv6WithPrefix) SetGatewayNil() + func (o *CreateNetworkIPv6WithPrefix) SetNameservers(v []string) + func (o *CreateNetworkIPv6WithPrefix) SetPrefix(v string) + func (o *CreateNetworkIPv6WithPrefix) UnmarshalJSON(data []byte) (err error) + func (o *CreateNetworkIPv6WithPrefix) UnsetGateway() + func (o CreateNetworkIPv6WithPrefix) MarshalJSON() ([]byte, error) + func (o CreateNetworkIPv6WithPrefix) ToMap() (map[string]interface{}, error) + type CreateNetworkIPv6WithPrefixLength struct + Nameservers []string + PrefixLength int64 + func NewCreateNetworkIPv6WithPrefixLength(prefixLength int64) *CreateNetworkIPv6WithPrefixLength + func NewCreateNetworkIPv6WithPrefixLengthWithDefaults() *CreateNetworkIPv6WithPrefixLength + func (o *CreateNetworkIPv6WithPrefixLength) GetNameservers() []string + func (o *CreateNetworkIPv6WithPrefixLength) GetNameserversOk() ([]string, bool) + func (o *CreateNetworkIPv6WithPrefixLength) GetPrefixLength() int64 + func (o *CreateNetworkIPv6WithPrefixLength) GetPrefixLengthOk() (*int64, bool) + func (o *CreateNetworkIPv6WithPrefixLength) HasNameservers() bool + func (o *CreateNetworkIPv6WithPrefixLength) SetNameservers(v []string) + func (o *CreateNetworkIPv6WithPrefixLength) SetPrefixLength(v int64) + func (o *CreateNetworkIPv6WithPrefixLength) UnmarshalJSON(data []byte) (err error) + func (o CreateNetworkIPv6WithPrefixLength) MarshalJSON() ([]byte, error) + func (o CreateNetworkIPv6WithPrefixLength) ToMap() (map[string]interface{}, error) + type CreateNetworkPayload struct + Dhcp *bool + Ipv4 *CreateNetworkIPv4 + Ipv6 *CreateNetworkIPv6 + Labels map[string]interface{} + Name string + Routed *bool + RoutingTableId *string + func NewCreateNetworkPayload(name string) *CreateNetworkPayload + func NewCreateNetworkPayloadWithDefaults() *CreateNetworkPayload + func (o *CreateNetworkPayload) GetDhcp() bool + func (o *CreateNetworkPayload) GetDhcpOk() (*bool, bool) + func (o *CreateNetworkPayload) GetIpv4() CreateNetworkIPv4 + func (o *CreateNetworkPayload) GetIpv4Ok() (*CreateNetworkIPv4, bool) + func (o *CreateNetworkPayload) GetIpv6() CreateNetworkIPv6 + func (o *CreateNetworkPayload) GetIpv6Ok() (*CreateNetworkIPv6, bool) + func (o *CreateNetworkPayload) GetLabels() map[string]interface{} + func (o *CreateNetworkPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateNetworkPayload) GetName() string + func (o *CreateNetworkPayload) GetNameOk() (*string, bool) + func (o *CreateNetworkPayload) GetRouted() bool + func (o *CreateNetworkPayload) GetRoutedOk() (*bool, bool) + func (o *CreateNetworkPayload) GetRoutingTableId() string + func (o *CreateNetworkPayload) GetRoutingTableIdOk() (*string, bool) + func (o *CreateNetworkPayload) HasDhcp() bool + func (o *CreateNetworkPayload) HasIpv4() bool + func (o *CreateNetworkPayload) HasIpv6() bool + func (o *CreateNetworkPayload) HasLabels() bool + func (o *CreateNetworkPayload) HasRouted() bool + func (o *CreateNetworkPayload) HasRoutingTableId() bool + func (o *CreateNetworkPayload) SetDhcp(v bool) + func (o *CreateNetworkPayload) SetIpv4(v CreateNetworkIPv4) + func (o *CreateNetworkPayload) SetIpv6(v CreateNetworkIPv6) + func (o *CreateNetworkPayload) SetLabels(v map[string]interface{}) + func (o *CreateNetworkPayload) SetName(v string) + func (o *CreateNetworkPayload) SetRouted(v bool) + func (o *CreateNetworkPayload) SetRoutingTableId(v string) + func (o *CreateNetworkPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateNetworkPayload) MarshalJSON() ([]byte, error) + func (o CreateNetworkPayload) ToMap() (map[string]interface{}, error) + type CreateNicPayload struct + AllowedAddresses []AllowedAddressesInner + Description *string + Device *string + Id *string + Ipv4 *string + Ipv6 *string + Labels map[string]interface{} + Mac *string + Name *string + NetworkId *string + NicSecurity *bool + SecurityGroups []string + Status *string + Type *string + func NewCreateNicPayload() *CreateNicPayload + func NewCreateNicPayloadWithDefaults() *CreateNicPayload + func (o *CreateNicPayload) GetAllowedAddresses() []AllowedAddressesInner + func (o *CreateNicPayload) GetAllowedAddressesOk() ([]AllowedAddressesInner, bool) + func (o *CreateNicPayload) GetDescription() string + func (o *CreateNicPayload) GetDescriptionOk() (*string, bool) + func (o *CreateNicPayload) GetDevice() string + func (o *CreateNicPayload) GetDeviceOk() (*string, bool) + func (o *CreateNicPayload) GetId() string + func (o *CreateNicPayload) GetIdOk() (*string, bool) + func (o *CreateNicPayload) GetIpv4() string + func (o *CreateNicPayload) GetIpv4Ok() (*string, bool) + func (o *CreateNicPayload) GetIpv6() string + func (o *CreateNicPayload) GetIpv6Ok() (*string, bool) + func (o *CreateNicPayload) GetLabels() map[string]interface{} + func (o *CreateNicPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateNicPayload) GetMac() string + func (o *CreateNicPayload) GetMacOk() (*string, bool) + func (o *CreateNicPayload) GetName() string + func (o *CreateNicPayload) GetNameOk() (*string, bool) + func (o *CreateNicPayload) GetNetworkId() string + func (o *CreateNicPayload) GetNetworkIdOk() (*string, bool) + func (o *CreateNicPayload) GetNicSecurity() bool + func (o *CreateNicPayload) GetNicSecurityOk() (*bool, bool) + func (o *CreateNicPayload) GetSecurityGroups() []string + func (o *CreateNicPayload) GetSecurityGroupsOk() ([]string, bool) + func (o *CreateNicPayload) GetStatus() string + func (o *CreateNicPayload) GetStatusOk() (*string, bool) + func (o *CreateNicPayload) GetType() string + func (o *CreateNicPayload) GetTypeOk() (*string, bool) + func (o *CreateNicPayload) HasAllowedAddresses() bool + func (o *CreateNicPayload) HasDescription() bool + func (o *CreateNicPayload) HasDevice() bool + func (o *CreateNicPayload) HasId() bool + func (o *CreateNicPayload) HasIpv4() bool + func (o *CreateNicPayload) HasIpv6() bool + func (o *CreateNicPayload) HasLabels() bool + func (o *CreateNicPayload) HasMac() bool + func (o *CreateNicPayload) HasName() bool + func (o *CreateNicPayload) HasNetworkId() bool + func (o *CreateNicPayload) HasNicSecurity() bool + func (o *CreateNicPayload) HasSecurityGroups() bool + func (o *CreateNicPayload) HasStatus() bool + func (o *CreateNicPayload) HasType() bool + func (o *CreateNicPayload) SetAllowedAddresses(v []AllowedAddressesInner) + func (o *CreateNicPayload) SetDescription(v string) + func (o *CreateNicPayload) SetDevice(v string) + func (o *CreateNicPayload) SetId(v string) + func (o *CreateNicPayload) SetIpv4(v string) + func (o *CreateNicPayload) SetIpv6(v string) + func (o *CreateNicPayload) SetLabels(v map[string]interface{}) + func (o *CreateNicPayload) SetMac(v string) + func (o *CreateNicPayload) SetName(v string) + func (o *CreateNicPayload) SetNetworkId(v string) + func (o *CreateNicPayload) SetNicSecurity(v bool) + func (o *CreateNicPayload) SetSecurityGroups(v []string) + func (o *CreateNicPayload) SetStatus(v string) + func (o *CreateNicPayload) SetType(v string) + func (o CreateNicPayload) MarshalJSON() ([]byte, error) + func (o CreateNicPayload) ToMap() (map[string]interface{}, error) + type CreateProtocol struct + Int64 *int64 + String *string + func Int64AsCreateProtocol(v *int64) CreateProtocol + func StringAsCreateProtocol(v *string) CreateProtocol + func (dst *CreateProtocol) UnmarshalJSON(data []byte) error + func (obj *CreateProtocol) GetActualInstance() interface{} + func (obj CreateProtocol) GetActualInstanceValue() interface{} + func (src CreateProtocol) MarshalJSON() ([]byte, error) + type CreatePublicIPPayload struct + Id *string + Ip *string + Labels map[string]interface{} + NetworkInterface NullableString + func NewCreatePublicIPPayload() *CreatePublicIPPayload + func NewCreatePublicIPPayloadWithDefaults() *CreatePublicIPPayload + func (o *CreatePublicIPPayload) GetId() string + func (o *CreatePublicIPPayload) GetIdOk() (*string, bool) + func (o *CreatePublicIPPayload) GetIp() string + func (o *CreatePublicIPPayload) GetIpOk() (*string, bool) + func (o *CreatePublicIPPayload) GetLabels() map[string]interface{} + func (o *CreatePublicIPPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreatePublicIPPayload) GetNetworkInterface() string + func (o *CreatePublicIPPayload) GetNetworkInterfaceOk() (*string, bool) + func (o *CreatePublicIPPayload) HasId() bool + func (o *CreatePublicIPPayload) HasIp() bool + func (o *CreatePublicIPPayload) HasLabels() bool + func (o *CreatePublicIPPayload) HasNetworkInterface() bool + func (o *CreatePublicIPPayload) SetId(v string) + func (o *CreatePublicIPPayload) SetIp(v string) + func (o *CreatePublicIPPayload) SetLabels(v map[string]interface{}) + func (o *CreatePublicIPPayload) SetNetworkInterface(v string) + func (o *CreatePublicIPPayload) SetNetworkInterfaceNil() + func (o *CreatePublicIPPayload) UnsetNetworkInterface() + func (o CreatePublicIPPayload) MarshalJSON() ([]byte, error) + func (o CreatePublicIPPayload) ToMap() (map[string]interface{}, error) + type CreateSecurityGroupPayload struct + CreatedAt *time.Time + Description *string + Id *string + Labels map[string]interface{} + Name string + Rules []SecurityGroupRule + Stateful *bool + UpdatedAt *time.Time + func NewCreateSecurityGroupPayload(name string) *CreateSecurityGroupPayload + func NewCreateSecurityGroupPayloadWithDefaults() *CreateSecurityGroupPayload + func (o *CreateSecurityGroupPayload) GetCreatedAt() time.Time + func (o *CreateSecurityGroupPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateSecurityGroupPayload) GetDescription() string + func (o *CreateSecurityGroupPayload) GetDescriptionOk() (*string, bool) + func (o *CreateSecurityGroupPayload) GetId() string + func (o *CreateSecurityGroupPayload) GetIdOk() (*string, bool) + func (o *CreateSecurityGroupPayload) GetLabels() map[string]interface{} + func (o *CreateSecurityGroupPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateSecurityGroupPayload) GetName() string + func (o *CreateSecurityGroupPayload) GetNameOk() (*string, bool) + func (o *CreateSecurityGroupPayload) GetRules() []SecurityGroupRule + func (o *CreateSecurityGroupPayload) GetRulesOk() ([]SecurityGroupRule, bool) + func (o *CreateSecurityGroupPayload) GetStateful() bool + func (o *CreateSecurityGroupPayload) GetStatefulOk() (*bool, bool) + func (o *CreateSecurityGroupPayload) GetUpdatedAt() time.Time + func (o *CreateSecurityGroupPayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *CreateSecurityGroupPayload) HasCreatedAt() bool + func (o *CreateSecurityGroupPayload) HasDescription() bool + func (o *CreateSecurityGroupPayload) HasId() bool + func (o *CreateSecurityGroupPayload) HasLabels() bool + func (o *CreateSecurityGroupPayload) HasRules() bool + func (o *CreateSecurityGroupPayload) HasStateful() bool + func (o *CreateSecurityGroupPayload) HasUpdatedAt() bool + func (o *CreateSecurityGroupPayload) SetCreatedAt(v time.Time) + func (o *CreateSecurityGroupPayload) SetDescription(v string) + func (o *CreateSecurityGroupPayload) SetId(v string) + func (o *CreateSecurityGroupPayload) SetLabels(v map[string]interface{}) + func (o *CreateSecurityGroupPayload) SetName(v string) + func (o *CreateSecurityGroupPayload) SetRules(v []SecurityGroupRule) + func (o *CreateSecurityGroupPayload) SetStateful(v bool) + func (o *CreateSecurityGroupPayload) SetUpdatedAt(v time.Time) + func (o *CreateSecurityGroupPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateSecurityGroupPayload) MarshalJSON() ([]byte, error) + func (o CreateSecurityGroupPayload) ToMap() (map[string]interface{}, error) + type CreateSecurityGroupRulePayload struct + CreatedAt *time.Time + Description *string + Direction string + Ethertype *string + IcmpParameters *ICMPParameters + Id *string + IpRange *string + PortRange *PortRange + Protocol *CreateProtocol + RemoteSecurityGroupId *string + SecurityGroupId *string + UpdatedAt *time.Time + func NewCreateSecurityGroupRulePayload(direction string) *CreateSecurityGroupRulePayload + func NewCreateSecurityGroupRulePayloadWithDefaults() *CreateSecurityGroupRulePayload + func (o *CreateSecurityGroupRulePayload) GetCreatedAt() time.Time + func (o *CreateSecurityGroupRulePayload) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateSecurityGroupRulePayload) GetDescription() string + func (o *CreateSecurityGroupRulePayload) GetDescriptionOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetDirection() string + func (o *CreateSecurityGroupRulePayload) GetDirectionOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetEthertype() string + func (o *CreateSecurityGroupRulePayload) GetEthertypeOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetIcmpParameters() ICMPParameters + func (o *CreateSecurityGroupRulePayload) GetIcmpParametersOk() (*ICMPParameters, bool) + func (o *CreateSecurityGroupRulePayload) GetId() string + func (o *CreateSecurityGroupRulePayload) GetIdOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetIpRange() string + func (o *CreateSecurityGroupRulePayload) GetIpRangeOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetPortRange() PortRange + func (o *CreateSecurityGroupRulePayload) GetPortRangeOk() (*PortRange, bool) + func (o *CreateSecurityGroupRulePayload) GetProtocol() CreateProtocol + func (o *CreateSecurityGroupRulePayload) GetProtocolOk() (*CreateProtocol, bool) + func (o *CreateSecurityGroupRulePayload) GetRemoteSecurityGroupId() string + func (o *CreateSecurityGroupRulePayload) GetRemoteSecurityGroupIdOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetSecurityGroupId() string + func (o *CreateSecurityGroupRulePayload) GetSecurityGroupIdOk() (*string, bool) + func (o *CreateSecurityGroupRulePayload) GetUpdatedAt() time.Time + func (o *CreateSecurityGroupRulePayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *CreateSecurityGroupRulePayload) HasCreatedAt() bool + func (o *CreateSecurityGroupRulePayload) HasDescription() bool + func (o *CreateSecurityGroupRulePayload) HasEthertype() bool + func (o *CreateSecurityGroupRulePayload) HasIcmpParameters() bool + func (o *CreateSecurityGroupRulePayload) HasId() bool + func (o *CreateSecurityGroupRulePayload) HasIpRange() bool + func (o *CreateSecurityGroupRulePayload) HasPortRange() bool + func (o *CreateSecurityGroupRulePayload) HasProtocol() bool + func (o *CreateSecurityGroupRulePayload) HasRemoteSecurityGroupId() bool + func (o *CreateSecurityGroupRulePayload) HasSecurityGroupId() bool + func (o *CreateSecurityGroupRulePayload) HasUpdatedAt() bool + func (o *CreateSecurityGroupRulePayload) SetCreatedAt(v time.Time) + func (o *CreateSecurityGroupRulePayload) SetDescription(v string) + func (o *CreateSecurityGroupRulePayload) SetDirection(v string) + func (o *CreateSecurityGroupRulePayload) SetEthertype(v string) + func (o *CreateSecurityGroupRulePayload) SetIcmpParameters(v ICMPParameters) + func (o *CreateSecurityGroupRulePayload) SetId(v string) + func (o *CreateSecurityGroupRulePayload) SetIpRange(v string) + func (o *CreateSecurityGroupRulePayload) SetPortRange(v PortRange) + func (o *CreateSecurityGroupRulePayload) SetProtocol(v CreateProtocol) + func (o *CreateSecurityGroupRulePayload) SetRemoteSecurityGroupId(v string) + func (o *CreateSecurityGroupRulePayload) SetSecurityGroupId(v string) + func (o *CreateSecurityGroupRulePayload) SetUpdatedAt(v time.Time) + func (o *CreateSecurityGroupRulePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateSecurityGroupRulePayload) MarshalJSON() ([]byte, error) + func (o CreateSecurityGroupRulePayload) ToMap() (map[string]interface{}, error) + type CreateSecurityGroupRuleProtocol struct + Protocol *CreateProtocol + func NewCreateSecurityGroupRuleProtocol() *CreateSecurityGroupRuleProtocol + func NewCreateSecurityGroupRuleProtocolWithDefaults() *CreateSecurityGroupRuleProtocol + func (o *CreateSecurityGroupRuleProtocol) GetProtocol() CreateProtocol + func (o *CreateSecurityGroupRuleProtocol) GetProtocolOk() (*CreateProtocol, bool) + func (o *CreateSecurityGroupRuleProtocol) HasProtocol() bool + func (o *CreateSecurityGroupRuleProtocol) SetProtocol(v CreateProtocol) + func (o CreateSecurityGroupRuleProtocol) MarshalJSON() ([]byte, error) + func (o CreateSecurityGroupRuleProtocol) ToMap() (map[string]interface{}, error) + type CreateServerNetworking struct + NetworkId *string + func NewCreateServerNetworking() *CreateServerNetworking + func NewCreateServerNetworkingWithDefaults() *CreateServerNetworking + func (o *CreateServerNetworking) GetNetworkId() string + func (o *CreateServerNetworking) GetNetworkIdOk() (*string, bool) + func (o *CreateServerNetworking) HasNetworkId() bool + func (o *CreateServerNetworking) SetNetworkId(v string) + func (o CreateServerNetworking) MarshalJSON() ([]byte, error) + func (o CreateServerNetworking) ToMap() (map[string]interface{}, error) + type CreateServerNetworkingWithNics struct + NicIds []string + func NewCreateServerNetworkingWithNics() *CreateServerNetworkingWithNics + func NewCreateServerNetworkingWithNicsWithDefaults() *CreateServerNetworkingWithNics + func (o *CreateServerNetworkingWithNics) GetNicIds() []string + func (o *CreateServerNetworkingWithNics) GetNicIdsOk() ([]string, bool) + func (o *CreateServerNetworkingWithNics) HasNicIds() bool + func (o *CreateServerNetworkingWithNics) SetNicIds(v []string) + func (o CreateServerNetworkingWithNics) MarshalJSON() ([]byte, error) + func (o CreateServerNetworkingWithNics) ToMap() (map[string]interface{}, error) + type CreateServerPayload struct + AffinityGroup *string + Agent *ServerAgent + AvailabilityZone *string + BootVolume *BootVolume + CreatedAt *time.Time + ErrorMessage *string + Id *string + ImageId *string + KeypairName *string + Labels map[string]interface{} + LaunchedAt *time.Time + MachineType string + MaintenanceWindow *ServerMaintenance + Metadata map[string]interface{} + Name string + Networking CreateServerPayloadAllOfNetworking + Nics []ServerNetwork + PowerStatus *string + SecurityGroups []string + ServiceAccountMails []string + Status *string + UpdatedAt *time.Time + UserData *string + Volumes []string + func NewCreateServerPayload(machineType string, name string, networking CreateServerPayloadAllOfNetworking) *CreateServerPayload + func NewCreateServerPayloadWithDefaults() *CreateServerPayload + func (o *CreateServerPayload) GetAffinityGroup() string + func (o *CreateServerPayload) GetAffinityGroupOk() (*string, bool) + func (o *CreateServerPayload) GetAgent() ServerAgent + func (o *CreateServerPayload) GetAgentOk() (*ServerAgent, bool) + func (o *CreateServerPayload) GetAvailabilityZone() string + func (o *CreateServerPayload) GetAvailabilityZoneOk() (*string, bool) + func (o *CreateServerPayload) GetBootVolume() BootVolume + func (o *CreateServerPayload) GetBootVolumeOk() (*BootVolume, bool) + func (o *CreateServerPayload) GetCreatedAt() time.Time + func (o *CreateServerPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateServerPayload) GetErrorMessage() string + func (o *CreateServerPayload) GetErrorMessageOk() (*string, bool) + func (o *CreateServerPayload) GetId() string + func (o *CreateServerPayload) GetIdOk() (*string, bool) + func (o *CreateServerPayload) GetImageId() string + func (o *CreateServerPayload) GetImageIdOk() (*string, bool) + func (o *CreateServerPayload) GetKeypairName() string + func (o *CreateServerPayload) GetKeypairNameOk() (*string, bool) + func (o *CreateServerPayload) GetLabels() map[string]interface{} + func (o *CreateServerPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateServerPayload) GetLaunchedAt() time.Time + func (o *CreateServerPayload) GetLaunchedAtOk() (*time.Time, bool) + func (o *CreateServerPayload) GetMachineType() string + func (o *CreateServerPayload) GetMachineTypeOk() (*string, bool) + func (o *CreateServerPayload) GetMaintenanceWindow() ServerMaintenance + func (o *CreateServerPayload) GetMaintenanceWindowOk() (*ServerMaintenance, bool) + func (o *CreateServerPayload) GetMetadata() map[string]interface{} + func (o *CreateServerPayload) GetMetadataOk() (map[string]interface{}, bool) + func (o *CreateServerPayload) GetName() string + func (o *CreateServerPayload) GetNameOk() (*string, bool) + func (o *CreateServerPayload) GetNetworking() CreateServerPayloadAllOfNetworking + func (o *CreateServerPayload) GetNetworkingOk() (*CreateServerPayloadAllOfNetworking, bool) + func (o *CreateServerPayload) GetNics() []ServerNetwork + func (o *CreateServerPayload) GetNicsOk() ([]ServerNetwork, bool) + func (o *CreateServerPayload) GetPowerStatus() string + func (o *CreateServerPayload) GetPowerStatusOk() (*string, bool) + func (o *CreateServerPayload) GetSecurityGroups() []string + func (o *CreateServerPayload) GetSecurityGroupsOk() ([]string, bool) + func (o *CreateServerPayload) GetServiceAccountMails() []string + func (o *CreateServerPayload) GetServiceAccountMailsOk() ([]string, bool) + func (o *CreateServerPayload) GetStatus() string + func (o *CreateServerPayload) GetStatusOk() (*string, bool) + func (o *CreateServerPayload) GetUpdatedAt() time.Time + func (o *CreateServerPayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *CreateServerPayload) GetUserData() string + func (o *CreateServerPayload) GetUserDataOk() (*string, bool) + func (o *CreateServerPayload) GetVolumes() []string + func (o *CreateServerPayload) GetVolumesOk() ([]string, bool) + func (o *CreateServerPayload) HasAffinityGroup() bool + func (o *CreateServerPayload) HasAgent() bool + func (o *CreateServerPayload) HasAvailabilityZone() bool + func (o *CreateServerPayload) HasBootVolume() bool + func (o *CreateServerPayload) HasCreatedAt() bool + func (o *CreateServerPayload) HasErrorMessage() bool + func (o *CreateServerPayload) HasId() bool + func (o *CreateServerPayload) HasImageId() bool + func (o *CreateServerPayload) HasKeypairName() bool + func (o *CreateServerPayload) HasLabels() bool + func (o *CreateServerPayload) HasLaunchedAt() bool + func (o *CreateServerPayload) HasMaintenanceWindow() bool + func (o *CreateServerPayload) HasMetadata() bool + func (o *CreateServerPayload) HasNics() bool + func (o *CreateServerPayload) HasPowerStatus() bool + func (o *CreateServerPayload) HasSecurityGroups() bool + func (o *CreateServerPayload) HasServiceAccountMails() bool + func (o *CreateServerPayload) HasStatus() bool + func (o *CreateServerPayload) HasUpdatedAt() bool + func (o *CreateServerPayload) HasUserData() bool + func (o *CreateServerPayload) HasVolumes() bool + func (o *CreateServerPayload) SetAffinityGroup(v string) + func (o *CreateServerPayload) SetAgent(v ServerAgent) + func (o *CreateServerPayload) SetAvailabilityZone(v string) + func (o *CreateServerPayload) SetBootVolume(v BootVolume) + func (o *CreateServerPayload) SetCreatedAt(v time.Time) + func (o *CreateServerPayload) SetErrorMessage(v string) + func (o *CreateServerPayload) SetId(v string) + func (o *CreateServerPayload) SetImageId(v string) + func (o *CreateServerPayload) SetKeypairName(v string) + func (o *CreateServerPayload) SetLabels(v map[string]interface{}) + func (o *CreateServerPayload) SetLaunchedAt(v time.Time) + func (o *CreateServerPayload) SetMachineType(v string) + func (o *CreateServerPayload) SetMaintenanceWindow(v ServerMaintenance) + func (o *CreateServerPayload) SetMetadata(v map[string]interface{}) + func (o *CreateServerPayload) SetName(v string) + func (o *CreateServerPayload) SetNetworking(v CreateServerPayloadAllOfNetworking) + func (o *CreateServerPayload) SetNics(v []ServerNetwork) + func (o *CreateServerPayload) SetPowerStatus(v string) + func (o *CreateServerPayload) SetSecurityGroups(v []string) + func (o *CreateServerPayload) SetServiceAccountMails(v []string) + func (o *CreateServerPayload) SetStatus(v string) + func (o *CreateServerPayload) SetUpdatedAt(v time.Time) + func (o *CreateServerPayload) SetUserData(v string) + func (o *CreateServerPayload) SetVolumes(v []string) + func (o *CreateServerPayload) UnmarshalJSON(data []byte) (err error) + func (o CreateServerPayload) MarshalJSON() ([]byte, error) + func (o CreateServerPayload) ToMap() (map[string]interface{}, error) + type CreateServerPayloadAllOfNetworking struct + CreateServerNetworking *CreateServerNetworking + CreateServerNetworkingWithNics *CreateServerNetworkingWithNics + func CreateServerNetworkingAsCreateServerPayloadAllOfNetworking(v *CreateServerNetworking) CreateServerPayloadAllOfNetworking + func CreateServerNetworkingWithNicsAsCreateServerPayloadAllOfNetworking(v *CreateServerNetworkingWithNics) CreateServerPayloadAllOfNetworking + func (dst *CreateServerPayloadAllOfNetworking) UnmarshalJSON(data []byte) error + func (obj *CreateServerPayloadAllOfNetworking) GetActualInstance() interface{} + func (obj CreateServerPayloadAllOfNetworking) GetActualInstanceValue() interface{} + func (src CreateServerPayloadAllOfNetworking) MarshalJSON() ([]byte, error) + type CreateVolumePayload struct + AvailabilityZone string + Bootable *bool + CreatedAt *time.Time + Description *string + Encrypted *bool + EncryptionParameters *VolumeEncryptionParameter + Id *string + ImageConfig *ImageConfig + Labels map[string]interface{} + Name *string + PerformanceClass *string + ServerId *string + Size *int64 + Source *VolumeSource + Status *string + UpdatedAt *time.Time + func NewCreateVolumePayload(availabilityZone string) *CreateVolumePayload + func NewCreateVolumePayloadWithDefaults() *CreateVolumePayload + func (o *CreateVolumePayload) GetAvailabilityZone() string + func (o *CreateVolumePayload) GetAvailabilityZoneOk() (*string, bool) + func (o *CreateVolumePayload) GetBootable() bool + func (o *CreateVolumePayload) GetBootableOk() (*bool, bool) + func (o *CreateVolumePayload) GetCreatedAt() time.Time + func (o *CreateVolumePayload) GetCreatedAtOk() (*time.Time, bool) + func (o *CreateVolumePayload) GetDescription() string + func (o *CreateVolumePayload) GetDescriptionOk() (*string, bool) + func (o *CreateVolumePayload) GetEncrypted() bool + func (o *CreateVolumePayload) GetEncryptedOk() (*bool, bool) + func (o *CreateVolumePayload) GetEncryptionParameters() VolumeEncryptionParameter + func (o *CreateVolumePayload) GetEncryptionParametersOk() (*VolumeEncryptionParameter, bool) + func (o *CreateVolumePayload) GetId() string + func (o *CreateVolumePayload) GetIdOk() (*string, bool) + func (o *CreateVolumePayload) GetImageConfig() ImageConfig + func (o *CreateVolumePayload) GetImageConfigOk() (*ImageConfig, bool) + func (o *CreateVolumePayload) GetLabels() map[string]interface{} + func (o *CreateVolumePayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *CreateVolumePayload) GetName() string + func (o *CreateVolumePayload) GetNameOk() (*string, bool) + func (o *CreateVolumePayload) GetPerformanceClass() string + func (o *CreateVolumePayload) GetPerformanceClassOk() (*string, bool) + func (o *CreateVolumePayload) GetServerId() string + func (o *CreateVolumePayload) GetServerIdOk() (*string, bool) + func (o *CreateVolumePayload) GetSize() int64 + func (o *CreateVolumePayload) GetSizeOk() (*int64, bool) + func (o *CreateVolumePayload) GetSource() VolumeSource + func (o *CreateVolumePayload) GetSourceOk() (*VolumeSource, bool) + func (o *CreateVolumePayload) GetStatus() string + func (o *CreateVolumePayload) GetStatusOk() (*string, bool) + func (o *CreateVolumePayload) GetUpdatedAt() time.Time + func (o *CreateVolumePayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *CreateVolumePayload) HasBootable() bool + func (o *CreateVolumePayload) HasCreatedAt() bool + func (o *CreateVolumePayload) HasDescription() bool + func (o *CreateVolumePayload) HasEncrypted() bool + func (o *CreateVolumePayload) HasEncryptionParameters() bool + func (o *CreateVolumePayload) HasId() bool + func (o *CreateVolumePayload) HasImageConfig() bool + func (o *CreateVolumePayload) HasLabels() bool + func (o *CreateVolumePayload) HasName() bool + func (o *CreateVolumePayload) HasPerformanceClass() bool + func (o *CreateVolumePayload) HasServerId() bool + func (o *CreateVolumePayload) HasSize() bool + func (o *CreateVolumePayload) HasSource() bool + func (o *CreateVolumePayload) HasStatus() bool + func (o *CreateVolumePayload) HasUpdatedAt() bool + func (o *CreateVolumePayload) SetAvailabilityZone(v string) + func (o *CreateVolumePayload) SetBootable(v bool) + func (o *CreateVolumePayload) SetCreatedAt(v time.Time) + func (o *CreateVolumePayload) SetDescription(v string) + func (o *CreateVolumePayload) SetEncrypted(v bool) + func (o *CreateVolumePayload) SetEncryptionParameters(v VolumeEncryptionParameter) + func (o *CreateVolumePayload) SetId(v string) + func (o *CreateVolumePayload) SetImageConfig(v ImageConfig) + func (o *CreateVolumePayload) SetLabels(v map[string]interface{}) + func (o *CreateVolumePayload) SetName(v string) + func (o *CreateVolumePayload) SetPerformanceClass(v string) + func (o *CreateVolumePayload) SetServerId(v string) + func (o *CreateVolumePayload) SetSize(v int64) + func (o *CreateVolumePayload) SetSource(v VolumeSource) + func (o *CreateVolumePayload) SetStatus(v string) + func (o *CreateVolumePayload) SetUpdatedAt(v time.Time) + func (o *CreateVolumePayload) UnmarshalJSON(data []byte) (err error) + func (o CreateVolumePayload) MarshalJSON() ([]byte, error) + func (o CreateVolumePayload) ToMap() (map[string]interface{}, error) + type DefaultAPI interface + AddNetworkToServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddNetworkToServerRequest + AddNetworkToServerExecute func(r ApiAddNetworkToServerRequest) error + AddNicToServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddNicToServerRequest + AddNicToServerExecute func(r ApiAddNicToServerRequest) error + AddPublicIpToServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddPublicIpToServerRequest + AddPublicIpToServerExecute func(r ApiAddPublicIpToServerRequest) error + AddRoutesToRoutingTable func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiAddRoutesToRoutingTableRequest + AddRoutesToRoutingTableExecute func(r ApiAddRoutesToRoutingTableRequest) (*RouteListResponse, error) + AddRoutingTableToArea func(ctx context.Context, organizationId string, areaId string, region string) ApiAddRoutingTableToAreaRequest + AddRoutingTableToAreaExecute func(r ApiAddRoutingTableToAreaRequest) (*RoutingTable, error) + AddSecurityGroupToServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddSecurityGroupToServerRequest + AddSecurityGroupToServerExecute func(r ApiAddSecurityGroupToServerRequest) error + AddServiceAccountToServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddServiceAccountToServerRequest + AddServiceAccountToServerExecute func(r ApiAddServiceAccountToServerRequest) (*ServiceAccountMailListResponse, error) + AddVolumeToServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddVolumeToServerRequest + AddVolumeToServerExecute func(r ApiAddVolumeToServerRequest) (*VolumeAttachment, error) + CreateAffinityGroup func(ctx context.Context, projectId string, region string) ApiCreateAffinityGroupRequest + CreateAffinityGroupExecute func(r ApiCreateAffinityGroupRequest) (*AffinityGroup, error) + CreateBackup func(ctx context.Context, projectId string, region string) ApiCreateBackupRequest + CreateBackupExecute func(r ApiCreateBackupRequest) (*Backup, error) + CreateImage func(ctx context.Context, projectId string, region string) ApiCreateImageRequest + CreateImageExecute func(r ApiCreateImageRequest) (*ImageCreateResponse, error) + CreateIsolatedNetwork func(ctx context.Context, projectId string, region string) ApiCreateIsolatedNetworkRequest + CreateIsolatedNetworkExecute func(r ApiCreateIsolatedNetworkRequest) (*Network, error) + CreateKeyPair func(ctx context.Context) ApiCreateKeyPairRequest + CreateKeyPairExecute func(r ApiCreateKeyPairRequest) (*Keypair, error) + CreateNetwork func(ctx context.Context, projectId string, region string) ApiCreateNetworkRequest + CreateNetworkArea func(ctx context.Context, organizationId string) ApiCreateNetworkAreaRequest + CreateNetworkAreaExecute func(r ApiCreateNetworkAreaRequest) (*NetworkArea, error) + CreateNetworkAreaRange func(ctx context.Context, organizationId string, areaId string, region string) ApiCreateNetworkAreaRangeRequest + CreateNetworkAreaRangeExecute func(r ApiCreateNetworkAreaRangeRequest) (*NetworkRangeListResponse, error) + CreateNetworkAreaRoute func(ctx context.Context, organizationId string, areaId string, region string) ApiCreateNetworkAreaRouteRequest + CreateNetworkAreaRouteExecute func(r ApiCreateNetworkAreaRouteRequest) (*RouteListResponse, error) + CreateNetworkExecute func(r ApiCreateNetworkRequest) (*Network, error) + CreateNic func(ctx context.Context, projectId string, region string, networkId string) ApiCreateNicRequest + CreateNicExecute func(r ApiCreateNicRequest) (*NIC, error) + CreatePublicIP func(ctx context.Context, projectId string, region string) ApiCreatePublicIPRequest + CreatePublicIPExecute func(r ApiCreatePublicIPRequest) (*PublicIp, error) + CreateSecurityGroup func(ctx context.Context, projectId string, region string) ApiCreateSecurityGroupRequest + CreateSecurityGroupExecute func(r ApiCreateSecurityGroupRequest) (*SecurityGroup, error) + CreateSecurityGroupRule func(ctx context.Context, projectId string, region string, securityGroupId string) ApiCreateSecurityGroupRuleRequest + CreateSecurityGroupRuleExecute func(r ApiCreateSecurityGroupRuleRequest) (*SecurityGroupRule, error) + CreateServer func(ctx context.Context, projectId string, region string) ApiCreateServerRequest + CreateServerExecute func(r ApiCreateServerRequest) (*Server, error) + CreateVolume func(ctx context.Context, projectId string, region string) ApiCreateVolumeRequest + CreateVolumeExecute func(r ApiCreateVolumeRequest) (*Volume, error) + DeallocateServer func(ctx context.Context, projectId string, region string, serverId string) ApiDeallocateServerRequest + DeallocateServerExecute func(r ApiDeallocateServerRequest) error + DeleteAffinityGroup func(ctx context.Context, projectId string, region string, affinityGroupId string) ApiDeleteAffinityGroupRequest + DeleteAffinityGroupExecute func(r ApiDeleteAffinityGroupRequest) error + DeleteBackup func(ctx context.Context, projectId string, region string, backupId string) ApiDeleteBackupRequest + DeleteBackupExecute func(r ApiDeleteBackupRequest) error + DeleteImage func(ctx context.Context, projectId string, region string, imageId string) ApiDeleteImageRequest + DeleteImageExecute func(r ApiDeleteImageRequest) error + DeleteImageShare func(ctx context.Context, projectId string, region string, imageId string) ApiDeleteImageShareRequest + DeleteImageShareConsumer func(ctx context.Context, projectId string, region string, imageId string, ...) ApiDeleteImageShareConsumerRequest + DeleteImageShareConsumerExecute func(r ApiDeleteImageShareConsumerRequest) error + DeleteImageShareExecute func(r ApiDeleteImageShareRequest) error + DeleteKeyPair func(ctx context.Context, keypairName string) ApiDeleteKeyPairRequest + DeleteKeyPairExecute func(r ApiDeleteKeyPairRequest) error + DeleteNetwork func(ctx context.Context, projectId string, region string, networkId string) ApiDeleteNetworkRequest + DeleteNetworkArea func(ctx context.Context, organizationId string, areaId string) ApiDeleteNetworkAreaRequest + DeleteNetworkAreaExecute func(r ApiDeleteNetworkAreaRequest) error + DeleteNetworkAreaRange func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteNetworkAreaRangeRequest + DeleteNetworkAreaRangeExecute func(r ApiDeleteNetworkAreaRangeRequest) error + DeleteNetworkAreaRoute func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteNetworkAreaRouteRequest + DeleteNetworkAreaRouteExecute func(r ApiDeleteNetworkAreaRouteRequest) error + DeleteNetworkExecute func(r ApiDeleteNetworkRequest) error + DeleteNic func(ctx context.Context, projectId string, region string, networkId string, ...) ApiDeleteNicRequest + DeleteNicExecute func(r ApiDeleteNicRequest) error + DeletePublicIP func(ctx context.Context, projectId string, region string, publicIpId string) ApiDeletePublicIPRequest + DeletePublicIPExecute func(r ApiDeletePublicIPRequest) error + DeleteRouteFromRoutingTable func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteRouteFromRoutingTableRequest + DeleteRouteFromRoutingTableExecute func(r ApiDeleteRouteFromRoutingTableRequest) error + DeleteRoutingTableFromArea func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteRoutingTableFromAreaRequest + DeleteRoutingTableFromAreaExecute func(r ApiDeleteRoutingTableFromAreaRequest) error + DeleteSecurityGroup func(ctx context.Context, projectId string, region string, securityGroupId string) ApiDeleteSecurityGroupRequest + DeleteSecurityGroupExecute func(r ApiDeleteSecurityGroupRequest) error + DeleteSecurityGroupRule func(ctx context.Context, projectId string, region string, securityGroupId string, ...) ApiDeleteSecurityGroupRuleRequest + DeleteSecurityGroupRuleExecute func(r ApiDeleteSecurityGroupRuleRequest) error + DeleteServer func(ctx context.Context, projectId string, region string, serverId string) ApiDeleteServerRequest + DeleteServerExecute func(r ApiDeleteServerRequest) error + DeleteVolume func(ctx context.Context, projectId string, region string, volumeId string) ApiDeleteVolumeRequest + DeleteVolumeExecute func(r ApiDeleteVolumeRequest) error + GetAffinityGroup func(ctx context.Context, projectId string, region string, affinityGroupId string) ApiGetAffinityGroupRequest + GetAffinityGroupExecute func(r ApiGetAffinityGroupRequest) (*AffinityGroup, error) + GetAttachedVolume func(ctx context.Context, projectId string, region string, serverId string, ...) ApiGetAttachedVolumeRequest + GetAttachedVolumeExecute func(r ApiGetAttachedVolumeRequest) (*VolumeAttachment, error) + GetBackup func(ctx context.Context, projectId string, region string, backupId string) ApiGetBackupRequest + GetBackupExecute func(r ApiGetBackupRequest) (*Backup, error) + GetImage func(ctx context.Context, projectId string, region string, imageId string) ApiGetImageRequest + GetImageExecute func(r ApiGetImageRequest) (*Image, error) + GetImageShare func(ctx context.Context, projectId string, region string, imageId string) ApiGetImageShareRequest + GetImageShareConsumer func(ctx context.Context, projectId string, region string, imageId string, ...) ApiGetImageShareConsumerRequest + GetImageShareConsumerExecute func(r ApiGetImageShareConsumerRequest) (*ImageShareConsumer, error) + GetImageShareExecute func(r ApiGetImageShareRequest) (*ImageShare, error) + GetKeyPair func(ctx context.Context, keypairName string) ApiGetKeyPairRequest + GetKeyPairExecute func(r ApiGetKeyPairRequest) (*Keypair, error) + GetMachineType func(ctx context.Context, projectId string, region string, machineType string) ApiGetMachineTypeRequest + GetMachineTypeExecute func(r ApiGetMachineTypeRequest) (*MachineType, error) + GetNetwork func(ctx context.Context, projectId string, region string, networkId string) ApiGetNetworkRequest + GetNetworkArea func(ctx context.Context, organizationId string, areaId string) ApiGetNetworkAreaRequest + GetNetworkAreaExecute func(r ApiGetNetworkAreaRequest) (*NetworkArea, error) + GetNetworkAreaRange func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetNetworkAreaRangeRequest + GetNetworkAreaRangeExecute func(r ApiGetNetworkAreaRangeRequest) (*NetworkRange, error) + GetNetworkAreaRoute func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetNetworkAreaRouteRequest + GetNetworkAreaRouteExecute func(r ApiGetNetworkAreaRouteRequest) (*Route, error) + GetNetworkExecute func(r ApiGetNetworkRequest) (*Network, error) + GetNic func(ctx context.Context, projectId string, region string, networkId string, ...) ApiGetNicRequest + GetNicExecute func(r ApiGetNicRequest) (*NIC, error) + GetOrganizationRequest func(ctx context.Context, organizationId string, requestId string) ApiGetOrganizationRequestRequest + GetOrganizationRequestExecute func(r ApiGetOrganizationRequestRequest) (*Request, error) + GetProjectDetails func(ctx context.Context, projectId string) ApiGetProjectDetailsRequest + GetProjectDetailsExecute func(r ApiGetProjectDetailsRequest) (*Project, error) + GetProjectNIC func(ctx context.Context, projectId string, region string, nicId string) ApiGetProjectNICRequest + GetProjectNICExecute func(r ApiGetProjectNICRequest) (*NIC, error) + GetProjectRequest func(ctx context.Context, projectId string, region string, requestId string) ApiGetProjectRequestRequest + GetProjectRequestExecute func(r ApiGetProjectRequestRequest) (*Request, error) + GetPublicIP func(ctx context.Context, projectId string, region string, publicIpId string) ApiGetPublicIPRequest + GetPublicIPExecute func(r ApiGetPublicIPRequest) (*PublicIp, error) + GetRouteOfRoutingTable func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetRouteOfRoutingTableRequest + GetRouteOfRoutingTableExecute func(r ApiGetRouteOfRoutingTableRequest) (*Route, error) + GetRoutingTableOfArea func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetRoutingTableOfAreaRequest + GetRoutingTableOfAreaExecute func(r ApiGetRoutingTableOfAreaRequest) (*RoutingTable, error) + GetSecurityGroup func(ctx context.Context, projectId string, region string, securityGroupId string) ApiGetSecurityGroupRequest + GetSecurityGroupExecute func(r ApiGetSecurityGroupRequest) (*SecurityGroup, error) + GetSecurityGroupRule func(ctx context.Context, projectId string, region string, securityGroupId string, ...) ApiGetSecurityGroupRuleRequest + GetSecurityGroupRuleExecute func(r ApiGetSecurityGroupRuleRequest) (*SecurityGroupRule, error) + GetServer func(ctx context.Context, projectId string, region string, serverId string) ApiGetServerRequest + GetServerConsole func(ctx context.Context, projectId string, region string, serverId string) ApiGetServerConsoleRequest + GetServerConsoleExecute func(r ApiGetServerConsoleRequest) (*ServerConsoleUrl, error) + GetServerExecute func(r ApiGetServerRequest) (*Server, error) + GetServerLog func(ctx context.Context, projectId string, region string, serverId string) ApiGetServerLogRequest + GetServerLogExecute func(r ApiGetServerLogRequest) (*GetServerLog200Response, error) + GetVolume func(ctx context.Context, projectId string, region string, volumeId string) ApiGetVolumeRequest + GetVolumeExecute func(r ApiGetVolumeRequest) (*Volume, error) + GetVolumePerformanceClass func(ctx context.Context, projectId string, region string, ...) ApiGetVolumePerformanceClassRequest + GetVolumePerformanceClassExecute func(r ApiGetVolumePerformanceClassRequest) (*VolumePerformanceClass, error) + ListAffinityGroups func(ctx context.Context, projectId string, region string) ApiListAffinityGroupsRequest + ListAffinityGroupsExecute func(r ApiListAffinityGroupsRequest) (*AffinityGroupListResponse, error) + ListAttachedVolumes func(ctx context.Context, projectId string, region string, serverId string) ApiListAttachedVolumesRequest + ListAttachedVolumesExecute func(r ApiListAttachedVolumesRequest) (*VolumeAttachmentListResponse, error) + ListAvailabilityZones func(ctx context.Context, region string) ApiListAvailabilityZonesRequest + ListAvailabilityZonesExecute func(r ApiListAvailabilityZonesRequest) (*AvailabilityZoneListResponse, error) + ListBackups func(ctx context.Context, projectId string, region string) ApiListBackupsRequest + ListBackupsExecute func(r ApiListBackupsRequest) (*BackupListResponse, error) + ListImages func(ctx context.Context, projectId string, region string) ApiListImagesRequest + ListImagesExecute func(r ApiListImagesRequest) (*ImageListResponse, error) + ListKeyPairs func(ctx context.Context) ApiListKeyPairsRequest + ListKeyPairsExecute func(r ApiListKeyPairsRequest) (*KeyPairListResponse, error) + ListMachineTypes func(ctx context.Context, projectId string, region string) ApiListMachineTypesRequest + ListMachineTypesExecute func(r ApiListMachineTypesRequest) (*MachineTypeListResponse, error) + ListNetworkAreaProjects func(ctx context.Context, organizationId string, areaId string) ApiListNetworkAreaProjectsRequest + ListNetworkAreaProjectsExecute func(r ApiListNetworkAreaProjectsRequest) (*ProjectListResponse, error) + ListNetworkAreaRanges func(ctx context.Context, organizationId string, areaId string, region string) ApiListNetworkAreaRangesRequest + ListNetworkAreaRangesExecute func(r ApiListNetworkAreaRangesRequest) (*NetworkRangeListResponse, error) + ListNetworkAreaRoutes func(ctx context.Context, organizationId string, areaId string, region string) ApiListNetworkAreaRoutesRequest + ListNetworkAreaRoutesExecute func(r ApiListNetworkAreaRoutesRequest) (*RouteListResponse, error) + ListNetworkAreas func(ctx context.Context, organizationId string) ApiListNetworkAreasRequest + ListNetworkAreasExecute func(r ApiListNetworkAreasRequest) (*NetworkAreaListResponse, error) + ListNetworks func(ctx context.Context, projectId string, region string) ApiListNetworksRequest + ListNetworksExecute func(r ApiListNetworksRequest) (*NetworkListResponse, error) + ListNics func(ctx context.Context, projectId string, region string, networkId string) ApiListNicsRequest + ListNicsExecute func(r ApiListNicsRequest) (*NICListResponse, error) + ListProjectNICs func(ctx context.Context, projectId string, region string) ApiListProjectNICsRequest + ListProjectNICsExecute func(r ApiListProjectNICsRequest) (*NICListResponse, error) + ListPublicIPRanges func(ctx context.Context) ApiListPublicIPRangesRequest + ListPublicIPRangesExecute func(r ApiListPublicIPRangesRequest) (*PublicNetworkListResponse, error) + ListPublicIPs func(ctx context.Context, projectId string, region string) ApiListPublicIPsRequest + ListPublicIPsExecute func(r ApiListPublicIPsRequest) (*PublicIpListResponse, error) + ListQuotas func(ctx context.Context, projectId string, region string) ApiListQuotasRequest + ListQuotasExecute func(r ApiListQuotasRequest) (*QuotaListResponse, error) + ListRoutesOfRoutingTable func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiListRoutesOfRoutingTableRequest + ListRoutesOfRoutingTableExecute func(r ApiListRoutesOfRoutingTableRequest) (*RouteListResponse, error) + ListRoutingTablesOfArea func(ctx context.Context, organizationId string, areaId string, region string) ApiListRoutingTablesOfAreaRequest + ListRoutingTablesOfAreaExecute func(r ApiListRoutingTablesOfAreaRequest) (*RoutingTableListResponse, error) + ListSecurityGroupRules func(ctx context.Context, projectId string, region string, securityGroupId string) ApiListSecurityGroupRulesRequest + ListSecurityGroupRulesExecute func(r ApiListSecurityGroupRulesRequest) (*SecurityGroupRuleListResponse, error) + ListSecurityGroups func(ctx context.Context, projectId string, region string) ApiListSecurityGroupsRequest + ListSecurityGroupsExecute func(r ApiListSecurityGroupsRequest) (*SecurityGroupListResponse, error) + ListServerNICs func(ctx context.Context, projectId string, region string, serverId string) ApiListServerNICsRequest + ListServerNICsExecute func(r ApiListServerNICsRequest) (*NICListResponse, error) + ListServerServiceAccounts func(ctx context.Context, projectId string, region string, serverId string) ApiListServerServiceAccountsRequest + ListServerServiceAccountsExecute func(r ApiListServerServiceAccountsRequest) (*ServiceAccountMailListResponse, error) + ListServers func(ctx context.Context, projectId string, region string) ApiListServersRequest + ListServersExecute func(r ApiListServersRequest) (*ServerListResponse, error) + ListVolumePerformanceClasses func(ctx context.Context, projectId string, region string) ApiListVolumePerformanceClassesRequest + ListVolumePerformanceClassesExecute func(r ApiListVolumePerformanceClassesRequest) (*VolumePerformanceClassListResponse, error) + ListVolumes func(ctx context.Context, projectId string, region string) ApiListVolumesRequest + ListVolumesExecute func(r ApiListVolumesRequest) (*VolumeListResponse, error) + PartialUpdateNetwork func(ctx context.Context, projectId string, region string, networkId string) ApiPartialUpdateNetworkRequest + PartialUpdateNetworkArea func(ctx context.Context, organizationId string, areaId string) ApiPartialUpdateNetworkAreaRequest + PartialUpdateNetworkAreaExecute func(r ApiPartialUpdateNetworkAreaRequest) (*NetworkArea, error) + PartialUpdateNetworkExecute func(r ApiPartialUpdateNetworkRequest) error + RebootServer func(ctx context.Context, projectId string, region string, serverId string) ApiRebootServerRequest + RebootServerExecute func(r ApiRebootServerRequest) error + RemoveNetworkFromServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveNetworkFromServerRequest + RemoveNetworkFromServerExecute func(r ApiRemoveNetworkFromServerRequest) error + RemoveNicFromServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveNicFromServerRequest + RemoveNicFromServerExecute func(r ApiRemoveNicFromServerRequest) error + RemovePublicIpFromServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemovePublicIpFromServerRequest + RemovePublicIpFromServerExecute func(r ApiRemovePublicIpFromServerRequest) error + RemoveSecurityGroupFromServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveSecurityGroupFromServerRequest + RemoveSecurityGroupFromServerExecute func(r ApiRemoveSecurityGroupFromServerRequest) error + RemoveServiceAccountFromServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveServiceAccountFromServerRequest + RemoveServiceAccountFromServerExecute func(r ApiRemoveServiceAccountFromServerRequest) (*ServiceAccountMailListResponse, error) + RemoveVolumeFromServer func(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveVolumeFromServerRequest + RemoveVolumeFromServerExecute func(r ApiRemoveVolumeFromServerRequest) error + RescueServer func(ctx context.Context, projectId string, region string, serverId string) ApiRescueServerRequest + RescueServerExecute func(r ApiRescueServerRequest) error + ResizeServer func(ctx context.Context, projectId string, region string, serverId string) ApiResizeServerRequest + ResizeServerExecute func(r ApiResizeServerRequest) error + ResizeVolume func(ctx context.Context, projectId string, region string, volumeId string) ApiResizeVolumeRequest + ResizeVolumeExecute func(r ApiResizeVolumeRequest) error + RestoreBackup func(ctx context.Context, projectId string, region string, backupId string) ApiRestoreBackupRequest + RestoreBackupExecute func(r ApiRestoreBackupRequest) error + SetImageShare func(ctx context.Context, projectId string, region string, imageId string) ApiSetImageShareRequest + SetImageShareExecute func(r ApiSetImageShareRequest) (*ImageShare, error) + StartServer func(ctx context.Context, projectId string, region string, serverId string) ApiStartServerRequest + StartServerExecute func(r ApiStartServerRequest) error + StopServer func(ctx context.Context, projectId string, region string, serverId string) ApiStopServerRequest + StopServerExecute func(r ApiStopServerRequest) error + UnrescueServer func(ctx context.Context, projectId string, region string, serverId string) ApiUnrescueServerRequest + UnrescueServerExecute func(r ApiUnrescueServerRequest) error + UpdateAttachedVolume func(ctx context.Context, projectId string, region string, serverId string, ...) ApiUpdateAttachedVolumeRequest + UpdateAttachedVolumeExecute func(r ApiUpdateAttachedVolumeRequest) (*VolumeAttachment, error) + UpdateImage func(ctx context.Context, projectId string, region string, imageId string) ApiUpdateImageRequest + UpdateImageExecute func(r ApiUpdateImageRequest) (*Image, error) + UpdateImageShare func(ctx context.Context, projectId string, region string, imageId string) ApiUpdateImageShareRequest + UpdateImageShareExecute func(r ApiUpdateImageShareRequest) (*ImageShare, error) + UpdateKeyPair func(ctx context.Context, keypairName string) ApiUpdateKeyPairRequest + UpdateKeyPairExecute func(r ApiUpdateKeyPairRequest) (*Keypair, error) + UpdateNic func(ctx context.Context, projectId string, region string, networkId string, ...) ApiUpdateNicRequest + UpdateNicExecute func(r ApiUpdateNicRequest) (*NIC, error) + UpdatePublicIP func(ctx context.Context, projectId string, region string, publicIpId string) ApiUpdatePublicIPRequest + UpdatePublicIPExecute func(r ApiUpdatePublicIPRequest) (*PublicIp, error) + UpdateRouteOfRoutingTable func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiUpdateRouteOfRoutingTableRequest + UpdateRouteOfRoutingTableExecute func(r ApiUpdateRouteOfRoutingTableRequest) (*Route, error) + UpdateRoutingTableOfArea func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiUpdateRoutingTableOfAreaRequest + UpdateRoutingTableOfAreaExecute func(r ApiUpdateRoutingTableOfAreaRequest) (*RoutingTable, error) + UpdateServer func(ctx context.Context, projectId string, region string, serverId string) ApiUpdateServerRequest + UpdateServerExecute func(r ApiUpdateServerRequest) (*Server, error) + UpdateVolume func(ctx context.Context, projectId string, region string, volumeId string) ApiUpdateVolumeRequest + UpdateVolumeExecute func(r ApiUpdateVolumeRequest) (*Volume, error) + V2beta1ConfigureNetworkAreaRegion func(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1ConfigureNetworkAreaRegionRequest + V2beta1ConfigureNetworkAreaRegionExecute func(r ApiV2beta1ConfigureNetworkAreaRegionRequest) (*RegionalArea, error) + V2beta1CreateSnapshot func(ctx context.Context, projectId string, region string) ApiV2beta1CreateSnapshotRequest + V2beta1CreateSnapshotExecute func(r ApiV2beta1CreateSnapshotRequest) (*Snapshot, error) + V2beta1DeleteNetworkAreaRegion func(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1DeleteNetworkAreaRegionRequest + V2beta1DeleteNetworkAreaRegionExecute func(r ApiV2beta1DeleteNetworkAreaRegionRequest) error + V2beta1DeleteSnapshot func(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1DeleteSnapshotRequest + V2beta1DeleteSnapshotExecute func(r ApiV2beta1DeleteSnapshotRequest) error + V2beta1GetAreaRegion func(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1GetAreaRegionRequest + V2beta1GetAreaRegionExecute func(r ApiV2beta1GetAreaRegionRequest) (*RegionalArea, error) + V2beta1GetSnapshot func(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1GetSnapshotRequest + V2beta1GetSnapshotExecute func(r ApiV2beta1GetSnapshotRequest) (*Snapshot, error) + V2beta1ListAreaRegions func(ctx context.Context, organizationId string, areaId string) ApiV2beta1ListAreaRegionsRequest + V2beta1ListAreaRegionsExecute func(r ApiV2beta1ListAreaRegionsRequest) (*RegionalAreaListResponse, error) + V2beta1ListSnapshotsInProject func(ctx context.Context, projectId string, region string) ApiV2beta1ListSnapshotsInProjectRequest + V2beta1ListSnapshotsInProjectExecute func(r ApiV2beta1ListSnapshotsInProjectRequest) (*SnapshotListResponse, error) + V2beta1UpdateBackup func(ctx context.Context, projectId string, region string, backupId string) ApiV2beta1UpdateBackupRequest + V2beta1UpdateBackupExecute func(r ApiV2beta1UpdateBackupRequest) (*Backup, error) + V2beta1UpdateNetworkAreaRegion func(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1UpdateNetworkAreaRegionRequest + V2beta1UpdateNetworkAreaRegionExecute func(r ApiV2beta1UpdateNetworkAreaRegionRequest) (*RegionalArea, error) + V2beta1UpdateRouteOfArea func(ctx context.Context, organizationId string, areaId string, region string, ...) ApiV2beta1UpdateRouteOfAreaRequest + V2beta1UpdateRouteOfAreaExecute func(r ApiV2beta1UpdateRouteOfAreaRequest) (*Route, error) + V2beta1UpdateSecurityGroup func(ctx context.Context, projectId string, region string, securityGroupId string) ApiV2beta1UpdateSecurityGroupRequest + V2beta1UpdateSecurityGroupExecute func(r ApiV2beta1UpdateSecurityGroupRequest) (*SecurityGroup, error) + V2beta1UpdateSnapshot func(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1UpdateSnapshotRequest + V2beta1UpdateSnapshotExecute func(r ApiV2beta1UpdateSnapshotRequest) (*Snapshot, error) + type DefaultAPIService service + func (a *DefaultAPIService) AddNetworkToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddNetworkToServerRequest + func (a *DefaultAPIService) AddNetworkToServerExecute(r ApiAddNetworkToServerRequest) error + func (a *DefaultAPIService) AddNicToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddNicToServerRequest + func (a *DefaultAPIService) AddNicToServerExecute(r ApiAddNicToServerRequest) error + func (a *DefaultAPIService) AddPublicIpToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddPublicIpToServerRequest + func (a *DefaultAPIService) AddPublicIpToServerExecute(r ApiAddPublicIpToServerRequest) error + func (a *DefaultAPIService) AddRoutesToRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiAddRoutesToRoutingTableRequest + func (a *DefaultAPIService) AddRoutesToRoutingTableExecute(r ApiAddRoutesToRoutingTableRequest) (*RouteListResponse, error) + func (a *DefaultAPIService) AddRoutingTableToArea(ctx context.Context, organizationId string, areaId string, region string) ApiAddRoutingTableToAreaRequest + func (a *DefaultAPIService) AddRoutingTableToAreaExecute(r ApiAddRoutingTableToAreaRequest) (*RoutingTable, error) + func (a *DefaultAPIService) AddSecurityGroupToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddSecurityGroupToServerRequest + func (a *DefaultAPIService) AddSecurityGroupToServerExecute(r ApiAddSecurityGroupToServerRequest) error + func (a *DefaultAPIService) AddServiceAccountToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddServiceAccountToServerRequest + func (a *DefaultAPIService) AddServiceAccountToServerExecute(r ApiAddServiceAccountToServerRequest) (*ServiceAccountMailListResponse, error) + func (a *DefaultAPIService) AddVolumeToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddVolumeToServerRequest + func (a *DefaultAPIService) AddVolumeToServerExecute(r ApiAddVolumeToServerRequest) (*VolumeAttachment, error) + func (a *DefaultAPIService) CreateAffinityGroup(ctx context.Context, projectId string, region string) ApiCreateAffinityGroupRequest + func (a *DefaultAPIService) CreateAffinityGroupExecute(r ApiCreateAffinityGroupRequest) (*AffinityGroup, error) + func (a *DefaultAPIService) CreateBackup(ctx context.Context, projectId string, region string) ApiCreateBackupRequest + func (a *DefaultAPIService) CreateBackupExecute(r ApiCreateBackupRequest) (*Backup, error) + func (a *DefaultAPIService) CreateImage(ctx context.Context, projectId string, region string) ApiCreateImageRequest + func (a *DefaultAPIService) CreateImageExecute(r ApiCreateImageRequest) (*ImageCreateResponse, error) + func (a *DefaultAPIService) CreateIsolatedNetwork(ctx context.Context, projectId string, region string) ApiCreateIsolatedNetworkRequest + func (a *DefaultAPIService) CreateIsolatedNetworkExecute(r ApiCreateIsolatedNetworkRequest) (*Network, error) + func (a *DefaultAPIService) CreateKeyPair(ctx context.Context) ApiCreateKeyPairRequest + func (a *DefaultAPIService) CreateKeyPairExecute(r ApiCreateKeyPairRequest) (*Keypair, error) + func (a *DefaultAPIService) CreateNetwork(ctx context.Context, projectId string, region string) ApiCreateNetworkRequest + func (a *DefaultAPIService) CreateNetworkArea(ctx context.Context, organizationId string) ApiCreateNetworkAreaRequest + func (a *DefaultAPIService) CreateNetworkAreaExecute(r ApiCreateNetworkAreaRequest) (*NetworkArea, error) + func (a *DefaultAPIService) CreateNetworkAreaRange(ctx context.Context, organizationId string, areaId string, region string) ApiCreateNetworkAreaRangeRequest + func (a *DefaultAPIService) CreateNetworkAreaRangeExecute(r ApiCreateNetworkAreaRangeRequest) (*NetworkRangeListResponse, error) + func (a *DefaultAPIService) CreateNetworkAreaRoute(ctx context.Context, organizationId string, areaId string, region string) ApiCreateNetworkAreaRouteRequest + func (a *DefaultAPIService) CreateNetworkAreaRouteExecute(r ApiCreateNetworkAreaRouteRequest) (*RouteListResponse, error) + func (a *DefaultAPIService) CreateNetworkExecute(r ApiCreateNetworkRequest) (*Network, error) + func (a *DefaultAPIService) CreateNic(ctx context.Context, projectId string, region string, networkId string) ApiCreateNicRequest + func (a *DefaultAPIService) CreateNicExecute(r ApiCreateNicRequest) (*NIC, error) + func (a *DefaultAPIService) CreatePublicIP(ctx context.Context, projectId string, region string) ApiCreatePublicIPRequest + func (a *DefaultAPIService) CreatePublicIPExecute(r ApiCreatePublicIPRequest) (*PublicIp, error) + func (a *DefaultAPIService) CreateSecurityGroup(ctx context.Context, projectId string, region string) ApiCreateSecurityGroupRequest + func (a *DefaultAPIService) CreateSecurityGroupExecute(r ApiCreateSecurityGroupRequest) (*SecurityGroup, error) + func (a *DefaultAPIService) CreateSecurityGroupRule(ctx context.Context, projectId string, region string, securityGroupId string) ApiCreateSecurityGroupRuleRequest + func (a *DefaultAPIService) CreateSecurityGroupRuleExecute(r ApiCreateSecurityGroupRuleRequest) (*SecurityGroupRule, error) + func (a *DefaultAPIService) CreateServer(ctx context.Context, projectId string, region string) ApiCreateServerRequest + func (a *DefaultAPIService) CreateServerExecute(r ApiCreateServerRequest) (*Server, error) + func (a *DefaultAPIService) CreateVolume(ctx context.Context, projectId string, region string) ApiCreateVolumeRequest + func (a *DefaultAPIService) CreateVolumeExecute(r ApiCreateVolumeRequest) (*Volume, error) + func (a *DefaultAPIService) DeallocateServer(ctx context.Context, projectId string, region string, serverId string) ApiDeallocateServerRequest + func (a *DefaultAPIService) DeallocateServerExecute(r ApiDeallocateServerRequest) error + func (a *DefaultAPIService) DeleteAffinityGroup(ctx context.Context, projectId string, region string, affinityGroupId string) ApiDeleteAffinityGroupRequest + func (a *DefaultAPIService) DeleteAffinityGroupExecute(r ApiDeleteAffinityGroupRequest) error + func (a *DefaultAPIService) DeleteBackup(ctx context.Context, projectId string, region string, backupId string) ApiDeleteBackupRequest + func (a *DefaultAPIService) DeleteBackupExecute(r ApiDeleteBackupRequest) error + func (a *DefaultAPIService) DeleteImage(ctx context.Context, projectId string, region string, imageId string) ApiDeleteImageRequest + func (a *DefaultAPIService) DeleteImageExecute(r ApiDeleteImageRequest) error + func (a *DefaultAPIService) DeleteImageShare(ctx context.Context, projectId string, region string, imageId string) ApiDeleteImageShareRequest + func (a *DefaultAPIService) DeleteImageShareConsumer(ctx context.Context, projectId string, region string, imageId string, ...) ApiDeleteImageShareConsumerRequest + func (a *DefaultAPIService) DeleteImageShareConsumerExecute(r ApiDeleteImageShareConsumerRequest) error + func (a *DefaultAPIService) DeleteImageShareExecute(r ApiDeleteImageShareRequest) error + func (a *DefaultAPIService) DeleteKeyPair(ctx context.Context, keypairName string) ApiDeleteKeyPairRequest + func (a *DefaultAPIService) DeleteKeyPairExecute(r ApiDeleteKeyPairRequest) error + func (a *DefaultAPIService) DeleteNetwork(ctx context.Context, projectId string, region string, networkId string) ApiDeleteNetworkRequest + func (a *DefaultAPIService) DeleteNetworkArea(ctx context.Context, organizationId string, areaId string) ApiDeleteNetworkAreaRequest + func (a *DefaultAPIService) DeleteNetworkAreaExecute(r ApiDeleteNetworkAreaRequest) error + func (a *DefaultAPIService) DeleteNetworkAreaRange(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteNetworkAreaRangeRequest + func (a *DefaultAPIService) DeleteNetworkAreaRangeExecute(r ApiDeleteNetworkAreaRangeRequest) error + func (a *DefaultAPIService) DeleteNetworkAreaRoute(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteNetworkAreaRouteRequest + func (a *DefaultAPIService) DeleteNetworkAreaRouteExecute(r ApiDeleteNetworkAreaRouteRequest) error + func (a *DefaultAPIService) DeleteNetworkExecute(r ApiDeleteNetworkRequest) error + func (a *DefaultAPIService) DeleteNic(ctx context.Context, projectId string, region string, networkId string, ...) ApiDeleteNicRequest + func (a *DefaultAPIService) DeleteNicExecute(r ApiDeleteNicRequest) error + func (a *DefaultAPIService) DeletePublicIP(ctx context.Context, projectId string, region string, publicIpId string) ApiDeletePublicIPRequest + func (a *DefaultAPIService) DeletePublicIPExecute(r ApiDeletePublicIPRequest) error + func (a *DefaultAPIService) DeleteRouteFromRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteRouteFromRoutingTableRequest + func (a *DefaultAPIService) DeleteRouteFromRoutingTableExecute(r ApiDeleteRouteFromRoutingTableRequest) error + func (a *DefaultAPIService) DeleteRoutingTableFromArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteRoutingTableFromAreaRequest + func (a *DefaultAPIService) DeleteRoutingTableFromAreaExecute(r ApiDeleteRoutingTableFromAreaRequest) error + func (a *DefaultAPIService) DeleteSecurityGroup(ctx context.Context, projectId string, region string, securityGroupId string) ApiDeleteSecurityGroupRequest + func (a *DefaultAPIService) DeleteSecurityGroupExecute(r ApiDeleteSecurityGroupRequest) error + func (a *DefaultAPIService) DeleteSecurityGroupRule(ctx context.Context, projectId string, region string, securityGroupId string, ...) ApiDeleteSecurityGroupRuleRequest + func (a *DefaultAPIService) DeleteSecurityGroupRuleExecute(r ApiDeleteSecurityGroupRuleRequest) error + func (a *DefaultAPIService) DeleteServer(ctx context.Context, projectId string, region string, serverId string) ApiDeleteServerRequest + func (a *DefaultAPIService) DeleteServerExecute(r ApiDeleteServerRequest) error + func (a *DefaultAPIService) DeleteVolume(ctx context.Context, projectId string, region string, volumeId string) ApiDeleteVolumeRequest + func (a *DefaultAPIService) DeleteVolumeExecute(r ApiDeleteVolumeRequest) error + func (a *DefaultAPIService) GetAffinityGroup(ctx context.Context, projectId string, region string, affinityGroupId string) ApiGetAffinityGroupRequest + func (a *DefaultAPIService) GetAffinityGroupExecute(r ApiGetAffinityGroupRequest) (*AffinityGroup, error) + func (a *DefaultAPIService) GetAttachedVolume(ctx context.Context, projectId string, region string, serverId string, ...) ApiGetAttachedVolumeRequest + func (a *DefaultAPIService) GetAttachedVolumeExecute(r ApiGetAttachedVolumeRequest) (*VolumeAttachment, error) + func (a *DefaultAPIService) GetBackup(ctx context.Context, projectId string, region string, backupId string) ApiGetBackupRequest + func (a *DefaultAPIService) GetBackupExecute(r ApiGetBackupRequest) (*Backup, error) + func (a *DefaultAPIService) GetImage(ctx context.Context, projectId string, region string, imageId string) ApiGetImageRequest + func (a *DefaultAPIService) GetImageExecute(r ApiGetImageRequest) (*Image, error) + func (a *DefaultAPIService) GetImageShare(ctx context.Context, projectId string, region string, imageId string) ApiGetImageShareRequest + func (a *DefaultAPIService) GetImageShareConsumer(ctx context.Context, projectId string, region string, imageId string, ...) ApiGetImageShareConsumerRequest + func (a *DefaultAPIService) GetImageShareConsumerExecute(r ApiGetImageShareConsumerRequest) (*ImageShareConsumer, error) + func (a *DefaultAPIService) GetImageShareExecute(r ApiGetImageShareRequest) (*ImageShare, error) + func (a *DefaultAPIService) GetKeyPair(ctx context.Context, keypairName string) ApiGetKeyPairRequest + func (a *DefaultAPIService) GetKeyPairExecute(r ApiGetKeyPairRequest) (*Keypair, error) + func (a *DefaultAPIService) GetMachineType(ctx context.Context, projectId string, region string, machineType string) ApiGetMachineTypeRequest + func (a *DefaultAPIService) GetMachineTypeExecute(r ApiGetMachineTypeRequest) (*MachineType, error) + func (a *DefaultAPIService) GetNetwork(ctx context.Context, projectId string, region string, networkId string) ApiGetNetworkRequest + func (a *DefaultAPIService) GetNetworkArea(ctx context.Context, organizationId string, areaId string) ApiGetNetworkAreaRequest + func (a *DefaultAPIService) GetNetworkAreaExecute(r ApiGetNetworkAreaRequest) (*NetworkArea, error) + func (a *DefaultAPIService) GetNetworkAreaRange(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetNetworkAreaRangeRequest + func (a *DefaultAPIService) GetNetworkAreaRangeExecute(r ApiGetNetworkAreaRangeRequest) (*NetworkRange, error) + func (a *DefaultAPIService) GetNetworkAreaRoute(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetNetworkAreaRouteRequest + func (a *DefaultAPIService) GetNetworkAreaRouteExecute(r ApiGetNetworkAreaRouteRequest) (*Route, error) + func (a *DefaultAPIService) GetNetworkExecute(r ApiGetNetworkRequest) (*Network, error) + func (a *DefaultAPIService) GetNic(ctx context.Context, projectId string, region string, networkId string, ...) ApiGetNicRequest + func (a *DefaultAPIService) GetNicExecute(r ApiGetNicRequest) (*NIC, error) + func (a *DefaultAPIService) GetOrganizationRequest(ctx context.Context, organizationId string, requestId string) ApiGetOrganizationRequestRequest + func (a *DefaultAPIService) GetOrganizationRequestExecute(r ApiGetOrganizationRequestRequest) (*Request, error) + func (a *DefaultAPIService) GetProjectDetails(ctx context.Context, projectId string) ApiGetProjectDetailsRequest + func (a *DefaultAPIService) GetProjectDetailsExecute(r ApiGetProjectDetailsRequest) (*Project, error) + func (a *DefaultAPIService) GetProjectNIC(ctx context.Context, projectId string, region string, nicId string) ApiGetProjectNICRequest + func (a *DefaultAPIService) GetProjectNICExecute(r ApiGetProjectNICRequest) (*NIC, error) + func (a *DefaultAPIService) GetProjectRequest(ctx context.Context, projectId string, region string, requestId string) ApiGetProjectRequestRequest + func (a *DefaultAPIService) GetProjectRequestExecute(r ApiGetProjectRequestRequest) (*Request, error) + func (a *DefaultAPIService) GetPublicIP(ctx context.Context, projectId string, region string, publicIpId string) ApiGetPublicIPRequest + func (a *DefaultAPIService) GetPublicIPExecute(r ApiGetPublicIPRequest) (*PublicIp, error) + func (a *DefaultAPIService) GetRouteOfRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetRouteOfRoutingTableRequest + func (a *DefaultAPIService) GetRouteOfRoutingTableExecute(r ApiGetRouteOfRoutingTableRequest) (*Route, error) + func (a *DefaultAPIService) GetRoutingTableOfArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetRoutingTableOfAreaRequest + func (a *DefaultAPIService) GetRoutingTableOfAreaExecute(r ApiGetRoutingTableOfAreaRequest) (*RoutingTable, error) + func (a *DefaultAPIService) GetSecurityGroup(ctx context.Context, projectId string, region string, securityGroupId string) ApiGetSecurityGroupRequest + func (a *DefaultAPIService) GetSecurityGroupExecute(r ApiGetSecurityGroupRequest) (*SecurityGroup, error) + func (a *DefaultAPIService) GetSecurityGroupRule(ctx context.Context, projectId string, region string, securityGroupId string, ...) ApiGetSecurityGroupRuleRequest + func (a *DefaultAPIService) GetSecurityGroupRuleExecute(r ApiGetSecurityGroupRuleRequest) (*SecurityGroupRule, error) + func (a *DefaultAPIService) GetServer(ctx context.Context, projectId string, region string, serverId string) ApiGetServerRequest + func (a *DefaultAPIService) GetServerConsole(ctx context.Context, projectId string, region string, serverId string) ApiGetServerConsoleRequest + func (a *DefaultAPIService) GetServerConsoleExecute(r ApiGetServerConsoleRequest) (*ServerConsoleUrl, error) + func (a *DefaultAPIService) GetServerExecute(r ApiGetServerRequest) (*Server, error) + func (a *DefaultAPIService) GetServerLog(ctx context.Context, projectId string, region string, serverId string) ApiGetServerLogRequest + func (a *DefaultAPIService) GetServerLogExecute(r ApiGetServerLogRequest) (*GetServerLog200Response, error) + func (a *DefaultAPIService) GetVolume(ctx context.Context, projectId string, region string, volumeId string) ApiGetVolumeRequest + func (a *DefaultAPIService) GetVolumeExecute(r ApiGetVolumeRequest) (*Volume, error) + func (a *DefaultAPIService) GetVolumePerformanceClass(ctx context.Context, projectId string, region string, ...) ApiGetVolumePerformanceClassRequest + func (a *DefaultAPIService) GetVolumePerformanceClassExecute(r ApiGetVolumePerformanceClassRequest) (*VolumePerformanceClass, error) + func (a *DefaultAPIService) ListAffinityGroups(ctx context.Context, projectId string, region string) ApiListAffinityGroupsRequest + func (a *DefaultAPIService) ListAffinityGroupsExecute(r ApiListAffinityGroupsRequest) (*AffinityGroupListResponse, error) + func (a *DefaultAPIService) ListAttachedVolumes(ctx context.Context, projectId string, region string, serverId string) ApiListAttachedVolumesRequest + func (a *DefaultAPIService) ListAttachedVolumesExecute(r ApiListAttachedVolumesRequest) (*VolumeAttachmentListResponse, error) + func (a *DefaultAPIService) ListAvailabilityZones(ctx context.Context, region string) ApiListAvailabilityZonesRequest + func (a *DefaultAPIService) ListAvailabilityZonesExecute(r ApiListAvailabilityZonesRequest) (*AvailabilityZoneListResponse, error) + func (a *DefaultAPIService) ListBackups(ctx context.Context, projectId string, region string) ApiListBackupsRequest + func (a *DefaultAPIService) ListBackupsExecute(r ApiListBackupsRequest) (*BackupListResponse, error) + func (a *DefaultAPIService) ListImages(ctx context.Context, projectId string, region string) ApiListImagesRequest + func (a *DefaultAPIService) ListImagesExecute(r ApiListImagesRequest) (*ImageListResponse, error) + func (a *DefaultAPIService) ListKeyPairs(ctx context.Context) ApiListKeyPairsRequest + func (a *DefaultAPIService) ListKeyPairsExecute(r ApiListKeyPairsRequest) (*KeyPairListResponse, error) + func (a *DefaultAPIService) ListMachineTypes(ctx context.Context, projectId string, region string) ApiListMachineTypesRequest + func (a *DefaultAPIService) ListMachineTypesExecute(r ApiListMachineTypesRequest) (*MachineTypeListResponse, error) + func (a *DefaultAPIService) ListNetworkAreaProjects(ctx context.Context, organizationId string, areaId string) ApiListNetworkAreaProjectsRequest + func (a *DefaultAPIService) ListNetworkAreaProjectsExecute(r ApiListNetworkAreaProjectsRequest) (*ProjectListResponse, error) + func (a *DefaultAPIService) ListNetworkAreaRanges(ctx context.Context, organizationId string, areaId string, region string) ApiListNetworkAreaRangesRequest + func (a *DefaultAPIService) ListNetworkAreaRangesExecute(r ApiListNetworkAreaRangesRequest) (*NetworkRangeListResponse, error) + func (a *DefaultAPIService) ListNetworkAreaRoutes(ctx context.Context, organizationId string, areaId string, region string) ApiListNetworkAreaRoutesRequest + func (a *DefaultAPIService) ListNetworkAreaRoutesExecute(r ApiListNetworkAreaRoutesRequest) (*RouteListResponse, error) + func (a *DefaultAPIService) ListNetworkAreas(ctx context.Context, organizationId string) ApiListNetworkAreasRequest + func (a *DefaultAPIService) ListNetworkAreasExecute(r ApiListNetworkAreasRequest) (*NetworkAreaListResponse, error) + func (a *DefaultAPIService) ListNetworks(ctx context.Context, projectId string, region string) ApiListNetworksRequest + func (a *DefaultAPIService) ListNetworksExecute(r ApiListNetworksRequest) (*NetworkListResponse, error) + func (a *DefaultAPIService) ListNics(ctx context.Context, projectId string, region string, networkId string) ApiListNicsRequest + func (a *DefaultAPIService) ListNicsExecute(r ApiListNicsRequest) (*NICListResponse, error) + func (a *DefaultAPIService) ListProjectNICs(ctx context.Context, projectId string, region string) ApiListProjectNICsRequest + func (a *DefaultAPIService) ListProjectNICsExecute(r ApiListProjectNICsRequest) (*NICListResponse, error) + func (a *DefaultAPIService) ListPublicIPRanges(ctx context.Context) ApiListPublicIPRangesRequest + func (a *DefaultAPIService) ListPublicIPRangesExecute(r ApiListPublicIPRangesRequest) (*PublicNetworkListResponse, error) + func (a *DefaultAPIService) ListPublicIPs(ctx context.Context, projectId string, region string) ApiListPublicIPsRequest + func (a *DefaultAPIService) ListPublicIPsExecute(r ApiListPublicIPsRequest) (*PublicIpListResponse, error) + func (a *DefaultAPIService) ListQuotas(ctx context.Context, projectId string, region string) ApiListQuotasRequest + func (a *DefaultAPIService) ListQuotasExecute(r ApiListQuotasRequest) (*QuotaListResponse, error) + func (a *DefaultAPIService) ListRoutesOfRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiListRoutesOfRoutingTableRequest + func (a *DefaultAPIService) ListRoutesOfRoutingTableExecute(r ApiListRoutesOfRoutingTableRequest) (*RouteListResponse, error) + func (a *DefaultAPIService) ListRoutingTablesOfArea(ctx context.Context, organizationId string, areaId string, region string) ApiListRoutingTablesOfAreaRequest + func (a *DefaultAPIService) ListRoutingTablesOfAreaExecute(r ApiListRoutingTablesOfAreaRequest) (*RoutingTableListResponse, error) + func (a *DefaultAPIService) ListSecurityGroupRules(ctx context.Context, projectId string, region string, securityGroupId string) ApiListSecurityGroupRulesRequest + func (a *DefaultAPIService) ListSecurityGroupRulesExecute(r ApiListSecurityGroupRulesRequest) (*SecurityGroupRuleListResponse, error) + func (a *DefaultAPIService) ListSecurityGroups(ctx context.Context, projectId string, region string) ApiListSecurityGroupsRequest + func (a *DefaultAPIService) ListSecurityGroupsExecute(r ApiListSecurityGroupsRequest) (*SecurityGroupListResponse, error) + func (a *DefaultAPIService) ListServerNICs(ctx context.Context, projectId string, region string, serverId string) ApiListServerNICsRequest + func (a *DefaultAPIService) ListServerNICsExecute(r ApiListServerNICsRequest) (*NICListResponse, error) + func (a *DefaultAPIService) ListServerServiceAccounts(ctx context.Context, projectId string, region string, serverId string) ApiListServerServiceAccountsRequest + func (a *DefaultAPIService) ListServerServiceAccountsExecute(r ApiListServerServiceAccountsRequest) (*ServiceAccountMailListResponse, error) + func (a *DefaultAPIService) ListServers(ctx context.Context, projectId string, region string) ApiListServersRequest + func (a *DefaultAPIService) ListServersExecute(r ApiListServersRequest) (*ServerListResponse, error) + func (a *DefaultAPIService) ListVolumePerformanceClasses(ctx context.Context, projectId string, region string) ApiListVolumePerformanceClassesRequest + func (a *DefaultAPIService) ListVolumePerformanceClassesExecute(r ApiListVolumePerformanceClassesRequest) (*VolumePerformanceClassListResponse, error) + func (a *DefaultAPIService) ListVolumes(ctx context.Context, projectId string, region string) ApiListVolumesRequest + func (a *DefaultAPIService) ListVolumesExecute(r ApiListVolumesRequest) (*VolumeListResponse, error) + func (a *DefaultAPIService) PartialUpdateNetwork(ctx context.Context, projectId string, region string, networkId string) ApiPartialUpdateNetworkRequest + func (a *DefaultAPIService) PartialUpdateNetworkArea(ctx context.Context, organizationId string, areaId string) ApiPartialUpdateNetworkAreaRequest + func (a *DefaultAPIService) PartialUpdateNetworkAreaExecute(r ApiPartialUpdateNetworkAreaRequest) (*NetworkArea, error) + func (a *DefaultAPIService) PartialUpdateNetworkExecute(r ApiPartialUpdateNetworkRequest) error + func (a *DefaultAPIService) RebootServer(ctx context.Context, projectId string, region string, serverId string) ApiRebootServerRequest + func (a *DefaultAPIService) RebootServerExecute(r ApiRebootServerRequest) error + func (a *DefaultAPIService) RemoveNetworkFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveNetworkFromServerRequest + func (a *DefaultAPIService) RemoveNetworkFromServerExecute(r ApiRemoveNetworkFromServerRequest) error + func (a *DefaultAPIService) RemoveNicFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveNicFromServerRequest + func (a *DefaultAPIService) RemoveNicFromServerExecute(r ApiRemoveNicFromServerRequest) error + func (a *DefaultAPIService) RemovePublicIpFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemovePublicIpFromServerRequest + func (a *DefaultAPIService) RemovePublicIpFromServerExecute(r ApiRemovePublicIpFromServerRequest) error + func (a *DefaultAPIService) RemoveSecurityGroupFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveSecurityGroupFromServerRequest + func (a *DefaultAPIService) RemoveSecurityGroupFromServerExecute(r ApiRemoveSecurityGroupFromServerRequest) error + func (a *DefaultAPIService) RemoveServiceAccountFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveServiceAccountFromServerRequest + func (a *DefaultAPIService) RemoveServiceAccountFromServerExecute(r ApiRemoveServiceAccountFromServerRequest) (*ServiceAccountMailListResponse, error) + func (a *DefaultAPIService) RemoveVolumeFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveVolumeFromServerRequest + func (a *DefaultAPIService) RemoveVolumeFromServerExecute(r ApiRemoveVolumeFromServerRequest) error + func (a *DefaultAPIService) RescueServer(ctx context.Context, projectId string, region string, serverId string) ApiRescueServerRequest + func (a *DefaultAPIService) RescueServerExecute(r ApiRescueServerRequest) error + func (a *DefaultAPIService) ResizeServer(ctx context.Context, projectId string, region string, serverId string) ApiResizeServerRequest + func (a *DefaultAPIService) ResizeServerExecute(r ApiResizeServerRequest) error + func (a *DefaultAPIService) ResizeVolume(ctx context.Context, projectId string, region string, volumeId string) ApiResizeVolumeRequest + func (a *DefaultAPIService) ResizeVolumeExecute(r ApiResizeVolumeRequest) error + func (a *DefaultAPIService) RestoreBackup(ctx context.Context, projectId string, region string, backupId string) ApiRestoreBackupRequest + func (a *DefaultAPIService) RestoreBackupExecute(r ApiRestoreBackupRequest) error + func (a *DefaultAPIService) SetImageShare(ctx context.Context, projectId string, region string, imageId string) ApiSetImageShareRequest + func (a *DefaultAPIService) SetImageShareExecute(r ApiSetImageShareRequest) (*ImageShare, error) + func (a *DefaultAPIService) StartServer(ctx context.Context, projectId string, region string, serverId string) ApiStartServerRequest + func (a *DefaultAPIService) StartServerExecute(r ApiStartServerRequest) error + func (a *DefaultAPIService) StopServer(ctx context.Context, projectId string, region string, serverId string) ApiStopServerRequest + func (a *DefaultAPIService) StopServerExecute(r ApiStopServerRequest) error + func (a *DefaultAPIService) UnrescueServer(ctx context.Context, projectId string, region string, serverId string) ApiUnrescueServerRequest + func (a *DefaultAPIService) UnrescueServerExecute(r ApiUnrescueServerRequest) error + func (a *DefaultAPIService) UpdateAttachedVolume(ctx context.Context, projectId string, region string, serverId string, ...) ApiUpdateAttachedVolumeRequest + func (a *DefaultAPIService) UpdateAttachedVolumeExecute(r ApiUpdateAttachedVolumeRequest) (*VolumeAttachment, error) + func (a *DefaultAPIService) UpdateImage(ctx context.Context, projectId string, region string, imageId string) ApiUpdateImageRequest + func (a *DefaultAPIService) UpdateImageExecute(r ApiUpdateImageRequest) (*Image, error) + func (a *DefaultAPIService) UpdateImageShare(ctx context.Context, projectId string, region string, imageId string) ApiUpdateImageShareRequest + func (a *DefaultAPIService) UpdateImageShareExecute(r ApiUpdateImageShareRequest) (*ImageShare, error) + func (a *DefaultAPIService) UpdateKeyPair(ctx context.Context, keypairName string) ApiUpdateKeyPairRequest + func (a *DefaultAPIService) UpdateKeyPairExecute(r ApiUpdateKeyPairRequest) (*Keypair, error) + func (a *DefaultAPIService) UpdateNic(ctx context.Context, projectId string, region string, networkId string, ...) ApiUpdateNicRequest + func (a *DefaultAPIService) UpdateNicExecute(r ApiUpdateNicRequest) (*NIC, error) + func (a *DefaultAPIService) UpdatePublicIP(ctx context.Context, projectId string, region string, publicIpId string) ApiUpdatePublicIPRequest + func (a *DefaultAPIService) UpdatePublicIPExecute(r ApiUpdatePublicIPRequest) (*PublicIp, error) + func (a *DefaultAPIService) UpdateRouteOfRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiUpdateRouteOfRoutingTableRequest + func (a *DefaultAPIService) UpdateRouteOfRoutingTableExecute(r ApiUpdateRouteOfRoutingTableRequest) (*Route, error) + func (a *DefaultAPIService) UpdateRoutingTableOfArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiUpdateRoutingTableOfAreaRequest + func (a *DefaultAPIService) UpdateRoutingTableOfAreaExecute(r ApiUpdateRoutingTableOfAreaRequest) (*RoutingTable, error) + func (a *DefaultAPIService) UpdateServer(ctx context.Context, projectId string, region string, serverId string) ApiUpdateServerRequest + func (a *DefaultAPIService) UpdateServerExecute(r ApiUpdateServerRequest) (*Server, error) + func (a *DefaultAPIService) UpdateVolume(ctx context.Context, projectId string, region string, volumeId string) ApiUpdateVolumeRequest + func (a *DefaultAPIService) UpdateVolumeExecute(r ApiUpdateVolumeRequest) (*Volume, error) + func (a *DefaultAPIService) V2beta1ConfigureNetworkAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1ConfigureNetworkAreaRegionRequest + func (a *DefaultAPIService) V2beta1ConfigureNetworkAreaRegionExecute(r ApiV2beta1ConfigureNetworkAreaRegionRequest) (*RegionalArea, error) + func (a *DefaultAPIService) V2beta1CreateSnapshot(ctx context.Context, projectId string, region string) ApiV2beta1CreateSnapshotRequest + func (a *DefaultAPIService) V2beta1CreateSnapshotExecute(r ApiV2beta1CreateSnapshotRequest) (*Snapshot, error) + func (a *DefaultAPIService) V2beta1DeleteNetworkAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1DeleteNetworkAreaRegionRequest + func (a *DefaultAPIService) V2beta1DeleteNetworkAreaRegionExecute(r ApiV2beta1DeleteNetworkAreaRegionRequest) error + func (a *DefaultAPIService) V2beta1DeleteSnapshot(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1DeleteSnapshotRequest + func (a *DefaultAPIService) V2beta1DeleteSnapshotExecute(r ApiV2beta1DeleteSnapshotRequest) error + func (a *DefaultAPIService) V2beta1GetAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1GetAreaRegionRequest + func (a *DefaultAPIService) V2beta1GetAreaRegionExecute(r ApiV2beta1GetAreaRegionRequest) (*RegionalArea, error) + func (a *DefaultAPIService) V2beta1GetSnapshot(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1GetSnapshotRequest + func (a *DefaultAPIService) V2beta1GetSnapshotExecute(r ApiV2beta1GetSnapshotRequest) (*Snapshot, error) + func (a *DefaultAPIService) V2beta1ListAreaRegions(ctx context.Context, organizationId string, areaId string) ApiV2beta1ListAreaRegionsRequest + func (a *DefaultAPIService) V2beta1ListAreaRegionsExecute(r ApiV2beta1ListAreaRegionsRequest) (*RegionalAreaListResponse, error) + func (a *DefaultAPIService) V2beta1ListSnapshotsInProject(ctx context.Context, projectId string, region string) ApiV2beta1ListSnapshotsInProjectRequest + func (a *DefaultAPIService) V2beta1ListSnapshotsInProjectExecute(r ApiV2beta1ListSnapshotsInProjectRequest) (*SnapshotListResponse, error) + func (a *DefaultAPIService) V2beta1UpdateBackup(ctx context.Context, projectId string, region string, backupId string) ApiV2beta1UpdateBackupRequest + func (a *DefaultAPIService) V2beta1UpdateBackupExecute(r ApiV2beta1UpdateBackupRequest) (*Backup, error) + func (a *DefaultAPIService) V2beta1UpdateNetworkAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1UpdateNetworkAreaRegionRequest + func (a *DefaultAPIService) V2beta1UpdateNetworkAreaRegionExecute(r ApiV2beta1UpdateNetworkAreaRegionRequest) (*RegionalArea, error) + func (a *DefaultAPIService) V2beta1UpdateRouteOfArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiV2beta1UpdateRouteOfAreaRequest + func (a *DefaultAPIService) V2beta1UpdateRouteOfAreaExecute(r ApiV2beta1UpdateRouteOfAreaRequest) (*Route, error) + func (a *DefaultAPIService) V2beta1UpdateSecurityGroup(ctx context.Context, projectId string, region string, securityGroupId string) ApiV2beta1UpdateSecurityGroupRequest + func (a *DefaultAPIService) V2beta1UpdateSecurityGroupExecute(r ApiV2beta1UpdateSecurityGroupRequest) (*SecurityGroup, error) + func (a *DefaultAPIService) V2beta1UpdateSnapshot(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1UpdateSnapshotRequest + func (a *DefaultAPIService) V2beta1UpdateSnapshotExecute(r ApiV2beta1UpdateSnapshotRequest) (*Snapshot, error) + type DefaultAPIServiceMock struct + AddNetworkToServerExecuteMock *func(r ApiAddNetworkToServerRequest) error + AddNicToServerExecuteMock *func(r ApiAddNicToServerRequest) error + AddPublicIpToServerExecuteMock *func(r ApiAddPublicIpToServerRequest) error + AddRoutesToRoutingTableExecuteMock *func(r ApiAddRoutesToRoutingTableRequest) (*RouteListResponse, error) + AddRoutingTableToAreaExecuteMock *func(r ApiAddRoutingTableToAreaRequest) (*RoutingTable, error) + AddSecurityGroupToServerExecuteMock *func(r ApiAddSecurityGroupToServerRequest) error + AddServiceAccountToServerExecuteMock *func(r ApiAddServiceAccountToServerRequest) (*ServiceAccountMailListResponse, error) + AddVolumeToServerExecuteMock *func(r ApiAddVolumeToServerRequest) (*VolumeAttachment, error) + CreateAffinityGroupExecuteMock *func(r ApiCreateAffinityGroupRequest) (*AffinityGroup, error) + CreateBackupExecuteMock *func(r ApiCreateBackupRequest) (*Backup, error) + CreateImageExecuteMock *func(r ApiCreateImageRequest) (*ImageCreateResponse, error) + CreateIsolatedNetworkExecuteMock *func(r ApiCreateIsolatedNetworkRequest) (*Network, error) + CreateKeyPairExecuteMock *func(r ApiCreateKeyPairRequest) (*Keypair, error) + CreateNetworkAreaExecuteMock *func(r ApiCreateNetworkAreaRequest) (*NetworkArea, error) + CreateNetworkAreaRangeExecuteMock *func(r ApiCreateNetworkAreaRangeRequest) (*NetworkRangeListResponse, error) + CreateNetworkAreaRouteExecuteMock *func(r ApiCreateNetworkAreaRouteRequest) (*RouteListResponse, error) + CreateNetworkExecuteMock *func(r ApiCreateNetworkRequest) (*Network, error) + CreateNicExecuteMock *func(r ApiCreateNicRequest) (*NIC, error) + CreatePublicIPExecuteMock *func(r ApiCreatePublicIPRequest) (*PublicIp, error) + CreateSecurityGroupExecuteMock *func(r ApiCreateSecurityGroupRequest) (*SecurityGroup, error) + CreateSecurityGroupRuleExecuteMock *func(r ApiCreateSecurityGroupRuleRequest) (*SecurityGroupRule, error) + CreateServerExecuteMock *func(r ApiCreateServerRequest) (*Server, error) + CreateVolumeExecuteMock *func(r ApiCreateVolumeRequest) (*Volume, error) + DeallocateServerExecuteMock *func(r ApiDeallocateServerRequest) error + DeleteAffinityGroupExecuteMock *func(r ApiDeleteAffinityGroupRequest) error + DeleteBackupExecuteMock *func(r ApiDeleteBackupRequest) error + DeleteImageExecuteMock *func(r ApiDeleteImageRequest) error + DeleteImageShareConsumerExecuteMock *func(r ApiDeleteImageShareConsumerRequest) error + DeleteImageShareExecuteMock *func(r ApiDeleteImageShareRequest) error + DeleteKeyPairExecuteMock *func(r ApiDeleteKeyPairRequest) error + DeleteNetworkAreaExecuteMock *func(r ApiDeleteNetworkAreaRequest) error + DeleteNetworkAreaRangeExecuteMock *func(r ApiDeleteNetworkAreaRangeRequest) error + DeleteNetworkAreaRouteExecuteMock *func(r ApiDeleteNetworkAreaRouteRequest) error + DeleteNetworkExecuteMock *func(r ApiDeleteNetworkRequest) error + DeleteNicExecuteMock *func(r ApiDeleteNicRequest) error + DeletePublicIPExecuteMock *func(r ApiDeletePublicIPRequest) error + DeleteRouteFromRoutingTableExecuteMock *func(r ApiDeleteRouteFromRoutingTableRequest) error + DeleteRoutingTableFromAreaExecuteMock *func(r ApiDeleteRoutingTableFromAreaRequest) error + DeleteSecurityGroupExecuteMock *func(r ApiDeleteSecurityGroupRequest) error + DeleteSecurityGroupRuleExecuteMock *func(r ApiDeleteSecurityGroupRuleRequest) error + DeleteServerExecuteMock *func(r ApiDeleteServerRequest) error + DeleteVolumeExecuteMock *func(r ApiDeleteVolumeRequest) error + GetAffinityGroupExecuteMock *func(r ApiGetAffinityGroupRequest) (*AffinityGroup, error) + GetAttachedVolumeExecuteMock *func(r ApiGetAttachedVolumeRequest) (*VolumeAttachment, error) + GetBackupExecuteMock *func(r ApiGetBackupRequest) (*Backup, error) + GetImageExecuteMock *func(r ApiGetImageRequest) (*Image, error) + GetImageShareConsumerExecuteMock *func(r ApiGetImageShareConsumerRequest) (*ImageShareConsumer, error) + GetImageShareExecuteMock *func(r ApiGetImageShareRequest) (*ImageShare, error) + GetKeyPairExecuteMock *func(r ApiGetKeyPairRequest) (*Keypair, error) + GetMachineTypeExecuteMock *func(r ApiGetMachineTypeRequest) (*MachineType, error) + GetNetworkAreaExecuteMock *func(r ApiGetNetworkAreaRequest) (*NetworkArea, error) + GetNetworkAreaRangeExecuteMock *func(r ApiGetNetworkAreaRangeRequest) (*NetworkRange, error) + GetNetworkAreaRouteExecuteMock *func(r ApiGetNetworkAreaRouteRequest) (*Route, error) + GetNetworkExecuteMock *func(r ApiGetNetworkRequest) (*Network, error) + GetNicExecuteMock *func(r ApiGetNicRequest) (*NIC, error) + GetOrganizationRequestExecuteMock *func(r ApiGetOrganizationRequestRequest) (*Request, error) + GetProjectDetailsExecuteMock *func(r ApiGetProjectDetailsRequest) (*Project, error) + GetProjectNICExecuteMock *func(r ApiGetProjectNICRequest) (*NIC, error) + GetProjectRequestExecuteMock *func(r ApiGetProjectRequestRequest) (*Request, error) + GetPublicIPExecuteMock *func(r ApiGetPublicIPRequest) (*PublicIp, error) + GetRouteOfRoutingTableExecuteMock *func(r ApiGetRouteOfRoutingTableRequest) (*Route, error) + GetRoutingTableOfAreaExecuteMock *func(r ApiGetRoutingTableOfAreaRequest) (*RoutingTable, error) + GetSecurityGroupExecuteMock *func(r ApiGetSecurityGroupRequest) (*SecurityGroup, error) + GetSecurityGroupRuleExecuteMock *func(r ApiGetSecurityGroupRuleRequest) (*SecurityGroupRule, error) + GetServerConsoleExecuteMock *func(r ApiGetServerConsoleRequest) (*ServerConsoleUrl, error) + GetServerExecuteMock *func(r ApiGetServerRequest) (*Server, error) + GetServerLogExecuteMock *func(r ApiGetServerLogRequest) (*GetServerLog200Response, error) + GetVolumeExecuteMock *func(r ApiGetVolumeRequest) (*Volume, error) + GetVolumePerformanceClassExecuteMock *func(r ApiGetVolumePerformanceClassRequest) (*VolumePerformanceClass, error) + ListAffinityGroupsExecuteMock *func(r ApiListAffinityGroupsRequest) (*AffinityGroupListResponse, error) + ListAttachedVolumesExecuteMock *func(r ApiListAttachedVolumesRequest) (*VolumeAttachmentListResponse, error) + ListAvailabilityZonesExecuteMock *func(r ApiListAvailabilityZonesRequest) (*AvailabilityZoneListResponse, error) + ListBackupsExecuteMock *func(r ApiListBackupsRequest) (*BackupListResponse, error) + ListImagesExecuteMock *func(r ApiListImagesRequest) (*ImageListResponse, error) + ListKeyPairsExecuteMock *func(r ApiListKeyPairsRequest) (*KeyPairListResponse, error) + ListMachineTypesExecuteMock *func(r ApiListMachineTypesRequest) (*MachineTypeListResponse, error) + ListNetworkAreaProjectsExecuteMock *func(r ApiListNetworkAreaProjectsRequest) (*ProjectListResponse, error) + ListNetworkAreaRangesExecuteMock *func(r ApiListNetworkAreaRangesRequest) (*NetworkRangeListResponse, error) + ListNetworkAreaRoutesExecuteMock *func(r ApiListNetworkAreaRoutesRequest) (*RouteListResponse, error) + ListNetworkAreasExecuteMock *func(r ApiListNetworkAreasRequest) (*NetworkAreaListResponse, error) + ListNetworksExecuteMock *func(r ApiListNetworksRequest) (*NetworkListResponse, error) + ListNicsExecuteMock *func(r ApiListNicsRequest) (*NICListResponse, error) + ListProjectNICsExecuteMock *func(r ApiListProjectNICsRequest) (*NICListResponse, error) + ListPublicIPRangesExecuteMock *func(r ApiListPublicIPRangesRequest) (*PublicNetworkListResponse, error) + ListPublicIPsExecuteMock *func(r ApiListPublicIPsRequest) (*PublicIpListResponse, error) + ListQuotasExecuteMock *func(r ApiListQuotasRequest) (*QuotaListResponse, error) + ListRoutesOfRoutingTableExecuteMock *func(r ApiListRoutesOfRoutingTableRequest) (*RouteListResponse, error) + ListRoutingTablesOfAreaExecuteMock *func(r ApiListRoutingTablesOfAreaRequest) (*RoutingTableListResponse, error) + ListSecurityGroupRulesExecuteMock *func(r ApiListSecurityGroupRulesRequest) (*SecurityGroupRuleListResponse, error) + ListSecurityGroupsExecuteMock *func(r ApiListSecurityGroupsRequest) (*SecurityGroupListResponse, error) + ListServerNICsExecuteMock *func(r ApiListServerNICsRequest) (*NICListResponse, error) + ListServerServiceAccountsExecuteMock *func(r ApiListServerServiceAccountsRequest) (*ServiceAccountMailListResponse, error) + ListServersExecuteMock *func(r ApiListServersRequest) (*ServerListResponse, error) + ListVolumePerformanceClassesExecuteMock *func(r ApiListVolumePerformanceClassesRequest) (*VolumePerformanceClassListResponse, error) + ListVolumesExecuteMock *func(r ApiListVolumesRequest) (*VolumeListResponse, error) + PartialUpdateNetworkAreaExecuteMock *func(r ApiPartialUpdateNetworkAreaRequest) (*NetworkArea, error) + PartialUpdateNetworkExecuteMock *func(r ApiPartialUpdateNetworkRequest) error + RebootServerExecuteMock *func(r ApiRebootServerRequest) error + RemoveNetworkFromServerExecuteMock *func(r ApiRemoveNetworkFromServerRequest) error + RemoveNicFromServerExecuteMock *func(r ApiRemoveNicFromServerRequest) error + RemovePublicIpFromServerExecuteMock *func(r ApiRemovePublicIpFromServerRequest) error + RemoveSecurityGroupFromServerExecuteMock *func(r ApiRemoveSecurityGroupFromServerRequest) error + RemoveServiceAccountFromServerExecuteMock *func(r ApiRemoveServiceAccountFromServerRequest) (*ServiceAccountMailListResponse, error) + RemoveVolumeFromServerExecuteMock *func(r ApiRemoveVolumeFromServerRequest) error + RescueServerExecuteMock *func(r ApiRescueServerRequest) error + ResizeServerExecuteMock *func(r ApiResizeServerRequest) error + ResizeVolumeExecuteMock *func(r ApiResizeVolumeRequest) error + RestoreBackupExecuteMock *func(r ApiRestoreBackupRequest) error + SetImageShareExecuteMock *func(r ApiSetImageShareRequest) (*ImageShare, error) + StartServerExecuteMock *func(r ApiStartServerRequest) error + StopServerExecuteMock *func(r ApiStopServerRequest) error + UnrescueServerExecuteMock *func(r ApiUnrescueServerRequest) error + UpdateAttachedVolumeExecuteMock *func(r ApiUpdateAttachedVolumeRequest) (*VolumeAttachment, error) + UpdateImageExecuteMock *func(r ApiUpdateImageRequest) (*Image, error) + UpdateImageShareExecuteMock *func(r ApiUpdateImageShareRequest) (*ImageShare, error) + UpdateKeyPairExecuteMock *func(r ApiUpdateKeyPairRequest) (*Keypair, error) + UpdateNicExecuteMock *func(r ApiUpdateNicRequest) (*NIC, error) + UpdatePublicIPExecuteMock *func(r ApiUpdatePublicIPRequest) (*PublicIp, error) + UpdateRouteOfRoutingTableExecuteMock *func(r ApiUpdateRouteOfRoutingTableRequest) (*Route, error) + UpdateRoutingTableOfAreaExecuteMock *func(r ApiUpdateRoutingTableOfAreaRequest) (*RoutingTable, error) + UpdateServerExecuteMock *func(r ApiUpdateServerRequest) (*Server, error) + UpdateVolumeExecuteMock *func(r ApiUpdateVolumeRequest) (*Volume, error) + V2beta1ConfigureNetworkAreaRegionExecuteMock *func(r ApiV2beta1ConfigureNetworkAreaRegionRequest) (*RegionalArea, error) + V2beta1CreateSnapshotExecuteMock *func(r ApiV2beta1CreateSnapshotRequest) (*Snapshot, error) + V2beta1DeleteNetworkAreaRegionExecuteMock *func(r ApiV2beta1DeleteNetworkAreaRegionRequest) error + V2beta1DeleteSnapshotExecuteMock *func(r ApiV2beta1DeleteSnapshotRequest) error + V2beta1GetAreaRegionExecuteMock *func(r ApiV2beta1GetAreaRegionRequest) (*RegionalArea, error) + V2beta1GetSnapshotExecuteMock *func(r ApiV2beta1GetSnapshotRequest) (*Snapshot, error) + V2beta1ListAreaRegionsExecuteMock *func(r ApiV2beta1ListAreaRegionsRequest) (*RegionalAreaListResponse, error) + V2beta1ListSnapshotsInProjectExecuteMock *func(r ApiV2beta1ListSnapshotsInProjectRequest) (*SnapshotListResponse, error) + V2beta1UpdateBackupExecuteMock *func(r ApiV2beta1UpdateBackupRequest) (*Backup, error) + V2beta1UpdateNetworkAreaRegionExecuteMock *func(r ApiV2beta1UpdateNetworkAreaRegionRequest) (*RegionalArea, error) + V2beta1UpdateRouteOfAreaExecuteMock *func(r ApiV2beta1UpdateRouteOfAreaRequest) (*Route, error) + V2beta1UpdateSecurityGroupExecuteMock *func(r ApiV2beta1UpdateSecurityGroupRequest) (*SecurityGroup, error) + V2beta1UpdateSnapshotExecuteMock *func(r ApiV2beta1UpdateSnapshotRequest) (*Snapshot, error) + func (a DefaultAPIServiceMock) AddNetworkToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddNetworkToServerRequest + func (a DefaultAPIServiceMock) AddNetworkToServerExecute(r ApiAddNetworkToServerRequest) error + func (a DefaultAPIServiceMock) AddNicToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddNicToServerRequest + func (a DefaultAPIServiceMock) AddNicToServerExecute(r ApiAddNicToServerRequest) error + func (a DefaultAPIServiceMock) AddPublicIpToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddPublicIpToServerRequest + func (a DefaultAPIServiceMock) AddPublicIpToServerExecute(r ApiAddPublicIpToServerRequest) error + func (a DefaultAPIServiceMock) AddRoutesToRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiAddRoutesToRoutingTableRequest + func (a DefaultAPIServiceMock) AddRoutesToRoutingTableExecute(r ApiAddRoutesToRoutingTableRequest) (*RouteListResponse, error) + func (a DefaultAPIServiceMock) AddRoutingTableToArea(ctx context.Context, organizationId string, areaId string, region string) ApiAddRoutingTableToAreaRequest + func (a DefaultAPIServiceMock) AddRoutingTableToAreaExecute(r ApiAddRoutingTableToAreaRequest) (*RoutingTable, error) + func (a DefaultAPIServiceMock) AddSecurityGroupToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddSecurityGroupToServerRequest + func (a DefaultAPIServiceMock) AddSecurityGroupToServerExecute(r ApiAddSecurityGroupToServerRequest) error + func (a DefaultAPIServiceMock) AddServiceAccountToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddServiceAccountToServerRequest + func (a DefaultAPIServiceMock) AddServiceAccountToServerExecute(r ApiAddServiceAccountToServerRequest) (*ServiceAccountMailListResponse, error) + func (a DefaultAPIServiceMock) AddVolumeToServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiAddVolumeToServerRequest + func (a DefaultAPIServiceMock) AddVolumeToServerExecute(r ApiAddVolumeToServerRequest) (*VolumeAttachment, error) + func (a DefaultAPIServiceMock) CreateAffinityGroup(ctx context.Context, projectId string, region string) ApiCreateAffinityGroupRequest + func (a DefaultAPIServiceMock) CreateAffinityGroupExecute(r ApiCreateAffinityGroupRequest) (*AffinityGroup, error) + func (a DefaultAPIServiceMock) CreateBackup(ctx context.Context, projectId string, region string) ApiCreateBackupRequest + func (a DefaultAPIServiceMock) CreateBackupExecute(r ApiCreateBackupRequest) (*Backup, error) + func (a DefaultAPIServiceMock) CreateImage(ctx context.Context, projectId string, region string) ApiCreateImageRequest + func (a DefaultAPIServiceMock) CreateImageExecute(r ApiCreateImageRequest) (*ImageCreateResponse, error) + func (a DefaultAPIServiceMock) CreateIsolatedNetwork(ctx context.Context, projectId string, region string) ApiCreateIsolatedNetworkRequest + func (a DefaultAPIServiceMock) CreateIsolatedNetworkExecute(r ApiCreateIsolatedNetworkRequest) (*Network, error) + func (a DefaultAPIServiceMock) CreateKeyPair(ctx context.Context) ApiCreateKeyPairRequest + func (a DefaultAPIServiceMock) CreateKeyPairExecute(r ApiCreateKeyPairRequest) (*Keypair, error) + func (a DefaultAPIServiceMock) CreateNetwork(ctx context.Context, projectId string, region string) ApiCreateNetworkRequest + func (a DefaultAPIServiceMock) CreateNetworkArea(ctx context.Context, organizationId string) ApiCreateNetworkAreaRequest + func (a DefaultAPIServiceMock) CreateNetworkAreaExecute(r ApiCreateNetworkAreaRequest) (*NetworkArea, error) + func (a DefaultAPIServiceMock) CreateNetworkAreaRange(ctx context.Context, organizationId string, areaId string, region string) ApiCreateNetworkAreaRangeRequest + func (a DefaultAPIServiceMock) CreateNetworkAreaRangeExecute(r ApiCreateNetworkAreaRangeRequest) (*NetworkRangeListResponse, error) + func (a DefaultAPIServiceMock) CreateNetworkAreaRoute(ctx context.Context, organizationId string, areaId string, region string) ApiCreateNetworkAreaRouteRequest + func (a DefaultAPIServiceMock) CreateNetworkAreaRouteExecute(r ApiCreateNetworkAreaRouteRequest) (*RouteListResponse, error) + func (a DefaultAPIServiceMock) CreateNetworkExecute(r ApiCreateNetworkRequest) (*Network, error) + func (a DefaultAPIServiceMock) CreateNic(ctx context.Context, projectId string, region string, networkId string) ApiCreateNicRequest + func (a DefaultAPIServiceMock) CreateNicExecute(r ApiCreateNicRequest) (*NIC, error) + func (a DefaultAPIServiceMock) CreatePublicIP(ctx context.Context, projectId string, region string) ApiCreatePublicIPRequest + func (a DefaultAPIServiceMock) CreatePublicIPExecute(r ApiCreatePublicIPRequest) (*PublicIp, error) + func (a DefaultAPIServiceMock) CreateSecurityGroup(ctx context.Context, projectId string, region string) ApiCreateSecurityGroupRequest + func (a DefaultAPIServiceMock) CreateSecurityGroupExecute(r ApiCreateSecurityGroupRequest) (*SecurityGroup, error) + func (a DefaultAPIServiceMock) CreateSecurityGroupRule(ctx context.Context, projectId string, region string, securityGroupId string) ApiCreateSecurityGroupRuleRequest + func (a DefaultAPIServiceMock) CreateSecurityGroupRuleExecute(r ApiCreateSecurityGroupRuleRequest) (*SecurityGroupRule, error) + func (a DefaultAPIServiceMock) CreateServer(ctx context.Context, projectId string, region string) ApiCreateServerRequest + func (a DefaultAPIServiceMock) CreateServerExecute(r ApiCreateServerRequest) (*Server, error) + func (a DefaultAPIServiceMock) CreateVolume(ctx context.Context, projectId string, region string) ApiCreateVolumeRequest + func (a DefaultAPIServiceMock) CreateVolumeExecute(r ApiCreateVolumeRequest) (*Volume, error) + func (a DefaultAPIServiceMock) DeallocateServer(ctx context.Context, projectId string, region string, serverId string) ApiDeallocateServerRequest + func (a DefaultAPIServiceMock) DeallocateServerExecute(r ApiDeallocateServerRequest) error + func (a DefaultAPIServiceMock) DeleteAffinityGroup(ctx context.Context, projectId string, region string, affinityGroupId string) ApiDeleteAffinityGroupRequest + func (a DefaultAPIServiceMock) DeleteAffinityGroupExecute(r ApiDeleteAffinityGroupRequest) error + func (a DefaultAPIServiceMock) DeleteBackup(ctx context.Context, projectId string, region string, backupId string) ApiDeleteBackupRequest + func (a DefaultAPIServiceMock) DeleteBackupExecute(r ApiDeleteBackupRequest) error + func (a DefaultAPIServiceMock) DeleteImage(ctx context.Context, projectId string, region string, imageId string) ApiDeleteImageRequest + func (a DefaultAPIServiceMock) DeleteImageExecute(r ApiDeleteImageRequest) error + func (a DefaultAPIServiceMock) DeleteImageShare(ctx context.Context, projectId string, region string, imageId string) ApiDeleteImageShareRequest + func (a DefaultAPIServiceMock) DeleteImageShareConsumer(ctx context.Context, projectId string, region string, imageId string, ...) ApiDeleteImageShareConsumerRequest + func (a DefaultAPIServiceMock) DeleteImageShareConsumerExecute(r ApiDeleteImageShareConsumerRequest) error + func (a DefaultAPIServiceMock) DeleteImageShareExecute(r ApiDeleteImageShareRequest) error + func (a DefaultAPIServiceMock) DeleteKeyPair(ctx context.Context, keypairName string) ApiDeleteKeyPairRequest + func (a DefaultAPIServiceMock) DeleteKeyPairExecute(r ApiDeleteKeyPairRequest) error + func (a DefaultAPIServiceMock) DeleteNetwork(ctx context.Context, projectId string, region string, networkId string) ApiDeleteNetworkRequest + func (a DefaultAPIServiceMock) DeleteNetworkArea(ctx context.Context, organizationId string, areaId string) ApiDeleteNetworkAreaRequest + func (a DefaultAPIServiceMock) DeleteNetworkAreaExecute(r ApiDeleteNetworkAreaRequest) error + func (a DefaultAPIServiceMock) DeleteNetworkAreaRange(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteNetworkAreaRangeRequest + func (a DefaultAPIServiceMock) DeleteNetworkAreaRangeExecute(r ApiDeleteNetworkAreaRangeRequest) error + func (a DefaultAPIServiceMock) DeleteNetworkAreaRoute(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteNetworkAreaRouteRequest + func (a DefaultAPIServiceMock) DeleteNetworkAreaRouteExecute(r ApiDeleteNetworkAreaRouteRequest) error + func (a DefaultAPIServiceMock) DeleteNetworkExecute(r ApiDeleteNetworkRequest) error + func (a DefaultAPIServiceMock) DeleteNic(ctx context.Context, projectId string, region string, networkId string, ...) ApiDeleteNicRequest + func (a DefaultAPIServiceMock) DeleteNicExecute(r ApiDeleteNicRequest) error + func (a DefaultAPIServiceMock) DeletePublicIP(ctx context.Context, projectId string, region string, publicIpId string) ApiDeletePublicIPRequest + func (a DefaultAPIServiceMock) DeletePublicIPExecute(r ApiDeletePublicIPRequest) error + func (a DefaultAPIServiceMock) DeleteRouteFromRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteRouteFromRoutingTableRequest + func (a DefaultAPIServiceMock) DeleteRouteFromRoutingTableExecute(r ApiDeleteRouteFromRoutingTableRequest) error + func (a DefaultAPIServiceMock) DeleteRoutingTableFromArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiDeleteRoutingTableFromAreaRequest + func (a DefaultAPIServiceMock) DeleteRoutingTableFromAreaExecute(r ApiDeleteRoutingTableFromAreaRequest) error + func (a DefaultAPIServiceMock) DeleteSecurityGroup(ctx context.Context, projectId string, region string, securityGroupId string) ApiDeleteSecurityGroupRequest + func (a DefaultAPIServiceMock) DeleteSecurityGroupExecute(r ApiDeleteSecurityGroupRequest) error + func (a DefaultAPIServiceMock) DeleteSecurityGroupRule(ctx context.Context, projectId string, region string, securityGroupId string, ...) ApiDeleteSecurityGroupRuleRequest + func (a DefaultAPIServiceMock) DeleteSecurityGroupRuleExecute(r ApiDeleteSecurityGroupRuleRequest) error + func (a DefaultAPIServiceMock) DeleteServer(ctx context.Context, projectId string, region string, serverId string) ApiDeleteServerRequest + func (a DefaultAPIServiceMock) DeleteServerExecute(r ApiDeleteServerRequest) error + func (a DefaultAPIServiceMock) DeleteVolume(ctx context.Context, projectId string, region string, volumeId string) ApiDeleteVolumeRequest + func (a DefaultAPIServiceMock) DeleteVolumeExecute(r ApiDeleteVolumeRequest) error + func (a DefaultAPIServiceMock) GetAffinityGroup(ctx context.Context, projectId string, region string, affinityGroupId string) ApiGetAffinityGroupRequest + func (a DefaultAPIServiceMock) GetAffinityGroupExecute(r ApiGetAffinityGroupRequest) (*AffinityGroup, error) + func (a DefaultAPIServiceMock) GetAttachedVolume(ctx context.Context, projectId string, region string, serverId string, ...) ApiGetAttachedVolumeRequest + func (a DefaultAPIServiceMock) GetAttachedVolumeExecute(r ApiGetAttachedVolumeRequest) (*VolumeAttachment, error) + func (a DefaultAPIServiceMock) GetBackup(ctx context.Context, projectId string, region string, backupId string) ApiGetBackupRequest + func (a DefaultAPIServiceMock) GetBackupExecute(r ApiGetBackupRequest) (*Backup, error) + func (a DefaultAPIServiceMock) GetImage(ctx context.Context, projectId string, region string, imageId string) ApiGetImageRequest + func (a DefaultAPIServiceMock) GetImageExecute(r ApiGetImageRequest) (*Image, error) + func (a DefaultAPIServiceMock) GetImageShare(ctx context.Context, projectId string, region string, imageId string) ApiGetImageShareRequest + func (a DefaultAPIServiceMock) GetImageShareConsumer(ctx context.Context, projectId string, region string, imageId string, ...) ApiGetImageShareConsumerRequest + func (a DefaultAPIServiceMock) GetImageShareConsumerExecute(r ApiGetImageShareConsumerRequest) (*ImageShareConsumer, error) + func (a DefaultAPIServiceMock) GetImageShareExecute(r ApiGetImageShareRequest) (*ImageShare, error) + func (a DefaultAPIServiceMock) GetKeyPair(ctx context.Context, keypairName string) ApiGetKeyPairRequest + func (a DefaultAPIServiceMock) GetKeyPairExecute(r ApiGetKeyPairRequest) (*Keypair, error) + func (a DefaultAPIServiceMock) GetMachineType(ctx context.Context, projectId string, region string, machineType string) ApiGetMachineTypeRequest + func (a DefaultAPIServiceMock) GetMachineTypeExecute(r ApiGetMachineTypeRequest) (*MachineType, error) + func (a DefaultAPIServiceMock) GetNetwork(ctx context.Context, projectId string, region string, networkId string) ApiGetNetworkRequest + func (a DefaultAPIServiceMock) GetNetworkArea(ctx context.Context, organizationId string, areaId string) ApiGetNetworkAreaRequest + func (a DefaultAPIServiceMock) GetNetworkAreaExecute(r ApiGetNetworkAreaRequest) (*NetworkArea, error) + func (a DefaultAPIServiceMock) GetNetworkAreaRange(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetNetworkAreaRangeRequest + func (a DefaultAPIServiceMock) GetNetworkAreaRangeExecute(r ApiGetNetworkAreaRangeRequest) (*NetworkRange, error) + func (a DefaultAPIServiceMock) GetNetworkAreaRoute(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetNetworkAreaRouteRequest + func (a DefaultAPIServiceMock) GetNetworkAreaRouteExecute(r ApiGetNetworkAreaRouteRequest) (*Route, error) + func (a DefaultAPIServiceMock) GetNetworkExecute(r ApiGetNetworkRequest) (*Network, error) + func (a DefaultAPIServiceMock) GetNic(ctx context.Context, projectId string, region string, networkId string, ...) ApiGetNicRequest + func (a DefaultAPIServiceMock) GetNicExecute(r ApiGetNicRequest) (*NIC, error) + func (a DefaultAPIServiceMock) GetOrganizationRequest(ctx context.Context, organizationId string, requestId string) ApiGetOrganizationRequestRequest + func (a DefaultAPIServiceMock) GetOrganizationRequestExecute(r ApiGetOrganizationRequestRequest) (*Request, error) + func (a DefaultAPIServiceMock) GetProjectDetails(ctx context.Context, projectId string) ApiGetProjectDetailsRequest + func (a DefaultAPIServiceMock) GetProjectDetailsExecute(r ApiGetProjectDetailsRequest) (*Project, error) + func (a DefaultAPIServiceMock) GetProjectNIC(ctx context.Context, projectId string, region string, nicId string) ApiGetProjectNICRequest + func (a DefaultAPIServiceMock) GetProjectNICExecute(r ApiGetProjectNICRequest) (*NIC, error) + func (a DefaultAPIServiceMock) GetProjectRequest(ctx context.Context, projectId string, region string, requestId string) ApiGetProjectRequestRequest + func (a DefaultAPIServiceMock) GetProjectRequestExecute(r ApiGetProjectRequestRequest) (*Request, error) + func (a DefaultAPIServiceMock) GetPublicIP(ctx context.Context, projectId string, region string, publicIpId string) ApiGetPublicIPRequest + func (a DefaultAPIServiceMock) GetPublicIPExecute(r ApiGetPublicIPRequest) (*PublicIp, error) + func (a DefaultAPIServiceMock) GetRouteOfRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetRouteOfRoutingTableRequest + func (a DefaultAPIServiceMock) GetRouteOfRoutingTableExecute(r ApiGetRouteOfRoutingTableRequest) (*Route, error) + func (a DefaultAPIServiceMock) GetRoutingTableOfArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiGetRoutingTableOfAreaRequest + func (a DefaultAPIServiceMock) GetRoutingTableOfAreaExecute(r ApiGetRoutingTableOfAreaRequest) (*RoutingTable, error) + func (a DefaultAPIServiceMock) GetSecurityGroup(ctx context.Context, projectId string, region string, securityGroupId string) ApiGetSecurityGroupRequest + func (a DefaultAPIServiceMock) GetSecurityGroupExecute(r ApiGetSecurityGroupRequest) (*SecurityGroup, error) + func (a DefaultAPIServiceMock) GetSecurityGroupRule(ctx context.Context, projectId string, region string, securityGroupId string, ...) ApiGetSecurityGroupRuleRequest + func (a DefaultAPIServiceMock) GetSecurityGroupRuleExecute(r ApiGetSecurityGroupRuleRequest) (*SecurityGroupRule, error) + func (a DefaultAPIServiceMock) GetServer(ctx context.Context, projectId string, region string, serverId string) ApiGetServerRequest + func (a DefaultAPIServiceMock) GetServerConsole(ctx context.Context, projectId string, region string, serverId string) ApiGetServerConsoleRequest + func (a DefaultAPIServiceMock) GetServerConsoleExecute(r ApiGetServerConsoleRequest) (*ServerConsoleUrl, error) + func (a DefaultAPIServiceMock) GetServerExecute(r ApiGetServerRequest) (*Server, error) + func (a DefaultAPIServiceMock) GetServerLog(ctx context.Context, projectId string, region string, serverId string) ApiGetServerLogRequest + func (a DefaultAPIServiceMock) GetServerLogExecute(r ApiGetServerLogRequest) (*GetServerLog200Response, error) + func (a DefaultAPIServiceMock) GetVolume(ctx context.Context, projectId string, region string, volumeId string) ApiGetVolumeRequest + func (a DefaultAPIServiceMock) GetVolumeExecute(r ApiGetVolumeRequest) (*Volume, error) + func (a DefaultAPIServiceMock) GetVolumePerformanceClass(ctx context.Context, projectId string, region string, ...) ApiGetVolumePerformanceClassRequest + func (a DefaultAPIServiceMock) GetVolumePerformanceClassExecute(r ApiGetVolumePerformanceClassRequest) (*VolumePerformanceClass, error) + func (a DefaultAPIServiceMock) ListAffinityGroups(ctx context.Context, projectId string, region string) ApiListAffinityGroupsRequest + func (a DefaultAPIServiceMock) ListAffinityGroupsExecute(r ApiListAffinityGroupsRequest) (*AffinityGroupListResponse, error) + func (a DefaultAPIServiceMock) ListAttachedVolumes(ctx context.Context, projectId string, region string, serverId string) ApiListAttachedVolumesRequest + func (a DefaultAPIServiceMock) ListAttachedVolumesExecute(r ApiListAttachedVolumesRequest) (*VolumeAttachmentListResponse, error) + func (a DefaultAPIServiceMock) ListAvailabilityZones(ctx context.Context, region string) ApiListAvailabilityZonesRequest + func (a DefaultAPIServiceMock) ListAvailabilityZonesExecute(r ApiListAvailabilityZonesRequest) (*AvailabilityZoneListResponse, error) + func (a DefaultAPIServiceMock) ListBackups(ctx context.Context, projectId string, region string) ApiListBackupsRequest + func (a DefaultAPIServiceMock) ListBackupsExecute(r ApiListBackupsRequest) (*BackupListResponse, error) + func (a DefaultAPIServiceMock) ListImages(ctx context.Context, projectId string, region string) ApiListImagesRequest + func (a DefaultAPIServiceMock) ListImagesExecute(r ApiListImagesRequest) (*ImageListResponse, error) + func (a DefaultAPIServiceMock) ListKeyPairs(ctx context.Context) ApiListKeyPairsRequest + func (a DefaultAPIServiceMock) ListKeyPairsExecute(r ApiListKeyPairsRequest) (*KeyPairListResponse, error) + func (a DefaultAPIServiceMock) ListMachineTypes(ctx context.Context, projectId string, region string) ApiListMachineTypesRequest + func (a DefaultAPIServiceMock) ListMachineTypesExecute(r ApiListMachineTypesRequest) (*MachineTypeListResponse, error) + func (a DefaultAPIServiceMock) ListNetworkAreaProjects(ctx context.Context, organizationId string, areaId string) ApiListNetworkAreaProjectsRequest + func (a DefaultAPIServiceMock) ListNetworkAreaProjectsExecute(r ApiListNetworkAreaProjectsRequest) (*ProjectListResponse, error) + func (a DefaultAPIServiceMock) ListNetworkAreaRanges(ctx context.Context, organizationId string, areaId string, region string) ApiListNetworkAreaRangesRequest + func (a DefaultAPIServiceMock) ListNetworkAreaRangesExecute(r ApiListNetworkAreaRangesRequest) (*NetworkRangeListResponse, error) + func (a DefaultAPIServiceMock) ListNetworkAreaRoutes(ctx context.Context, organizationId string, areaId string, region string) ApiListNetworkAreaRoutesRequest + func (a DefaultAPIServiceMock) ListNetworkAreaRoutesExecute(r ApiListNetworkAreaRoutesRequest) (*RouteListResponse, error) + func (a DefaultAPIServiceMock) ListNetworkAreas(ctx context.Context, organizationId string) ApiListNetworkAreasRequest + func (a DefaultAPIServiceMock) ListNetworkAreasExecute(r ApiListNetworkAreasRequest) (*NetworkAreaListResponse, error) + func (a DefaultAPIServiceMock) ListNetworks(ctx context.Context, projectId string, region string) ApiListNetworksRequest + func (a DefaultAPIServiceMock) ListNetworksExecute(r ApiListNetworksRequest) (*NetworkListResponse, error) + func (a DefaultAPIServiceMock) ListNics(ctx context.Context, projectId string, region string, networkId string) ApiListNicsRequest + func (a DefaultAPIServiceMock) ListNicsExecute(r ApiListNicsRequest) (*NICListResponse, error) + func (a DefaultAPIServiceMock) ListProjectNICs(ctx context.Context, projectId string, region string) ApiListProjectNICsRequest + func (a DefaultAPIServiceMock) ListProjectNICsExecute(r ApiListProjectNICsRequest) (*NICListResponse, error) + func (a DefaultAPIServiceMock) ListPublicIPRanges(ctx context.Context) ApiListPublicIPRangesRequest + func (a DefaultAPIServiceMock) ListPublicIPRangesExecute(r ApiListPublicIPRangesRequest) (*PublicNetworkListResponse, error) + func (a DefaultAPIServiceMock) ListPublicIPs(ctx context.Context, projectId string, region string) ApiListPublicIPsRequest + func (a DefaultAPIServiceMock) ListPublicIPsExecute(r ApiListPublicIPsRequest) (*PublicIpListResponse, error) + func (a DefaultAPIServiceMock) ListQuotas(ctx context.Context, projectId string, region string) ApiListQuotasRequest + func (a DefaultAPIServiceMock) ListQuotasExecute(r ApiListQuotasRequest) (*QuotaListResponse, error) + func (a DefaultAPIServiceMock) ListRoutesOfRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiListRoutesOfRoutingTableRequest + func (a DefaultAPIServiceMock) ListRoutesOfRoutingTableExecute(r ApiListRoutesOfRoutingTableRequest) (*RouteListResponse, error) + func (a DefaultAPIServiceMock) ListRoutingTablesOfArea(ctx context.Context, organizationId string, areaId string, region string) ApiListRoutingTablesOfAreaRequest + func (a DefaultAPIServiceMock) ListRoutingTablesOfAreaExecute(r ApiListRoutingTablesOfAreaRequest) (*RoutingTableListResponse, error) + func (a DefaultAPIServiceMock) ListSecurityGroupRules(ctx context.Context, projectId string, region string, securityGroupId string) ApiListSecurityGroupRulesRequest + func (a DefaultAPIServiceMock) ListSecurityGroupRulesExecute(r ApiListSecurityGroupRulesRequest) (*SecurityGroupRuleListResponse, error) + func (a DefaultAPIServiceMock) ListSecurityGroups(ctx context.Context, projectId string, region string) ApiListSecurityGroupsRequest + func (a DefaultAPIServiceMock) ListSecurityGroupsExecute(r ApiListSecurityGroupsRequest) (*SecurityGroupListResponse, error) + func (a DefaultAPIServiceMock) ListServerNICs(ctx context.Context, projectId string, region string, serverId string) ApiListServerNICsRequest + func (a DefaultAPIServiceMock) ListServerNICsExecute(r ApiListServerNICsRequest) (*NICListResponse, error) + func (a DefaultAPIServiceMock) ListServerServiceAccounts(ctx context.Context, projectId string, region string, serverId string) ApiListServerServiceAccountsRequest + func (a DefaultAPIServiceMock) ListServerServiceAccountsExecute(r ApiListServerServiceAccountsRequest) (*ServiceAccountMailListResponse, error) + func (a DefaultAPIServiceMock) ListServers(ctx context.Context, projectId string, region string) ApiListServersRequest + func (a DefaultAPIServiceMock) ListServersExecute(r ApiListServersRequest) (*ServerListResponse, error) + func (a DefaultAPIServiceMock) ListVolumePerformanceClasses(ctx context.Context, projectId string, region string) ApiListVolumePerformanceClassesRequest + func (a DefaultAPIServiceMock) ListVolumePerformanceClassesExecute(r ApiListVolumePerformanceClassesRequest) (*VolumePerformanceClassListResponse, error) + func (a DefaultAPIServiceMock) ListVolumes(ctx context.Context, projectId string, region string) ApiListVolumesRequest + func (a DefaultAPIServiceMock) ListVolumesExecute(r ApiListVolumesRequest) (*VolumeListResponse, error) + func (a DefaultAPIServiceMock) PartialUpdateNetwork(ctx context.Context, projectId string, region string, networkId string) ApiPartialUpdateNetworkRequest + func (a DefaultAPIServiceMock) PartialUpdateNetworkArea(ctx context.Context, organizationId string, areaId string) ApiPartialUpdateNetworkAreaRequest + func (a DefaultAPIServiceMock) PartialUpdateNetworkAreaExecute(r ApiPartialUpdateNetworkAreaRequest) (*NetworkArea, error) + func (a DefaultAPIServiceMock) PartialUpdateNetworkExecute(r ApiPartialUpdateNetworkRequest) error + func (a DefaultAPIServiceMock) RebootServer(ctx context.Context, projectId string, region string, serverId string) ApiRebootServerRequest + func (a DefaultAPIServiceMock) RebootServerExecute(r ApiRebootServerRequest) error + func (a DefaultAPIServiceMock) RemoveNetworkFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveNetworkFromServerRequest + func (a DefaultAPIServiceMock) RemoveNetworkFromServerExecute(r ApiRemoveNetworkFromServerRequest) error + func (a DefaultAPIServiceMock) RemoveNicFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveNicFromServerRequest + func (a DefaultAPIServiceMock) RemoveNicFromServerExecute(r ApiRemoveNicFromServerRequest) error + func (a DefaultAPIServiceMock) RemovePublicIpFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemovePublicIpFromServerRequest + func (a DefaultAPIServiceMock) RemovePublicIpFromServerExecute(r ApiRemovePublicIpFromServerRequest) error + func (a DefaultAPIServiceMock) RemoveSecurityGroupFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveSecurityGroupFromServerRequest + func (a DefaultAPIServiceMock) RemoveSecurityGroupFromServerExecute(r ApiRemoveSecurityGroupFromServerRequest) error + func (a DefaultAPIServiceMock) RemoveServiceAccountFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveServiceAccountFromServerRequest + func (a DefaultAPIServiceMock) RemoveServiceAccountFromServerExecute(r ApiRemoveServiceAccountFromServerRequest) (*ServiceAccountMailListResponse, error) + func (a DefaultAPIServiceMock) RemoveVolumeFromServer(ctx context.Context, projectId string, region string, serverId string, ...) ApiRemoveVolumeFromServerRequest + func (a DefaultAPIServiceMock) RemoveVolumeFromServerExecute(r ApiRemoveVolumeFromServerRequest) error + func (a DefaultAPIServiceMock) RescueServer(ctx context.Context, projectId string, region string, serverId string) ApiRescueServerRequest + func (a DefaultAPIServiceMock) RescueServerExecute(r ApiRescueServerRequest) error + func (a DefaultAPIServiceMock) ResizeServer(ctx context.Context, projectId string, region string, serverId string) ApiResizeServerRequest + func (a DefaultAPIServiceMock) ResizeServerExecute(r ApiResizeServerRequest) error + func (a DefaultAPIServiceMock) ResizeVolume(ctx context.Context, projectId string, region string, volumeId string) ApiResizeVolumeRequest + func (a DefaultAPIServiceMock) ResizeVolumeExecute(r ApiResizeVolumeRequest) error + func (a DefaultAPIServiceMock) RestoreBackup(ctx context.Context, projectId string, region string, backupId string) ApiRestoreBackupRequest + func (a DefaultAPIServiceMock) RestoreBackupExecute(r ApiRestoreBackupRequest) error + func (a DefaultAPIServiceMock) SetImageShare(ctx context.Context, projectId string, region string, imageId string) ApiSetImageShareRequest + func (a DefaultAPIServiceMock) SetImageShareExecute(r ApiSetImageShareRequest) (*ImageShare, error) + func (a DefaultAPIServiceMock) StartServer(ctx context.Context, projectId string, region string, serverId string) ApiStartServerRequest + func (a DefaultAPIServiceMock) StartServerExecute(r ApiStartServerRequest) error + func (a DefaultAPIServiceMock) StopServer(ctx context.Context, projectId string, region string, serverId string) ApiStopServerRequest + func (a DefaultAPIServiceMock) StopServerExecute(r ApiStopServerRequest) error + func (a DefaultAPIServiceMock) UnrescueServer(ctx context.Context, projectId string, region string, serverId string) ApiUnrescueServerRequest + func (a DefaultAPIServiceMock) UnrescueServerExecute(r ApiUnrescueServerRequest) error + func (a DefaultAPIServiceMock) UpdateAttachedVolume(ctx context.Context, projectId string, region string, serverId string, ...) ApiUpdateAttachedVolumeRequest + func (a DefaultAPIServiceMock) UpdateAttachedVolumeExecute(r ApiUpdateAttachedVolumeRequest) (*VolumeAttachment, error) + func (a DefaultAPIServiceMock) UpdateImage(ctx context.Context, projectId string, region string, imageId string) ApiUpdateImageRequest + func (a DefaultAPIServiceMock) UpdateImageExecute(r ApiUpdateImageRequest) (*Image, error) + func (a DefaultAPIServiceMock) UpdateImageShare(ctx context.Context, projectId string, region string, imageId string) ApiUpdateImageShareRequest + func (a DefaultAPIServiceMock) UpdateImageShareExecute(r ApiUpdateImageShareRequest) (*ImageShare, error) + func (a DefaultAPIServiceMock) UpdateKeyPair(ctx context.Context, keypairName string) ApiUpdateKeyPairRequest + func (a DefaultAPIServiceMock) UpdateKeyPairExecute(r ApiUpdateKeyPairRequest) (*Keypair, error) + func (a DefaultAPIServiceMock) UpdateNic(ctx context.Context, projectId string, region string, networkId string, ...) ApiUpdateNicRequest + func (a DefaultAPIServiceMock) UpdateNicExecute(r ApiUpdateNicRequest) (*NIC, error) + func (a DefaultAPIServiceMock) UpdatePublicIP(ctx context.Context, projectId string, region string, publicIpId string) ApiUpdatePublicIPRequest + func (a DefaultAPIServiceMock) UpdatePublicIPExecute(r ApiUpdatePublicIPRequest) (*PublicIp, error) + func (a DefaultAPIServiceMock) UpdateRouteOfRoutingTable(ctx context.Context, organizationId string, areaId string, region string, ...) ApiUpdateRouteOfRoutingTableRequest + func (a DefaultAPIServiceMock) UpdateRouteOfRoutingTableExecute(r ApiUpdateRouteOfRoutingTableRequest) (*Route, error) + func (a DefaultAPIServiceMock) UpdateRoutingTableOfArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiUpdateRoutingTableOfAreaRequest + func (a DefaultAPIServiceMock) UpdateRoutingTableOfAreaExecute(r ApiUpdateRoutingTableOfAreaRequest) (*RoutingTable, error) + func (a DefaultAPIServiceMock) UpdateServer(ctx context.Context, projectId string, region string, serverId string) ApiUpdateServerRequest + func (a DefaultAPIServiceMock) UpdateServerExecute(r ApiUpdateServerRequest) (*Server, error) + func (a DefaultAPIServiceMock) UpdateVolume(ctx context.Context, projectId string, region string, volumeId string) ApiUpdateVolumeRequest + func (a DefaultAPIServiceMock) UpdateVolumeExecute(r ApiUpdateVolumeRequest) (*Volume, error) + func (a DefaultAPIServiceMock) V2beta1ConfigureNetworkAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1ConfigureNetworkAreaRegionRequest + func (a DefaultAPIServiceMock) V2beta1ConfigureNetworkAreaRegionExecute(r ApiV2beta1ConfigureNetworkAreaRegionRequest) (*RegionalArea, error) + func (a DefaultAPIServiceMock) V2beta1CreateSnapshot(ctx context.Context, projectId string, region string) ApiV2beta1CreateSnapshotRequest + func (a DefaultAPIServiceMock) V2beta1CreateSnapshotExecute(r ApiV2beta1CreateSnapshotRequest) (*Snapshot, error) + func (a DefaultAPIServiceMock) V2beta1DeleteNetworkAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1DeleteNetworkAreaRegionRequest + func (a DefaultAPIServiceMock) V2beta1DeleteNetworkAreaRegionExecute(r ApiV2beta1DeleteNetworkAreaRegionRequest) error + func (a DefaultAPIServiceMock) V2beta1DeleteSnapshot(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1DeleteSnapshotRequest + func (a DefaultAPIServiceMock) V2beta1DeleteSnapshotExecute(r ApiV2beta1DeleteSnapshotRequest) error + func (a DefaultAPIServiceMock) V2beta1GetAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1GetAreaRegionRequest + func (a DefaultAPIServiceMock) V2beta1GetAreaRegionExecute(r ApiV2beta1GetAreaRegionRequest) (*RegionalArea, error) + func (a DefaultAPIServiceMock) V2beta1GetSnapshot(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1GetSnapshotRequest + func (a DefaultAPIServiceMock) V2beta1GetSnapshotExecute(r ApiV2beta1GetSnapshotRequest) (*Snapshot, error) + func (a DefaultAPIServiceMock) V2beta1ListAreaRegions(ctx context.Context, organizationId string, areaId string) ApiV2beta1ListAreaRegionsRequest + func (a DefaultAPIServiceMock) V2beta1ListAreaRegionsExecute(r ApiV2beta1ListAreaRegionsRequest) (*RegionalAreaListResponse, error) + func (a DefaultAPIServiceMock) V2beta1ListSnapshotsInProject(ctx context.Context, projectId string, region string) ApiV2beta1ListSnapshotsInProjectRequest + func (a DefaultAPIServiceMock) V2beta1ListSnapshotsInProjectExecute(r ApiV2beta1ListSnapshotsInProjectRequest) (*SnapshotListResponse, error) + func (a DefaultAPIServiceMock) V2beta1UpdateBackup(ctx context.Context, projectId string, region string, backupId string) ApiV2beta1UpdateBackupRequest + func (a DefaultAPIServiceMock) V2beta1UpdateBackupExecute(r ApiV2beta1UpdateBackupRequest) (*Backup, error) + func (a DefaultAPIServiceMock) V2beta1UpdateNetworkAreaRegion(ctx context.Context, organizationId string, areaId string, region string) ApiV2beta1UpdateNetworkAreaRegionRequest + func (a DefaultAPIServiceMock) V2beta1UpdateNetworkAreaRegionExecute(r ApiV2beta1UpdateNetworkAreaRegionRequest) (*RegionalArea, error) + func (a DefaultAPIServiceMock) V2beta1UpdateRouteOfArea(ctx context.Context, organizationId string, areaId string, region string, ...) ApiV2beta1UpdateRouteOfAreaRequest + func (a DefaultAPIServiceMock) V2beta1UpdateRouteOfAreaExecute(r ApiV2beta1UpdateRouteOfAreaRequest) (*Route, error) + func (a DefaultAPIServiceMock) V2beta1UpdateSecurityGroup(ctx context.Context, projectId string, region string, securityGroupId string) ApiV2beta1UpdateSecurityGroupRequest + func (a DefaultAPIServiceMock) V2beta1UpdateSecurityGroupExecute(r ApiV2beta1UpdateSecurityGroupRequest) (*SecurityGroup, error) + func (a DefaultAPIServiceMock) V2beta1UpdateSnapshot(ctx context.Context, projectId string, region string, snapshotId string) ApiV2beta1UpdateSnapshotRequest + func (a DefaultAPIServiceMock) V2beta1UpdateSnapshotExecute(r ApiV2beta1UpdateSnapshotRequest) (*Snapshot, error) + type DestinationCIDRv4 struct + Type string + Value string + func NewDestinationCIDRv4(types string, value string) *DestinationCIDRv4 + func NewDestinationCIDRv4WithDefaults() *DestinationCIDRv4 + func (o *DestinationCIDRv4) GetType() string + func (o *DestinationCIDRv4) GetTypeOk() (*string, bool) + func (o *DestinationCIDRv4) GetValue() string + func (o *DestinationCIDRv4) GetValueOk() (*string, bool) + func (o *DestinationCIDRv4) SetType(v string) + func (o *DestinationCIDRv4) SetValue(v string) + func (o *DestinationCIDRv4) UnmarshalJSON(data []byte) (err error) + func (o DestinationCIDRv4) MarshalJSON() ([]byte, error) + func (o DestinationCIDRv4) ToMap() (map[string]interface{}, error) + type DestinationCIDRv6 struct + Type string + Value string + func NewDestinationCIDRv6(types string, value string) *DestinationCIDRv6 + func NewDestinationCIDRv6WithDefaults() *DestinationCIDRv6 + func (o *DestinationCIDRv6) GetType() string + func (o *DestinationCIDRv6) GetTypeOk() (*string, bool) + func (o *DestinationCIDRv6) GetValue() string + func (o *DestinationCIDRv6) GetValueOk() (*string, bool) + func (o *DestinationCIDRv6) SetType(v string) + func (o *DestinationCIDRv6) SetValue(v string) + func (o *DestinationCIDRv6) UnmarshalJSON(data []byte) (err error) + func (o DestinationCIDRv6) MarshalJSON() ([]byte, error) + func (o DestinationCIDRv6) ToMap() (map[string]interface{}, error) + type Error struct + Code int64 + Msg string + func NewError(code int64, msg string) *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() int64 + func (o *Error) GetCodeOk() (*int64, bool) + func (o *Error) GetMsg() string + func (o *Error) GetMsgOk() (*string, bool) + func (o *Error) SetCode(v int64) + func (o *Error) SetMsg(v string) + func (o *Error) UnmarshalJSON(data []byte) (err error) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type GetServerLog200Response struct + Output *string + func NewGetServerLog200Response() *GetServerLog200Response + func NewGetServerLog200ResponseWithDefaults() *GetServerLog200Response + func (o *GetServerLog200Response) GetOutput() string + func (o *GetServerLog200Response) GetOutputOk() (*string, bool) + func (o *GetServerLog200Response) HasOutput() bool + func (o *GetServerLog200Response) SetOutput(v string) + func (o GetServerLog200Response) MarshalJSON() ([]byte, error) + func (o GetServerLog200Response) ToMap() (map[string]interface{}, error) + type ICMPParameters struct + Code int64 + Type int64 + func NewICMPParameters(code int64, types int64) *ICMPParameters + func NewICMPParametersWithDefaults() *ICMPParameters + func (o *ICMPParameters) GetCode() int64 + func (o *ICMPParameters) GetCodeOk() (*int64, bool) + func (o *ICMPParameters) GetType() int64 + func (o *ICMPParameters) GetTypeOk() (*int64, bool) + func (o *ICMPParameters) SetCode(v int64) + func (o *ICMPParameters) SetType(v int64) + func (o *ICMPParameters) UnmarshalJSON(data []byte) (err error) + func (o ICMPParameters) MarshalJSON() ([]byte, error) + func (o ICMPParameters) ToMap() (map[string]interface{}, error) + type Image struct + Agent *ImageAgent + Checksum *ImageChecksum + Config *ImageConfig + CreatedAt *time.Time + DiskFormat string + Id *string + ImportProgress *int64 + Labels map[string]interface{} + MinDiskSize *int64 + MinRam *int64 + Name string + Owner *string + Protected *bool + Scope *string + Size *int64 + Status *string + UpdatedAt *time.Time + func NewImage(diskFormat string, name string) *Image + func NewImageWithDefaults() *Image + func (o *Image) GetAgent() ImageAgent + func (o *Image) GetAgentOk() (*ImageAgent, bool) + func (o *Image) GetChecksum() ImageChecksum + func (o *Image) GetChecksumOk() (*ImageChecksum, bool) + func (o *Image) GetConfig() ImageConfig + func (o *Image) GetConfigOk() (*ImageConfig, bool) + func (o *Image) GetCreatedAt() time.Time + func (o *Image) GetCreatedAtOk() (*time.Time, bool) + func (o *Image) GetDiskFormat() string + func (o *Image) GetDiskFormatOk() (*string, bool) + func (o *Image) GetId() string + func (o *Image) GetIdOk() (*string, bool) + func (o *Image) GetImportProgress() int64 + func (o *Image) GetImportProgressOk() (*int64, bool) + func (o *Image) GetLabels() map[string]interface{} + func (o *Image) GetLabelsOk() (map[string]interface{}, bool) + func (o *Image) GetMinDiskSize() int64 + func (o *Image) GetMinDiskSizeOk() (*int64, bool) + func (o *Image) GetMinRam() int64 + func (o *Image) GetMinRamOk() (*int64, bool) + func (o *Image) GetName() string + func (o *Image) GetNameOk() (*string, bool) + func (o *Image) GetOwner() string + func (o *Image) GetOwnerOk() (*string, bool) + func (o *Image) GetProtected() bool + func (o *Image) GetProtectedOk() (*bool, bool) + func (o *Image) GetScope() string + func (o *Image) GetScopeOk() (*string, bool) + func (o *Image) GetSize() int64 + func (o *Image) GetSizeOk() (*int64, bool) + func (o *Image) GetStatus() string + func (o *Image) GetStatusOk() (*string, bool) + func (o *Image) GetUpdatedAt() time.Time + func (o *Image) GetUpdatedAtOk() (*time.Time, bool) + func (o *Image) HasAgent() bool + func (o *Image) HasChecksum() bool + func (o *Image) HasConfig() bool + func (o *Image) HasCreatedAt() bool + func (o *Image) HasId() bool + func (o *Image) HasImportProgress() bool + func (o *Image) HasLabels() bool + func (o *Image) HasMinDiskSize() bool + func (o *Image) HasMinRam() bool + func (o *Image) HasOwner() bool + func (o *Image) HasProtected() bool + func (o *Image) HasScope() bool + func (o *Image) HasSize() bool + func (o *Image) HasStatus() bool + func (o *Image) HasUpdatedAt() bool + func (o *Image) SetAgent(v ImageAgent) + func (o *Image) SetChecksum(v ImageChecksum) + func (o *Image) SetConfig(v ImageConfig) + func (o *Image) SetCreatedAt(v time.Time) + func (o *Image) SetDiskFormat(v string) + func (o *Image) SetId(v string) + func (o *Image) SetImportProgress(v int64) + func (o *Image) SetLabels(v map[string]interface{}) + func (o *Image) SetMinDiskSize(v int64) + func (o *Image) SetMinRam(v int64) + func (o *Image) SetName(v string) + func (o *Image) SetOwner(v string) + func (o *Image) SetProtected(v bool) + func (o *Image) SetScope(v string) + func (o *Image) SetSize(v int64) + func (o *Image) SetStatus(v string) + func (o *Image) SetUpdatedAt(v time.Time) + func (o *Image) UnmarshalJSON(data []byte) (err error) + func (o Image) MarshalJSON() ([]byte, error) + func (o Image) ToMap() (map[string]interface{}, error) + type ImageAgent struct + ProvisionByDefault *bool + Supported *bool + func NewImageAgent() *ImageAgent + func NewImageAgentWithDefaults() *ImageAgent + func (o *ImageAgent) GetProvisionByDefault() bool + func (o *ImageAgent) GetProvisionByDefaultOk() (*bool, bool) + func (o *ImageAgent) GetSupported() bool + func (o *ImageAgent) GetSupportedOk() (*bool, bool) + func (o *ImageAgent) HasProvisionByDefault() bool + func (o *ImageAgent) HasSupported() bool + func (o *ImageAgent) SetProvisionByDefault(v bool) + func (o *ImageAgent) SetSupported(v bool) + func (o ImageAgent) MarshalJSON() ([]byte, error) + func (o ImageAgent) ToMap() (map[string]interface{}, error) + type ImageChecksum struct + Algorithm string + Digest string + func NewImageChecksum(algorithm string, digest string) *ImageChecksum + func NewImageChecksumWithDefaults() *ImageChecksum + func (o *ImageChecksum) GetAlgorithm() string + func (o *ImageChecksum) GetAlgorithmOk() (*string, bool) + func (o *ImageChecksum) GetDigest() string + func (o *ImageChecksum) GetDigestOk() (*string, bool) + func (o *ImageChecksum) SetAlgorithm(v string) + func (o *ImageChecksum) SetDigest(v string) + func (o *ImageChecksum) UnmarshalJSON(data []byte) (err error) + func (o ImageChecksum) MarshalJSON() ([]byte, error) + func (o ImageChecksum) ToMap() (map[string]interface{}, error) + type ImageConfig struct + Architecture *string + BootMenu *bool + CdromBus NullableString + DiskBus NullableString + NicModel NullableString + OperatingSystem *string + OperatingSystemDistro NullableString + OperatingSystemVersion NullableString + RescueBus NullableString + RescueDevice NullableString + SecureBoot *bool + Uefi *bool + VideoModel NullableString + VirtioScsi *bool + func NewImageConfig() *ImageConfig + func NewImageConfigWithDefaults() *ImageConfig + func (o *ImageConfig) GetArchitecture() string + func (o *ImageConfig) GetArchitectureOk() (*string, bool) + func (o *ImageConfig) GetBootMenu() bool + func (o *ImageConfig) GetBootMenuOk() (*bool, bool) + func (o *ImageConfig) GetCdromBus() string + func (o *ImageConfig) GetCdromBusOk() (*string, bool) + func (o *ImageConfig) GetDiskBus() string + func (o *ImageConfig) GetDiskBusOk() (*string, bool) + func (o *ImageConfig) GetNicModel() string + func (o *ImageConfig) GetNicModelOk() (*string, bool) + func (o *ImageConfig) GetOperatingSystem() string + func (o *ImageConfig) GetOperatingSystemDistro() string + func (o *ImageConfig) GetOperatingSystemDistroOk() (*string, bool) + func (o *ImageConfig) GetOperatingSystemOk() (*string, bool) + func (o *ImageConfig) GetOperatingSystemVersion() string + func (o *ImageConfig) GetOperatingSystemVersionOk() (*string, bool) + func (o *ImageConfig) GetRescueBus() string + func (o *ImageConfig) GetRescueBusOk() (*string, bool) + func (o *ImageConfig) GetRescueDevice() string + func (o *ImageConfig) GetRescueDeviceOk() (*string, bool) + func (o *ImageConfig) GetSecureBoot() bool + func (o *ImageConfig) GetSecureBootOk() (*bool, bool) + func (o *ImageConfig) GetUefi() bool + func (o *ImageConfig) GetUefiOk() (*bool, bool) + func (o *ImageConfig) GetVideoModel() string + func (o *ImageConfig) GetVideoModelOk() (*string, bool) + func (o *ImageConfig) GetVirtioScsi() bool + func (o *ImageConfig) GetVirtioScsiOk() (*bool, bool) + func (o *ImageConfig) HasArchitecture() bool + func (o *ImageConfig) HasBootMenu() bool + func (o *ImageConfig) HasCdromBus() bool + func (o *ImageConfig) HasDiskBus() bool + func (o *ImageConfig) HasNicModel() bool + func (o *ImageConfig) HasOperatingSystem() bool + func (o *ImageConfig) HasOperatingSystemDistro() bool + func (o *ImageConfig) HasOperatingSystemVersion() bool + func (o *ImageConfig) HasRescueBus() bool + func (o *ImageConfig) HasRescueDevice() bool + func (o *ImageConfig) HasSecureBoot() bool + func (o *ImageConfig) HasUefi() bool + func (o *ImageConfig) HasVideoModel() bool + func (o *ImageConfig) HasVirtioScsi() bool + func (o *ImageConfig) SetArchitecture(v string) + func (o *ImageConfig) SetBootMenu(v bool) + func (o *ImageConfig) SetCdromBus(v string) + func (o *ImageConfig) SetCdromBusNil() + func (o *ImageConfig) SetDiskBus(v string) + func (o *ImageConfig) SetDiskBusNil() + func (o *ImageConfig) SetNicModel(v string) + func (o *ImageConfig) SetNicModelNil() + func (o *ImageConfig) SetOperatingSystem(v string) + func (o *ImageConfig) SetOperatingSystemDistro(v string) + func (o *ImageConfig) SetOperatingSystemDistroNil() + func (o *ImageConfig) SetOperatingSystemVersion(v string) + func (o *ImageConfig) SetOperatingSystemVersionNil() + func (o *ImageConfig) SetRescueBus(v string) + func (o *ImageConfig) SetRescueBusNil() + func (o *ImageConfig) SetRescueDevice(v string) + func (o *ImageConfig) SetRescueDeviceNil() + func (o *ImageConfig) SetSecureBoot(v bool) + func (o *ImageConfig) SetUefi(v bool) + func (o *ImageConfig) SetVideoModel(v string) + func (o *ImageConfig) SetVideoModelNil() + func (o *ImageConfig) SetVirtioScsi(v bool) + func (o *ImageConfig) UnsetCdromBus() + func (o *ImageConfig) UnsetDiskBus() + func (o *ImageConfig) UnsetNicModel() + func (o *ImageConfig) UnsetOperatingSystemDistro() + func (o *ImageConfig) UnsetOperatingSystemVersion() + func (o *ImageConfig) UnsetRescueBus() + func (o *ImageConfig) UnsetRescueDevice() + func (o *ImageConfig) UnsetVideoModel() + func (o ImageConfig) MarshalJSON() ([]byte, error) + func (o ImageConfig) ToMap() (map[string]interface{}, error) + type ImageCreateResponse struct + Id string + UploadUrl string + func NewImageCreateResponse(id string, uploadUrl string) *ImageCreateResponse + func NewImageCreateResponseWithDefaults() *ImageCreateResponse + func (o *ImageCreateResponse) GetId() string + func (o *ImageCreateResponse) GetIdOk() (*string, bool) + func (o *ImageCreateResponse) GetUploadUrl() string + func (o *ImageCreateResponse) GetUploadUrlOk() (*string, bool) + func (o *ImageCreateResponse) SetId(v string) + func (o *ImageCreateResponse) SetUploadUrl(v string) + func (o *ImageCreateResponse) UnmarshalJSON(data []byte) (err error) + func (o ImageCreateResponse) MarshalJSON() ([]byte, error) + func (o ImageCreateResponse) ToMap() (map[string]interface{}, error) + type ImageListResponse struct + Items []Image + func NewImageListResponse(items []Image) *ImageListResponse + func NewImageListResponseWithDefaults() *ImageListResponse + func (o *ImageListResponse) GetItems() []Image + func (o *ImageListResponse) GetItemsOk() ([]Image, bool) + func (o *ImageListResponse) SetItems(v []Image) + func (o *ImageListResponse) UnmarshalJSON(data []byte) (err error) + func (o ImageListResponse) MarshalJSON() ([]byte, error) + func (o ImageListResponse) ToMap() (map[string]interface{}, error) + type ImageShare struct + ParentOrganization *bool + Projects []string + func NewImageShare() *ImageShare + func NewImageShareWithDefaults() *ImageShare + func (o *ImageShare) GetParentOrganization() bool + func (o *ImageShare) GetParentOrganizationOk() (*bool, bool) + func (o *ImageShare) GetProjects() []string + func (o *ImageShare) GetProjectsOk() ([]string, bool) + func (o *ImageShare) HasParentOrganization() bool + func (o *ImageShare) HasProjects() bool + func (o *ImageShare) SetParentOrganization(v bool) + func (o *ImageShare) SetProjects(v []string) + func (o ImageShare) MarshalJSON() ([]byte, error) + func (o ImageShare) ToMap() (map[string]interface{}, error) + type ImageShareConsumer struct + ConsumerProjectId *string + CreatedAt *time.Time + ImageId *string + UpdatedAt *time.Time + func NewImageShareConsumer() *ImageShareConsumer + func NewImageShareConsumerWithDefaults() *ImageShareConsumer + func (o *ImageShareConsumer) GetConsumerProjectId() string + func (o *ImageShareConsumer) GetConsumerProjectIdOk() (*string, bool) + func (o *ImageShareConsumer) GetCreatedAt() time.Time + func (o *ImageShareConsumer) GetCreatedAtOk() (*time.Time, bool) + func (o *ImageShareConsumer) GetImageId() string + func (o *ImageShareConsumer) GetImageIdOk() (*string, bool) + func (o *ImageShareConsumer) GetUpdatedAt() time.Time + func (o *ImageShareConsumer) GetUpdatedAtOk() (*time.Time, bool) + func (o *ImageShareConsumer) HasConsumerProjectId() bool + func (o *ImageShareConsumer) HasCreatedAt() bool + func (o *ImageShareConsumer) HasImageId() bool + func (o *ImageShareConsumer) HasUpdatedAt() bool + func (o *ImageShareConsumer) SetConsumerProjectId(v string) + func (o *ImageShareConsumer) SetCreatedAt(v time.Time) + func (o *ImageShareConsumer) SetImageId(v string) + func (o *ImageShareConsumer) SetUpdatedAt(v time.Time) + func (o ImageShareConsumer) MarshalJSON() ([]byte, error) + func (o ImageShareConsumer) ToMap() (map[string]interface{}, error) + type KeyPairListResponse struct + Items []Keypair + func NewKeyPairListResponse(items []Keypair) *KeyPairListResponse + func NewKeyPairListResponseWithDefaults() *KeyPairListResponse + func (o *KeyPairListResponse) GetItems() []Keypair + func (o *KeyPairListResponse) GetItemsOk() ([]Keypair, bool) + func (o *KeyPairListResponse) SetItems(v []Keypair) + func (o *KeyPairListResponse) UnmarshalJSON(data []byte) (err error) + func (o KeyPairListResponse) MarshalJSON() ([]byte, error) + func (o KeyPairListResponse) ToMap() (map[string]interface{}, error) + type Keypair struct + CreatedAt *time.Time + Fingerprint *string + Labels map[string]interface{} + Name *string + PublicKey string + UpdatedAt *time.Time + func NewKeypair(publicKey string) *Keypair + func NewKeypairWithDefaults() *Keypair + func (o *Keypair) GetCreatedAt() time.Time + func (o *Keypair) GetCreatedAtOk() (*time.Time, bool) + func (o *Keypair) GetFingerprint() string + func (o *Keypair) GetFingerprintOk() (*string, bool) + func (o *Keypair) GetLabels() map[string]interface{} + func (o *Keypair) GetLabelsOk() (map[string]interface{}, bool) + func (o *Keypair) GetName() string + func (o *Keypair) GetNameOk() (*string, bool) + func (o *Keypair) GetPublicKey() string + func (o *Keypair) GetPublicKeyOk() (*string, bool) + func (o *Keypair) GetUpdatedAt() time.Time + func (o *Keypair) GetUpdatedAtOk() (*time.Time, bool) + func (o *Keypair) HasCreatedAt() bool + func (o *Keypair) HasFingerprint() bool + func (o *Keypair) HasLabels() bool + func (o *Keypair) HasName() bool + func (o *Keypair) HasUpdatedAt() bool + func (o *Keypair) SetCreatedAt(v time.Time) + func (o *Keypair) SetFingerprint(v string) + func (o *Keypair) SetLabels(v map[string]interface{}) + func (o *Keypair) SetName(v string) + func (o *Keypair) SetPublicKey(v string) + func (o *Keypair) SetUpdatedAt(v time.Time) + func (o *Keypair) UnmarshalJSON(data []byte) (err error) + func (o Keypair) MarshalJSON() ([]byte, error) + func (o Keypair) ToMap() (map[string]interface{}, error) + type MachineType struct + Description *string + Disk int64 + ExtraSpecs map[string]interface{} + Name string + Ram int64 + Vcpus int64 + func NewMachineType(disk int64, name string, ram int64, vcpus int64) *MachineType + func NewMachineTypeWithDefaults() *MachineType + func (o *MachineType) GetDescription() string + func (o *MachineType) GetDescriptionOk() (*string, bool) + func (o *MachineType) GetDisk() int64 + func (o *MachineType) GetDiskOk() (*int64, bool) + func (o *MachineType) GetExtraSpecs() map[string]interface{} + func (o *MachineType) GetExtraSpecsOk() (map[string]interface{}, bool) + func (o *MachineType) GetName() string + func (o *MachineType) GetNameOk() (*string, bool) + func (o *MachineType) GetRam() int64 + func (o *MachineType) GetRamOk() (*int64, bool) + func (o *MachineType) GetVcpus() int64 + func (o *MachineType) GetVcpusOk() (*int64, bool) + func (o *MachineType) HasDescription() bool + func (o *MachineType) HasExtraSpecs() bool + func (o *MachineType) SetDescription(v string) + func (o *MachineType) SetDisk(v int64) + func (o *MachineType) SetExtraSpecs(v map[string]interface{}) + func (o *MachineType) SetName(v string) + func (o *MachineType) SetRam(v int64) + func (o *MachineType) SetVcpus(v int64) + func (o *MachineType) UnmarshalJSON(data []byte) (err error) + func (o MachineType) MarshalJSON() ([]byte, error) + func (o MachineType) ToMap() (map[string]interface{}, error) + type MachineTypeListResponse struct + Items []MachineType + func NewMachineTypeListResponse(items []MachineType) *MachineTypeListResponse + func NewMachineTypeListResponseWithDefaults() *MachineTypeListResponse + func (o *MachineTypeListResponse) GetItems() []MachineType + func (o *MachineTypeListResponse) GetItemsOk() ([]MachineType, bool) + func (o *MachineTypeListResponse) SetItems(v []MachineType) + func (o *MachineTypeListResponse) UnmarshalJSON(data []byte) (err error) + func (o MachineTypeListResponse) MarshalJSON() ([]byte, error) + func (o MachineTypeListResponse) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type NIC struct + AllowedAddresses []AllowedAddressesInner + Description *string + Device *string + Id *string + Ipv4 *string + Ipv6 *string + Labels map[string]interface{} + Mac *string + Name *string + NetworkId *string + NicSecurity *bool + SecurityGroups []string + Status *string + Type *string + func NewNIC() *NIC + func NewNICWithDefaults() *NIC + func (o *NIC) GetAllowedAddresses() []AllowedAddressesInner + func (o *NIC) GetAllowedAddressesOk() ([]AllowedAddressesInner, bool) + func (o *NIC) GetDescription() string + func (o *NIC) GetDescriptionOk() (*string, bool) + func (o *NIC) GetDevice() string + func (o *NIC) GetDeviceOk() (*string, bool) + func (o *NIC) GetId() string + func (o *NIC) GetIdOk() (*string, bool) + func (o *NIC) GetIpv4() string + func (o *NIC) GetIpv4Ok() (*string, bool) + func (o *NIC) GetIpv6() string + func (o *NIC) GetIpv6Ok() (*string, bool) + func (o *NIC) GetLabels() map[string]interface{} + func (o *NIC) GetLabelsOk() (map[string]interface{}, bool) + func (o *NIC) GetMac() string + func (o *NIC) GetMacOk() (*string, bool) + func (o *NIC) GetName() string + func (o *NIC) GetNameOk() (*string, bool) + func (o *NIC) GetNetworkId() string + func (o *NIC) GetNetworkIdOk() (*string, bool) + func (o *NIC) GetNicSecurity() bool + func (o *NIC) GetNicSecurityOk() (*bool, bool) + func (o *NIC) GetSecurityGroups() []string + func (o *NIC) GetSecurityGroupsOk() ([]string, bool) + func (o *NIC) GetStatus() string + func (o *NIC) GetStatusOk() (*string, bool) + func (o *NIC) GetType() string + func (o *NIC) GetTypeOk() (*string, bool) + func (o *NIC) HasAllowedAddresses() bool + func (o *NIC) HasDescription() bool + func (o *NIC) HasDevice() bool + func (o *NIC) HasId() bool + func (o *NIC) HasIpv4() bool + func (o *NIC) HasIpv6() bool + func (o *NIC) HasLabels() bool + func (o *NIC) HasMac() bool + func (o *NIC) HasName() bool + func (o *NIC) HasNetworkId() bool + func (o *NIC) HasNicSecurity() bool + func (o *NIC) HasSecurityGroups() bool + func (o *NIC) HasStatus() bool + func (o *NIC) HasType() bool + func (o *NIC) SetAllowedAddresses(v []AllowedAddressesInner) + func (o *NIC) SetDescription(v string) + func (o *NIC) SetDevice(v string) + func (o *NIC) SetId(v string) + func (o *NIC) SetIpv4(v string) + func (o *NIC) SetIpv6(v string) + func (o *NIC) SetLabels(v map[string]interface{}) + func (o *NIC) SetMac(v string) + func (o *NIC) SetName(v string) + func (o *NIC) SetNetworkId(v string) + func (o *NIC) SetNicSecurity(v bool) + func (o *NIC) SetSecurityGroups(v []string) + func (o *NIC) SetStatus(v string) + func (o *NIC) SetType(v string) + func (o NIC) MarshalJSON() ([]byte, error) + func (o NIC) ToMap() (map[string]interface{}, error) + type NICListResponse struct + Items []NIC + func NewNICListResponse(items []NIC) *NICListResponse + func NewNICListResponseWithDefaults() *NICListResponse + func (o *NICListResponse) GetItems() []NIC + func (o *NICListResponse) GetItemsOk() ([]NIC, bool) + func (o *NICListResponse) SetItems(v []NIC) + func (o *NICListResponse) UnmarshalJSON(data []byte) (err error) + func (o NICListResponse) MarshalJSON() ([]byte, error) + func (o NICListResponse) ToMap() (map[string]interface{}, error) + type Network struct + CreatedAt *time.Time + Dhcp *bool + Id string + Ipv4 *NetworkIPv4 + Ipv6 *NetworkIPv6 + Labels map[string]interface{} + Name string + Routed *bool + RoutingTableId *string + Status string + UpdatedAt *time.Time + func NewNetwork(id string, name string, status string) *Network + func NewNetworkWithDefaults() *Network + func (o *Network) GetCreatedAt() time.Time + func (o *Network) GetCreatedAtOk() (*time.Time, bool) + func (o *Network) GetDhcp() bool + func (o *Network) GetDhcpOk() (*bool, bool) + func (o *Network) GetId() string + func (o *Network) GetIdOk() (*string, bool) + func (o *Network) GetIpv4() NetworkIPv4 + func (o *Network) GetIpv4Ok() (*NetworkIPv4, bool) + func (o *Network) GetIpv6() NetworkIPv6 + func (o *Network) GetIpv6Ok() (*NetworkIPv6, bool) + func (o *Network) GetLabels() map[string]interface{} + func (o *Network) GetLabelsOk() (map[string]interface{}, bool) + func (o *Network) GetName() string + func (o *Network) GetNameOk() (*string, bool) + func (o *Network) GetRouted() bool + func (o *Network) GetRoutedOk() (*bool, bool) + func (o *Network) GetRoutingTableId() string + func (o *Network) GetRoutingTableIdOk() (*string, bool) + func (o *Network) GetStatus() string + func (o *Network) GetStatusOk() (*string, bool) + func (o *Network) GetUpdatedAt() time.Time + func (o *Network) GetUpdatedAtOk() (*time.Time, bool) + func (o *Network) HasCreatedAt() bool + func (o *Network) HasDhcp() bool + func (o *Network) HasIpv4() bool + func (o *Network) HasIpv6() bool + func (o *Network) HasLabels() bool + func (o *Network) HasRouted() bool + func (o *Network) HasRoutingTableId() bool + func (o *Network) HasUpdatedAt() bool + func (o *Network) SetCreatedAt(v time.Time) + func (o *Network) SetDhcp(v bool) + func (o *Network) SetId(v string) + func (o *Network) SetIpv4(v NetworkIPv4) + func (o *Network) SetIpv6(v NetworkIPv6) + func (o *Network) SetLabels(v map[string]interface{}) + func (o *Network) SetName(v string) + func (o *Network) SetRouted(v bool) + func (o *Network) SetRoutingTableId(v string) + func (o *Network) SetStatus(v string) + func (o *Network) SetUpdatedAt(v time.Time) + func (o *Network) UnmarshalJSON(data []byte) (err error) + func (o Network) MarshalJSON() ([]byte, error) + func (o Network) ToMap() (map[string]interface{}, error) + type NetworkArea struct + CreatedAt *time.Time + Id *string + Labels map[string]interface{} + Name string + ProjectCount *int64 + UpdatedAt *time.Time + func NewNetworkArea(name string) *NetworkArea + func NewNetworkAreaWithDefaults() *NetworkArea + func (o *NetworkArea) GetCreatedAt() time.Time + func (o *NetworkArea) GetCreatedAtOk() (*time.Time, bool) + func (o *NetworkArea) GetId() string + func (o *NetworkArea) GetIdOk() (*string, bool) + func (o *NetworkArea) GetLabels() map[string]interface{} + func (o *NetworkArea) GetLabelsOk() (map[string]interface{}, bool) + func (o *NetworkArea) GetName() string + func (o *NetworkArea) GetNameOk() (*string, bool) + func (o *NetworkArea) GetProjectCount() int64 + func (o *NetworkArea) GetProjectCountOk() (*int64, bool) + func (o *NetworkArea) GetUpdatedAt() time.Time + func (o *NetworkArea) GetUpdatedAtOk() (*time.Time, bool) + func (o *NetworkArea) HasCreatedAt() bool + func (o *NetworkArea) HasId() bool + func (o *NetworkArea) HasLabels() bool + func (o *NetworkArea) HasProjectCount() bool + func (o *NetworkArea) HasUpdatedAt() bool + func (o *NetworkArea) SetCreatedAt(v time.Time) + func (o *NetworkArea) SetId(v string) + func (o *NetworkArea) SetLabels(v map[string]interface{}) + func (o *NetworkArea) SetName(v string) + func (o *NetworkArea) SetProjectCount(v int64) + func (o *NetworkArea) SetUpdatedAt(v time.Time) + func (o *NetworkArea) UnmarshalJSON(data []byte) (err error) + func (o NetworkArea) MarshalJSON() ([]byte, error) + func (o NetworkArea) ToMap() (map[string]interface{}, error) + type NetworkAreaListResponse struct + Items []NetworkArea + func NewNetworkAreaListResponse(items []NetworkArea) *NetworkAreaListResponse + func NewNetworkAreaListResponseWithDefaults() *NetworkAreaListResponse + func (o *NetworkAreaListResponse) GetItems() []NetworkArea + func (o *NetworkAreaListResponse) GetItemsOk() ([]NetworkArea, bool) + func (o *NetworkAreaListResponse) SetItems(v []NetworkArea) + func (o *NetworkAreaListResponse) UnmarshalJSON(data []byte) (err error) + func (o NetworkAreaListResponse) MarshalJSON() ([]byte, error) + func (o NetworkAreaListResponse) ToMap() (map[string]interface{}, error) + type NetworkIPv4 struct + Gateway NullableString + Nameservers []string + Prefixes []string + PublicIp *string + func NewNetworkIPv4(prefixes []string) *NetworkIPv4 + func NewNetworkIPv4WithDefaults() *NetworkIPv4 + func (o *NetworkIPv4) GetGateway() string + func (o *NetworkIPv4) GetGatewayOk() (*string, bool) + func (o *NetworkIPv4) GetNameservers() []string + func (o *NetworkIPv4) GetNameserversOk() ([]string, bool) + func (o *NetworkIPv4) GetPrefixes() []string + func (o *NetworkIPv4) GetPrefixesOk() ([]string, bool) + func (o *NetworkIPv4) GetPublicIp() string + func (o *NetworkIPv4) GetPublicIpOk() (*string, bool) + func (o *NetworkIPv4) HasGateway() bool + func (o *NetworkIPv4) HasNameservers() bool + func (o *NetworkIPv4) HasPublicIp() bool + func (o *NetworkIPv4) SetGateway(v string) + func (o *NetworkIPv4) SetGatewayNil() + func (o *NetworkIPv4) SetNameservers(v []string) + func (o *NetworkIPv4) SetPrefixes(v []string) + func (o *NetworkIPv4) SetPublicIp(v string) + func (o *NetworkIPv4) UnmarshalJSON(data []byte) (err error) + func (o *NetworkIPv4) UnsetGateway() + func (o NetworkIPv4) MarshalJSON() ([]byte, error) + func (o NetworkIPv4) ToMap() (map[string]interface{}, error) + type NetworkIPv6 struct + Gateway NullableString + Nameservers []string + Prefixes []string + func NewNetworkIPv6(prefixes []string) *NetworkIPv6 + func NewNetworkIPv6WithDefaults() *NetworkIPv6 + func (o *NetworkIPv6) GetGateway() string + func (o *NetworkIPv6) GetGatewayOk() (*string, bool) + func (o *NetworkIPv6) GetNameservers() []string + func (o *NetworkIPv6) GetNameserversOk() ([]string, bool) + func (o *NetworkIPv6) GetPrefixes() []string + func (o *NetworkIPv6) GetPrefixesOk() ([]string, bool) + func (o *NetworkIPv6) HasGateway() bool + func (o *NetworkIPv6) HasNameservers() bool + func (o *NetworkIPv6) SetGateway(v string) + func (o *NetworkIPv6) SetGatewayNil() + func (o *NetworkIPv6) SetNameservers(v []string) + func (o *NetworkIPv6) SetPrefixes(v []string) + func (o *NetworkIPv6) UnmarshalJSON(data []byte) (err error) + func (o *NetworkIPv6) UnsetGateway() + func (o NetworkIPv6) MarshalJSON() ([]byte, error) + func (o NetworkIPv6) ToMap() (map[string]interface{}, error) + type NetworkListResponse struct + Items []Network + func NewNetworkListResponse(items []Network) *NetworkListResponse + func NewNetworkListResponseWithDefaults() *NetworkListResponse + func (o *NetworkListResponse) GetItems() []Network + func (o *NetworkListResponse) GetItemsOk() ([]Network, bool) + func (o *NetworkListResponse) SetItems(v []Network) + func (o *NetworkListResponse) UnmarshalJSON(data []byte) (err error) + func (o NetworkListResponse) MarshalJSON() ([]byte, error) + func (o NetworkListResponse) ToMap() (map[string]interface{}, error) + type NetworkRange struct + CreatedAt *time.Time + Id *string + Prefix string + UpdatedAt *time.Time + func NewNetworkRange(prefix string) *NetworkRange + func NewNetworkRangeWithDefaults() *NetworkRange + func (o *NetworkRange) GetCreatedAt() time.Time + func (o *NetworkRange) GetCreatedAtOk() (*time.Time, bool) + func (o *NetworkRange) GetId() string + func (o *NetworkRange) GetIdOk() (*string, bool) + func (o *NetworkRange) GetPrefix() string + func (o *NetworkRange) GetPrefixOk() (*string, bool) + func (o *NetworkRange) GetUpdatedAt() time.Time + func (o *NetworkRange) GetUpdatedAtOk() (*time.Time, bool) + func (o *NetworkRange) HasCreatedAt() bool + func (o *NetworkRange) HasId() bool + func (o *NetworkRange) HasUpdatedAt() bool + func (o *NetworkRange) SetCreatedAt(v time.Time) + func (o *NetworkRange) SetId(v string) + func (o *NetworkRange) SetPrefix(v string) + func (o *NetworkRange) SetUpdatedAt(v time.Time) + func (o *NetworkRange) UnmarshalJSON(data []byte) (err error) + func (o NetworkRange) MarshalJSON() ([]byte, error) + func (o NetworkRange) ToMap() (map[string]interface{}, error) + type NetworkRangeListResponse struct + Items []NetworkRange + func NewNetworkRangeListResponse(items []NetworkRange) *NetworkRangeListResponse + func NewNetworkRangeListResponseWithDefaults() *NetworkRangeListResponse + func (o *NetworkRangeListResponse) GetItems() []NetworkRange + func (o *NetworkRangeListResponse) GetItemsOk() ([]NetworkRange, bool) + func (o *NetworkRangeListResponse) SetItems(v []NetworkRange) + func (o *NetworkRangeListResponse) UnmarshalJSON(data []byte) (err error) + func (o NetworkRangeListResponse) MarshalJSON() ([]byte, error) + func (o NetworkRangeListResponse) ToMap() (map[string]interface{}, error) + type NexthopBlackhole struct + Type string + func NewNexthopBlackhole(types string) *NexthopBlackhole + func NewNexthopBlackholeWithDefaults() *NexthopBlackhole + func (o *NexthopBlackhole) GetType() string + func (o *NexthopBlackhole) GetTypeOk() (*string, bool) + func (o *NexthopBlackhole) SetType(v string) + func (o *NexthopBlackhole) UnmarshalJSON(data []byte) (err error) + func (o NexthopBlackhole) MarshalJSON() ([]byte, error) + func (o NexthopBlackhole) ToMap() (map[string]interface{}, error) + type NexthopIPv4 struct + Type string + Value string + func NewNexthopIPv4(types string, value string) *NexthopIPv4 + func NewNexthopIPv4WithDefaults() *NexthopIPv4 + func (o *NexthopIPv4) GetType() string + func (o *NexthopIPv4) GetTypeOk() (*string, bool) + func (o *NexthopIPv4) GetValue() string + func (o *NexthopIPv4) GetValueOk() (*string, bool) + func (o *NexthopIPv4) SetType(v string) + func (o *NexthopIPv4) SetValue(v string) + func (o *NexthopIPv4) UnmarshalJSON(data []byte) (err error) + func (o NexthopIPv4) MarshalJSON() ([]byte, error) + func (o NexthopIPv4) ToMap() (map[string]interface{}, error) + type NexthopIPv6 struct + Type string + Value string + func NewNexthopIPv6(types string, value string) *NexthopIPv6 + func NewNexthopIPv6WithDefaults() *NexthopIPv6 + func (o *NexthopIPv6) GetType() string + func (o *NexthopIPv6) GetTypeOk() (*string, bool) + func (o *NexthopIPv6) GetValue() string + func (o *NexthopIPv6) GetValueOk() (*string, bool) + func (o *NexthopIPv6) SetType(v string) + func (o *NexthopIPv6) SetValue(v string) + func (o *NexthopIPv6) UnmarshalJSON(data []byte) (err error) + func (o NexthopIPv6) MarshalJSON() ([]byte, error) + func (o NexthopIPv6) ToMap() (map[string]interface{}, error) + type NexthopInternet struct + Type string + func NewNexthopInternet(types string) *NexthopInternet + func NewNexthopInternetWithDefaults() *NexthopInternet + func (o *NexthopInternet) GetType() string + func (o *NexthopInternet) GetTypeOk() (*string, bool) + func (o *NexthopInternet) SetType(v string) + func (o *NexthopInternet) UnmarshalJSON(data []byte) (err error) + func (o NexthopInternet) MarshalJSON() ([]byte, error) + func (o NexthopInternet) ToMap() (map[string]interface{}, error) + type NullableAddRoutesToRoutingTablePayload struct + func NewNullableAddRoutesToRoutingTablePayload(val *AddRoutesToRoutingTablePayload) *NullableAddRoutesToRoutingTablePayload + func (v *NullableAddRoutesToRoutingTablePayload) Set(val *AddRoutesToRoutingTablePayload) + func (v *NullableAddRoutesToRoutingTablePayload) UnmarshalJSON(src []byte) error + func (v *NullableAddRoutesToRoutingTablePayload) Unset() + func (v NullableAddRoutesToRoutingTablePayload) Get() *AddRoutesToRoutingTablePayload + func (v NullableAddRoutesToRoutingTablePayload) IsSet() bool + func (v NullableAddRoutesToRoutingTablePayload) MarshalJSON() ([]byte, error) + type NullableAddRoutingTableToAreaPayload struct + func NewNullableAddRoutingTableToAreaPayload(val *AddRoutingTableToAreaPayload) *NullableAddRoutingTableToAreaPayload + func (v *NullableAddRoutingTableToAreaPayload) Set(val *AddRoutingTableToAreaPayload) + func (v *NullableAddRoutingTableToAreaPayload) UnmarshalJSON(src []byte) error + func (v *NullableAddRoutingTableToAreaPayload) Unset() + func (v NullableAddRoutingTableToAreaPayload) Get() *AddRoutingTableToAreaPayload + func (v NullableAddRoutingTableToAreaPayload) IsSet() bool + func (v NullableAddRoutingTableToAreaPayload) MarshalJSON() ([]byte, error) + type NullableAddVolumeToServerPayload struct + func NewNullableAddVolumeToServerPayload(val *AddVolumeToServerPayload) *NullableAddVolumeToServerPayload + func (v *NullableAddVolumeToServerPayload) Set(val *AddVolumeToServerPayload) + func (v *NullableAddVolumeToServerPayload) UnmarshalJSON(src []byte) error + func (v *NullableAddVolumeToServerPayload) Unset() + func (v NullableAddVolumeToServerPayload) Get() *AddVolumeToServerPayload + func (v NullableAddVolumeToServerPayload) IsSet() bool + func (v NullableAddVolumeToServerPayload) MarshalJSON() ([]byte, error) + type NullableAffinityGroup struct + func NewNullableAffinityGroup(val *AffinityGroup) *NullableAffinityGroup + func (v *NullableAffinityGroup) Set(val *AffinityGroup) + func (v *NullableAffinityGroup) UnmarshalJSON(src []byte) error + func (v *NullableAffinityGroup) Unset() + func (v NullableAffinityGroup) Get() *AffinityGroup + func (v NullableAffinityGroup) IsSet() bool + func (v NullableAffinityGroup) MarshalJSON() ([]byte, error) + type NullableAffinityGroupListResponse struct + func NewNullableAffinityGroupListResponse(val *AffinityGroupListResponse) *NullableAffinityGroupListResponse + func (v *NullableAffinityGroupListResponse) Set(val *AffinityGroupListResponse) + func (v *NullableAffinityGroupListResponse) UnmarshalJSON(src []byte) error + func (v *NullableAffinityGroupListResponse) Unset() + func (v NullableAffinityGroupListResponse) Get() *AffinityGroupListResponse + func (v NullableAffinityGroupListResponse) IsSet() bool + func (v NullableAffinityGroupListResponse) MarshalJSON() ([]byte, error) + type NullableAllowedAddressesInner struct + func NewNullableAllowedAddressesInner(val *AllowedAddressesInner) *NullableAllowedAddressesInner + func (v *NullableAllowedAddressesInner) Set(val *AllowedAddressesInner) + func (v *NullableAllowedAddressesInner) UnmarshalJSON(src []byte) error + func (v *NullableAllowedAddressesInner) Unset() + func (v NullableAllowedAddressesInner) Get() *AllowedAddressesInner + func (v NullableAllowedAddressesInner) IsSet() bool + func (v NullableAllowedAddressesInner) MarshalJSON() ([]byte, error) + type NullableAreaId struct + func NewNullableAreaId(val *AreaId) *NullableAreaId + func (v *NullableAreaId) Set(val *AreaId) + func (v *NullableAreaId) UnmarshalJSON(src []byte) error + func (v *NullableAreaId) Unset() + func (v NullableAreaId) Get() *AreaId + func (v NullableAreaId) IsSet() bool + func (v NullableAreaId) MarshalJSON() ([]byte, error) + type NullableAvailabilityZoneListResponse struct + func NewNullableAvailabilityZoneListResponse(val *AvailabilityZoneListResponse) *NullableAvailabilityZoneListResponse + func (v *NullableAvailabilityZoneListResponse) Set(val *AvailabilityZoneListResponse) + func (v *NullableAvailabilityZoneListResponse) UnmarshalJSON(src []byte) error + func (v *NullableAvailabilityZoneListResponse) Unset() + func (v NullableAvailabilityZoneListResponse) Get() *AvailabilityZoneListResponse + func (v NullableAvailabilityZoneListResponse) IsSet() bool + func (v NullableAvailabilityZoneListResponse) MarshalJSON() ([]byte, error) + type NullableBackup struct + func NewNullableBackup(val *Backup) *NullableBackup + func (v *NullableBackup) Set(val *Backup) + func (v *NullableBackup) UnmarshalJSON(src []byte) error + func (v *NullableBackup) Unset() + func (v NullableBackup) Get() *Backup + func (v NullableBackup) IsSet() bool + func (v NullableBackup) MarshalJSON() ([]byte, error) + type NullableBackupListResponse struct + func NewNullableBackupListResponse(val *BackupListResponse) *NullableBackupListResponse + func (v *NullableBackupListResponse) Set(val *BackupListResponse) + func (v *NullableBackupListResponse) UnmarshalJSON(src []byte) error + func (v *NullableBackupListResponse) Unset() + func (v NullableBackupListResponse) Get() *BackupListResponse + func (v NullableBackupListResponse) IsSet() bool + func (v NullableBackupListResponse) MarshalJSON() ([]byte, error) + type NullableBackupSource struct + func NewNullableBackupSource(val *BackupSource) *NullableBackupSource + func (v *NullableBackupSource) Set(val *BackupSource) + func (v *NullableBackupSource) UnmarshalJSON(src []byte) error + func (v *NullableBackupSource) Unset() + func (v NullableBackupSource) Get() *BackupSource + func (v NullableBackupSource) IsSet() bool + func (v NullableBackupSource) MarshalJSON() ([]byte, error) + type NullableBaseSecurityGroupRule struct + func NewNullableBaseSecurityGroupRule(val *BaseSecurityGroupRule) *NullableBaseSecurityGroupRule + func (v *NullableBaseSecurityGroupRule) Set(val *BaseSecurityGroupRule) + func (v *NullableBaseSecurityGroupRule) UnmarshalJSON(src []byte) error + func (v *NullableBaseSecurityGroupRule) Unset() + func (v NullableBaseSecurityGroupRule) Get() *BaseSecurityGroupRule + func (v NullableBaseSecurityGroupRule) IsSet() bool + func (v NullableBaseSecurityGroupRule) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableBootVolume struct + func NewNullableBootVolume(val *BootVolume) *NullableBootVolume + func (v *NullableBootVolume) Set(val *BootVolume) + func (v *NullableBootVolume) UnmarshalJSON(src []byte) error + func (v *NullableBootVolume) Unset() + func (v NullableBootVolume) Get() *BootVolume + func (v NullableBootVolume) IsSet() bool + func (v NullableBootVolume) MarshalJSON() ([]byte, error) + type NullableBootVolumeSource struct + func NewNullableBootVolumeSource(val *BootVolumeSource) *NullableBootVolumeSource + func (v *NullableBootVolumeSource) Set(val *BootVolumeSource) + func (v *NullableBootVolumeSource) UnmarshalJSON(src []byte) error + func (v *NullableBootVolumeSource) Unset() + func (v NullableBootVolumeSource) Get() *BootVolumeSource + func (v NullableBootVolumeSource) IsSet() bool + func (v NullableBootVolumeSource) MarshalJSON() ([]byte, error) + type NullableCreateAffinityGroupPayload struct + func NewNullableCreateAffinityGroupPayload(val *CreateAffinityGroupPayload) *NullableCreateAffinityGroupPayload + func (v *NullableCreateAffinityGroupPayload) Set(val *CreateAffinityGroupPayload) + func (v *NullableCreateAffinityGroupPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateAffinityGroupPayload) Unset() + func (v NullableCreateAffinityGroupPayload) Get() *CreateAffinityGroupPayload + func (v NullableCreateAffinityGroupPayload) IsSet() bool + func (v NullableCreateAffinityGroupPayload) MarshalJSON() ([]byte, error) + type NullableCreateBackupPayload struct + func NewNullableCreateBackupPayload(val *CreateBackupPayload) *NullableCreateBackupPayload + func (v *NullableCreateBackupPayload) Set(val *CreateBackupPayload) + func (v *NullableCreateBackupPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateBackupPayload) Unset() + func (v NullableCreateBackupPayload) Get() *CreateBackupPayload + func (v NullableCreateBackupPayload) IsSet() bool + func (v NullableCreateBackupPayload) MarshalJSON() ([]byte, error) + type NullableCreateImagePayload struct + func NewNullableCreateImagePayload(val *CreateImagePayload) *NullableCreateImagePayload + func (v *NullableCreateImagePayload) Set(val *CreateImagePayload) + func (v *NullableCreateImagePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateImagePayload) Unset() + func (v NullableCreateImagePayload) Get() *CreateImagePayload + func (v NullableCreateImagePayload) IsSet() bool + func (v NullableCreateImagePayload) MarshalJSON() ([]byte, error) + type NullableCreateIsolatedNetworkPayload struct + func NewNullableCreateIsolatedNetworkPayload(val *CreateIsolatedNetworkPayload) *NullableCreateIsolatedNetworkPayload + func (v *NullableCreateIsolatedNetworkPayload) Set(val *CreateIsolatedNetworkPayload) + func (v *NullableCreateIsolatedNetworkPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateIsolatedNetworkPayload) Unset() + func (v NullableCreateIsolatedNetworkPayload) Get() *CreateIsolatedNetworkPayload + func (v NullableCreateIsolatedNetworkPayload) IsSet() bool + func (v NullableCreateIsolatedNetworkPayload) MarshalJSON() ([]byte, error) + type NullableCreateKeyPairPayload struct + func NewNullableCreateKeyPairPayload(val *CreateKeyPairPayload) *NullableCreateKeyPairPayload + func (v *NullableCreateKeyPairPayload) Set(val *CreateKeyPairPayload) + func (v *NullableCreateKeyPairPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateKeyPairPayload) Unset() + func (v NullableCreateKeyPairPayload) Get() *CreateKeyPairPayload + func (v NullableCreateKeyPairPayload) IsSet() bool + func (v NullableCreateKeyPairPayload) MarshalJSON() ([]byte, error) + type NullableCreateNetworkAreaPayload struct + func NewNullableCreateNetworkAreaPayload(val *CreateNetworkAreaPayload) *NullableCreateNetworkAreaPayload + func (v *NullableCreateNetworkAreaPayload) Set(val *CreateNetworkAreaPayload) + func (v *NullableCreateNetworkAreaPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkAreaPayload) Unset() + func (v NullableCreateNetworkAreaPayload) Get() *CreateNetworkAreaPayload + func (v NullableCreateNetworkAreaPayload) IsSet() bool + func (v NullableCreateNetworkAreaPayload) MarshalJSON() ([]byte, error) + type NullableCreateNetworkAreaRangePayload struct + func NewNullableCreateNetworkAreaRangePayload(val *CreateNetworkAreaRangePayload) *NullableCreateNetworkAreaRangePayload + func (v *NullableCreateNetworkAreaRangePayload) Set(val *CreateNetworkAreaRangePayload) + func (v *NullableCreateNetworkAreaRangePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkAreaRangePayload) Unset() + func (v NullableCreateNetworkAreaRangePayload) Get() *CreateNetworkAreaRangePayload + func (v NullableCreateNetworkAreaRangePayload) IsSet() bool + func (v NullableCreateNetworkAreaRangePayload) MarshalJSON() ([]byte, error) + type NullableCreateNetworkAreaRoutePayload struct + func NewNullableCreateNetworkAreaRoutePayload(val *CreateNetworkAreaRoutePayload) *NullableCreateNetworkAreaRoutePayload + func (v *NullableCreateNetworkAreaRoutePayload) Set(val *CreateNetworkAreaRoutePayload) + func (v *NullableCreateNetworkAreaRoutePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkAreaRoutePayload) Unset() + func (v NullableCreateNetworkAreaRoutePayload) Get() *CreateNetworkAreaRoutePayload + func (v NullableCreateNetworkAreaRoutePayload) IsSet() bool + func (v NullableCreateNetworkAreaRoutePayload) MarshalJSON() ([]byte, error) + type NullableCreateNetworkIPv4 struct + func NewNullableCreateNetworkIPv4(val *CreateNetworkIPv4) *NullableCreateNetworkIPv4 + func (v *NullableCreateNetworkIPv4) Set(val *CreateNetworkIPv4) + func (v *NullableCreateNetworkIPv4) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkIPv4) Unset() + func (v NullableCreateNetworkIPv4) Get() *CreateNetworkIPv4 + func (v NullableCreateNetworkIPv4) IsSet() bool + func (v NullableCreateNetworkIPv4) MarshalJSON() ([]byte, error) + type NullableCreateNetworkIPv4WithPrefix struct + func NewNullableCreateNetworkIPv4WithPrefix(val *CreateNetworkIPv4WithPrefix) *NullableCreateNetworkIPv4WithPrefix + func (v *NullableCreateNetworkIPv4WithPrefix) Set(val *CreateNetworkIPv4WithPrefix) + func (v *NullableCreateNetworkIPv4WithPrefix) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkIPv4WithPrefix) Unset() + func (v NullableCreateNetworkIPv4WithPrefix) Get() *CreateNetworkIPv4WithPrefix + func (v NullableCreateNetworkIPv4WithPrefix) IsSet() bool + func (v NullableCreateNetworkIPv4WithPrefix) MarshalJSON() ([]byte, error) + type NullableCreateNetworkIPv4WithPrefixLength struct + func NewNullableCreateNetworkIPv4WithPrefixLength(val *CreateNetworkIPv4WithPrefixLength) *NullableCreateNetworkIPv4WithPrefixLength + func (v *NullableCreateNetworkIPv4WithPrefixLength) Set(val *CreateNetworkIPv4WithPrefixLength) + func (v *NullableCreateNetworkIPv4WithPrefixLength) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkIPv4WithPrefixLength) Unset() + func (v NullableCreateNetworkIPv4WithPrefixLength) Get() *CreateNetworkIPv4WithPrefixLength + func (v NullableCreateNetworkIPv4WithPrefixLength) IsSet() bool + func (v NullableCreateNetworkIPv4WithPrefixLength) MarshalJSON() ([]byte, error) + type NullableCreateNetworkIPv6 struct + func NewNullableCreateNetworkIPv6(val *CreateNetworkIPv6) *NullableCreateNetworkIPv6 + func (v *NullableCreateNetworkIPv6) Set(val *CreateNetworkIPv6) + func (v *NullableCreateNetworkIPv6) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkIPv6) Unset() + func (v NullableCreateNetworkIPv6) Get() *CreateNetworkIPv6 + func (v NullableCreateNetworkIPv6) IsSet() bool + func (v NullableCreateNetworkIPv6) MarshalJSON() ([]byte, error) + type NullableCreateNetworkIPv6WithPrefix struct + func NewNullableCreateNetworkIPv6WithPrefix(val *CreateNetworkIPv6WithPrefix) *NullableCreateNetworkIPv6WithPrefix + func (v *NullableCreateNetworkIPv6WithPrefix) Set(val *CreateNetworkIPv6WithPrefix) + func (v *NullableCreateNetworkIPv6WithPrefix) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkIPv6WithPrefix) Unset() + func (v NullableCreateNetworkIPv6WithPrefix) Get() *CreateNetworkIPv6WithPrefix + func (v NullableCreateNetworkIPv6WithPrefix) IsSet() bool + func (v NullableCreateNetworkIPv6WithPrefix) MarshalJSON() ([]byte, error) + type NullableCreateNetworkIPv6WithPrefixLength struct + func NewNullableCreateNetworkIPv6WithPrefixLength(val *CreateNetworkIPv6WithPrefixLength) *NullableCreateNetworkIPv6WithPrefixLength + func (v *NullableCreateNetworkIPv6WithPrefixLength) Set(val *CreateNetworkIPv6WithPrefixLength) + func (v *NullableCreateNetworkIPv6WithPrefixLength) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkIPv6WithPrefixLength) Unset() + func (v NullableCreateNetworkIPv6WithPrefixLength) Get() *CreateNetworkIPv6WithPrefixLength + func (v NullableCreateNetworkIPv6WithPrefixLength) IsSet() bool + func (v NullableCreateNetworkIPv6WithPrefixLength) MarshalJSON() ([]byte, error) + type NullableCreateNetworkPayload struct + func NewNullableCreateNetworkPayload(val *CreateNetworkPayload) *NullableCreateNetworkPayload + func (v *NullableCreateNetworkPayload) Set(val *CreateNetworkPayload) + func (v *NullableCreateNetworkPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateNetworkPayload) Unset() + func (v NullableCreateNetworkPayload) Get() *CreateNetworkPayload + func (v NullableCreateNetworkPayload) IsSet() bool + func (v NullableCreateNetworkPayload) MarshalJSON() ([]byte, error) + type NullableCreateNicPayload struct + func NewNullableCreateNicPayload(val *CreateNicPayload) *NullableCreateNicPayload + func (v *NullableCreateNicPayload) Set(val *CreateNicPayload) + func (v *NullableCreateNicPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateNicPayload) Unset() + func (v NullableCreateNicPayload) Get() *CreateNicPayload + func (v NullableCreateNicPayload) IsSet() bool + func (v NullableCreateNicPayload) MarshalJSON() ([]byte, error) + type NullableCreateProtocol struct + func NewNullableCreateProtocol(val *CreateProtocol) *NullableCreateProtocol + func (v *NullableCreateProtocol) Set(val *CreateProtocol) + func (v *NullableCreateProtocol) UnmarshalJSON(src []byte) error + func (v *NullableCreateProtocol) Unset() + func (v NullableCreateProtocol) Get() *CreateProtocol + func (v NullableCreateProtocol) IsSet() bool + func (v NullableCreateProtocol) MarshalJSON() ([]byte, error) + type NullableCreatePublicIPPayload struct + func NewNullableCreatePublicIPPayload(val *CreatePublicIPPayload) *NullableCreatePublicIPPayload + func (v *NullableCreatePublicIPPayload) Set(val *CreatePublicIPPayload) + func (v *NullableCreatePublicIPPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreatePublicIPPayload) Unset() + func (v NullableCreatePublicIPPayload) Get() *CreatePublicIPPayload + func (v NullableCreatePublicIPPayload) IsSet() bool + func (v NullableCreatePublicIPPayload) MarshalJSON() ([]byte, error) + type NullableCreateSecurityGroupPayload struct + func NewNullableCreateSecurityGroupPayload(val *CreateSecurityGroupPayload) *NullableCreateSecurityGroupPayload + func (v *NullableCreateSecurityGroupPayload) Set(val *CreateSecurityGroupPayload) + func (v *NullableCreateSecurityGroupPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateSecurityGroupPayload) Unset() + func (v NullableCreateSecurityGroupPayload) Get() *CreateSecurityGroupPayload + func (v NullableCreateSecurityGroupPayload) IsSet() bool + func (v NullableCreateSecurityGroupPayload) MarshalJSON() ([]byte, error) + type NullableCreateSecurityGroupRulePayload struct + func NewNullableCreateSecurityGroupRulePayload(val *CreateSecurityGroupRulePayload) *NullableCreateSecurityGroupRulePayload + func (v *NullableCreateSecurityGroupRulePayload) Set(val *CreateSecurityGroupRulePayload) + func (v *NullableCreateSecurityGroupRulePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateSecurityGroupRulePayload) Unset() + func (v NullableCreateSecurityGroupRulePayload) Get() *CreateSecurityGroupRulePayload + func (v NullableCreateSecurityGroupRulePayload) IsSet() bool + func (v NullableCreateSecurityGroupRulePayload) MarshalJSON() ([]byte, error) + type NullableCreateSecurityGroupRuleProtocol struct + func NewNullableCreateSecurityGroupRuleProtocol(val *CreateSecurityGroupRuleProtocol) *NullableCreateSecurityGroupRuleProtocol + func (v *NullableCreateSecurityGroupRuleProtocol) Set(val *CreateSecurityGroupRuleProtocol) + func (v *NullableCreateSecurityGroupRuleProtocol) UnmarshalJSON(src []byte) error + func (v *NullableCreateSecurityGroupRuleProtocol) Unset() + func (v NullableCreateSecurityGroupRuleProtocol) Get() *CreateSecurityGroupRuleProtocol + func (v NullableCreateSecurityGroupRuleProtocol) IsSet() bool + func (v NullableCreateSecurityGroupRuleProtocol) MarshalJSON() ([]byte, error) + type NullableCreateServerNetworking struct + func NewNullableCreateServerNetworking(val *CreateServerNetworking) *NullableCreateServerNetworking + func (v *NullableCreateServerNetworking) Set(val *CreateServerNetworking) + func (v *NullableCreateServerNetworking) UnmarshalJSON(src []byte) error + func (v *NullableCreateServerNetworking) Unset() + func (v NullableCreateServerNetworking) Get() *CreateServerNetworking + func (v NullableCreateServerNetworking) IsSet() bool + func (v NullableCreateServerNetworking) MarshalJSON() ([]byte, error) + type NullableCreateServerNetworkingWithNics struct + func NewNullableCreateServerNetworkingWithNics(val *CreateServerNetworkingWithNics) *NullableCreateServerNetworkingWithNics + func (v *NullableCreateServerNetworkingWithNics) Set(val *CreateServerNetworkingWithNics) + func (v *NullableCreateServerNetworkingWithNics) UnmarshalJSON(src []byte) error + func (v *NullableCreateServerNetworkingWithNics) Unset() + func (v NullableCreateServerNetworkingWithNics) Get() *CreateServerNetworkingWithNics + func (v NullableCreateServerNetworkingWithNics) IsSet() bool + func (v NullableCreateServerNetworkingWithNics) MarshalJSON() ([]byte, error) + type NullableCreateServerPayload struct + func NewNullableCreateServerPayload(val *CreateServerPayload) *NullableCreateServerPayload + func (v *NullableCreateServerPayload) Set(val *CreateServerPayload) + func (v *NullableCreateServerPayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateServerPayload) Unset() + func (v NullableCreateServerPayload) Get() *CreateServerPayload + func (v NullableCreateServerPayload) IsSet() bool + func (v NullableCreateServerPayload) MarshalJSON() ([]byte, error) + type NullableCreateServerPayloadAllOfNetworking struct + func NewNullableCreateServerPayloadAllOfNetworking(val *CreateServerPayloadAllOfNetworking) *NullableCreateServerPayloadAllOfNetworking + func (v *NullableCreateServerPayloadAllOfNetworking) Set(val *CreateServerPayloadAllOfNetworking) + func (v *NullableCreateServerPayloadAllOfNetworking) UnmarshalJSON(src []byte) error + func (v *NullableCreateServerPayloadAllOfNetworking) Unset() + func (v NullableCreateServerPayloadAllOfNetworking) Get() *CreateServerPayloadAllOfNetworking + func (v NullableCreateServerPayloadAllOfNetworking) IsSet() bool + func (v NullableCreateServerPayloadAllOfNetworking) MarshalJSON() ([]byte, error) + type NullableCreateVolumePayload struct + func NewNullableCreateVolumePayload(val *CreateVolumePayload) *NullableCreateVolumePayload + func (v *NullableCreateVolumePayload) Set(val *CreateVolumePayload) + func (v *NullableCreateVolumePayload) UnmarshalJSON(src []byte) error + func (v *NullableCreateVolumePayload) Unset() + func (v NullableCreateVolumePayload) Get() *CreateVolumePayload + func (v NullableCreateVolumePayload) IsSet() bool + func (v NullableCreateVolumePayload) MarshalJSON() ([]byte, error) + type NullableDestinationCIDRv4 struct + func NewNullableDestinationCIDRv4(val *DestinationCIDRv4) *NullableDestinationCIDRv4 + func (v *NullableDestinationCIDRv4) Set(val *DestinationCIDRv4) + func (v *NullableDestinationCIDRv4) UnmarshalJSON(src []byte) error + func (v *NullableDestinationCIDRv4) Unset() + func (v NullableDestinationCIDRv4) Get() *DestinationCIDRv4 + func (v NullableDestinationCIDRv4) IsSet() bool + func (v NullableDestinationCIDRv4) MarshalJSON() ([]byte, error) + type NullableDestinationCIDRv6 struct + func NewNullableDestinationCIDRv6(val *DestinationCIDRv6) *NullableDestinationCIDRv6 + func (v *NullableDestinationCIDRv6) Set(val *DestinationCIDRv6) + func (v *NullableDestinationCIDRv6) UnmarshalJSON(src []byte) error + func (v *NullableDestinationCIDRv6) Unset() + func (v NullableDestinationCIDRv6) Get() *DestinationCIDRv6 + func (v NullableDestinationCIDRv6) IsSet() bool + func (v NullableDestinationCIDRv6) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGetServerLog200Response struct + func NewNullableGetServerLog200Response(val *GetServerLog200Response) *NullableGetServerLog200Response + func (v *NullableGetServerLog200Response) Set(val *GetServerLog200Response) + func (v *NullableGetServerLog200Response) UnmarshalJSON(src []byte) error + func (v *NullableGetServerLog200Response) Unset() + func (v NullableGetServerLog200Response) Get() *GetServerLog200Response + func (v NullableGetServerLog200Response) IsSet() bool + func (v NullableGetServerLog200Response) MarshalJSON() ([]byte, error) + type NullableICMPParameters struct + func NewNullableICMPParameters(val *ICMPParameters) *NullableICMPParameters + func (v *NullableICMPParameters) Set(val *ICMPParameters) + func (v *NullableICMPParameters) UnmarshalJSON(src []byte) error + func (v *NullableICMPParameters) Unset() + func (v NullableICMPParameters) Get() *ICMPParameters + func (v NullableICMPParameters) IsSet() bool + func (v NullableICMPParameters) MarshalJSON() ([]byte, error) + type NullableImage struct + func NewNullableImage(val *Image) *NullableImage + func (v *NullableImage) Set(val *Image) + func (v *NullableImage) UnmarshalJSON(src []byte) error + func (v *NullableImage) Unset() + func (v NullableImage) Get() *Image + func (v NullableImage) IsSet() bool + func (v NullableImage) MarshalJSON() ([]byte, error) + type NullableImageAgent struct + func NewNullableImageAgent(val *ImageAgent) *NullableImageAgent + func (v *NullableImageAgent) Set(val *ImageAgent) + func (v *NullableImageAgent) UnmarshalJSON(src []byte) error + func (v *NullableImageAgent) Unset() + func (v NullableImageAgent) Get() *ImageAgent + func (v NullableImageAgent) IsSet() bool + func (v NullableImageAgent) MarshalJSON() ([]byte, error) + type NullableImageChecksum struct + func NewNullableImageChecksum(val *ImageChecksum) *NullableImageChecksum + func (v *NullableImageChecksum) Set(val *ImageChecksum) + func (v *NullableImageChecksum) UnmarshalJSON(src []byte) error + func (v *NullableImageChecksum) Unset() + func (v NullableImageChecksum) Get() *ImageChecksum + func (v NullableImageChecksum) IsSet() bool + func (v NullableImageChecksum) MarshalJSON() ([]byte, error) + type NullableImageConfig struct + func NewNullableImageConfig(val *ImageConfig) *NullableImageConfig + func (v *NullableImageConfig) Set(val *ImageConfig) + func (v *NullableImageConfig) UnmarshalJSON(src []byte) error + func (v *NullableImageConfig) Unset() + func (v NullableImageConfig) Get() *ImageConfig + func (v NullableImageConfig) IsSet() bool + func (v NullableImageConfig) MarshalJSON() ([]byte, error) + type NullableImageCreateResponse struct + func NewNullableImageCreateResponse(val *ImageCreateResponse) *NullableImageCreateResponse + func (v *NullableImageCreateResponse) Set(val *ImageCreateResponse) + func (v *NullableImageCreateResponse) UnmarshalJSON(src []byte) error + func (v *NullableImageCreateResponse) Unset() + func (v NullableImageCreateResponse) Get() *ImageCreateResponse + func (v NullableImageCreateResponse) IsSet() bool + func (v NullableImageCreateResponse) MarshalJSON() ([]byte, error) + type NullableImageListResponse struct + func NewNullableImageListResponse(val *ImageListResponse) *NullableImageListResponse + func (v *NullableImageListResponse) Set(val *ImageListResponse) + func (v *NullableImageListResponse) UnmarshalJSON(src []byte) error + func (v *NullableImageListResponse) Unset() + func (v NullableImageListResponse) Get() *ImageListResponse + func (v NullableImageListResponse) IsSet() bool + func (v NullableImageListResponse) MarshalJSON() ([]byte, error) + type NullableImageShare struct + func NewNullableImageShare(val *ImageShare) *NullableImageShare + func (v *NullableImageShare) Set(val *ImageShare) + func (v *NullableImageShare) UnmarshalJSON(src []byte) error + func (v *NullableImageShare) Unset() + func (v NullableImageShare) Get() *ImageShare + func (v NullableImageShare) IsSet() bool + func (v NullableImageShare) MarshalJSON() ([]byte, error) + type NullableImageShareConsumer struct + func NewNullableImageShareConsumer(val *ImageShareConsumer) *NullableImageShareConsumer + func (v *NullableImageShareConsumer) Set(val *ImageShareConsumer) + func (v *NullableImageShareConsumer) UnmarshalJSON(src []byte) error + func (v *NullableImageShareConsumer) Unset() + func (v NullableImageShareConsumer) Get() *ImageShareConsumer + func (v NullableImageShareConsumer) IsSet() bool + func (v NullableImageShareConsumer) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableKeyPairListResponse struct + func NewNullableKeyPairListResponse(val *KeyPairListResponse) *NullableKeyPairListResponse + func (v *NullableKeyPairListResponse) Set(val *KeyPairListResponse) + func (v *NullableKeyPairListResponse) UnmarshalJSON(src []byte) error + func (v *NullableKeyPairListResponse) Unset() + func (v NullableKeyPairListResponse) Get() *KeyPairListResponse + func (v NullableKeyPairListResponse) IsSet() bool + func (v NullableKeyPairListResponse) MarshalJSON() ([]byte, error) + type NullableKeypair struct + func NewNullableKeypair(val *Keypair) *NullableKeypair + func (v *NullableKeypair) Set(val *Keypair) + func (v *NullableKeypair) UnmarshalJSON(src []byte) error + func (v *NullableKeypair) Unset() + func (v NullableKeypair) Get() *Keypair + func (v NullableKeypair) IsSet() bool + func (v NullableKeypair) MarshalJSON() ([]byte, error) + type NullableMachineType struct + func NewNullableMachineType(val *MachineType) *NullableMachineType + func (v *NullableMachineType) Set(val *MachineType) + func (v *NullableMachineType) UnmarshalJSON(src []byte) error + func (v *NullableMachineType) Unset() + func (v NullableMachineType) Get() *MachineType + func (v NullableMachineType) IsSet() bool + func (v NullableMachineType) MarshalJSON() ([]byte, error) + type NullableMachineTypeListResponse struct + func NewNullableMachineTypeListResponse(val *MachineTypeListResponse) *NullableMachineTypeListResponse + func (v *NullableMachineTypeListResponse) Set(val *MachineTypeListResponse) + func (v *NullableMachineTypeListResponse) UnmarshalJSON(src []byte) error + func (v *NullableMachineTypeListResponse) Unset() + func (v NullableMachineTypeListResponse) Get() *MachineTypeListResponse + func (v NullableMachineTypeListResponse) IsSet() bool + func (v NullableMachineTypeListResponse) MarshalJSON() ([]byte, error) + type NullableNIC struct + func NewNullableNIC(val *NIC) *NullableNIC + func (v *NullableNIC) Set(val *NIC) + func (v *NullableNIC) UnmarshalJSON(src []byte) error + func (v *NullableNIC) Unset() + func (v NullableNIC) Get() *NIC + func (v NullableNIC) IsSet() bool + func (v NullableNIC) MarshalJSON() ([]byte, error) + type NullableNICListResponse struct + func NewNullableNICListResponse(val *NICListResponse) *NullableNICListResponse + func (v *NullableNICListResponse) Set(val *NICListResponse) + func (v *NullableNICListResponse) UnmarshalJSON(src []byte) error + func (v *NullableNICListResponse) Unset() + func (v NullableNICListResponse) Get() *NICListResponse + func (v NullableNICListResponse) IsSet() bool + func (v NullableNICListResponse) MarshalJSON() ([]byte, error) + type NullableNetwork struct + func NewNullableNetwork(val *Network) *NullableNetwork + func (v *NullableNetwork) Set(val *Network) + func (v *NullableNetwork) UnmarshalJSON(src []byte) error + func (v *NullableNetwork) Unset() + func (v NullableNetwork) Get() *Network + func (v NullableNetwork) IsSet() bool + func (v NullableNetwork) MarshalJSON() ([]byte, error) + type NullableNetworkArea struct + func NewNullableNetworkArea(val *NetworkArea) *NullableNetworkArea + func (v *NullableNetworkArea) Set(val *NetworkArea) + func (v *NullableNetworkArea) UnmarshalJSON(src []byte) error + func (v *NullableNetworkArea) Unset() + func (v NullableNetworkArea) Get() *NetworkArea + func (v NullableNetworkArea) IsSet() bool + func (v NullableNetworkArea) MarshalJSON() ([]byte, error) + type NullableNetworkAreaListResponse struct + func NewNullableNetworkAreaListResponse(val *NetworkAreaListResponse) *NullableNetworkAreaListResponse + func (v *NullableNetworkAreaListResponse) Set(val *NetworkAreaListResponse) + func (v *NullableNetworkAreaListResponse) UnmarshalJSON(src []byte) error + func (v *NullableNetworkAreaListResponse) Unset() + func (v NullableNetworkAreaListResponse) Get() *NetworkAreaListResponse + func (v NullableNetworkAreaListResponse) IsSet() bool + func (v NullableNetworkAreaListResponse) MarshalJSON() ([]byte, error) + type NullableNetworkIPv4 struct + func NewNullableNetworkIPv4(val *NetworkIPv4) *NullableNetworkIPv4 + func (v *NullableNetworkIPv4) Set(val *NetworkIPv4) + func (v *NullableNetworkIPv4) UnmarshalJSON(src []byte) error + func (v *NullableNetworkIPv4) Unset() + func (v NullableNetworkIPv4) Get() *NetworkIPv4 + func (v NullableNetworkIPv4) IsSet() bool + func (v NullableNetworkIPv4) MarshalJSON() ([]byte, error) + type NullableNetworkIPv6 struct + func NewNullableNetworkIPv6(val *NetworkIPv6) *NullableNetworkIPv6 + func (v *NullableNetworkIPv6) Set(val *NetworkIPv6) + func (v *NullableNetworkIPv6) UnmarshalJSON(src []byte) error + func (v *NullableNetworkIPv6) Unset() + func (v NullableNetworkIPv6) Get() *NetworkIPv6 + func (v NullableNetworkIPv6) IsSet() bool + func (v NullableNetworkIPv6) MarshalJSON() ([]byte, error) + type NullableNetworkListResponse struct + func NewNullableNetworkListResponse(val *NetworkListResponse) *NullableNetworkListResponse + func (v *NullableNetworkListResponse) Set(val *NetworkListResponse) + func (v *NullableNetworkListResponse) UnmarshalJSON(src []byte) error + func (v *NullableNetworkListResponse) Unset() + func (v NullableNetworkListResponse) Get() *NetworkListResponse + func (v NullableNetworkListResponse) IsSet() bool + func (v NullableNetworkListResponse) MarshalJSON() ([]byte, error) + type NullableNetworkRange struct + func NewNullableNetworkRange(val *NetworkRange) *NullableNetworkRange + func (v *NullableNetworkRange) Set(val *NetworkRange) + func (v *NullableNetworkRange) UnmarshalJSON(src []byte) error + func (v *NullableNetworkRange) Unset() + func (v NullableNetworkRange) Get() *NetworkRange + func (v NullableNetworkRange) IsSet() bool + func (v NullableNetworkRange) MarshalJSON() ([]byte, error) + type NullableNetworkRangeListResponse struct + func NewNullableNetworkRangeListResponse(val *NetworkRangeListResponse) *NullableNetworkRangeListResponse + func (v *NullableNetworkRangeListResponse) Set(val *NetworkRangeListResponse) + func (v *NullableNetworkRangeListResponse) UnmarshalJSON(src []byte) error + func (v *NullableNetworkRangeListResponse) Unset() + func (v NullableNetworkRangeListResponse) Get() *NetworkRangeListResponse + func (v NullableNetworkRangeListResponse) IsSet() bool + func (v NullableNetworkRangeListResponse) MarshalJSON() ([]byte, error) + type NullableNexthopBlackhole struct + func NewNullableNexthopBlackhole(val *NexthopBlackhole) *NullableNexthopBlackhole + func (v *NullableNexthopBlackhole) Set(val *NexthopBlackhole) + func (v *NullableNexthopBlackhole) UnmarshalJSON(src []byte) error + func (v *NullableNexthopBlackhole) Unset() + func (v NullableNexthopBlackhole) Get() *NexthopBlackhole + func (v NullableNexthopBlackhole) IsSet() bool + func (v NullableNexthopBlackhole) MarshalJSON() ([]byte, error) + type NullableNexthopIPv4 struct + func NewNullableNexthopIPv4(val *NexthopIPv4) *NullableNexthopIPv4 + func (v *NullableNexthopIPv4) Set(val *NexthopIPv4) + func (v *NullableNexthopIPv4) UnmarshalJSON(src []byte) error + func (v *NullableNexthopIPv4) Unset() + func (v NullableNexthopIPv4) Get() *NexthopIPv4 + func (v NullableNexthopIPv4) IsSet() bool + func (v NullableNexthopIPv4) MarshalJSON() ([]byte, error) + type NullableNexthopIPv6 struct + func NewNullableNexthopIPv6(val *NexthopIPv6) *NullableNexthopIPv6 + func (v *NullableNexthopIPv6) Set(val *NexthopIPv6) + func (v *NullableNexthopIPv6) UnmarshalJSON(src []byte) error + func (v *NullableNexthopIPv6) Unset() + func (v NullableNexthopIPv6) Get() *NexthopIPv6 + func (v NullableNexthopIPv6) IsSet() bool + func (v NullableNexthopIPv6) MarshalJSON() ([]byte, error) + type NullableNexthopInternet struct + func NewNullableNexthopInternet(val *NexthopInternet) *NullableNexthopInternet + func (v *NullableNexthopInternet) Set(val *NexthopInternet) + func (v *NullableNexthopInternet) UnmarshalJSON(src []byte) error + func (v *NullableNexthopInternet) Unset() + func (v NullableNexthopInternet) Get() *NexthopInternet + func (v NullableNexthopInternet) IsSet() bool + func (v NullableNexthopInternet) MarshalJSON() ([]byte, error) + type NullablePartialUpdateNetworkAreaPayload struct + func NewNullablePartialUpdateNetworkAreaPayload(val *PartialUpdateNetworkAreaPayload) *NullablePartialUpdateNetworkAreaPayload + func (v *NullablePartialUpdateNetworkAreaPayload) Set(val *PartialUpdateNetworkAreaPayload) + func (v *NullablePartialUpdateNetworkAreaPayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateNetworkAreaPayload) Unset() + func (v NullablePartialUpdateNetworkAreaPayload) Get() *PartialUpdateNetworkAreaPayload + func (v NullablePartialUpdateNetworkAreaPayload) IsSet() bool + func (v NullablePartialUpdateNetworkAreaPayload) MarshalJSON() ([]byte, error) + type NullablePartialUpdateNetworkPayload struct + func NewNullablePartialUpdateNetworkPayload(val *PartialUpdateNetworkPayload) *NullablePartialUpdateNetworkPayload + func (v *NullablePartialUpdateNetworkPayload) Set(val *PartialUpdateNetworkPayload) + func (v *NullablePartialUpdateNetworkPayload) UnmarshalJSON(src []byte) error + func (v *NullablePartialUpdateNetworkPayload) Unset() + func (v NullablePartialUpdateNetworkPayload) Get() *PartialUpdateNetworkPayload + func (v NullablePartialUpdateNetworkPayload) IsSet() bool + func (v NullablePartialUpdateNetworkPayload) MarshalJSON() ([]byte, error) + type NullablePortRange struct + func NewNullablePortRange(val *PortRange) *NullablePortRange + func (v *NullablePortRange) Set(val *PortRange) + func (v *NullablePortRange) UnmarshalJSON(src []byte) error + func (v *NullablePortRange) Unset() + func (v NullablePortRange) Get() *PortRange + func (v NullablePortRange) IsSet() bool + func (v NullablePortRange) MarshalJSON() ([]byte, error) + type NullableProject struct + func NewNullableProject(val *Project) *NullableProject + func (v *NullableProject) Set(val *Project) + func (v *NullableProject) UnmarshalJSON(src []byte) error + func (v *NullableProject) Unset() + func (v NullableProject) Get() *Project + func (v NullableProject) IsSet() bool + func (v NullableProject) MarshalJSON() ([]byte, error) + type NullableProjectListResponse struct + func NewNullableProjectListResponse(val *ProjectListResponse) *NullableProjectListResponse + func (v *NullableProjectListResponse) Set(val *ProjectListResponse) + func (v *NullableProjectListResponse) UnmarshalJSON(src []byte) error + func (v *NullableProjectListResponse) Unset() + func (v NullableProjectListResponse) Get() *ProjectListResponse + func (v NullableProjectListResponse) IsSet() bool + func (v NullableProjectListResponse) MarshalJSON() ([]byte, error) + type NullableProtocol struct + func NewNullableProtocol(val *Protocol) *NullableProtocol + func (v *NullableProtocol) Set(val *Protocol) + func (v *NullableProtocol) UnmarshalJSON(src []byte) error + func (v *NullableProtocol) Unset() + func (v NullableProtocol) Get() *Protocol + func (v NullableProtocol) IsSet() bool + func (v NullableProtocol) MarshalJSON() ([]byte, error) + type NullablePublicIp struct + func NewNullablePublicIp(val *PublicIp) *NullablePublicIp + func (v *NullablePublicIp) Set(val *PublicIp) + func (v *NullablePublicIp) UnmarshalJSON(src []byte) error + func (v *NullablePublicIp) Unset() + func (v NullablePublicIp) Get() *PublicIp + func (v NullablePublicIp) IsSet() bool + func (v NullablePublicIp) MarshalJSON() ([]byte, error) + type NullablePublicIpListResponse struct + func NewNullablePublicIpListResponse(val *PublicIpListResponse) *NullablePublicIpListResponse + func (v *NullablePublicIpListResponse) Set(val *PublicIpListResponse) + func (v *NullablePublicIpListResponse) UnmarshalJSON(src []byte) error + func (v *NullablePublicIpListResponse) Unset() + func (v NullablePublicIpListResponse) Get() *PublicIpListResponse + func (v NullablePublicIpListResponse) IsSet() bool + func (v NullablePublicIpListResponse) MarshalJSON() ([]byte, error) + type NullablePublicNetwork struct + func NewNullablePublicNetwork(val *PublicNetwork) *NullablePublicNetwork + func (v *NullablePublicNetwork) Set(val *PublicNetwork) + func (v *NullablePublicNetwork) UnmarshalJSON(src []byte) error + func (v *NullablePublicNetwork) Unset() + func (v NullablePublicNetwork) Get() *PublicNetwork + func (v NullablePublicNetwork) IsSet() bool + func (v NullablePublicNetwork) MarshalJSON() ([]byte, error) + type NullablePublicNetworkListResponse struct + func NewNullablePublicNetworkListResponse(val *PublicNetworkListResponse) *NullablePublicNetworkListResponse + func (v *NullablePublicNetworkListResponse) Set(val *PublicNetworkListResponse) + func (v *NullablePublicNetworkListResponse) UnmarshalJSON(src []byte) error + func (v *NullablePublicNetworkListResponse) Unset() + func (v NullablePublicNetworkListResponse) Get() *PublicNetworkListResponse + func (v NullablePublicNetworkListResponse) IsSet() bool + func (v NullablePublicNetworkListResponse) MarshalJSON() ([]byte, error) + type NullableQuota struct + func NewNullableQuota(val *Quota) *NullableQuota + func (v *NullableQuota) Set(val *Quota) + func (v *NullableQuota) UnmarshalJSON(src []byte) error + func (v *NullableQuota) Unset() + func (v NullableQuota) Get() *Quota + func (v NullableQuota) IsSet() bool + func (v NullableQuota) MarshalJSON() ([]byte, error) + type NullableQuotaList struct + func NewNullableQuotaList(val *QuotaList) *NullableQuotaList + func (v *NullableQuotaList) Set(val *QuotaList) + func (v *NullableQuotaList) UnmarshalJSON(src []byte) error + func (v *NullableQuotaList) Unset() + func (v NullableQuotaList) Get() *QuotaList + func (v NullableQuotaList) IsSet() bool + func (v NullableQuotaList) MarshalJSON() ([]byte, error) + type NullableQuotaListResponse struct + func NewNullableQuotaListResponse(val *QuotaListResponse) *NullableQuotaListResponse + func (v *NullableQuotaListResponse) Set(val *QuotaListResponse) + func (v *NullableQuotaListResponse) UnmarshalJSON(src []byte) error + func (v *NullableQuotaListResponse) Unset() + func (v NullableQuotaListResponse) Get() *QuotaListResponse + func (v NullableQuotaListResponse) IsSet() bool + func (v NullableQuotaListResponse) MarshalJSON() ([]byte, error) + type NullableRegionalArea struct + func NewNullableRegionalArea(val *RegionalArea) *NullableRegionalArea + func (v *NullableRegionalArea) Set(val *RegionalArea) + func (v *NullableRegionalArea) UnmarshalJSON(src []byte) error + func (v *NullableRegionalArea) Unset() + func (v NullableRegionalArea) Get() *RegionalArea + func (v NullableRegionalArea) IsSet() bool + func (v NullableRegionalArea) MarshalJSON() ([]byte, error) + type NullableRegionalAreaIPv4 struct + func NewNullableRegionalAreaIPv4(val *RegionalAreaIPv4) *NullableRegionalAreaIPv4 + func (v *NullableRegionalAreaIPv4) Set(val *RegionalAreaIPv4) + func (v *NullableRegionalAreaIPv4) UnmarshalJSON(src []byte) error + func (v *NullableRegionalAreaIPv4) Unset() + func (v NullableRegionalAreaIPv4) Get() *RegionalAreaIPv4 + func (v NullableRegionalAreaIPv4) IsSet() bool + func (v NullableRegionalAreaIPv4) MarshalJSON() ([]byte, error) + type NullableRegionalAreaListResponse struct + func NewNullableRegionalAreaListResponse(val *RegionalAreaListResponse) *NullableRegionalAreaListResponse + func (v *NullableRegionalAreaListResponse) Set(val *RegionalAreaListResponse) + func (v *NullableRegionalAreaListResponse) UnmarshalJSON(src []byte) error + func (v *NullableRegionalAreaListResponse) Unset() + func (v NullableRegionalAreaListResponse) Get() *RegionalAreaListResponse + func (v NullableRegionalAreaListResponse) IsSet() bool + func (v NullableRegionalAreaListResponse) MarshalJSON() ([]byte, error) + type NullableRequest struct + func NewNullableRequest(val *Request) *NullableRequest + func (v *NullableRequest) Set(val *Request) + func (v *NullableRequest) UnmarshalJSON(src []byte) error + func (v *NullableRequest) Unset() + func (v NullableRequest) Get() *Request + func (v NullableRequest) IsSet() bool + func (v NullableRequest) MarshalJSON() ([]byte, error) + type NullableRequestResource struct + func NewNullableRequestResource(val *RequestResource) *NullableRequestResource + func (v *NullableRequestResource) Set(val *RequestResource) + func (v *NullableRequestResource) UnmarshalJSON(src []byte) error + func (v *NullableRequestResource) Unset() + func (v NullableRequestResource) Get() *RequestResource + func (v NullableRequestResource) IsSet() bool + func (v NullableRequestResource) MarshalJSON() ([]byte, error) + type NullableRescueServerPayload struct + func NewNullableRescueServerPayload(val *RescueServerPayload) *NullableRescueServerPayload + func (v *NullableRescueServerPayload) Set(val *RescueServerPayload) + func (v *NullableRescueServerPayload) UnmarshalJSON(src []byte) error + func (v *NullableRescueServerPayload) Unset() + func (v NullableRescueServerPayload) Get() *RescueServerPayload + func (v NullableRescueServerPayload) IsSet() bool + func (v NullableRescueServerPayload) MarshalJSON() ([]byte, error) + type NullableResizeServerPayload struct + func NewNullableResizeServerPayload(val *ResizeServerPayload) *NullableResizeServerPayload + func (v *NullableResizeServerPayload) Set(val *ResizeServerPayload) + func (v *NullableResizeServerPayload) UnmarshalJSON(src []byte) error + func (v *NullableResizeServerPayload) Unset() + func (v NullableResizeServerPayload) Get() *ResizeServerPayload + func (v NullableResizeServerPayload) IsSet() bool + func (v NullableResizeServerPayload) MarshalJSON() ([]byte, error) + type NullableResizeVolumePayload struct + func NewNullableResizeVolumePayload(val *ResizeVolumePayload) *NullableResizeVolumePayload + func (v *NullableResizeVolumePayload) Set(val *ResizeVolumePayload) + func (v *NullableResizeVolumePayload) UnmarshalJSON(src []byte) error + func (v *NullableResizeVolumePayload) Unset() + func (v NullableResizeVolumePayload) Get() *ResizeVolumePayload + func (v NullableResizeVolumePayload) IsSet() bool + func (v NullableResizeVolumePayload) MarshalJSON() ([]byte, error) + type NullableRoute struct + func NewNullableRoute(val *Route) *NullableRoute + func (v *NullableRoute) Set(val *Route) + func (v *NullableRoute) UnmarshalJSON(src []byte) error + func (v *NullableRoute) Unset() + func (v NullableRoute) Get() *Route + func (v NullableRoute) IsSet() bool + func (v NullableRoute) MarshalJSON() ([]byte, error) + type NullableRouteDestination struct + func NewNullableRouteDestination(val *RouteDestination) *NullableRouteDestination + func (v *NullableRouteDestination) Set(val *RouteDestination) + func (v *NullableRouteDestination) UnmarshalJSON(src []byte) error + func (v *NullableRouteDestination) Unset() + func (v NullableRouteDestination) Get() *RouteDestination + func (v NullableRouteDestination) IsSet() bool + func (v NullableRouteDestination) MarshalJSON() ([]byte, error) + type NullableRouteListResponse struct + func NewNullableRouteListResponse(val *RouteListResponse) *NullableRouteListResponse + func (v *NullableRouteListResponse) Set(val *RouteListResponse) + func (v *NullableRouteListResponse) UnmarshalJSON(src []byte) error + func (v *NullableRouteListResponse) Unset() + func (v NullableRouteListResponse) Get() *RouteListResponse + func (v NullableRouteListResponse) IsSet() bool + func (v NullableRouteListResponse) MarshalJSON() ([]byte, error) + type NullableRouteNexthop struct + func NewNullableRouteNexthop(val *RouteNexthop) *NullableRouteNexthop + func (v *NullableRouteNexthop) Set(val *RouteNexthop) + func (v *NullableRouteNexthop) UnmarshalJSON(src []byte) error + func (v *NullableRouteNexthop) Unset() + func (v NullableRouteNexthop) Get() *RouteNexthop + func (v NullableRouteNexthop) IsSet() bool + func (v NullableRouteNexthop) MarshalJSON() ([]byte, error) + type NullableRoutingTable struct + func NewNullableRoutingTable(val *RoutingTable) *NullableRoutingTable + func (v *NullableRoutingTable) Set(val *RoutingTable) + func (v *NullableRoutingTable) UnmarshalJSON(src []byte) error + func (v *NullableRoutingTable) Unset() + func (v NullableRoutingTable) Get() *RoutingTable + func (v NullableRoutingTable) IsSet() bool + func (v NullableRoutingTable) MarshalJSON() ([]byte, error) + type NullableRoutingTableListResponse struct + func NewNullableRoutingTableListResponse(val *RoutingTableListResponse) *NullableRoutingTableListResponse + func (v *NullableRoutingTableListResponse) Set(val *RoutingTableListResponse) + func (v *NullableRoutingTableListResponse) UnmarshalJSON(src []byte) error + func (v *NullableRoutingTableListResponse) Unset() + func (v NullableRoutingTableListResponse) Get() *RoutingTableListResponse + func (v NullableRoutingTableListResponse) IsSet() bool + func (v NullableRoutingTableListResponse) MarshalJSON() ([]byte, error) + type NullableSecurityGroup struct + func NewNullableSecurityGroup(val *SecurityGroup) *NullableSecurityGroup + func (v *NullableSecurityGroup) Set(val *SecurityGroup) + func (v *NullableSecurityGroup) UnmarshalJSON(src []byte) error + func (v *NullableSecurityGroup) Unset() + func (v NullableSecurityGroup) Get() *SecurityGroup + func (v NullableSecurityGroup) IsSet() bool + func (v NullableSecurityGroup) MarshalJSON() ([]byte, error) + type NullableSecurityGroupListResponse struct + func NewNullableSecurityGroupListResponse(val *SecurityGroupListResponse) *NullableSecurityGroupListResponse + func (v *NullableSecurityGroupListResponse) Set(val *SecurityGroupListResponse) + func (v *NullableSecurityGroupListResponse) UnmarshalJSON(src []byte) error + func (v *NullableSecurityGroupListResponse) Unset() + func (v NullableSecurityGroupListResponse) Get() *SecurityGroupListResponse + func (v NullableSecurityGroupListResponse) IsSet() bool + func (v NullableSecurityGroupListResponse) MarshalJSON() ([]byte, error) + type NullableSecurityGroupRule struct + func NewNullableSecurityGroupRule(val *SecurityGroupRule) *NullableSecurityGroupRule + func (v *NullableSecurityGroupRule) Set(val *SecurityGroupRule) + func (v *NullableSecurityGroupRule) UnmarshalJSON(src []byte) error + func (v *NullableSecurityGroupRule) Unset() + func (v NullableSecurityGroupRule) Get() *SecurityGroupRule + func (v NullableSecurityGroupRule) IsSet() bool + func (v NullableSecurityGroupRule) MarshalJSON() ([]byte, error) + type NullableSecurityGroupRuleListResponse struct + func NewNullableSecurityGroupRuleListResponse(val *SecurityGroupRuleListResponse) *NullableSecurityGroupRuleListResponse + func (v *NullableSecurityGroupRuleListResponse) Set(val *SecurityGroupRuleListResponse) + func (v *NullableSecurityGroupRuleListResponse) UnmarshalJSON(src []byte) error + func (v *NullableSecurityGroupRuleListResponse) Unset() + func (v NullableSecurityGroupRuleListResponse) Get() *SecurityGroupRuleListResponse + func (v NullableSecurityGroupRuleListResponse) IsSet() bool + func (v NullableSecurityGroupRuleListResponse) MarshalJSON() ([]byte, error) + type NullableSecurityGroupRuleProtocol struct + func NewNullableSecurityGroupRuleProtocol(val *SecurityGroupRuleProtocol) *NullableSecurityGroupRuleProtocol + func (v *NullableSecurityGroupRuleProtocol) Set(val *SecurityGroupRuleProtocol) + func (v *NullableSecurityGroupRuleProtocol) UnmarshalJSON(src []byte) error + func (v *NullableSecurityGroupRuleProtocol) Unset() + func (v NullableSecurityGroupRuleProtocol) Get() *SecurityGroupRuleProtocol + func (v NullableSecurityGroupRuleProtocol) IsSet() bool + func (v NullableSecurityGroupRuleProtocol) MarshalJSON() ([]byte, error) + type NullableServer struct + func NewNullableServer(val *Server) *NullableServer + func (v *NullableServer) Set(val *Server) + func (v *NullableServer) UnmarshalJSON(src []byte) error + func (v *NullableServer) Unset() + func (v NullableServer) Get() *Server + func (v NullableServer) IsSet() bool + func (v NullableServer) MarshalJSON() ([]byte, error) + type NullableServerAgent struct + func NewNullableServerAgent(val *ServerAgent) *NullableServerAgent + func (v *NullableServerAgent) Set(val *ServerAgent) + func (v *NullableServerAgent) UnmarshalJSON(src []byte) error + func (v *NullableServerAgent) Unset() + func (v NullableServerAgent) Get() *ServerAgent + func (v NullableServerAgent) IsSet() bool + func (v NullableServerAgent) MarshalJSON() ([]byte, error) + type NullableServerConsoleUrl struct + func NewNullableServerConsoleUrl(val *ServerConsoleUrl) *NullableServerConsoleUrl + func (v *NullableServerConsoleUrl) Set(val *ServerConsoleUrl) + func (v *NullableServerConsoleUrl) UnmarshalJSON(src []byte) error + func (v *NullableServerConsoleUrl) Unset() + func (v NullableServerConsoleUrl) Get() *ServerConsoleUrl + func (v NullableServerConsoleUrl) IsSet() bool + func (v NullableServerConsoleUrl) MarshalJSON() ([]byte, error) + type NullableServerListResponse struct + func NewNullableServerListResponse(val *ServerListResponse) *NullableServerListResponse + func (v *NullableServerListResponse) Set(val *ServerListResponse) + func (v *NullableServerListResponse) UnmarshalJSON(src []byte) error + func (v *NullableServerListResponse) Unset() + func (v NullableServerListResponse) Get() *ServerListResponse + func (v NullableServerListResponse) IsSet() bool + func (v NullableServerListResponse) MarshalJSON() ([]byte, error) + type NullableServerMaintenance struct + func NewNullableServerMaintenance(val *ServerMaintenance) *NullableServerMaintenance + func (v *NullableServerMaintenance) Set(val *ServerMaintenance) + func (v *NullableServerMaintenance) UnmarshalJSON(src []byte) error + func (v *NullableServerMaintenance) Unset() + func (v NullableServerMaintenance) Get() *ServerMaintenance + func (v NullableServerMaintenance) IsSet() bool + func (v NullableServerMaintenance) MarshalJSON() ([]byte, error) + type NullableServerNetwork struct + func NewNullableServerNetwork(val *ServerNetwork) *NullableServerNetwork + func (v *NullableServerNetwork) Set(val *ServerNetwork) + func (v *NullableServerNetwork) UnmarshalJSON(src []byte) error + func (v *NullableServerNetwork) Unset() + func (v NullableServerNetwork) Get() *ServerNetwork + func (v NullableServerNetwork) IsSet() bool + func (v NullableServerNetwork) MarshalJSON() ([]byte, error) + type NullableServerNetworking struct + func NewNullableServerNetworking(val *ServerNetworking) *NullableServerNetworking + func (v *NullableServerNetworking) Set(val *ServerNetworking) + func (v *NullableServerNetworking) UnmarshalJSON(src []byte) error + func (v *NullableServerNetworking) Unset() + func (v NullableServerNetworking) Get() *ServerNetworking + func (v NullableServerNetworking) IsSet() bool + func (v NullableServerNetworking) MarshalJSON() ([]byte, error) + type NullableServiceAccountMailListResponse struct + func NewNullableServiceAccountMailListResponse(val *ServiceAccountMailListResponse) *NullableServiceAccountMailListResponse + func (v *NullableServiceAccountMailListResponse) Set(val *ServiceAccountMailListResponse) + func (v *NullableServiceAccountMailListResponse) UnmarshalJSON(src []byte) error + func (v *NullableServiceAccountMailListResponse) Unset() + func (v NullableServiceAccountMailListResponse) Get() *ServiceAccountMailListResponse + func (v NullableServiceAccountMailListResponse) IsSet() bool + func (v NullableServiceAccountMailListResponse) MarshalJSON() ([]byte, error) + type NullableSetImageSharePayload struct + func NewNullableSetImageSharePayload(val *SetImageSharePayload) *NullableSetImageSharePayload + func (v *NullableSetImageSharePayload) Set(val *SetImageSharePayload) + func (v *NullableSetImageSharePayload) UnmarshalJSON(src []byte) error + func (v *NullableSetImageSharePayload) Unset() + func (v NullableSetImageSharePayload) Get() *SetImageSharePayload + func (v NullableSetImageSharePayload) IsSet() bool + func (v NullableSetImageSharePayload) MarshalJSON() ([]byte, error) + type NullableSnapshot struct + func NewNullableSnapshot(val *Snapshot) *NullableSnapshot + func (v *NullableSnapshot) Set(val *Snapshot) + func (v *NullableSnapshot) UnmarshalJSON(src []byte) error + func (v *NullableSnapshot) Unset() + func (v NullableSnapshot) Get() *Snapshot + func (v NullableSnapshot) IsSet() bool + func (v NullableSnapshot) MarshalJSON() ([]byte, error) + type NullableSnapshotListResponse struct + func NewNullableSnapshotListResponse(val *SnapshotListResponse) *NullableSnapshotListResponse + func (v *NullableSnapshotListResponse) Set(val *SnapshotListResponse) + func (v *NullableSnapshotListResponse) UnmarshalJSON(src []byte) error + func (v *NullableSnapshotListResponse) Unset() + func (v NullableSnapshotListResponse) Get() *SnapshotListResponse + func (v NullableSnapshotListResponse) IsSet() bool + func (v NullableSnapshotListResponse) MarshalJSON() ([]byte, error) + type NullableStaticAreaID struct + func NewNullableStaticAreaID(val *StaticAreaID) *NullableStaticAreaID + func (v *NullableStaticAreaID) Set(val *StaticAreaID) + func (v *NullableStaticAreaID) UnmarshalJSON(src []byte) error + func (v *NullableStaticAreaID) Unset() + func (v NullableStaticAreaID) Get() *StaticAreaID + func (v NullableStaticAreaID) IsSet() bool + func (v NullableStaticAreaID) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableUpdateAttachedVolumePayload struct + func NewNullableUpdateAttachedVolumePayload(val *UpdateAttachedVolumePayload) *NullableUpdateAttachedVolumePayload + func (v *NullableUpdateAttachedVolumePayload) Set(val *UpdateAttachedVolumePayload) + func (v *NullableUpdateAttachedVolumePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateAttachedVolumePayload) Unset() + func (v NullableUpdateAttachedVolumePayload) Get() *UpdateAttachedVolumePayload + func (v NullableUpdateAttachedVolumePayload) IsSet() bool + func (v NullableUpdateAttachedVolumePayload) MarshalJSON() ([]byte, error) + type NullableUpdateImagePayload struct + func NewNullableUpdateImagePayload(val *UpdateImagePayload) *NullableUpdateImagePayload + func (v *NullableUpdateImagePayload) Set(val *UpdateImagePayload) + func (v *NullableUpdateImagePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateImagePayload) Unset() + func (v NullableUpdateImagePayload) Get() *UpdateImagePayload + func (v NullableUpdateImagePayload) IsSet() bool + func (v NullableUpdateImagePayload) MarshalJSON() ([]byte, error) + type NullableUpdateImageSharePayload struct + func NewNullableUpdateImageSharePayload(val *UpdateImageSharePayload) *NullableUpdateImageSharePayload + func (v *NullableUpdateImageSharePayload) Set(val *UpdateImageSharePayload) + func (v *NullableUpdateImageSharePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateImageSharePayload) Unset() + func (v NullableUpdateImageSharePayload) Get() *UpdateImageSharePayload + func (v NullableUpdateImageSharePayload) IsSet() bool + func (v NullableUpdateImageSharePayload) MarshalJSON() ([]byte, error) + type NullableUpdateKeyPairPayload struct + func NewNullableUpdateKeyPairPayload(val *UpdateKeyPairPayload) *NullableUpdateKeyPairPayload + func (v *NullableUpdateKeyPairPayload) Set(val *UpdateKeyPairPayload) + func (v *NullableUpdateKeyPairPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateKeyPairPayload) Unset() + func (v NullableUpdateKeyPairPayload) Get() *UpdateKeyPairPayload + func (v NullableUpdateKeyPairPayload) IsSet() bool + func (v NullableUpdateKeyPairPayload) MarshalJSON() ([]byte, error) + type NullableUpdateNetworkIPv4Body struct + func NewNullableUpdateNetworkIPv4Body(val *UpdateNetworkIPv4Body) *NullableUpdateNetworkIPv4Body + func (v *NullableUpdateNetworkIPv4Body) Set(val *UpdateNetworkIPv4Body) + func (v *NullableUpdateNetworkIPv4Body) UnmarshalJSON(src []byte) error + func (v *NullableUpdateNetworkIPv4Body) Unset() + func (v NullableUpdateNetworkIPv4Body) Get() *UpdateNetworkIPv4Body + func (v NullableUpdateNetworkIPv4Body) IsSet() bool + func (v NullableUpdateNetworkIPv4Body) MarshalJSON() ([]byte, error) + type NullableUpdateNetworkIPv6Body struct + func NewNullableUpdateNetworkIPv6Body(val *UpdateNetworkIPv6Body) *NullableUpdateNetworkIPv6Body + func (v *NullableUpdateNetworkIPv6Body) Set(val *UpdateNetworkIPv6Body) + func (v *NullableUpdateNetworkIPv6Body) UnmarshalJSON(src []byte) error + func (v *NullableUpdateNetworkIPv6Body) Unset() + func (v NullableUpdateNetworkIPv6Body) Get() *UpdateNetworkIPv6Body + func (v NullableUpdateNetworkIPv6Body) IsSet() bool + func (v NullableUpdateNetworkIPv6Body) MarshalJSON() ([]byte, error) + type NullableUpdateNicPayload struct + func NewNullableUpdateNicPayload(val *UpdateNicPayload) *NullableUpdateNicPayload + func (v *NullableUpdateNicPayload) Set(val *UpdateNicPayload) + func (v *NullableUpdateNicPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateNicPayload) Unset() + func (v NullableUpdateNicPayload) Get() *UpdateNicPayload + func (v NullableUpdateNicPayload) IsSet() bool + func (v NullableUpdateNicPayload) MarshalJSON() ([]byte, error) + type NullableUpdatePublicIPPayload struct + func NewNullableUpdatePublicIPPayload(val *UpdatePublicIPPayload) *NullableUpdatePublicIPPayload + func (v *NullableUpdatePublicIPPayload) Set(val *UpdatePublicIPPayload) + func (v *NullableUpdatePublicIPPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdatePublicIPPayload) Unset() + func (v NullableUpdatePublicIPPayload) Get() *UpdatePublicIPPayload + func (v NullableUpdatePublicIPPayload) IsSet() bool + func (v NullableUpdatePublicIPPayload) MarshalJSON() ([]byte, error) + type NullableUpdateRegionalAreaIPv4 struct + func NewNullableUpdateRegionalAreaIPv4(val *UpdateRegionalAreaIPv4) *NullableUpdateRegionalAreaIPv4 + func (v *NullableUpdateRegionalAreaIPv4) Set(val *UpdateRegionalAreaIPv4) + func (v *NullableUpdateRegionalAreaIPv4) UnmarshalJSON(src []byte) error + func (v *NullableUpdateRegionalAreaIPv4) Unset() + func (v NullableUpdateRegionalAreaIPv4) Get() *UpdateRegionalAreaIPv4 + func (v NullableUpdateRegionalAreaIPv4) IsSet() bool + func (v NullableUpdateRegionalAreaIPv4) MarshalJSON() ([]byte, error) + type NullableUpdateRouteOfRoutingTablePayload struct + func NewNullableUpdateRouteOfRoutingTablePayload(val *UpdateRouteOfRoutingTablePayload) *NullableUpdateRouteOfRoutingTablePayload + func (v *NullableUpdateRouteOfRoutingTablePayload) Set(val *UpdateRouteOfRoutingTablePayload) + func (v *NullableUpdateRouteOfRoutingTablePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateRouteOfRoutingTablePayload) Unset() + func (v NullableUpdateRouteOfRoutingTablePayload) Get() *UpdateRouteOfRoutingTablePayload + func (v NullableUpdateRouteOfRoutingTablePayload) IsSet() bool + func (v NullableUpdateRouteOfRoutingTablePayload) MarshalJSON() ([]byte, error) + type NullableUpdateRoutingTableOfAreaPayload struct + func NewNullableUpdateRoutingTableOfAreaPayload(val *UpdateRoutingTableOfAreaPayload) *NullableUpdateRoutingTableOfAreaPayload + func (v *NullableUpdateRoutingTableOfAreaPayload) Set(val *UpdateRoutingTableOfAreaPayload) + func (v *NullableUpdateRoutingTableOfAreaPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateRoutingTableOfAreaPayload) Unset() + func (v NullableUpdateRoutingTableOfAreaPayload) Get() *UpdateRoutingTableOfAreaPayload + func (v NullableUpdateRoutingTableOfAreaPayload) IsSet() bool + func (v NullableUpdateRoutingTableOfAreaPayload) MarshalJSON() ([]byte, error) + type NullableUpdateServerPayload struct + func NewNullableUpdateServerPayload(val *UpdateServerPayload) *NullableUpdateServerPayload + func (v *NullableUpdateServerPayload) Set(val *UpdateServerPayload) + func (v *NullableUpdateServerPayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateServerPayload) Unset() + func (v NullableUpdateServerPayload) Get() *UpdateServerPayload + func (v NullableUpdateServerPayload) IsSet() bool + func (v NullableUpdateServerPayload) MarshalJSON() ([]byte, error) + type NullableUpdateVolumePayload struct + func NewNullableUpdateVolumePayload(val *UpdateVolumePayload) *NullableUpdateVolumePayload + func (v *NullableUpdateVolumePayload) Set(val *UpdateVolumePayload) + func (v *NullableUpdateVolumePayload) UnmarshalJSON(src []byte) error + func (v *NullableUpdateVolumePayload) Unset() + func (v NullableUpdateVolumePayload) Get() *UpdateVolumePayload + func (v NullableUpdateVolumePayload) IsSet() bool + func (v NullableUpdateVolumePayload) MarshalJSON() ([]byte, error) + type NullableV2beta1ConfigureNetworkAreaRegionPayload struct + func NewNullableV2beta1ConfigureNetworkAreaRegionPayload(val *V2beta1ConfigureNetworkAreaRegionPayload) *NullableV2beta1ConfigureNetworkAreaRegionPayload + func (v *NullableV2beta1ConfigureNetworkAreaRegionPayload) Set(val *V2beta1ConfigureNetworkAreaRegionPayload) + func (v *NullableV2beta1ConfigureNetworkAreaRegionPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1ConfigureNetworkAreaRegionPayload) Unset() + func (v NullableV2beta1ConfigureNetworkAreaRegionPayload) Get() *V2beta1ConfigureNetworkAreaRegionPayload + func (v NullableV2beta1ConfigureNetworkAreaRegionPayload) IsSet() bool + func (v NullableV2beta1ConfigureNetworkAreaRegionPayload) MarshalJSON() ([]byte, error) + type NullableV2beta1CreateSnapshotPayload struct + func NewNullableV2beta1CreateSnapshotPayload(val *V2beta1CreateSnapshotPayload) *NullableV2beta1CreateSnapshotPayload + func (v *NullableV2beta1CreateSnapshotPayload) Set(val *V2beta1CreateSnapshotPayload) + func (v *NullableV2beta1CreateSnapshotPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1CreateSnapshotPayload) Unset() + func (v NullableV2beta1CreateSnapshotPayload) Get() *V2beta1CreateSnapshotPayload + func (v NullableV2beta1CreateSnapshotPayload) IsSet() bool + func (v NullableV2beta1CreateSnapshotPayload) MarshalJSON() ([]byte, error) + type NullableV2beta1UpdateBackupPayload struct + func NewNullableV2beta1UpdateBackupPayload(val *V2beta1UpdateBackupPayload) *NullableV2beta1UpdateBackupPayload + func (v *NullableV2beta1UpdateBackupPayload) Set(val *V2beta1UpdateBackupPayload) + func (v *NullableV2beta1UpdateBackupPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1UpdateBackupPayload) Unset() + func (v NullableV2beta1UpdateBackupPayload) Get() *V2beta1UpdateBackupPayload + func (v NullableV2beta1UpdateBackupPayload) IsSet() bool + func (v NullableV2beta1UpdateBackupPayload) MarshalJSON() ([]byte, error) + type NullableV2beta1UpdateNetworkAreaRegionPayload struct + func NewNullableV2beta1UpdateNetworkAreaRegionPayload(val *V2beta1UpdateNetworkAreaRegionPayload) *NullableV2beta1UpdateNetworkAreaRegionPayload + func (v *NullableV2beta1UpdateNetworkAreaRegionPayload) Set(val *V2beta1UpdateNetworkAreaRegionPayload) + func (v *NullableV2beta1UpdateNetworkAreaRegionPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1UpdateNetworkAreaRegionPayload) Unset() + func (v NullableV2beta1UpdateNetworkAreaRegionPayload) Get() *V2beta1UpdateNetworkAreaRegionPayload + func (v NullableV2beta1UpdateNetworkAreaRegionPayload) IsSet() bool + func (v NullableV2beta1UpdateNetworkAreaRegionPayload) MarshalJSON() ([]byte, error) + type NullableV2beta1UpdateRouteOfAreaPayload struct + func NewNullableV2beta1UpdateRouteOfAreaPayload(val *V2beta1UpdateRouteOfAreaPayload) *NullableV2beta1UpdateRouteOfAreaPayload + func (v *NullableV2beta1UpdateRouteOfAreaPayload) Set(val *V2beta1UpdateRouteOfAreaPayload) + func (v *NullableV2beta1UpdateRouteOfAreaPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1UpdateRouteOfAreaPayload) Unset() + func (v NullableV2beta1UpdateRouteOfAreaPayload) Get() *V2beta1UpdateRouteOfAreaPayload + func (v NullableV2beta1UpdateRouteOfAreaPayload) IsSet() bool + func (v NullableV2beta1UpdateRouteOfAreaPayload) MarshalJSON() ([]byte, error) + type NullableV2beta1UpdateSecurityGroupPayload struct + func NewNullableV2beta1UpdateSecurityGroupPayload(val *V2beta1UpdateSecurityGroupPayload) *NullableV2beta1UpdateSecurityGroupPayload + func (v *NullableV2beta1UpdateSecurityGroupPayload) Set(val *V2beta1UpdateSecurityGroupPayload) + func (v *NullableV2beta1UpdateSecurityGroupPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1UpdateSecurityGroupPayload) Unset() + func (v NullableV2beta1UpdateSecurityGroupPayload) Get() *V2beta1UpdateSecurityGroupPayload + func (v NullableV2beta1UpdateSecurityGroupPayload) IsSet() bool + func (v NullableV2beta1UpdateSecurityGroupPayload) MarshalJSON() ([]byte, error) + type NullableV2beta1UpdateSnapshotPayload struct + func NewNullableV2beta1UpdateSnapshotPayload(val *V2beta1UpdateSnapshotPayload) *NullableV2beta1UpdateSnapshotPayload + func (v *NullableV2beta1UpdateSnapshotPayload) Set(val *V2beta1UpdateSnapshotPayload) + func (v *NullableV2beta1UpdateSnapshotPayload) UnmarshalJSON(src []byte) error + func (v *NullableV2beta1UpdateSnapshotPayload) Unset() + func (v NullableV2beta1UpdateSnapshotPayload) Get() *V2beta1UpdateSnapshotPayload + func (v NullableV2beta1UpdateSnapshotPayload) IsSet() bool + func (v NullableV2beta1UpdateSnapshotPayload) MarshalJSON() ([]byte, error) + type NullableVolume struct + func NewNullableVolume(val *Volume) *NullableVolume + func (v *NullableVolume) Set(val *Volume) + func (v *NullableVolume) UnmarshalJSON(src []byte) error + func (v *NullableVolume) Unset() + func (v NullableVolume) Get() *Volume + func (v NullableVolume) IsSet() bool + func (v NullableVolume) MarshalJSON() ([]byte, error) + type NullableVolumeAttachment struct + func NewNullableVolumeAttachment(val *VolumeAttachment) *NullableVolumeAttachment + func (v *NullableVolumeAttachment) Set(val *VolumeAttachment) + func (v *NullableVolumeAttachment) UnmarshalJSON(src []byte) error + func (v *NullableVolumeAttachment) Unset() + func (v NullableVolumeAttachment) Get() *VolumeAttachment + func (v NullableVolumeAttachment) IsSet() bool + func (v NullableVolumeAttachment) MarshalJSON() ([]byte, error) + type NullableVolumeAttachmentListResponse struct + func NewNullableVolumeAttachmentListResponse(val *VolumeAttachmentListResponse) *NullableVolumeAttachmentListResponse + func (v *NullableVolumeAttachmentListResponse) Set(val *VolumeAttachmentListResponse) + func (v *NullableVolumeAttachmentListResponse) UnmarshalJSON(src []byte) error + func (v *NullableVolumeAttachmentListResponse) Unset() + func (v NullableVolumeAttachmentListResponse) Get() *VolumeAttachmentListResponse + func (v NullableVolumeAttachmentListResponse) IsSet() bool + func (v NullableVolumeAttachmentListResponse) MarshalJSON() ([]byte, error) + type NullableVolumeEncryptionParameter struct + func NewNullableVolumeEncryptionParameter(val *VolumeEncryptionParameter) *NullableVolumeEncryptionParameter + func (v *NullableVolumeEncryptionParameter) Set(val *VolumeEncryptionParameter) + func (v *NullableVolumeEncryptionParameter) UnmarshalJSON(src []byte) error + func (v *NullableVolumeEncryptionParameter) Unset() + func (v NullableVolumeEncryptionParameter) Get() *VolumeEncryptionParameter + func (v NullableVolumeEncryptionParameter) IsSet() bool + func (v NullableVolumeEncryptionParameter) MarshalJSON() ([]byte, error) + type NullableVolumeListResponse struct + func NewNullableVolumeListResponse(val *VolumeListResponse) *NullableVolumeListResponse + func (v *NullableVolumeListResponse) Set(val *VolumeListResponse) + func (v *NullableVolumeListResponse) UnmarshalJSON(src []byte) error + func (v *NullableVolumeListResponse) Unset() + func (v NullableVolumeListResponse) Get() *VolumeListResponse + func (v NullableVolumeListResponse) IsSet() bool + func (v NullableVolumeListResponse) MarshalJSON() ([]byte, error) + type NullableVolumePerformanceClass struct + func NewNullableVolumePerformanceClass(val *VolumePerformanceClass) *NullableVolumePerformanceClass + func (v *NullableVolumePerformanceClass) Set(val *VolumePerformanceClass) + func (v *NullableVolumePerformanceClass) UnmarshalJSON(src []byte) error + func (v *NullableVolumePerformanceClass) Unset() + func (v NullableVolumePerformanceClass) Get() *VolumePerformanceClass + func (v NullableVolumePerformanceClass) IsSet() bool + func (v NullableVolumePerformanceClass) MarshalJSON() ([]byte, error) + type NullableVolumePerformanceClassListResponse struct + func NewNullableVolumePerformanceClassListResponse(val *VolumePerformanceClassListResponse) *NullableVolumePerformanceClassListResponse + func (v *NullableVolumePerformanceClassListResponse) Set(val *VolumePerformanceClassListResponse) + func (v *NullableVolumePerformanceClassListResponse) UnmarshalJSON(src []byte) error + func (v *NullableVolumePerformanceClassListResponse) Unset() + func (v NullableVolumePerformanceClassListResponse) Get() *VolumePerformanceClassListResponse + func (v NullableVolumePerformanceClassListResponse) IsSet() bool + func (v NullableVolumePerformanceClassListResponse) MarshalJSON() ([]byte, error) + type NullableVolumeSource struct + func NewNullableVolumeSource(val *VolumeSource) *NullableVolumeSource + func (v *NullableVolumeSource) Set(val *VolumeSource) + func (v *NullableVolumeSource) UnmarshalJSON(src []byte) error + func (v *NullableVolumeSource) Unset() + func (v NullableVolumeSource) Get() *VolumeSource + func (v NullableVolumeSource) IsSet() bool + func (v NullableVolumeSource) MarshalJSON() ([]byte, error) + type PartialUpdateNetworkAreaPayload struct + Labels map[string]interface{} + Name *string + func NewPartialUpdateNetworkAreaPayload() *PartialUpdateNetworkAreaPayload + func NewPartialUpdateNetworkAreaPayloadWithDefaults() *PartialUpdateNetworkAreaPayload + func (o *PartialUpdateNetworkAreaPayload) GetLabels() map[string]interface{} + func (o *PartialUpdateNetworkAreaPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *PartialUpdateNetworkAreaPayload) GetName() string + func (o *PartialUpdateNetworkAreaPayload) GetNameOk() (*string, bool) + func (o *PartialUpdateNetworkAreaPayload) HasLabels() bool + func (o *PartialUpdateNetworkAreaPayload) HasName() bool + func (o *PartialUpdateNetworkAreaPayload) SetLabels(v map[string]interface{}) + func (o *PartialUpdateNetworkAreaPayload) SetName(v string) + func (o PartialUpdateNetworkAreaPayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateNetworkAreaPayload) ToMap() (map[string]interface{}, error) + type PartialUpdateNetworkPayload struct + Dhcp *bool + Ipv4 *UpdateNetworkIPv4Body + Ipv6 *UpdateNetworkIPv6Body + Labels map[string]interface{} + Name *string + Routed *bool + RoutingTableId *string + func NewPartialUpdateNetworkPayload() *PartialUpdateNetworkPayload + func NewPartialUpdateNetworkPayloadWithDefaults() *PartialUpdateNetworkPayload + func (o *PartialUpdateNetworkPayload) GetDhcp() bool + func (o *PartialUpdateNetworkPayload) GetDhcpOk() (*bool, bool) + func (o *PartialUpdateNetworkPayload) GetIpv4() UpdateNetworkIPv4Body + func (o *PartialUpdateNetworkPayload) GetIpv4Ok() (*UpdateNetworkIPv4Body, bool) + func (o *PartialUpdateNetworkPayload) GetIpv6() UpdateNetworkIPv6Body + func (o *PartialUpdateNetworkPayload) GetIpv6Ok() (*UpdateNetworkIPv6Body, bool) + func (o *PartialUpdateNetworkPayload) GetLabels() map[string]interface{} + func (o *PartialUpdateNetworkPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *PartialUpdateNetworkPayload) GetName() string + func (o *PartialUpdateNetworkPayload) GetNameOk() (*string, bool) + func (o *PartialUpdateNetworkPayload) GetRouted() bool + func (o *PartialUpdateNetworkPayload) GetRoutedOk() (*bool, bool) + func (o *PartialUpdateNetworkPayload) GetRoutingTableId() string + func (o *PartialUpdateNetworkPayload) GetRoutingTableIdOk() (*string, bool) + func (o *PartialUpdateNetworkPayload) HasDhcp() bool + func (o *PartialUpdateNetworkPayload) HasIpv4() bool + func (o *PartialUpdateNetworkPayload) HasIpv6() bool + func (o *PartialUpdateNetworkPayload) HasLabels() bool + func (o *PartialUpdateNetworkPayload) HasName() bool + func (o *PartialUpdateNetworkPayload) HasRouted() bool + func (o *PartialUpdateNetworkPayload) HasRoutingTableId() bool + func (o *PartialUpdateNetworkPayload) SetDhcp(v bool) + func (o *PartialUpdateNetworkPayload) SetIpv4(v UpdateNetworkIPv4Body) + func (o *PartialUpdateNetworkPayload) SetIpv6(v UpdateNetworkIPv6Body) + func (o *PartialUpdateNetworkPayload) SetLabels(v map[string]interface{}) + func (o *PartialUpdateNetworkPayload) SetName(v string) + func (o *PartialUpdateNetworkPayload) SetRouted(v bool) + func (o *PartialUpdateNetworkPayload) SetRoutingTableId(v string) + func (o PartialUpdateNetworkPayload) MarshalJSON() ([]byte, error) + func (o PartialUpdateNetworkPayload) ToMap() (map[string]interface{}, error) + type PortRange struct + Max int64 + Min int64 + func NewPortRange(max int64, min int64) *PortRange + func NewPortRangeWithDefaults() *PortRange + func (o *PortRange) GetMax() int64 + func (o *PortRange) GetMaxOk() (*int64, bool) + func (o *PortRange) GetMin() int64 + func (o *PortRange) GetMinOk() (*int64, bool) + func (o *PortRange) SetMax(v int64) + func (o *PortRange) SetMin(v int64) + func (o *PortRange) UnmarshalJSON(data []byte) (err error) + func (o PortRange) MarshalJSON() ([]byte, error) + func (o PortRange) ToMap() (map[string]interface{}, error) + type Project struct + AreaId AreaId + CreatedAt *time.Time + Id string + InternetAccess *bool + Status string + UpdatedAt *time.Time + func NewProject(areaId AreaId, id string, status string) *Project + func NewProjectWithDefaults() *Project + func (o *Project) GetAreaId() AreaId + func (o *Project) GetAreaIdOk() (*AreaId, bool) + func (o *Project) GetCreatedAt() time.Time + func (o *Project) GetCreatedAtOk() (*time.Time, bool) + func (o *Project) GetId() string + func (o *Project) GetIdOk() (*string, bool) + func (o *Project) GetInternetAccess() bool + func (o *Project) GetInternetAccessOk() (*bool, bool) + func (o *Project) GetStatus() string + func (o *Project) GetStatusOk() (*string, bool) + func (o *Project) GetUpdatedAt() time.Time + func (o *Project) GetUpdatedAtOk() (*time.Time, bool) + func (o *Project) HasCreatedAt() bool + func (o *Project) HasInternetAccess() bool + func (o *Project) HasUpdatedAt() bool + func (o *Project) SetAreaId(v AreaId) + func (o *Project) SetCreatedAt(v time.Time) + func (o *Project) SetId(v string) + func (o *Project) SetInternetAccess(v bool) + func (o *Project) SetStatus(v string) + func (o *Project) SetUpdatedAt(v time.Time) + func (o *Project) UnmarshalJSON(data []byte) (err error) + func (o Project) MarshalJSON() ([]byte, error) + func (o Project) ToMap() (map[string]interface{}, error) + type ProjectListResponse struct + Items []string + func NewProjectListResponse(items []string) *ProjectListResponse + func NewProjectListResponseWithDefaults() *ProjectListResponse + func (o *ProjectListResponse) GetItems() []string + func (o *ProjectListResponse) GetItemsOk() ([]string, bool) + func (o *ProjectListResponse) SetItems(v []string) + func (o *ProjectListResponse) UnmarshalJSON(data []byte) (err error) + func (o ProjectListResponse) MarshalJSON() ([]byte, error) + func (o ProjectListResponse) ToMap() (map[string]interface{}, error) + type Protocol struct + Name *string + Number *int64 + func NewProtocol() *Protocol + func NewProtocolWithDefaults() *Protocol + func (o *Protocol) GetName() string + func (o *Protocol) GetNameOk() (*string, bool) + func (o *Protocol) GetNumber() int64 + func (o *Protocol) GetNumberOk() (*int64, bool) + func (o *Protocol) HasName() bool + func (o *Protocol) HasNumber() bool + func (o *Protocol) SetName(v string) + func (o *Protocol) SetNumber(v int64) + func (o Protocol) MarshalJSON() ([]byte, error) + func (o Protocol) ToMap() (map[string]interface{}, error) + type PublicIp struct + Id *string + Ip *string + Labels map[string]interface{} + NetworkInterface NullableString + func NewPublicIp() *PublicIp + func NewPublicIpWithDefaults() *PublicIp + func (o *PublicIp) GetId() string + func (o *PublicIp) GetIdOk() (*string, bool) + func (o *PublicIp) GetIp() string + func (o *PublicIp) GetIpOk() (*string, bool) + func (o *PublicIp) GetLabels() map[string]interface{} + func (o *PublicIp) GetLabelsOk() (map[string]interface{}, bool) + func (o *PublicIp) GetNetworkInterface() string + func (o *PublicIp) GetNetworkInterfaceOk() (*string, bool) + func (o *PublicIp) HasId() bool + func (o *PublicIp) HasIp() bool + func (o *PublicIp) HasLabels() bool + func (o *PublicIp) HasNetworkInterface() bool + func (o *PublicIp) SetId(v string) + func (o *PublicIp) SetIp(v string) + func (o *PublicIp) SetLabels(v map[string]interface{}) + func (o *PublicIp) SetNetworkInterface(v string) + func (o *PublicIp) SetNetworkInterfaceNil() + func (o *PublicIp) UnsetNetworkInterface() + func (o PublicIp) MarshalJSON() ([]byte, error) + func (o PublicIp) ToMap() (map[string]interface{}, error) + type PublicIpListResponse struct + Items []PublicIp + func NewPublicIpListResponse(items []PublicIp) *PublicIpListResponse + func NewPublicIpListResponseWithDefaults() *PublicIpListResponse + func (o *PublicIpListResponse) GetItems() []PublicIp + func (o *PublicIpListResponse) GetItemsOk() ([]PublicIp, bool) + func (o *PublicIpListResponse) SetItems(v []PublicIp) + func (o *PublicIpListResponse) UnmarshalJSON(data []byte) (err error) + func (o PublicIpListResponse) MarshalJSON() ([]byte, error) + func (o PublicIpListResponse) ToMap() (map[string]interface{}, error) + type PublicNetwork struct + Cidr string + Region string + func NewPublicNetwork(cidr string, region string) *PublicNetwork + func NewPublicNetworkWithDefaults() *PublicNetwork + func (o *PublicNetwork) GetCidr() string + func (o *PublicNetwork) GetCidrOk() (*string, bool) + func (o *PublicNetwork) GetRegion() string + func (o *PublicNetwork) GetRegionOk() (*string, bool) + func (o *PublicNetwork) SetCidr(v string) + func (o *PublicNetwork) SetRegion(v string) + func (o *PublicNetwork) UnmarshalJSON(data []byte) (err error) + func (o PublicNetwork) MarshalJSON() ([]byte, error) + func (o PublicNetwork) ToMap() (map[string]interface{}, error) + type PublicNetworkListResponse struct + Items []PublicNetwork + func NewPublicNetworkListResponse(items []PublicNetwork) *PublicNetworkListResponse + func NewPublicNetworkListResponseWithDefaults() *PublicNetworkListResponse + func (o *PublicNetworkListResponse) GetItems() []PublicNetwork + func (o *PublicNetworkListResponse) GetItemsOk() ([]PublicNetwork, bool) + func (o *PublicNetworkListResponse) SetItems(v []PublicNetwork) + func (o *PublicNetworkListResponse) UnmarshalJSON(data []byte) (err error) + func (o PublicNetworkListResponse) MarshalJSON() ([]byte, error) + func (o PublicNetworkListResponse) ToMap() (map[string]interface{}, error) + type Quota struct + Limit int64 + Usage int64 + func NewQuota(limit int64, usage int64) *Quota + func NewQuotaWithDefaults() *Quota + func (o *Quota) GetLimit() int64 + func (o *Quota) GetLimitOk() (*int64, bool) + func (o *Quota) GetUsage() int64 + func (o *Quota) GetUsageOk() (*int64, bool) + func (o *Quota) SetLimit(v int64) + func (o *Quota) SetUsage(v int64) + func (o *Quota) UnmarshalJSON(data []byte) (err error) + func (o Quota) MarshalJSON() ([]byte, error) + func (o Quota) ToMap() (map[string]interface{}, error) + type QuotaList struct + BackupGigabytes Quota + Backups Quota + Gigabytes Quota + Networks Quota + Nics Quota + PublicIps Quota + Ram Quota + SecurityGroupRules Quota + SecurityGroups Quota + Snapshots Quota + Vcpu Quota + Volumes Quota + func NewQuotaList(backupGigabytes Quota, backups Quota, gigabytes Quota, networks Quota, ...) *QuotaList + func NewQuotaListWithDefaults() *QuotaList + func (o *QuotaList) GetBackupGigabytes() Quota + func (o *QuotaList) GetBackupGigabytesOk() (*Quota, bool) + func (o *QuotaList) GetBackups() Quota + func (o *QuotaList) GetBackupsOk() (*Quota, bool) + func (o *QuotaList) GetGigabytes() Quota + func (o *QuotaList) GetGigabytesOk() (*Quota, bool) + func (o *QuotaList) GetNetworks() Quota + func (o *QuotaList) GetNetworksOk() (*Quota, bool) + func (o *QuotaList) GetNics() Quota + func (o *QuotaList) GetNicsOk() (*Quota, bool) + func (o *QuotaList) GetPublicIps() Quota + func (o *QuotaList) GetPublicIpsOk() (*Quota, bool) + func (o *QuotaList) GetRam() Quota + func (o *QuotaList) GetRamOk() (*Quota, bool) + func (o *QuotaList) GetSecurityGroupRules() Quota + func (o *QuotaList) GetSecurityGroupRulesOk() (*Quota, bool) + func (o *QuotaList) GetSecurityGroups() Quota + func (o *QuotaList) GetSecurityGroupsOk() (*Quota, bool) + func (o *QuotaList) GetSnapshots() Quota + func (o *QuotaList) GetSnapshotsOk() (*Quota, bool) + func (o *QuotaList) GetVcpu() Quota + func (o *QuotaList) GetVcpuOk() (*Quota, bool) + func (o *QuotaList) GetVolumes() Quota + func (o *QuotaList) GetVolumesOk() (*Quota, bool) + func (o *QuotaList) SetBackupGigabytes(v Quota) + func (o *QuotaList) SetBackups(v Quota) + func (o *QuotaList) SetGigabytes(v Quota) + func (o *QuotaList) SetNetworks(v Quota) + func (o *QuotaList) SetNics(v Quota) + func (o *QuotaList) SetPublicIps(v Quota) + func (o *QuotaList) SetRam(v Quota) + func (o *QuotaList) SetSecurityGroupRules(v Quota) + func (o *QuotaList) SetSecurityGroups(v Quota) + func (o *QuotaList) SetSnapshots(v Quota) + func (o *QuotaList) SetVcpu(v Quota) + func (o *QuotaList) SetVolumes(v Quota) + func (o *QuotaList) UnmarshalJSON(data []byte) (err error) + func (o QuotaList) MarshalJSON() ([]byte, error) + func (o QuotaList) ToMap() (map[string]interface{}, error) + type QuotaListResponse struct + Quotas QuotaList + func NewQuotaListResponse(quotas QuotaList) *QuotaListResponse + func NewQuotaListResponseWithDefaults() *QuotaListResponse + func (o *QuotaListResponse) GetQuotas() QuotaList + func (o *QuotaListResponse) GetQuotasOk() (*QuotaList, bool) + func (o *QuotaListResponse) SetQuotas(v QuotaList) + func (o *QuotaListResponse) UnmarshalJSON(data []byte) (err error) + func (o QuotaListResponse) MarshalJSON() ([]byte, error) + func (o QuotaListResponse) ToMap() (map[string]interface{}, error) + type RegionalArea struct + Ipv4 *RegionalAreaIPv4 + Status *string + func NewRegionalArea() *RegionalArea + func NewRegionalAreaWithDefaults() *RegionalArea + func (o *RegionalArea) GetIpv4() RegionalAreaIPv4 + func (o *RegionalArea) GetIpv4Ok() (*RegionalAreaIPv4, bool) + func (o *RegionalArea) GetStatus() string + func (o *RegionalArea) GetStatusOk() (*string, bool) + func (o *RegionalArea) HasIpv4() bool + func (o *RegionalArea) HasStatus() bool + func (o *RegionalArea) SetIpv4(v RegionalAreaIPv4) + func (o *RegionalArea) SetStatus(v string) + func (o RegionalArea) MarshalJSON() ([]byte, error) + func (o RegionalArea) ToMap() (map[string]interface{}, error) + type RegionalAreaIPv4 struct + DefaultNameservers []string + DefaultPrefixLen int64 + MaxPrefixLen int64 + MinPrefixLen int64 + NetworkRanges []NetworkRange + TransferNetwork string + func NewRegionalAreaIPv4(defaultPrefixLen int64, maxPrefixLen int64, minPrefixLen int64, ...) *RegionalAreaIPv4 + func NewRegionalAreaIPv4WithDefaults() *RegionalAreaIPv4 + func (o *RegionalAreaIPv4) GetDefaultNameservers() []string + func (o *RegionalAreaIPv4) GetDefaultNameserversOk() ([]string, bool) + func (o *RegionalAreaIPv4) GetDefaultPrefixLen() int64 + func (o *RegionalAreaIPv4) GetDefaultPrefixLenOk() (*int64, bool) + func (o *RegionalAreaIPv4) GetMaxPrefixLen() int64 + func (o *RegionalAreaIPv4) GetMaxPrefixLenOk() (*int64, bool) + func (o *RegionalAreaIPv4) GetMinPrefixLen() int64 + func (o *RegionalAreaIPv4) GetMinPrefixLenOk() (*int64, bool) + func (o *RegionalAreaIPv4) GetNetworkRanges() []NetworkRange + func (o *RegionalAreaIPv4) GetNetworkRangesOk() ([]NetworkRange, bool) + func (o *RegionalAreaIPv4) GetTransferNetwork() string + func (o *RegionalAreaIPv4) GetTransferNetworkOk() (*string, bool) + func (o *RegionalAreaIPv4) HasDefaultNameservers() bool + func (o *RegionalAreaIPv4) SetDefaultNameservers(v []string) + func (o *RegionalAreaIPv4) SetDefaultPrefixLen(v int64) + func (o *RegionalAreaIPv4) SetMaxPrefixLen(v int64) + func (o *RegionalAreaIPv4) SetMinPrefixLen(v int64) + func (o *RegionalAreaIPv4) SetNetworkRanges(v []NetworkRange) + func (o *RegionalAreaIPv4) SetTransferNetwork(v string) + func (o *RegionalAreaIPv4) UnmarshalJSON(data []byte) (err error) + func (o RegionalAreaIPv4) MarshalJSON() ([]byte, error) + func (o RegionalAreaIPv4) ToMap() (map[string]interface{}, error) + type RegionalAreaListResponse struct + Regions map[string]RegionalArea + func NewRegionalAreaListResponse(regions map[string]RegionalArea) *RegionalAreaListResponse + func NewRegionalAreaListResponseWithDefaults() *RegionalAreaListResponse + func (o *RegionalAreaListResponse) GetRegions() map[string]RegionalArea + func (o *RegionalAreaListResponse) GetRegionsOk() (*map[string]RegionalArea, bool) + func (o *RegionalAreaListResponse) SetRegions(v map[string]RegionalArea) + func (o *RegionalAreaListResponse) UnmarshalJSON(data []byte) (err error) + func (o RegionalAreaListResponse) MarshalJSON() ([]byte, error) + func (o RegionalAreaListResponse) ToMap() (map[string]interface{}, error) + type Request struct + Details *string + RequestAction string + RequestId string + RequestType string + Resources []RequestResource + Status string + func NewRequest(requestAction string, requestId string, requestType string, ...) *Request + func NewRequestWithDefaults() *Request + func (o *Request) GetDetails() string + func (o *Request) GetDetailsOk() (*string, bool) + func (o *Request) GetRequestAction() string + func (o *Request) GetRequestActionOk() (*string, bool) + func (o *Request) GetRequestId() string + func (o *Request) GetRequestIdOk() (*string, bool) + func (o *Request) GetRequestType() string + func (o *Request) GetRequestTypeOk() (*string, bool) + func (o *Request) GetResources() []RequestResource + func (o *Request) GetResourcesOk() ([]RequestResource, bool) + func (o *Request) GetStatus() string + func (o *Request) GetStatusOk() (*string, bool) + func (o *Request) HasDetails() bool + func (o *Request) SetDetails(v string) + func (o *Request) SetRequestAction(v string) + func (o *Request) SetRequestId(v string) + func (o *Request) SetRequestType(v string) + func (o *Request) SetResources(v []RequestResource) + func (o *Request) SetStatus(v string) + func (o *Request) UnmarshalJSON(data []byte) (err error) + func (o Request) MarshalJSON() ([]byte, error) + func (o Request) ToMap() (map[string]interface{}, error) + type RequestResource struct + Id string + Status string + Type string + func NewRequestResource(id string, status string, types string) *RequestResource + func NewRequestResourceWithDefaults() *RequestResource + func (o *RequestResource) GetId() string + func (o *RequestResource) GetIdOk() (*string, bool) + func (o *RequestResource) GetStatus() string + func (o *RequestResource) GetStatusOk() (*string, bool) + func (o *RequestResource) GetType() string + func (o *RequestResource) GetTypeOk() (*string, bool) + func (o *RequestResource) SetId(v string) + func (o *RequestResource) SetStatus(v string) + func (o *RequestResource) SetType(v string) + func (o *RequestResource) UnmarshalJSON(data []byte) (err error) + func (o RequestResource) MarshalJSON() ([]byte, error) + func (o RequestResource) ToMap() (map[string]interface{}, error) + type RescueServerPayload struct + Image string + func NewRescueServerPayload(image string) *RescueServerPayload + func NewRescueServerPayloadWithDefaults() *RescueServerPayload + func (o *RescueServerPayload) GetImage() string + func (o *RescueServerPayload) GetImageOk() (*string, bool) + func (o *RescueServerPayload) SetImage(v string) + func (o *RescueServerPayload) UnmarshalJSON(data []byte) (err error) + func (o RescueServerPayload) MarshalJSON() ([]byte, error) + func (o RescueServerPayload) ToMap() (map[string]interface{}, error) + type ResizeServerPayload struct + MachineType string + func NewResizeServerPayload(machineType string) *ResizeServerPayload + func NewResizeServerPayloadWithDefaults() *ResizeServerPayload + func (o *ResizeServerPayload) GetMachineType() string + func (o *ResizeServerPayload) GetMachineTypeOk() (*string, bool) + func (o *ResizeServerPayload) SetMachineType(v string) + func (o *ResizeServerPayload) UnmarshalJSON(data []byte) (err error) + func (o ResizeServerPayload) MarshalJSON() ([]byte, error) + func (o ResizeServerPayload) ToMap() (map[string]interface{}, error) + type ResizeVolumePayload struct + Size int64 + func NewResizeVolumePayload(size int64) *ResizeVolumePayload + func NewResizeVolumePayloadWithDefaults() *ResizeVolumePayload + func (o *ResizeVolumePayload) GetSize() int64 + func (o *ResizeVolumePayload) GetSizeOk() (*int64, bool) + func (o *ResizeVolumePayload) SetSize(v int64) + func (o *ResizeVolumePayload) UnmarshalJSON(data []byte) (err error) + func (o ResizeVolumePayload) MarshalJSON() ([]byte, error) + func (o ResizeVolumePayload) ToMap() (map[string]interface{}, error) + type Route struct + CreatedAt *time.Time + Destination RouteDestination + Id *string + Labels map[string]interface{} + Nexthop RouteNexthop + UpdatedAt *time.Time + func NewRoute(destination RouteDestination, nexthop RouteNexthop) *Route + func NewRouteWithDefaults() *Route + func (o *Route) GetCreatedAt() time.Time + func (o *Route) GetCreatedAtOk() (*time.Time, bool) + func (o *Route) GetDestination() RouteDestination + func (o *Route) GetDestinationOk() (*RouteDestination, bool) + func (o *Route) GetId() string + func (o *Route) GetIdOk() (*string, bool) + func (o *Route) GetLabels() map[string]interface{} + func (o *Route) GetLabelsOk() (map[string]interface{}, bool) + func (o *Route) GetNexthop() RouteNexthop + func (o *Route) GetNexthopOk() (*RouteNexthop, bool) + func (o *Route) GetUpdatedAt() time.Time + func (o *Route) GetUpdatedAtOk() (*time.Time, bool) + func (o *Route) HasCreatedAt() bool + func (o *Route) HasId() bool + func (o *Route) HasLabels() bool + func (o *Route) HasUpdatedAt() bool + func (o *Route) SetCreatedAt(v time.Time) + func (o *Route) SetDestination(v RouteDestination) + func (o *Route) SetId(v string) + func (o *Route) SetLabels(v map[string]interface{}) + func (o *Route) SetNexthop(v RouteNexthop) + func (o *Route) SetUpdatedAt(v time.Time) + func (o *Route) UnmarshalJSON(data []byte) (err error) + func (o Route) MarshalJSON() ([]byte, error) + func (o Route) ToMap() (map[string]interface{}, error) + type RouteDestination struct + DestinationCIDRv4 *DestinationCIDRv4 + DestinationCIDRv6 *DestinationCIDRv6 + func DestinationCIDRv4AsRouteDestination(v *DestinationCIDRv4) RouteDestination + func DestinationCIDRv6AsRouteDestination(v *DestinationCIDRv6) RouteDestination + func (dst *RouteDestination) UnmarshalJSON(data []byte) error + func (obj *RouteDestination) GetActualInstance() interface{} + func (obj RouteDestination) GetActualInstanceValue() interface{} + func (src RouteDestination) MarshalJSON() ([]byte, error) + type RouteListResponse struct + Items []Route + func NewRouteListResponse(items []Route) *RouteListResponse + func NewRouteListResponseWithDefaults() *RouteListResponse + func (o *RouteListResponse) GetItems() []Route + func (o *RouteListResponse) GetItemsOk() ([]Route, bool) + func (o *RouteListResponse) SetItems(v []Route) + func (o *RouteListResponse) UnmarshalJSON(data []byte) (err error) + func (o RouteListResponse) MarshalJSON() ([]byte, error) + func (o RouteListResponse) ToMap() (map[string]interface{}, error) + type RouteNexthop struct + NexthopBlackhole *NexthopBlackhole + NexthopIPv4 *NexthopIPv4 + NexthopIPv6 *NexthopIPv6 + NexthopInternet *NexthopInternet + func NexthopBlackholeAsRouteNexthop(v *NexthopBlackhole) RouteNexthop + func NexthopIPv4AsRouteNexthop(v *NexthopIPv4) RouteNexthop + func NexthopIPv6AsRouteNexthop(v *NexthopIPv6) RouteNexthop + func NexthopInternetAsRouteNexthop(v *NexthopInternet) RouteNexthop + func (dst *RouteNexthop) UnmarshalJSON(data []byte) error + func (obj *RouteNexthop) GetActualInstance() interface{} + func (obj RouteNexthop) GetActualInstanceValue() interface{} + func (src RouteNexthop) MarshalJSON() ([]byte, error) + type RoutingTable struct + CreatedAt *time.Time + Default *bool + Description *string + DynamicRoutes *bool + Id *string + Labels map[string]interface{} + Name string + SystemRoutes *bool + UpdatedAt *time.Time + func NewRoutingTable(name string) *RoutingTable + func NewRoutingTableWithDefaults() *RoutingTable + func (o *RoutingTable) GetCreatedAt() time.Time + func (o *RoutingTable) GetCreatedAtOk() (*time.Time, bool) + func (o *RoutingTable) GetDefault() bool + func (o *RoutingTable) GetDefaultOk() (*bool, bool) + func (o *RoutingTable) GetDescription() string + func (o *RoutingTable) GetDescriptionOk() (*string, bool) + func (o *RoutingTable) GetDynamicRoutes() bool + func (o *RoutingTable) GetDynamicRoutesOk() (*bool, bool) + func (o *RoutingTable) GetId() string + func (o *RoutingTable) GetIdOk() (*string, bool) + func (o *RoutingTable) GetLabels() map[string]interface{} + func (o *RoutingTable) GetLabelsOk() (map[string]interface{}, bool) + func (o *RoutingTable) GetName() string + func (o *RoutingTable) GetNameOk() (*string, bool) + func (o *RoutingTable) GetSystemRoutes() bool + func (o *RoutingTable) GetSystemRoutesOk() (*bool, bool) + func (o *RoutingTable) GetUpdatedAt() time.Time + func (o *RoutingTable) GetUpdatedAtOk() (*time.Time, bool) + func (o *RoutingTable) HasCreatedAt() bool + func (o *RoutingTable) HasDefault() bool + func (o *RoutingTable) HasDescription() bool + func (o *RoutingTable) HasDynamicRoutes() bool + func (o *RoutingTable) HasId() bool + func (o *RoutingTable) HasLabels() bool + func (o *RoutingTable) HasSystemRoutes() bool + func (o *RoutingTable) HasUpdatedAt() bool + func (o *RoutingTable) SetCreatedAt(v time.Time) + func (o *RoutingTable) SetDefault(v bool) + func (o *RoutingTable) SetDescription(v string) + func (o *RoutingTable) SetDynamicRoutes(v bool) + func (o *RoutingTable) SetId(v string) + func (o *RoutingTable) SetLabels(v map[string]interface{}) + func (o *RoutingTable) SetName(v string) + func (o *RoutingTable) SetSystemRoutes(v bool) + func (o *RoutingTable) SetUpdatedAt(v time.Time) + func (o *RoutingTable) UnmarshalJSON(data []byte) (err error) + func (o RoutingTable) MarshalJSON() ([]byte, error) + func (o RoutingTable) ToMap() (map[string]interface{}, error) + type RoutingTableListResponse struct + Items []RoutingTable + func NewRoutingTableListResponse(items []RoutingTable) *RoutingTableListResponse + func NewRoutingTableListResponseWithDefaults() *RoutingTableListResponse + func (o *RoutingTableListResponse) GetItems() []RoutingTable + func (o *RoutingTableListResponse) GetItemsOk() ([]RoutingTable, bool) + func (o *RoutingTableListResponse) SetItems(v []RoutingTable) + func (o *RoutingTableListResponse) UnmarshalJSON(data []byte) (err error) + func (o RoutingTableListResponse) MarshalJSON() ([]byte, error) + func (o RoutingTableListResponse) ToMap() (map[string]interface{}, error) + type SecurityGroup struct + CreatedAt *time.Time + Description *string + Id *string + Labels map[string]interface{} + Name string + Rules []SecurityGroupRule + Stateful *bool + UpdatedAt *time.Time + func NewSecurityGroup(name string) *SecurityGroup + func NewSecurityGroupWithDefaults() *SecurityGroup + func (o *SecurityGroup) GetCreatedAt() time.Time + func (o *SecurityGroup) GetCreatedAtOk() (*time.Time, bool) + func (o *SecurityGroup) GetDescription() string + func (o *SecurityGroup) GetDescriptionOk() (*string, bool) + func (o *SecurityGroup) GetId() string + func (o *SecurityGroup) GetIdOk() (*string, bool) + func (o *SecurityGroup) GetLabels() map[string]interface{} + func (o *SecurityGroup) GetLabelsOk() (map[string]interface{}, bool) + func (o *SecurityGroup) GetName() string + func (o *SecurityGroup) GetNameOk() (*string, bool) + func (o *SecurityGroup) GetRules() []SecurityGroupRule + func (o *SecurityGroup) GetRulesOk() ([]SecurityGroupRule, bool) + func (o *SecurityGroup) GetStateful() bool + func (o *SecurityGroup) GetStatefulOk() (*bool, bool) + func (o *SecurityGroup) GetUpdatedAt() time.Time + func (o *SecurityGroup) GetUpdatedAtOk() (*time.Time, bool) + func (o *SecurityGroup) HasCreatedAt() bool + func (o *SecurityGroup) HasDescription() bool + func (o *SecurityGroup) HasId() bool + func (o *SecurityGroup) HasLabels() bool + func (o *SecurityGroup) HasRules() bool + func (o *SecurityGroup) HasStateful() bool + func (o *SecurityGroup) HasUpdatedAt() bool + func (o *SecurityGroup) SetCreatedAt(v time.Time) + func (o *SecurityGroup) SetDescription(v string) + func (o *SecurityGroup) SetId(v string) + func (o *SecurityGroup) SetLabels(v map[string]interface{}) + func (o *SecurityGroup) SetName(v string) + func (o *SecurityGroup) SetRules(v []SecurityGroupRule) + func (o *SecurityGroup) SetStateful(v bool) + func (o *SecurityGroup) SetUpdatedAt(v time.Time) + func (o *SecurityGroup) UnmarshalJSON(data []byte) (err error) + func (o SecurityGroup) MarshalJSON() ([]byte, error) + func (o SecurityGroup) ToMap() (map[string]interface{}, error) + type SecurityGroupListResponse struct + Items []SecurityGroup + func NewSecurityGroupListResponse(items []SecurityGroup) *SecurityGroupListResponse + func NewSecurityGroupListResponseWithDefaults() *SecurityGroupListResponse + func (o *SecurityGroupListResponse) GetItems() []SecurityGroup + func (o *SecurityGroupListResponse) GetItemsOk() ([]SecurityGroup, bool) + func (o *SecurityGroupListResponse) SetItems(v []SecurityGroup) + func (o *SecurityGroupListResponse) UnmarshalJSON(data []byte) (err error) + func (o SecurityGroupListResponse) MarshalJSON() ([]byte, error) + func (o SecurityGroupListResponse) ToMap() (map[string]interface{}, error) + type SecurityGroupRule struct + CreatedAt *time.Time + Description *string + Direction string + Ethertype *string + IcmpParameters *ICMPParameters + Id *string + IpRange *string + PortRange *PortRange + Protocol *Protocol + RemoteSecurityGroupId *string + SecurityGroupId *string + UpdatedAt *time.Time + func NewSecurityGroupRule(direction string) *SecurityGroupRule + func NewSecurityGroupRuleWithDefaults() *SecurityGroupRule + func (o *SecurityGroupRule) GetCreatedAt() time.Time + func (o *SecurityGroupRule) GetCreatedAtOk() (*time.Time, bool) + func (o *SecurityGroupRule) GetDescription() string + func (o *SecurityGroupRule) GetDescriptionOk() (*string, bool) + func (o *SecurityGroupRule) GetDirection() string + func (o *SecurityGroupRule) GetDirectionOk() (*string, bool) + func (o *SecurityGroupRule) GetEthertype() string + func (o *SecurityGroupRule) GetEthertypeOk() (*string, bool) + func (o *SecurityGroupRule) GetIcmpParameters() ICMPParameters + func (o *SecurityGroupRule) GetIcmpParametersOk() (*ICMPParameters, bool) + func (o *SecurityGroupRule) GetId() string + func (o *SecurityGroupRule) GetIdOk() (*string, bool) + func (o *SecurityGroupRule) GetIpRange() string + func (o *SecurityGroupRule) GetIpRangeOk() (*string, bool) + func (o *SecurityGroupRule) GetPortRange() PortRange + func (o *SecurityGroupRule) GetPortRangeOk() (*PortRange, bool) + func (o *SecurityGroupRule) GetProtocol() Protocol + func (o *SecurityGroupRule) GetProtocolOk() (*Protocol, bool) + func (o *SecurityGroupRule) GetRemoteSecurityGroupId() string + func (o *SecurityGroupRule) GetRemoteSecurityGroupIdOk() (*string, bool) + func (o *SecurityGroupRule) GetSecurityGroupId() string + func (o *SecurityGroupRule) GetSecurityGroupIdOk() (*string, bool) + func (o *SecurityGroupRule) GetUpdatedAt() time.Time + func (o *SecurityGroupRule) GetUpdatedAtOk() (*time.Time, bool) + func (o *SecurityGroupRule) HasCreatedAt() bool + func (o *SecurityGroupRule) HasDescription() bool + func (o *SecurityGroupRule) HasEthertype() bool + func (o *SecurityGroupRule) HasIcmpParameters() bool + func (o *SecurityGroupRule) HasId() bool + func (o *SecurityGroupRule) HasIpRange() bool + func (o *SecurityGroupRule) HasPortRange() bool + func (o *SecurityGroupRule) HasProtocol() bool + func (o *SecurityGroupRule) HasRemoteSecurityGroupId() bool + func (o *SecurityGroupRule) HasSecurityGroupId() bool + func (o *SecurityGroupRule) HasUpdatedAt() bool + func (o *SecurityGroupRule) SetCreatedAt(v time.Time) + func (o *SecurityGroupRule) SetDescription(v string) + func (o *SecurityGroupRule) SetDirection(v string) + func (o *SecurityGroupRule) SetEthertype(v string) + func (o *SecurityGroupRule) SetIcmpParameters(v ICMPParameters) + func (o *SecurityGroupRule) SetId(v string) + func (o *SecurityGroupRule) SetIpRange(v string) + func (o *SecurityGroupRule) SetPortRange(v PortRange) + func (o *SecurityGroupRule) SetProtocol(v Protocol) + func (o *SecurityGroupRule) SetRemoteSecurityGroupId(v string) + func (o *SecurityGroupRule) SetSecurityGroupId(v string) + func (o *SecurityGroupRule) SetUpdatedAt(v time.Time) + func (o *SecurityGroupRule) UnmarshalJSON(data []byte) (err error) + func (o SecurityGroupRule) MarshalJSON() ([]byte, error) + func (o SecurityGroupRule) ToMap() (map[string]interface{}, error) + type SecurityGroupRuleListResponse struct + Items []SecurityGroupRule + func NewSecurityGroupRuleListResponse(items []SecurityGroupRule) *SecurityGroupRuleListResponse + func NewSecurityGroupRuleListResponseWithDefaults() *SecurityGroupRuleListResponse + func (o *SecurityGroupRuleListResponse) GetItems() []SecurityGroupRule + func (o *SecurityGroupRuleListResponse) GetItemsOk() ([]SecurityGroupRule, bool) + func (o *SecurityGroupRuleListResponse) SetItems(v []SecurityGroupRule) + func (o *SecurityGroupRuleListResponse) UnmarshalJSON(data []byte) (err error) + func (o SecurityGroupRuleListResponse) MarshalJSON() ([]byte, error) + func (o SecurityGroupRuleListResponse) ToMap() (map[string]interface{}, error) + type SecurityGroupRuleProtocol struct + Protocol *Protocol + func NewSecurityGroupRuleProtocol() *SecurityGroupRuleProtocol + func NewSecurityGroupRuleProtocolWithDefaults() *SecurityGroupRuleProtocol + func (o *SecurityGroupRuleProtocol) GetProtocol() Protocol + func (o *SecurityGroupRuleProtocol) GetProtocolOk() (*Protocol, bool) + func (o *SecurityGroupRuleProtocol) HasProtocol() bool + func (o *SecurityGroupRuleProtocol) SetProtocol(v Protocol) + func (o SecurityGroupRuleProtocol) MarshalJSON() ([]byte, error) + func (o SecurityGroupRuleProtocol) ToMap() (map[string]interface{}, error) + type Server struct + AffinityGroup *string + Agent *ServerAgent + AvailabilityZone *string + BootVolume *BootVolume + CreatedAt *time.Time + ErrorMessage *string + Id *string + ImageId *string + KeypairName *string + Labels map[string]interface{} + LaunchedAt *time.Time + MachineType string + MaintenanceWindow *ServerMaintenance + Metadata map[string]interface{} + Name string + Networking *ServerNetworking + Nics []ServerNetwork + PowerStatus *string + SecurityGroups []string + ServiceAccountMails []string + Status *string + UpdatedAt *time.Time + UserData *string + Volumes []string + func NewServer(machineType string, name string) *Server + func NewServerWithDefaults() *Server + func (o *Server) GetAffinityGroup() string + func (o *Server) GetAffinityGroupOk() (*string, bool) + func (o *Server) GetAgent() ServerAgent + func (o *Server) GetAgentOk() (*ServerAgent, bool) + func (o *Server) GetAvailabilityZone() string + func (o *Server) GetAvailabilityZoneOk() (*string, bool) + func (o *Server) GetBootVolume() BootVolume + func (o *Server) GetBootVolumeOk() (*BootVolume, bool) + func (o *Server) GetCreatedAt() time.Time + func (o *Server) GetCreatedAtOk() (*time.Time, bool) + func (o *Server) GetErrorMessage() string + func (o *Server) GetErrorMessageOk() (*string, bool) + func (o *Server) GetId() string + func (o *Server) GetIdOk() (*string, bool) + func (o *Server) GetImageId() string + func (o *Server) GetImageIdOk() (*string, bool) + func (o *Server) GetKeypairName() string + func (o *Server) GetKeypairNameOk() (*string, bool) + func (o *Server) GetLabels() map[string]interface{} + func (o *Server) GetLabelsOk() (map[string]interface{}, bool) + func (o *Server) GetLaunchedAt() time.Time + func (o *Server) GetLaunchedAtOk() (*time.Time, bool) + func (o *Server) GetMachineType() string + func (o *Server) GetMachineTypeOk() (*string, bool) + func (o *Server) GetMaintenanceWindow() ServerMaintenance + func (o *Server) GetMaintenanceWindowOk() (*ServerMaintenance, bool) + func (o *Server) GetMetadata() map[string]interface{} + func (o *Server) GetMetadataOk() (map[string]interface{}, bool) + func (o *Server) GetName() string + func (o *Server) GetNameOk() (*string, bool) + func (o *Server) GetNetworking() ServerNetworking + func (o *Server) GetNetworkingOk() (*ServerNetworking, bool) + func (o *Server) GetNics() []ServerNetwork + func (o *Server) GetNicsOk() ([]ServerNetwork, bool) + func (o *Server) GetPowerStatus() string + func (o *Server) GetPowerStatusOk() (*string, bool) + func (o *Server) GetSecurityGroups() []string + func (o *Server) GetSecurityGroupsOk() ([]string, bool) + func (o *Server) GetServiceAccountMails() []string + func (o *Server) GetServiceAccountMailsOk() ([]string, bool) + func (o *Server) GetStatus() string + func (o *Server) GetStatusOk() (*string, bool) + func (o *Server) GetUpdatedAt() time.Time + func (o *Server) GetUpdatedAtOk() (*time.Time, bool) + func (o *Server) GetUserData() string + func (o *Server) GetUserDataOk() (*string, bool) + func (o *Server) GetVolumes() []string + func (o *Server) GetVolumesOk() ([]string, bool) + func (o *Server) HasAffinityGroup() bool + func (o *Server) HasAgent() bool + func (o *Server) HasAvailabilityZone() bool + func (o *Server) HasBootVolume() bool + func (o *Server) HasCreatedAt() bool + func (o *Server) HasErrorMessage() bool + func (o *Server) HasId() bool + func (o *Server) HasImageId() bool + func (o *Server) HasKeypairName() bool + func (o *Server) HasLabels() bool + func (o *Server) HasLaunchedAt() bool + func (o *Server) HasMaintenanceWindow() bool + func (o *Server) HasMetadata() bool + func (o *Server) HasNetworking() bool + func (o *Server) HasNics() bool + func (o *Server) HasPowerStatus() bool + func (o *Server) HasSecurityGroups() bool + func (o *Server) HasServiceAccountMails() bool + func (o *Server) HasStatus() bool + func (o *Server) HasUpdatedAt() bool + func (o *Server) HasUserData() bool + func (o *Server) HasVolumes() bool + func (o *Server) SetAffinityGroup(v string) + func (o *Server) SetAgent(v ServerAgent) + func (o *Server) SetAvailabilityZone(v string) + func (o *Server) SetBootVolume(v BootVolume) + func (o *Server) SetCreatedAt(v time.Time) + func (o *Server) SetErrorMessage(v string) + func (o *Server) SetId(v string) + func (o *Server) SetImageId(v string) + func (o *Server) SetKeypairName(v string) + func (o *Server) SetLabels(v map[string]interface{}) + func (o *Server) SetLaunchedAt(v time.Time) + func (o *Server) SetMachineType(v string) + func (o *Server) SetMaintenanceWindow(v ServerMaintenance) + func (o *Server) SetMetadata(v map[string]interface{}) + func (o *Server) SetName(v string) + func (o *Server) SetNetworking(v ServerNetworking) + func (o *Server) SetNics(v []ServerNetwork) + func (o *Server) SetPowerStatus(v string) + func (o *Server) SetSecurityGroups(v []string) + func (o *Server) SetServiceAccountMails(v []string) + func (o *Server) SetStatus(v string) + func (o *Server) SetUpdatedAt(v time.Time) + func (o *Server) SetUserData(v string) + func (o *Server) SetVolumes(v []string) + func (o *Server) UnmarshalJSON(data []byte) (err error) + func (o Server) MarshalJSON() ([]byte, error) + func (o Server) ToMap() (map[string]interface{}, error) + type ServerAgent struct + Provisioned *bool + func NewServerAgent() *ServerAgent + func NewServerAgentWithDefaults() *ServerAgent + func (o *ServerAgent) GetProvisioned() bool + func (o *ServerAgent) GetProvisionedOk() (*bool, bool) + func (o *ServerAgent) HasProvisioned() bool + func (o *ServerAgent) SetProvisioned(v bool) + func (o ServerAgent) MarshalJSON() ([]byte, error) + func (o ServerAgent) ToMap() (map[string]interface{}, error) + type ServerConsoleUrl struct + Url string + func NewServerConsoleUrl(url string) *ServerConsoleUrl + func NewServerConsoleUrlWithDefaults() *ServerConsoleUrl + func (o *ServerConsoleUrl) GetUrl() string + func (o *ServerConsoleUrl) GetUrlOk() (*string, bool) + func (o *ServerConsoleUrl) SetUrl(v string) + func (o *ServerConsoleUrl) UnmarshalJSON(data []byte) (err error) + func (o ServerConsoleUrl) MarshalJSON() ([]byte, error) + func (o ServerConsoleUrl) ToMap() (map[string]interface{}, error) + type ServerListResponse struct + Items []Server + func NewServerListResponse(items []Server) *ServerListResponse + func NewServerListResponseWithDefaults() *ServerListResponse + func (o *ServerListResponse) GetItems() []Server + func (o *ServerListResponse) GetItemsOk() ([]Server, bool) + func (o *ServerListResponse) SetItems(v []Server) + func (o *ServerListResponse) UnmarshalJSON(data []byte) (err error) + func (o ServerListResponse) MarshalJSON() ([]byte, error) + func (o ServerListResponse) ToMap() (map[string]interface{}, error) + type ServerMaintenance struct + Details *string + EndsAt time.Time + StartsAt time.Time + Status string + func NewServerMaintenance(endsAt time.Time, startsAt time.Time, status string) *ServerMaintenance + func NewServerMaintenanceWithDefaults() *ServerMaintenance + func (o *ServerMaintenance) GetDetails() string + func (o *ServerMaintenance) GetDetailsOk() (*string, bool) + func (o *ServerMaintenance) GetEndsAt() time.Time + func (o *ServerMaintenance) GetEndsAtOk() (*time.Time, bool) + func (o *ServerMaintenance) GetStartsAt() time.Time + func (o *ServerMaintenance) GetStartsAtOk() (*time.Time, bool) + func (o *ServerMaintenance) GetStatus() string + func (o *ServerMaintenance) GetStatusOk() (*string, bool) + func (o *ServerMaintenance) HasDetails() bool + func (o *ServerMaintenance) SetDetails(v string) + func (o *ServerMaintenance) SetEndsAt(v time.Time) + func (o *ServerMaintenance) SetStartsAt(v time.Time) + func (o *ServerMaintenance) SetStatus(v string) + func (o *ServerMaintenance) UnmarshalJSON(data []byte) (err error) + func (o ServerMaintenance) MarshalJSON() ([]byte, error) + func (o ServerMaintenance) ToMap() (map[string]interface{}, error) + type ServerNetwork struct + AllowedAddresses []AllowedAddressesInner + Ipv4 *string + Ipv6 *string + Mac string + NetworkId string + NetworkName string + NicId string + NicSecurity bool + PublicIp *string + SecurityGroups []string + func NewServerNetwork(mac string, networkId string, networkName string, nicId string, ...) *ServerNetwork + func NewServerNetworkWithDefaults() *ServerNetwork + func (o *ServerNetwork) GetAllowedAddresses() []AllowedAddressesInner + func (o *ServerNetwork) GetAllowedAddressesOk() ([]AllowedAddressesInner, bool) + func (o *ServerNetwork) GetIpv4() string + func (o *ServerNetwork) GetIpv4Ok() (*string, bool) + func (o *ServerNetwork) GetIpv6() string + func (o *ServerNetwork) GetIpv6Ok() (*string, bool) + func (o *ServerNetwork) GetMac() string + func (o *ServerNetwork) GetMacOk() (*string, bool) + func (o *ServerNetwork) GetNetworkId() string + func (o *ServerNetwork) GetNetworkIdOk() (*string, bool) + func (o *ServerNetwork) GetNetworkName() string + func (o *ServerNetwork) GetNetworkNameOk() (*string, bool) + func (o *ServerNetwork) GetNicId() string + func (o *ServerNetwork) GetNicIdOk() (*string, bool) + func (o *ServerNetwork) GetNicSecurity() bool + func (o *ServerNetwork) GetNicSecurityOk() (*bool, bool) + func (o *ServerNetwork) GetPublicIp() string + func (o *ServerNetwork) GetPublicIpOk() (*string, bool) + func (o *ServerNetwork) GetSecurityGroups() []string + func (o *ServerNetwork) GetSecurityGroupsOk() ([]string, bool) + func (o *ServerNetwork) HasAllowedAddresses() bool + func (o *ServerNetwork) HasIpv4() bool + func (o *ServerNetwork) HasIpv6() bool + func (o *ServerNetwork) HasPublicIp() bool + func (o *ServerNetwork) HasSecurityGroups() bool + func (o *ServerNetwork) SetAllowedAddresses(v []AllowedAddressesInner) + func (o *ServerNetwork) SetIpv4(v string) + func (o *ServerNetwork) SetIpv6(v string) + func (o *ServerNetwork) SetMac(v string) + func (o *ServerNetwork) SetNetworkId(v string) + func (o *ServerNetwork) SetNetworkName(v string) + func (o *ServerNetwork) SetNicId(v string) + func (o *ServerNetwork) SetNicSecurity(v bool) + func (o *ServerNetwork) SetPublicIp(v string) + func (o *ServerNetwork) SetSecurityGroups(v []string) + func (o *ServerNetwork) UnmarshalJSON(data []byte) (err error) + func (o ServerNetwork) MarshalJSON() ([]byte, error) + func (o ServerNetwork) ToMap() (map[string]interface{}, error) + type ServerNetworking struct + CreateServerNetworking *CreateServerNetworking + CreateServerNetworkingWithNics *CreateServerNetworkingWithNics + func CreateServerNetworkingAsServerNetworking(v *CreateServerNetworking) ServerNetworking + func CreateServerNetworkingWithNicsAsServerNetworking(v *CreateServerNetworkingWithNics) ServerNetworking + func (dst *ServerNetworking) UnmarshalJSON(data []byte) error + func (obj *ServerNetworking) GetActualInstance() interface{} + func (obj ServerNetworking) GetActualInstanceValue() interface{} + func (src ServerNetworking) MarshalJSON() ([]byte, error) + type ServiceAccountMailListResponse struct + Items []string + func NewServiceAccountMailListResponse(items []string) *ServiceAccountMailListResponse + func NewServiceAccountMailListResponseWithDefaults() *ServiceAccountMailListResponse + func (o *ServiceAccountMailListResponse) GetItems() []string + func (o *ServiceAccountMailListResponse) GetItemsOk() ([]string, bool) + func (o *ServiceAccountMailListResponse) SetItems(v []string) + func (o *ServiceAccountMailListResponse) UnmarshalJSON(data []byte) (err error) + func (o ServiceAccountMailListResponse) MarshalJSON() ([]byte, error) + func (o ServiceAccountMailListResponse) ToMap() (map[string]interface{}, error) + type SetImageSharePayload struct + ParentOrganization *bool + Projects []string + func NewSetImageSharePayload() *SetImageSharePayload + func NewSetImageSharePayloadWithDefaults() *SetImageSharePayload + func (o *SetImageSharePayload) GetParentOrganization() bool + func (o *SetImageSharePayload) GetParentOrganizationOk() (*bool, bool) + func (o *SetImageSharePayload) GetProjects() []string + func (o *SetImageSharePayload) GetProjectsOk() ([]string, bool) + func (o *SetImageSharePayload) HasParentOrganization() bool + func (o *SetImageSharePayload) HasProjects() bool + func (o *SetImageSharePayload) SetParentOrganization(v bool) + func (o *SetImageSharePayload) SetProjects(v []string) + func (o SetImageSharePayload) MarshalJSON() ([]byte, error) + func (o SetImageSharePayload) ToMap() (map[string]interface{}, error) + type Snapshot struct + CreatedAt *time.Time + Id *string + Labels map[string]interface{} + Name *string + Size *int64 + Status *string + UpdatedAt *time.Time + VolumeId string + func NewSnapshot(volumeId string) *Snapshot + func NewSnapshotWithDefaults() *Snapshot + func (o *Snapshot) GetCreatedAt() time.Time + func (o *Snapshot) GetCreatedAtOk() (*time.Time, bool) + func (o *Snapshot) GetId() string + func (o *Snapshot) GetIdOk() (*string, bool) + func (o *Snapshot) GetLabels() map[string]interface{} + func (o *Snapshot) GetLabelsOk() (map[string]interface{}, bool) + func (o *Snapshot) GetName() string + func (o *Snapshot) GetNameOk() (*string, bool) + func (o *Snapshot) GetSize() int64 + func (o *Snapshot) GetSizeOk() (*int64, bool) + func (o *Snapshot) GetStatus() string + func (o *Snapshot) GetStatusOk() (*string, bool) + func (o *Snapshot) GetUpdatedAt() time.Time + func (o *Snapshot) GetUpdatedAtOk() (*time.Time, bool) + func (o *Snapshot) GetVolumeId() string + func (o *Snapshot) GetVolumeIdOk() (*string, bool) + func (o *Snapshot) HasCreatedAt() bool + func (o *Snapshot) HasId() bool + func (o *Snapshot) HasLabels() bool + func (o *Snapshot) HasName() bool + func (o *Snapshot) HasSize() bool + func (o *Snapshot) HasStatus() bool + func (o *Snapshot) HasUpdatedAt() bool + func (o *Snapshot) SetCreatedAt(v time.Time) + func (o *Snapshot) SetId(v string) + func (o *Snapshot) SetLabels(v map[string]interface{}) + func (o *Snapshot) SetName(v string) + func (o *Snapshot) SetSize(v int64) + func (o *Snapshot) SetStatus(v string) + func (o *Snapshot) SetUpdatedAt(v time.Time) + func (o *Snapshot) SetVolumeId(v string) + func (o *Snapshot) UnmarshalJSON(data []byte) (err error) + func (o Snapshot) MarshalJSON() ([]byte, error) + func (o Snapshot) ToMap() (map[string]interface{}, error) + type SnapshotListResponse struct + Items []Snapshot + func NewSnapshotListResponse(items []Snapshot) *SnapshotListResponse + func NewSnapshotListResponseWithDefaults() *SnapshotListResponse + func (o *SnapshotListResponse) GetItems() []Snapshot + func (o *SnapshotListResponse) GetItemsOk() ([]Snapshot, bool) + func (o *SnapshotListResponse) SetItems(v []Snapshot) + func (o *SnapshotListResponse) UnmarshalJSON(data []byte) (err error) + func (o SnapshotListResponse) MarshalJSON() ([]byte, error) + func (o SnapshotListResponse) ToMap() (map[string]interface{}, error) + type StaticAreaID string + const STATICAREAID_PUBLIC + const STATICAREAID_SCHWARZ + func NewStaticAreaIDFromValue(v string) (*StaticAreaID, error) + func (v *StaticAreaID) UnmarshalJSON(src []byte) error + func (v StaticAreaID) IsValid() bool + func (v StaticAreaID) Ptr() *StaticAreaID + type UpdateAttachedVolumePayload struct + DeleteOnTermination *bool + ServerId *string + VolumeId *string + func NewUpdateAttachedVolumePayload() *UpdateAttachedVolumePayload + func NewUpdateAttachedVolumePayloadWithDefaults() *UpdateAttachedVolumePayload + func (o *UpdateAttachedVolumePayload) GetDeleteOnTermination() bool + func (o *UpdateAttachedVolumePayload) GetDeleteOnTerminationOk() (*bool, bool) + func (o *UpdateAttachedVolumePayload) GetServerId() string + func (o *UpdateAttachedVolumePayload) GetServerIdOk() (*string, bool) + func (o *UpdateAttachedVolumePayload) GetVolumeId() string + func (o *UpdateAttachedVolumePayload) GetVolumeIdOk() (*string, bool) + func (o *UpdateAttachedVolumePayload) HasDeleteOnTermination() bool + func (o *UpdateAttachedVolumePayload) HasServerId() bool + func (o *UpdateAttachedVolumePayload) HasVolumeId() bool + func (o *UpdateAttachedVolumePayload) SetDeleteOnTermination(v bool) + func (o *UpdateAttachedVolumePayload) SetServerId(v string) + func (o *UpdateAttachedVolumePayload) SetVolumeId(v string) + func (o UpdateAttachedVolumePayload) MarshalJSON() ([]byte, error) + func (o UpdateAttachedVolumePayload) ToMap() (map[string]interface{}, error) + type UpdateImagePayload struct + Agent *ImageAgent + Config *ImageConfig + DiskFormat *string + Labels map[string]interface{} + MinDiskSize *int64 + MinRam *int64 + Name *string + Protected *bool + func NewUpdateImagePayload() *UpdateImagePayload + func NewUpdateImagePayloadWithDefaults() *UpdateImagePayload + func (o *UpdateImagePayload) GetAgent() ImageAgent + func (o *UpdateImagePayload) GetAgentOk() (*ImageAgent, bool) + func (o *UpdateImagePayload) GetConfig() ImageConfig + func (o *UpdateImagePayload) GetConfigOk() (*ImageConfig, bool) + func (o *UpdateImagePayload) GetDiskFormat() string + func (o *UpdateImagePayload) GetDiskFormatOk() (*string, bool) + func (o *UpdateImagePayload) GetLabels() map[string]interface{} + func (o *UpdateImagePayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateImagePayload) GetMinDiskSize() int64 + func (o *UpdateImagePayload) GetMinDiskSizeOk() (*int64, bool) + func (o *UpdateImagePayload) GetMinRam() int64 + func (o *UpdateImagePayload) GetMinRamOk() (*int64, bool) + func (o *UpdateImagePayload) GetName() string + func (o *UpdateImagePayload) GetNameOk() (*string, bool) + func (o *UpdateImagePayload) GetProtected() bool + func (o *UpdateImagePayload) GetProtectedOk() (*bool, bool) + func (o *UpdateImagePayload) HasAgent() bool + func (o *UpdateImagePayload) HasConfig() bool + func (o *UpdateImagePayload) HasDiskFormat() bool + func (o *UpdateImagePayload) HasLabels() bool + func (o *UpdateImagePayload) HasMinDiskSize() bool + func (o *UpdateImagePayload) HasMinRam() bool + func (o *UpdateImagePayload) HasName() bool + func (o *UpdateImagePayload) HasProtected() bool + func (o *UpdateImagePayload) SetAgent(v ImageAgent) + func (o *UpdateImagePayload) SetConfig(v ImageConfig) + func (o *UpdateImagePayload) SetDiskFormat(v string) + func (o *UpdateImagePayload) SetLabels(v map[string]interface{}) + func (o *UpdateImagePayload) SetMinDiskSize(v int64) + func (o *UpdateImagePayload) SetMinRam(v int64) + func (o *UpdateImagePayload) SetName(v string) + func (o *UpdateImagePayload) SetProtected(v bool) + func (o UpdateImagePayload) MarshalJSON() ([]byte, error) + func (o UpdateImagePayload) ToMap() (map[string]interface{}, error) + type UpdateImageSharePayload struct + ParentOrganization *bool + Projects []string + func NewUpdateImageSharePayload() *UpdateImageSharePayload + func NewUpdateImageSharePayloadWithDefaults() *UpdateImageSharePayload + func (o *UpdateImageSharePayload) GetParentOrganization() bool + func (o *UpdateImageSharePayload) GetParentOrganizationOk() (*bool, bool) + func (o *UpdateImageSharePayload) GetProjects() []string + func (o *UpdateImageSharePayload) GetProjectsOk() ([]string, bool) + func (o *UpdateImageSharePayload) HasParentOrganization() bool + func (o *UpdateImageSharePayload) HasProjects() bool + func (o *UpdateImageSharePayload) SetParentOrganization(v bool) + func (o *UpdateImageSharePayload) SetProjects(v []string) + func (o UpdateImageSharePayload) MarshalJSON() ([]byte, error) + func (o UpdateImageSharePayload) ToMap() (map[string]interface{}, error) + type UpdateKeyPairPayload struct + Labels map[string]interface{} + func NewUpdateKeyPairPayload() *UpdateKeyPairPayload + func NewUpdateKeyPairPayloadWithDefaults() *UpdateKeyPairPayload + func (o *UpdateKeyPairPayload) GetLabels() map[string]interface{} + func (o *UpdateKeyPairPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateKeyPairPayload) HasLabels() bool + func (o *UpdateKeyPairPayload) SetLabels(v map[string]interface{}) + func (o UpdateKeyPairPayload) MarshalJSON() ([]byte, error) + func (o UpdateKeyPairPayload) ToMap() (map[string]interface{}, error) + type UpdateNetworkIPv4Body struct + Gateway NullableString + Nameservers []string + func NewUpdateNetworkIPv4Body() *UpdateNetworkIPv4Body + func NewUpdateNetworkIPv4BodyWithDefaults() *UpdateNetworkIPv4Body + func (o *UpdateNetworkIPv4Body) GetGateway() string + func (o *UpdateNetworkIPv4Body) GetGatewayOk() (*string, bool) + func (o *UpdateNetworkIPv4Body) GetNameservers() []string + func (o *UpdateNetworkIPv4Body) GetNameserversOk() ([]string, bool) + func (o *UpdateNetworkIPv4Body) HasGateway() bool + func (o *UpdateNetworkIPv4Body) HasNameservers() bool + func (o *UpdateNetworkIPv4Body) SetGateway(v string) + func (o *UpdateNetworkIPv4Body) SetGatewayNil() + func (o *UpdateNetworkIPv4Body) SetNameservers(v []string) + func (o *UpdateNetworkIPv4Body) UnsetGateway() + func (o UpdateNetworkIPv4Body) MarshalJSON() ([]byte, error) + func (o UpdateNetworkIPv4Body) ToMap() (map[string]interface{}, error) + type UpdateNetworkIPv6Body struct + Gateway NullableString + Nameservers []string + func NewUpdateNetworkIPv6Body() *UpdateNetworkIPv6Body + func NewUpdateNetworkIPv6BodyWithDefaults() *UpdateNetworkIPv6Body + func (o *UpdateNetworkIPv6Body) GetGateway() string + func (o *UpdateNetworkIPv6Body) GetGatewayOk() (*string, bool) + func (o *UpdateNetworkIPv6Body) GetNameservers() []string + func (o *UpdateNetworkIPv6Body) GetNameserversOk() ([]string, bool) + func (o *UpdateNetworkIPv6Body) HasGateway() bool + func (o *UpdateNetworkIPv6Body) HasNameservers() bool + func (o *UpdateNetworkIPv6Body) SetGateway(v string) + func (o *UpdateNetworkIPv6Body) SetGatewayNil() + func (o *UpdateNetworkIPv6Body) SetNameservers(v []string) + func (o *UpdateNetworkIPv6Body) UnsetGateway() + func (o UpdateNetworkIPv6Body) MarshalJSON() ([]byte, error) + func (o UpdateNetworkIPv6Body) ToMap() (map[string]interface{}, error) + type UpdateNicPayload struct + AllowedAddresses []AllowedAddressesInner + Description *string + Labels map[string]interface{} + Name *string + NicSecurity *bool + SecurityGroups []string + func NewUpdateNicPayload() *UpdateNicPayload + func NewUpdateNicPayloadWithDefaults() *UpdateNicPayload + func (o *UpdateNicPayload) GetAllowedAddresses() []AllowedAddressesInner + func (o *UpdateNicPayload) GetAllowedAddressesOk() ([]AllowedAddressesInner, bool) + func (o *UpdateNicPayload) GetDescription() string + func (o *UpdateNicPayload) GetDescriptionOk() (*string, bool) + func (o *UpdateNicPayload) GetLabels() map[string]interface{} + func (o *UpdateNicPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateNicPayload) GetName() string + func (o *UpdateNicPayload) GetNameOk() (*string, bool) + func (o *UpdateNicPayload) GetNicSecurity() bool + func (o *UpdateNicPayload) GetNicSecurityOk() (*bool, bool) + func (o *UpdateNicPayload) GetSecurityGroups() []string + func (o *UpdateNicPayload) GetSecurityGroupsOk() ([]string, bool) + func (o *UpdateNicPayload) HasAllowedAddresses() bool + func (o *UpdateNicPayload) HasDescription() bool + func (o *UpdateNicPayload) HasLabels() bool + func (o *UpdateNicPayload) HasName() bool + func (o *UpdateNicPayload) HasNicSecurity() bool + func (o *UpdateNicPayload) HasSecurityGroups() bool + func (o *UpdateNicPayload) SetAllowedAddresses(v []AllowedAddressesInner) + func (o *UpdateNicPayload) SetDescription(v string) + func (o *UpdateNicPayload) SetLabels(v map[string]interface{}) + func (o *UpdateNicPayload) SetName(v string) + func (o *UpdateNicPayload) SetNicSecurity(v bool) + func (o *UpdateNicPayload) SetSecurityGroups(v []string) + func (o UpdateNicPayload) MarshalJSON() ([]byte, error) + func (o UpdateNicPayload) ToMap() (map[string]interface{}, error) + type UpdatePublicIPPayload struct + Id *string + Ip *string + Labels map[string]interface{} + NetworkInterface NullableString + func NewUpdatePublicIPPayload() *UpdatePublicIPPayload + func NewUpdatePublicIPPayloadWithDefaults() *UpdatePublicIPPayload + func (o *UpdatePublicIPPayload) GetId() string + func (o *UpdatePublicIPPayload) GetIdOk() (*string, bool) + func (o *UpdatePublicIPPayload) GetIp() string + func (o *UpdatePublicIPPayload) GetIpOk() (*string, bool) + func (o *UpdatePublicIPPayload) GetLabels() map[string]interface{} + func (o *UpdatePublicIPPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdatePublicIPPayload) GetNetworkInterface() string + func (o *UpdatePublicIPPayload) GetNetworkInterfaceOk() (*string, bool) + func (o *UpdatePublicIPPayload) HasId() bool + func (o *UpdatePublicIPPayload) HasIp() bool + func (o *UpdatePublicIPPayload) HasLabels() bool + func (o *UpdatePublicIPPayload) HasNetworkInterface() bool + func (o *UpdatePublicIPPayload) SetId(v string) + func (o *UpdatePublicIPPayload) SetIp(v string) + func (o *UpdatePublicIPPayload) SetLabels(v map[string]interface{}) + func (o *UpdatePublicIPPayload) SetNetworkInterface(v string) + func (o *UpdatePublicIPPayload) SetNetworkInterfaceNil() + func (o *UpdatePublicIPPayload) UnsetNetworkInterface() + func (o UpdatePublicIPPayload) MarshalJSON() ([]byte, error) + func (o UpdatePublicIPPayload) ToMap() (map[string]interface{}, error) + type UpdateRegionalAreaIPv4 struct + DefaultNameservers []string + DefaultPrefixLen *int64 + MaxPrefixLen *int64 + MinPrefixLen *int64 + func NewUpdateRegionalAreaIPv4() *UpdateRegionalAreaIPv4 + func NewUpdateRegionalAreaIPv4WithDefaults() *UpdateRegionalAreaIPv4 + func (o *UpdateRegionalAreaIPv4) GetDefaultNameservers() []string + func (o *UpdateRegionalAreaIPv4) GetDefaultNameserversOk() ([]string, bool) + func (o *UpdateRegionalAreaIPv4) GetDefaultPrefixLen() int64 + func (o *UpdateRegionalAreaIPv4) GetDefaultPrefixLenOk() (*int64, bool) + func (o *UpdateRegionalAreaIPv4) GetMaxPrefixLen() int64 + func (o *UpdateRegionalAreaIPv4) GetMaxPrefixLenOk() (*int64, bool) + func (o *UpdateRegionalAreaIPv4) GetMinPrefixLen() int64 + func (o *UpdateRegionalAreaIPv4) GetMinPrefixLenOk() (*int64, bool) + func (o *UpdateRegionalAreaIPv4) HasDefaultNameservers() bool + func (o *UpdateRegionalAreaIPv4) HasDefaultPrefixLen() bool + func (o *UpdateRegionalAreaIPv4) HasMaxPrefixLen() bool + func (o *UpdateRegionalAreaIPv4) HasMinPrefixLen() bool + func (o *UpdateRegionalAreaIPv4) SetDefaultNameservers(v []string) + func (o *UpdateRegionalAreaIPv4) SetDefaultPrefixLen(v int64) + func (o *UpdateRegionalAreaIPv4) SetMaxPrefixLen(v int64) + func (o *UpdateRegionalAreaIPv4) SetMinPrefixLen(v int64) + func (o UpdateRegionalAreaIPv4) MarshalJSON() ([]byte, error) + func (o UpdateRegionalAreaIPv4) ToMap() (map[string]interface{}, error) + type UpdateRouteOfRoutingTablePayload struct + Labels map[string]interface{} + func NewUpdateRouteOfRoutingTablePayload() *UpdateRouteOfRoutingTablePayload + func NewUpdateRouteOfRoutingTablePayloadWithDefaults() *UpdateRouteOfRoutingTablePayload + func (o *UpdateRouteOfRoutingTablePayload) GetLabels() map[string]interface{} + func (o *UpdateRouteOfRoutingTablePayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateRouteOfRoutingTablePayload) HasLabels() bool + func (o *UpdateRouteOfRoutingTablePayload) SetLabels(v map[string]interface{}) + func (o UpdateRouteOfRoutingTablePayload) MarshalJSON() ([]byte, error) + func (o UpdateRouteOfRoutingTablePayload) ToMap() (map[string]interface{}, error) + type UpdateRoutingTableOfAreaPayload struct + Description *string + DynamicRoutes *bool + Labels map[string]interface{} + Name *string + SystemRoutes *bool + func NewUpdateRoutingTableOfAreaPayload() *UpdateRoutingTableOfAreaPayload + func NewUpdateRoutingTableOfAreaPayloadWithDefaults() *UpdateRoutingTableOfAreaPayload + func (o *UpdateRoutingTableOfAreaPayload) GetDescription() string + func (o *UpdateRoutingTableOfAreaPayload) GetDescriptionOk() (*string, bool) + func (o *UpdateRoutingTableOfAreaPayload) GetDynamicRoutes() bool + func (o *UpdateRoutingTableOfAreaPayload) GetDynamicRoutesOk() (*bool, bool) + func (o *UpdateRoutingTableOfAreaPayload) GetLabels() map[string]interface{} + func (o *UpdateRoutingTableOfAreaPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateRoutingTableOfAreaPayload) GetName() string + func (o *UpdateRoutingTableOfAreaPayload) GetNameOk() (*string, bool) + func (o *UpdateRoutingTableOfAreaPayload) GetSystemRoutes() bool + func (o *UpdateRoutingTableOfAreaPayload) GetSystemRoutesOk() (*bool, bool) + func (o *UpdateRoutingTableOfAreaPayload) HasDescription() bool + func (o *UpdateRoutingTableOfAreaPayload) HasDynamicRoutes() bool + func (o *UpdateRoutingTableOfAreaPayload) HasLabels() bool + func (o *UpdateRoutingTableOfAreaPayload) HasName() bool + func (o *UpdateRoutingTableOfAreaPayload) HasSystemRoutes() bool + func (o *UpdateRoutingTableOfAreaPayload) SetDescription(v string) + func (o *UpdateRoutingTableOfAreaPayload) SetDynamicRoutes(v bool) + func (o *UpdateRoutingTableOfAreaPayload) SetLabels(v map[string]interface{}) + func (o *UpdateRoutingTableOfAreaPayload) SetName(v string) + func (o *UpdateRoutingTableOfAreaPayload) SetSystemRoutes(v bool) + func (o UpdateRoutingTableOfAreaPayload) MarshalJSON() ([]byte, error) + func (o UpdateRoutingTableOfAreaPayload) ToMap() (map[string]interface{}, error) + type UpdateServerPayload struct + Labels map[string]interface{} + Metadata map[string]interface{} + Name *string + func NewUpdateServerPayload() *UpdateServerPayload + func NewUpdateServerPayloadWithDefaults() *UpdateServerPayload + func (o *UpdateServerPayload) GetLabels() map[string]interface{} + func (o *UpdateServerPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateServerPayload) GetMetadata() map[string]interface{} + func (o *UpdateServerPayload) GetMetadataOk() (map[string]interface{}, bool) + func (o *UpdateServerPayload) GetName() string + func (o *UpdateServerPayload) GetNameOk() (*string, bool) + func (o *UpdateServerPayload) HasLabels() bool + func (o *UpdateServerPayload) HasMetadata() bool + func (o *UpdateServerPayload) HasName() bool + func (o *UpdateServerPayload) SetLabels(v map[string]interface{}) + func (o *UpdateServerPayload) SetMetadata(v map[string]interface{}) + func (o *UpdateServerPayload) SetName(v string) + func (o UpdateServerPayload) MarshalJSON() ([]byte, error) + func (o UpdateServerPayload) ToMap() (map[string]interface{}, error) + type UpdateVolumePayload struct + Bootable *bool + Description *string + ImageConfig *ImageConfig + Labels map[string]interface{} + Name *string + func NewUpdateVolumePayload() *UpdateVolumePayload + func NewUpdateVolumePayloadWithDefaults() *UpdateVolumePayload + func (o *UpdateVolumePayload) GetBootable() bool + func (o *UpdateVolumePayload) GetBootableOk() (*bool, bool) + func (o *UpdateVolumePayload) GetDescription() string + func (o *UpdateVolumePayload) GetDescriptionOk() (*string, bool) + func (o *UpdateVolumePayload) GetImageConfig() ImageConfig + func (o *UpdateVolumePayload) GetImageConfigOk() (*ImageConfig, bool) + func (o *UpdateVolumePayload) GetLabels() map[string]interface{} + func (o *UpdateVolumePayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *UpdateVolumePayload) GetName() string + func (o *UpdateVolumePayload) GetNameOk() (*string, bool) + func (o *UpdateVolumePayload) HasBootable() bool + func (o *UpdateVolumePayload) HasDescription() bool + func (o *UpdateVolumePayload) HasImageConfig() bool + func (o *UpdateVolumePayload) HasLabels() bool + func (o *UpdateVolumePayload) HasName() bool + func (o *UpdateVolumePayload) SetBootable(v bool) + func (o *UpdateVolumePayload) SetDescription(v string) + func (o *UpdateVolumePayload) SetImageConfig(v ImageConfig) + func (o *UpdateVolumePayload) SetLabels(v map[string]interface{}) + func (o *UpdateVolumePayload) SetName(v string) + func (o UpdateVolumePayload) MarshalJSON() ([]byte, error) + func (o UpdateVolumePayload) ToMap() (map[string]interface{}, error) + type V2beta1ConfigureNetworkAreaRegionPayload struct + Ipv4 *RegionalAreaIPv4 + Status *string + func NewV2beta1ConfigureNetworkAreaRegionPayload() *V2beta1ConfigureNetworkAreaRegionPayload + func NewV2beta1ConfigureNetworkAreaRegionPayloadWithDefaults() *V2beta1ConfigureNetworkAreaRegionPayload + func (o *V2beta1ConfigureNetworkAreaRegionPayload) GetIpv4() RegionalAreaIPv4 + func (o *V2beta1ConfigureNetworkAreaRegionPayload) GetIpv4Ok() (*RegionalAreaIPv4, bool) + func (o *V2beta1ConfigureNetworkAreaRegionPayload) GetStatus() string + func (o *V2beta1ConfigureNetworkAreaRegionPayload) GetStatusOk() (*string, bool) + func (o *V2beta1ConfigureNetworkAreaRegionPayload) HasIpv4() bool + func (o *V2beta1ConfigureNetworkAreaRegionPayload) HasStatus() bool + func (o *V2beta1ConfigureNetworkAreaRegionPayload) SetIpv4(v RegionalAreaIPv4) + func (o *V2beta1ConfigureNetworkAreaRegionPayload) SetStatus(v string) + func (o V2beta1ConfigureNetworkAreaRegionPayload) MarshalJSON() ([]byte, error) + func (o V2beta1ConfigureNetworkAreaRegionPayload) ToMap() (map[string]interface{}, error) + type V2beta1CreateSnapshotPayload struct + CreatedAt *time.Time + Id *string + Labels map[string]interface{} + Name *string + Size *int64 + Status *string + UpdatedAt *time.Time + VolumeId string + func NewV2beta1CreateSnapshotPayload(volumeId string) *V2beta1CreateSnapshotPayload + func NewV2beta1CreateSnapshotPayloadWithDefaults() *V2beta1CreateSnapshotPayload + func (o *V2beta1CreateSnapshotPayload) GetCreatedAt() time.Time + func (o *V2beta1CreateSnapshotPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *V2beta1CreateSnapshotPayload) GetId() string + func (o *V2beta1CreateSnapshotPayload) GetIdOk() (*string, bool) + func (o *V2beta1CreateSnapshotPayload) GetLabels() map[string]interface{} + func (o *V2beta1CreateSnapshotPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *V2beta1CreateSnapshotPayload) GetName() string + func (o *V2beta1CreateSnapshotPayload) GetNameOk() (*string, bool) + func (o *V2beta1CreateSnapshotPayload) GetSize() int64 + func (o *V2beta1CreateSnapshotPayload) GetSizeOk() (*int64, bool) + func (o *V2beta1CreateSnapshotPayload) GetStatus() string + func (o *V2beta1CreateSnapshotPayload) GetStatusOk() (*string, bool) + func (o *V2beta1CreateSnapshotPayload) GetUpdatedAt() time.Time + func (o *V2beta1CreateSnapshotPayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *V2beta1CreateSnapshotPayload) GetVolumeId() string + func (o *V2beta1CreateSnapshotPayload) GetVolumeIdOk() (*string, bool) + func (o *V2beta1CreateSnapshotPayload) HasCreatedAt() bool + func (o *V2beta1CreateSnapshotPayload) HasId() bool + func (o *V2beta1CreateSnapshotPayload) HasLabels() bool + func (o *V2beta1CreateSnapshotPayload) HasName() bool + func (o *V2beta1CreateSnapshotPayload) HasSize() bool + func (o *V2beta1CreateSnapshotPayload) HasStatus() bool + func (o *V2beta1CreateSnapshotPayload) HasUpdatedAt() bool + func (o *V2beta1CreateSnapshotPayload) SetCreatedAt(v time.Time) + func (o *V2beta1CreateSnapshotPayload) SetId(v string) + func (o *V2beta1CreateSnapshotPayload) SetLabels(v map[string]interface{}) + func (o *V2beta1CreateSnapshotPayload) SetName(v string) + func (o *V2beta1CreateSnapshotPayload) SetSize(v int64) + func (o *V2beta1CreateSnapshotPayload) SetStatus(v string) + func (o *V2beta1CreateSnapshotPayload) SetUpdatedAt(v time.Time) + func (o *V2beta1CreateSnapshotPayload) SetVolumeId(v string) + func (o *V2beta1CreateSnapshotPayload) UnmarshalJSON(data []byte) (err error) + func (o V2beta1CreateSnapshotPayload) MarshalJSON() ([]byte, error) + func (o V2beta1CreateSnapshotPayload) ToMap() (map[string]interface{}, error) + type V2beta1UpdateBackupPayload struct + AvailabilityZone *string + CreatedAt *time.Time + Encrypted *bool + Id *string + Labels map[string]interface{} + Name *string + Size *int64 + SnapshotId *string + Status *string + UpdatedAt *time.Time + VolumeId *string + func NewV2beta1UpdateBackupPayload() *V2beta1UpdateBackupPayload + func NewV2beta1UpdateBackupPayloadWithDefaults() *V2beta1UpdateBackupPayload + func (o *V2beta1UpdateBackupPayload) GetAvailabilityZone() string + func (o *V2beta1UpdateBackupPayload) GetAvailabilityZoneOk() (*string, bool) + func (o *V2beta1UpdateBackupPayload) GetCreatedAt() time.Time + func (o *V2beta1UpdateBackupPayload) GetCreatedAtOk() (*time.Time, bool) + func (o *V2beta1UpdateBackupPayload) GetEncrypted() bool + func (o *V2beta1UpdateBackupPayload) GetEncryptedOk() (*bool, bool) + func (o *V2beta1UpdateBackupPayload) GetId() string + func (o *V2beta1UpdateBackupPayload) GetIdOk() (*string, bool) + func (o *V2beta1UpdateBackupPayload) GetLabels() map[string]interface{} + func (o *V2beta1UpdateBackupPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *V2beta1UpdateBackupPayload) GetName() string + func (o *V2beta1UpdateBackupPayload) GetNameOk() (*string, bool) + func (o *V2beta1UpdateBackupPayload) GetSize() int64 + func (o *V2beta1UpdateBackupPayload) GetSizeOk() (*int64, bool) + func (o *V2beta1UpdateBackupPayload) GetSnapshotId() string + func (o *V2beta1UpdateBackupPayload) GetSnapshotIdOk() (*string, bool) + func (o *V2beta1UpdateBackupPayload) GetStatus() string + func (o *V2beta1UpdateBackupPayload) GetStatusOk() (*string, bool) + func (o *V2beta1UpdateBackupPayload) GetUpdatedAt() time.Time + func (o *V2beta1UpdateBackupPayload) GetUpdatedAtOk() (*time.Time, bool) + func (o *V2beta1UpdateBackupPayload) GetVolumeId() string + func (o *V2beta1UpdateBackupPayload) GetVolumeIdOk() (*string, bool) + func (o *V2beta1UpdateBackupPayload) HasAvailabilityZone() bool + func (o *V2beta1UpdateBackupPayload) HasCreatedAt() bool + func (o *V2beta1UpdateBackupPayload) HasEncrypted() bool + func (o *V2beta1UpdateBackupPayload) HasId() bool + func (o *V2beta1UpdateBackupPayload) HasLabels() bool + func (o *V2beta1UpdateBackupPayload) HasName() bool + func (o *V2beta1UpdateBackupPayload) HasSize() bool + func (o *V2beta1UpdateBackupPayload) HasSnapshotId() bool + func (o *V2beta1UpdateBackupPayload) HasStatus() bool + func (o *V2beta1UpdateBackupPayload) HasUpdatedAt() bool + func (o *V2beta1UpdateBackupPayload) HasVolumeId() bool + func (o *V2beta1UpdateBackupPayload) SetAvailabilityZone(v string) + func (o *V2beta1UpdateBackupPayload) SetCreatedAt(v time.Time) + func (o *V2beta1UpdateBackupPayload) SetEncrypted(v bool) + func (o *V2beta1UpdateBackupPayload) SetId(v string) + func (o *V2beta1UpdateBackupPayload) SetLabels(v map[string]interface{}) + func (o *V2beta1UpdateBackupPayload) SetName(v string) + func (o *V2beta1UpdateBackupPayload) SetSize(v int64) + func (o *V2beta1UpdateBackupPayload) SetSnapshotId(v string) + func (o *V2beta1UpdateBackupPayload) SetStatus(v string) + func (o *V2beta1UpdateBackupPayload) SetUpdatedAt(v time.Time) + func (o *V2beta1UpdateBackupPayload) SetVolumeId(v string) + func (o V2beta1UpdateBackupPayload) MarshalJSON() ([]byte, error) + func (o V2beta1UpdateBackupPayload) ToMap() (map[string]interface{}, error) + type V2beta1UpdateNetworkAreaRegionPayload struct + Ipv4 *UpdateRegionalAreaIPv4 + func NewV2beta1UpdateNetworkAreaRegionPayload() *V2beta1UpdateNetworkAreaRegionPayload + func NewV2beta1UpdateNetworkAreaRegionPayloadWithDefaults() *V2beta1UpdateNetworkAreaRegionPayload + func (o *V2beta1UpdateNetworkAreaRegionPayload) GetIpv4() UpdateRegionalAreaIPv4 + func (o *V2beta1UpdateNetworkAreaRegionPayload) GetIpv4Ok() (*UpdateRegionalAreaIPv4, bool) + func (o *V2beta1UpdateNetworkAreaRegionPayload) HasIpv4() bool + func (o *V2beta1UpdateNetworkAreaRegionPayload) SetIpv4(v UpdateRegionalAreaIPv4) + func (o V2beta1UpdateNetworkAreaRegionPayload) MarshalJSON() ([]byte, error) + func (o V2beta1UpdateNetworkAreaRegionPayload) ToMap() (map[string]interface{}, error) + type V2beta1UpdateRouteOfAreaPayload struct + Labels map[string]interface{} + func NewV2beta1UpdateRouteOfAreaPayload() *V2beta1UpdateRouteOfAreaPayload + func NewV2beta1UpdateRouteOfAreaPayloadWithDefaults() *V2beta1UpdateRouteOfAreaPayload + func (o *V2beta1UpdateRouteOfAreaPayload) GetLabels() map[string]interface{} + func (o *V2beta1UpdateRouteOfAreaPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *V2beta1UpdateRouteOfAreaPayload) HasLabels() bool + func (o *V2beta1UpdateRouteOfAreaPayload) SetLabels(v map[string]interface{}) + func (o V2beta1UpdateRouteOfAreaPayload) MarshalJSON() ([]byte, error) + func (o V2beta1UpdateRouteOfAreaPayload) ToMap() (map[string]interface{}, error) + type V2beta1UpdateSecurityGroupPayload struct + Description *string + Labels map[string]interface{} + Name *string + func NewV2beta1UpdateSecurityGroupPayload() *V2beta1UpdateSecurityGroupPayload + func NewV2beta1UpdateSecurityGroupPayloadWithDefaults() *V2beta1UpdateSecurityGroupPayload + func (o *V2beta1UpdateSecurityGroupPayload) GetDescription() string + func (o *V2beta1UpdateSecurityGroupPayload) GetDescriptionOk() (*string, bool) + func (o *V2beta1UpdateSecurityGroupPayload) GetLabels() map[string]interface{} + func (o *V2beta1UpdateSecurityGroupPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *V2beta1UpdateSecurityGroupPayload) GetName() string + func (o *V2beta1UpdateSecurityGroupPayload) GetNameOk() (*string, bool) + func (o *V2beta1UpdateSecurityGroupPayload) HasDescription() bool + func (o *V2beta1UpdateSecurityGroupPayload) HasLabels() bool + func (o *V2beta1UpdateSecurityGroupPayload) HasName() bool + func (o *V2beta1UpdateSecurityGroupPayload) SetDescription(v string) + func (o *V2beta1UpdateSecurityGroupPayload) SetLabels(v map[string]interface{}) + func (o *V2beta1UpdateSecurityGroupPayload) SetName(v string) + func (o V2beta1UpdateSecurityGroupPayload) MarshalJSON() ([]byte, error) + func (o V2beta1UpdateSecurityGroupPayload) ToMap() (map[string]interface{}, error) + type V2beta1UpdateSnapshotPayload struct + Labels map[string]interface{} + Name *string + func NewV2beta1UpdateSnapshotPayload() *V2beta1UpdateSnapshotPayload + func NewV2beta1UpdateSnapshotPayloadWithDefaults() *V2beta1UpdateSnapshotPayload + func (o *V2beta1UpdateSnapshotPayload) GetLabels() map[string]interface{} + func (o *V2beta1UpdateSnapshotPayload) GetLabelsOk() (map[string]interface{}, bool) + func (o *V2beta1UpdateSnapshotPayload) GetName() string + func (o *V2beta1UpdateSnapshotPayload) GetNameOk() (*string, bool) + func (o *V2beta1UpdateSnapshotPayload) HasLabels() bool + func (o *V2beta1UpdateSnapshotPayload) HasName() bool + func (o *V2beta1UpdateSnapshotPayload) SetLabels(v map[string]interface{}) + func (o *V2beta1UpdateSnapshotPayload) SetName(v string) + func (o V2beta1UpdateSnapshotPayload) MarshalJSON() ([]byte, error) + func (o V2beta1UpdateSnapshotPayload) ToMap() (map[string]interface{}, error) + type Volume struct + AvailabilityZone string + Bootable *bool + CreatedAt *time.Time + Description *string + Encrypted *bool + EncryptionParameters *VolumeEncryptionParameter + Id *string + ImageConfig *ImageConfig + Labels map[string]interface{} + Name *string + PerformanceClass *string + ServerId *string + Size *int64 + Source *VolumeSource + Status *string + UpdatedAt *time.Time + func NewVolume(availabilityZone string) *Volume + func NewVolumeWithDefaults() *Volume + func (o *Volume) GetAvailabilityZone() string + func (o *Volume) GetAvailabilityZoneOk() (*string, bool) + func (o *Volume) GetBootable() bool + func (o *Volume) GetBootableOk() (*bool, bool) + func (o *Volume) GetCreatedAt() time.Time + func (o *Volume) GetCreatedAtOk() (*time.Time, bool) + func (o *Volume) GetDescription() string + func (o *Volume) GetDescriptionOk() (*string, bool) + func (o *Volume) GetEncrypted() bool + func (o *Volume) GetEncryptedOk() (*bool, bool) + func (o *Volume) GetEncryptionParameters() VolumeEncryptionParameter + func (o *Volume) GetEncryptionParametersOk() (*VolumeEncryptionParameter, bool) + func (o *Volume) GetId() string + func (o *Volume) GetIdOk() (*string, bool) + func (o *Volume) GetImageConfig() ImageConfig + func (o *Volume) GetImageConfigOk() (*ImageConfig, bool) + func (o *Volume) GetLabels() map[string]interface{} + func (o *Volume) GetLabelsOk() (map[string]interface{}, bool) + func (o *Volume) GetName() string + func (o *Volume) GetNameOk() (*string, bool) + func (o *Volume) GetPerformanceClass() string + func (o *Volume) GetPerformanceClassOk() (*string, bool) + func (o *Volume) GetServerId() string + func (o *Volume) GetServerIdOk() (*string, bool) + func (o *Volume) GetSize() int64 + func (o *Volume) GetSizeOk() (*int64, bool) + func (o *Volume) GetSource() VolumeSource + func (o *Volume) GetSourceOk() (*VolumeSource, bool) + func (o *Volume) GetStatus() string + func (o *Volume) GetStatusOk() (*string, bool) + func (o *Volume) GetUpdatedAt() time.Time + func (o *Volume) GetUpdatedAtOk() (*time.Time, bool) + func (o *Volume) HasBootable() bool + func (o *Volume) HasCreatedAt() bool + func (o *Volume) HasDescription() bool + func (o *Volume) HasEncrypted() bool + func (o *Volume) HasEncryptionParameters() bool + func (o *Volume) HasId() bool + func (o *Volume) HasImageConfig() bool + func (o *Volume) HasLabels() bool + func (o *Volume) HasName() bool + func (o *Volume) HasPerformanceClass() bool + func (o *Volume) HasServerId() bool + func (o *Volume) HasSize() bool + func (o *Volume) HasSource() bool + func (o *Volume) HasStatus() bool + func (o *Volume) HasUpdatedAt() bool + func (o *Volume) SetAvailabilityZone(v string) + func (o *Volume) SetBootable(v bool) + func (o *Volume) SetCreatedAt(v time.Time) + func (o *Volume) SetDescription(v string) + func (o *Volume) SetEncrypted(v bool) + func (o *Volume) SetEncryptionParameters(v VolumeEncryptionParameter) + func (o *Volume) SetId(v string) + func (o *Volume) SetImageConfig(v ImageConfig) + func (o *Volume) SetLabels(v map[string]interface{}) + func (o *Volume) SetName(v string) + func (o *Volume) SetPerformanceClass(v string) + func (o *Volume) SetServerId(v string) + func (o *Volume) SetSize(v int64) + func (o *Volume) SetSource(v VolumeSource) + func (o *Volume) SetStatus(v string) + func (o *Volume) SetUpdatedAt(v time.Time) + func (o *Volume) UnmarshalJSON(data []byte) (err error) + func (o Volume) MarshalJSON() ([]byte, error) + func (o Volume) ToMap() (map[string]interface{}, error) + type VolumeAttachment struct + DeleteOnTermination *bool + ServerId *string + VolumeId *string + func NewVolumeAttachment() *VolumeAttachment + func NewVolumeAttachmentWithDefaults() *VolumeAttachment + func (o *VolumeAttachment) GetDeleteOnTermination() bool + func (o *VolumeAttachment) GetDeleteOnTerminationOk() (*bool, bool) + func (o *VolumeAttachment) GetServerId() string + func (o *VolumeAttachment) GetServerIdOk() (*string, bool) + func (o *VolumeAttachment) GetVolumeId() string + func (o *VolumeAttachment) GetVolumeIdOk() (*string, bool) + func (o *VolumeAttachment) HasDeleteOnTermination() bool + func (o *VolumeAttachment) HasServerId() bool + func (o *VolumeAttachment) HasVolumeId() bool + func (o *VolumeAttachment) SetDeleteOnTermination(v bool) + func (o *VolumeAttachment) SetServerId(v string) + func (o *VolumeAttachment) SetVolumeId(v string) + func (o VolumeAttachment) MarshalJSON() ([]byte, error) + func (o VolumeAttachment) ToMap() (map[string]interface{}, error) + type VolumeAttachmentListResponse struct + Items []VolumeAttachment + func NewVolumeAttachmentListResponse(items []VolumeAttachment) *VolumeAttachmentListResponse + func NewVolumeAttachmentListResponseWithDefaults() *VolumeAttachmentListResponse + func (o *VolumeAttachmentListResponse) GetItems() []VolumeAttachment + func (o *VolumeAttachmentListResponse) GetItemsOk() ([]VolumeAttachment, bool) + func (o *VolumeAttachmentListResponse) SetItems(v []VolumeAttachment) + func (o *VolumeAttachmentListResponse) UnmarshalJSON(data []byte) (err error) + func (o VolumeAttachmentListResponse) MarshalJSON() ([]byte, error) + func (o VolumeAttachmentListResponse) ToMap() (map[string]interface{}, error) + type VolumeEncryptionParameter struct + KekKeyId string + KekKeyVersion int64 + KekKeyringId string + KekProjectId *string + KeyPayload *string + ServiceAccount string + func NewVolumeEncryptionParameter(kekKeyId string, kekKeyVersion int64, kekKeyringId string, ...) *VolumeEncryptionParameter + func NewVolumeEncryptionParameterWithDefaults() *VolumeEncryptionParameter + func (o *VolumeEncryptionParameter) GetKekKeyId() string + func (o *VolumeEncryptionParameter) GetKekKeyIdOk() (*string, bool) + func (o *VolumeEncryptionParameter) GetKekKeyVersion() int64 + func (o *VolumeEncryptionParameter) GetKekKeyVersionOk() (*int64, bool) + func (o *VolumeEncryptionParameter) GetKekKeyringId() string + func (o *VolumeEncryptionParameter) GetKekKeyringIdOk() (*string, bool) + func (o *VolumeEncryptionParameter) GetKekProjectId() string + func (o *VolumeEncryptionParameter) GetKekProjectIdOk() (*string, bool) + func (o *VolumeEncryptionParameter) GetKeyPayload() string + func (o *VolumeEncryptionParameter) GetKeyPayloadOk() (*string, bool) + func (o *VolumeEncryptionParameter) GetServiceAccount() string + func (o *VolumeEncryptionParameter) GetServiceAccountOk() (*string, bool) + func (o *VolumeEncryptionParameter) HasKekProjectId() bool + func (o *VolumeEncryptionParameter) HasKeyPayload() bool + func (o *VolumeEncryptionParameter) SetKekKeyId(v string) + func (o *VolumeEncryptionParameter) SetKekKeyVersion(v int64) + func (o *VolumeEncryptionParameter) SetKekKeyringId(v string) + func (o *VolumeEncryptionParameter) SetKekProjectId(v string) + func (o *VolumeEncryptionParameter) SetKeyPayload(v string) + func (o *VolumeEncryptionParameter) SetServiceAccount(v string) + func (o *VolumeEncryptionParameter) UnmarshalJSON(data []byte) (err error) + func (o VolumeEncryptionParameter) MarshalJSON() ([]byte, error) + func (o VolumeEncryptionParameter) ToMap() (map[string]interface{}, error) + type VolumeListResponse struct + Items []Volume + func NewVolumeListResponse(items []Volume) *VolumeListResponse + func NewVolumeListResponseWithDefaults() *VolumeListResponse + func (o *VolumeListResponse) GetItems() []Volume + func (o *VolumeListResponse) GetItemsOk() ([]Volume, bool) + func (o *VolumeListResponse) SetItems(v []Volume) + func (o *VolumeListResponse) UnmarshalJSON(data []byte) (err error) + func (o VolumeListResponse) MarshalJSON() ([]byte, error) + func (o VolumeListResponse) ToMap() (map[string]interface{}, error) + type VolumePerformanceClass struct + Description *string + Iops *int64 + Labels map[string]interface{} + Name string + Throughput *int64 + func NewVolumePerformanceClass(name string) *VolumePerformanceClass + func NewVolumePerformanceClassWithDefaults() *VolumePerformanceClass + func (o *VolumePerformanceClass) GetDescription() string + func (o *VolumePerformanceClass) GetDescriptionOk() (*string, bool) + func (o *VolumePerformanceClass) GetIops() int64 + func (o *VolumePerformanceClass) GetIopsOk() (*int64, bool) + func (o *VolumePerformanceClass) GetLabels() map[string]interface{} + func (o *VolumePerformanceClass) GetLabelsOk() (map[string]interface{}, bool) + func (o *VolumePerformanceClass) GetName() string + func (o *VolumePerformanceClass) GetNameOk() (*string, bool) + func (o *VolumePerformanceClass) GetThroughput() int64 + func (o *VolumePerformanceClass) GetThroughputOk() (*int64, bool) + func (o *VolumePerformanceClass) HasDescription() bool + func (o *VolumePerformanceClass) HasIops() bool + func (o *VolumePerformanceClass) HasLabels() bool + func (o *VolumePerformanceClass) HasThroughput() bool + func (o *VolumePerformanceClass) SetDescription(v string) + func (o *VolumePerformanceClass) SetIops(v int64) + func (o *VolumePerformanceClass) SetLabels(v map[string]interface{}) + func (o *VolumePerformanceClass) SetName(v string) + func (o *VolumePerformanceClass) SetThroughput(v int64) + func (o *VolumePerformanceClass) UnmarshalJSON(data []byte) (err error) + func (o VolumePerformanceClass) MarshalJSON() ([]byte, error) + func (o VolumePerformanceClass) ToMap() (map[string]interface{}, error) + type VolumePerformanceClassListResponse struct + Items []VolumePerformanceClass + func NewVolumePerformanceClassListResponse(items []VolumePerformanceClass) *VolumePerformanceClassListResponse + func NewVolumePerformanceClassListResponseWithDefaults() *VolumePerformanceClassListResponse + func (o *VolumePerformanceClassListResponse) GetItems() []VolumePerformanceClass + func (o *VolumePerformanceClassListResponse) GetItemsOk() ([]VolumePerformanceClass, bool) + func (o *VolumePerformanceClassListResponse) SetItems(v []VolumePerformanceClass) + func (o *VolumePerformanceClassListResponse) UnmarshalJSON(data []byte) (err error) + func (o VolumePerformanceClassListResponse) MarshalJSON() ([]byte, error) + func (o VolumePerformanceClassListResponse) ToMap() (map[string]interface{}, error) + type VolumeSource struct + Id string + Type string + func NewVolumeSource(id string, types string) *VolumeSource + func NewVolumeSourceWithDefaults() *VolumeSource + func (o *VolumeSource) GetId() string + func (o *VolumeSource) GetIdOk() (*string, bool) + func (o *VolumeSource) GetType() string + func (o *VolumeSource) GetTypeOk() (*string, bool) + func (o *VolumeSource) SetId(v string) + func (o *VolumeSource) SetType(v string) + func (o *VolumeSource) UnmarshalJSON(data []byte) (err error) + func (o VolumeSource) MarshalJSON() ([]byte, error) + func (o VolumeSource) ToMap() (map[string]interface{}, error)