Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- 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
- type APIKey
- type APIResponse
- type AccountProvider
- func (o *AccountProvider) GetDisplayName() string
- func (o *AccountProvider) GetDisplayNameOk() (*string, bool)
- func (o *AccountProvider) GetName() string
- func (o *AccountProvider) GetNameOk() (*string, bool)
- func (o AccountProvider) MarshalJSON() ([]byte, error)
- func (o *AccountProvider) SetDisplayName(v string)
- func (o *AccountProvider) SetName(v string)
- func (o AccountProvider) ToMap() (map[string]interface{}, error)
- func (o *AccountProvider) UnmarshalJSON(data []byte) (err error)
- type AdminAPI
- type AdminAPIAdminCanCleanupImageRequest
- type AdminAPIAdminCreateOrganizationRegionQuotaRequest
- func (r AdminAPIAdminCreateOrganizationRegionQuotaRequest) CreateOrganizationRegionQuota(createOrganizationRegionQuota CreateOrganizationRegionQuota) AdminAPIAdminCreateOrganizationRegionQuotaRequest
- func (r AdminAPIAdminCreateOrganizationRegionQuotaRequest) Execute() (*RegionQuota, *http.Response, error)
- type AdminAPIAdminCreateOrganizationRequest
- type AdminAPIAdminCreateRunnerRequest
- type AdminAPIAdminCreateUserRequest
- type AdminAPIAdminDeleteOrganizationRegionQuotaRequest
- type AdminAPIAdminDeleteRunnerRequest
- type AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) Action(action StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) ActorApiKeyPrefix(actorApiKeyPrefix StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) ActorApiKeySuffix(actorApiKeySuffix StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) ActorEmail(actorEmail StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) ActorId(actorId StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) CreatedAt(createdAt DateFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) Execute() (*PaginatedAuditLogs, *http.Response, error)
- func (r AdminAPIAdminGetAllAuditLogsRequest) From(from time.Time) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) Id(id StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) Limit(limit float32) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) NextToken(nextToken string) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) Page(page float32) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) StatusCode(statusCode IntFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) TargetId(targetId StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) TargetType(targetType StringFilter) AdminAPIAdminGetAllAuditLogsRequest
- func (r AdminAPIAdminGetAllAuditLogsRequest) To(to time.Time) AdminAPIAdminGetAllAuditLogsRequest
- type AdminAPIAdminGetMessageAttemptsRequest
- type AdminAPIAdminGetOrganizationRegionQuotaRequest
- type AdminAPIAdminGetRunnerByIdRequest
- type AdminAPIAdminGetUserRequest
- type AdminAPIAdminGetWebhookStatusRequest
- type AdminAPIAdminInitializeWebhooksRequest
- type AdminAPIAdminListRunnersRequest
- type AdminAPIAdminListUsersRequest
- type AdminAPIAdminRecoverSandboxRequest
- type AdminAPIAdminRegenerateKeyPairRequest
- type AdminAPIAdminSendWebhookRequest
- type AdminAPIAdminSetDefaultRegistryRequest
- type AdminAPIAdminSetSnapshotGeneralStatusRequest
- type AdminAPIAdminUpdateOrganizationPreviewWarningRequest
- type AdminAPIAdminUpdateOrganizationRegionQuotaRequest
- type AdminAPIAdminUpdateRunnerSchedulingRequest
- type AdminAPIService
- func (a *AdminAPIService) AdminCanCleanupImage(ctx context.Context) AdminAPIAdminCanCleanupImageRequest
- func (a *AdminAPIService) AdminCanCleanupImageExecute(r AdminAPIAdminCanCleanupImageRequest) (bool, *http.Response, error)
- func (a *AdminAPIService) AdminCreateOrganization(ctx context.Context) AdminAPIAdminCreateOrganizationRequest
- func (a *AdminAPIService) AdminCreateOrganizationExecute(r AdminAPIAdminCreateOrganizationRequest) (*Organization, *http.Response, error)
- func (a *AdminAPIService) AdminCreateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) AdminAPIAdminCreateOrganizationRegionQuotaRequest
- func (a *AdminAPIService) AdminCreateOrganizationRegionQuotaExecute(r AdminAPIAdminCreateOrganizationRegionQuotaRequest) (*RegionQuota, *http.Response, error)
- func (a *AdminAPIService) AdminCreateRunner(ctx context.Context) AdminAPIAdminCreateRunnerRequest
- func (a *AdminAPIService) AdminCreateRunnerExecute(r AdminAPIAdminCreateRunnerRequest) (*CreateRunnerResponse, *http.Response, error)
- func (a *AdminAPIService) AdminCreateUser(ctx context.Context) AdminAPIAdminCreateUserRequest
- func (a *AdminAPIService) AdminCreateUserExecute(r AdminAPIAdminCreateUserRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminDeleteOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string, ...) AdminAPIAdminDeleteOrganizationRegionQuotaRequest
- func (a *AdminAPIService) AdminDeleteOrganizationRegionQuotaExecute(r AdminAPIAdminDeleteOrganizationRegionQuotaRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminDeleteRunner(ctx context.Context, id string) AdminAPIAdminDeleteRunnerRequest
- func (a *AdminAPIService) AdminDeleteRunnerExecute(r AdminAPIAdminDeleteRunnerRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminGetAllAuditLogs(ctx context.Context) AdminAPIAdminGetAllAuditLogsRequest
- func (a *AdminAPIService) AdminGetAllAuditLogsExecute(r AdminAPIAdminGetAllAuditLogsRequest) (*PaginatedAuditLogs, *http.Response, error)
- func (a *AdminAPIService) AdminGetMessageAttempts(ctx context.Context, organizationId string, messageId string) AdminAPIAdminGetMessageAttemptsRequest
- func (a *AdminAPIService) AdminGetMessageAttemptsExecute(r AdminAPIAdminGetMessageAttemptsRequest) ([]map[string]interface{}, *http.Response, error)
- func (a *AdminAPIService) AdminGetOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string, ...) AdminAPIAdminGetOrganizationRegionQuotaRequest
- func (a *AdminAPIService) AdminGetOrganizationRegionQuotaExecute(r AdminAPIAdminGetOrganizationRegionQuotaRequest) (*RegionQuota, *http.Response, error)
- func (a *AdminAPIService) AdminGetRunnerById(ctx context.Context, id string) AdminAPIAdminGetRunnerByIdRequest
- func (a *AdminAPIService) AdminGetRunnerByIdExecute(r AdminAPIAdminGetRunnerByIdRequest) (*RunnerFull, *http.Response, error)
- func (a *AdminAPIService) AdminGetUser(ctx context.Context, id string) AdminAPIAdminGetUserRequest
- func (a *AdminAPIService) AdminGetUserExecute(r AdminAPIAdminGetUserRequest) (*User, *http.Response, error)
- func (a *AdminAPIService) AdminGetWebhookStatus(ctx context.Context) AdminAPIAdminGetWebhookStatusRequest
- func (a *AdminAPIService) AdminGetWebhookStatusExecute(r AdminAPIAdminGetWebhookStatusRequest) (*AdminGetWebhookStatus200Response, *http.Response, error)
- func (a *AdminAPIService) AdminInitializeWebhooks(ctx context.Context, organizationId string) AdminAPIAdminInitializeWebhooksRequest
- func (a *AdminAPIService) AdminInitializeWebhooksExecute(r AdminAPIAdminInitializeWebhooksRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminListRunners(ctx context.Context) AdminAPIAdminListRunnersRequest
- func (a *AdminAPIService) AdminListRunnersExecute(r AdminAPIAdminListRunnersRequest) ([]RunnerFull, *http.Response, error)
- func (a *AdminAPIService) AdminListUsers(ctx context.Context) AdminAPIAdminListUsersRequest
- func (a *AdminAPIService) AdminListUsersExecute(r AdminAPIAdminListUsersRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminRecoverSandbox(ctx context.Context, sandboxId string) AdminAPIAdminRecoverSandboxRequest
- func (a *AdminAPIService) AdminRecoverSandboxExecute(r AdminAPIAdminRecoverSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *AdminAPIService) AdminRegenerateKeyPair(ctx context.Context, id string) AdminAPIAdminRegenerateKeyPairRequest
- func (a *AdminAPIService) AdminRegenerateKeyPairExecute(r AdminAPIAdminRegenerateKeyPairRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminSendWebhook(ctx context.Context, organizationId string) AdminAPIAdminSendWebhookRequest
- func (a *AdminAPIService) AdminSendWebhookExecute(r AdminAPIAdminSendWebhookRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminSetDefaultRegistry(ctx context.Context, id string) AdminAPIAdminSetDefaultRegistryRequest
- func (a *AdminAPIService) AdminSetDefaultRegistryExecute(r AdminAPIAdminSetDefaultRegistryRequest) (*DockerRegistry, *http.Response, error)
- func (a *AdminAPIService) AdminSetSnapshotGeneralStatus(ctx context.Context, id string) AdminAPIAdminSetSnapshotGeneralStatusRequest
- func (a *AdminAPIService) AdminSetSnapshotGeneralStatusExecute(r AdminAPIAdminSetSnapshotGeneralStatusRequest) (*SnapshotDto, *http.Response, error)
- func (a *AdminAPIService) AdminUpdateOrganizationPreviewWarning(ctx context.Context, organizationId string) AdminAPIAdminUpdateOrganizationPreviewWarningRequest
- func (a *AdminAPIService) AdminUpdateOrganizationPreviewWarningExecute(r AdminAPIAdminUpdateOrganizationPreviewWarningRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminUpdateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) AdminAPIAdminUpdateOrganizationRegionQuotaRequest
- func (a *AdminAPIService) AdminUpdateOrganizationRegionQuotaExecute(r AdminAPIAdminUpdateOrganizationRegionQuotaRequest) (*http.Response, error)
- func (a *AdminAPIService) AdminUpdateRunnerScheduling(ctx context.Context, id string) AdminAPIAdminUpdateRunnerSchedulingRequest
- func (a *AdminAPIService) AdminUpdateRunnerSchedulingExecute(r AdminAPIAdminUpdateRunnerSchedulingRequest) (*http.Response, error)
- type AdminCreateOrganization
- func (o *AdminCreateOrganization) GetDefaultRegionId() string
- func (o *AdminCreateOrganization) GetDefaultRegionIdOk() (*string, bool)
- func (o *AdminCreateOrganization) GetName() string
- func (o *AdminCreateOrganization) GetNameOk() (*string, bool)
- func (o *AdminCreateOrganization) GetUserId() string
- func (o *AdminCreateOrganization) GetUserIdOk() (*string, bool)
- func (o AdminCreateOrganization) MarshalJSON() ([]byte, error)
- func (o *AdminCreateOrganization) SetDefaultRegionId(v string)
- func (o *AdminCreateOrganization) SetName(v string)
- func (o *AdminCreateOrganization) SetUserId(v string)
- func (o AdminCreateOrganization) ToMap() (map[string]interface{}, error)
- func (o *AdminCreateOrganization) UnmarshalJSON(data []byte) (err error)
- type AdminCreateRunner
- func (o *AdminCreateRunner) GetApiKey() string
- func (o *AdminCreateRunner) GetApiKeyOk() (*string, bool)
- func (o *AdminCreateRunner) GetApiUrl() string
- func (o *AdminCreateRunner) GetApiUrlOk() (*string, bool)
- func (o *AdminCreateRunner) GetApiVersion() string
- func (o *AdminCreateRunner) GetApiVersionOk() (*string, bool)
- func (o *AdminCreateRunner) GetCpu() float32
- func (o *AdminCreateRunner) GetCpuOk() (*float32, bool)
- func (o *AdminCreateRunner) GetDiskGiB() float32
- func (o *AdminCreateRunner) GetDiskGiBOk() (*float32, bool)
- func (o *AdminCreateRunner) GetDomain() string
- func (o *AdminCreateRunner) GetDomainOk() (*string, bool)
- func (o *AdminCreateRunner) GetMemoryGiB() float32
- func (o *AdminCreateRunner) GetMemoryGiBOk() (*float32, bool)
- func (o *AdminCreateRunner) GetName() string
- func (o *AdminCreateRunner) GetNameOk() (*string, bool)
- func (o *AdminCreateRunner) GetProxyUrl() string
- func (o *AdminCreateRunner) GetProxyUrlOk() (*string, bool)
- func (o *AdminCreateRunner) GetRegionId() string
- func (o *AdminCreateRunner) GetRegionIdOk() (*string, bool)
- func (o *AdminCreateRunner) GetTags() []string
- func (o *AdminCreateRunner) GetTagsOk() ([]string, bool)
- func (o *AdminCreateRunner) HasApiUrl() bool
- func (o *AdminCreateRunner) HasCpu() bool
- func (o *AdminCreateRunner) HasDiskGiB() bool
- func (o *AdminCreateRunner) HasDomain() bool
- func (o *AdminCreateRunner) HasMemoryGiB() bool
- func (o *AdminCreateRunner) HasProxyUrl() bool
- func (o *AdminCreateRunner) HasTags() bool
- func (o AdminCreateRunner) MarshalJSON() ([]byte, error)
- func (o *AdminCreateRunner) SetApiKey(v string)
- func (o *AdminCreateRunner) SetApiUrl(v string)
- func (o *AdminCreateRunner) SetApiVersion(v string)
- func (o *AdminCreateRunner) SetCpu(v float32)
- func (o *AdminCreateRunner) SetDiskGiB(v float32)
- func (o *AdminCreateRunner) SetDomain(v string)
- func (o *AdminCreateRunner) SetMemoryGiB(v float32)
- func (o *AdminCreateRunner) SetName(v string)
- func (o *AdminCreateRunner) SetProxyUrl(v string)
- func (o *AdminCreateRunner) SetRegionId(v string)
- func (o *AdminCreateRunner) SetTags(v []string)
- func (o AdminCreateRunner) ToMap() (map[string]interface{}, error)
- func (o *AdminCreateRunner) UnmarshalJSON(data []byte) (err error)
- type AdminGetWebhookStatus200Response
- func (o *AdminGetWebhookStatus200Response) GetEnabled() bool
- func (o *AdminGetWebhookStatus200Response) GetEnabledOk() (*bool, bool)
- func (o *AdminGetWebhookStatus200Response) HasEnabled() bool
- func (o AdminGetWebhookStatus200Response) MarshalJSON() ([]byte, error)
- func (o *AdminGetWebhookStatus200Response) SetEnabled(v bool)
- func (o AdminGetWebhookStatus200Response) ToMap() (map[string]interface{}, error)
- func (o *AdminGetWebhookStatus200Response) UnmarshalJSON(data []byte) (err error)
- type Announcement
- func (o *Announcement) GetLearnMoreUrl() string
- func (o *Announcement) GetLearnMoreUrlOk() (*string, bool)
- func (o *Announcement) GetText() string
- func (o *Announcement) GetTextOk() (*string, bool)
- func (o *Announcement) HasLearnMoreUrl() bool
- func (o Announcement) MarshalJSON() ([]byte, error)
- func (o *Announcement) SetLearnMoreUrl(v string)
- func (o *Announcement) SetText(v string)
- func (o Announcement) ToMap() (map[string]interface{}, error)
- func (o *Announcement) UnmarshalJSON(data []byte) (err error)
- type ApiKeyList
- func (o *ApiKeyList) GetCreatedAt() time.Time
- func (o *ApiKeyList) GetCreatedAtOk() (*time.Time, bool)
- func (o *ApiKeyList) GetExpiresAt() time.Time
- func (o *ApiKeyList) GetExpiresAtOk() (*time.Time, bool)
- func (o *ApiKeyList) GetLastUsedAt() time.Time
- func (o *ApiKeyList) GetLastUsedAtOk() (*time.Time, bool)
- func (o *ApiKeyList) GetName() string
- func (o *ApiKeyList) GetNameOk() (*string, bool)
- func (o *ApiKeyList) GetPermissions() []string
- func (o *ApiKeyList) GetPermissionsOk() ([]string, bool)
- func (o *ApiKeyList) GetUserId() string
- func (o *ApiKeyList) GetUserIdOk() (*string, bool)
- func (o *ApiKeyList) GetValue() string
- func (o *ApiKeyList) GetValueOk() (*string, bool)
- func (o ApiKeyList) MarshalJSON() ([]byte, error)
- func (o *ApiKeyList) SetCreatedAt(v time.Time)
- func (o *ApiKeyList) SetExpiresAt(v time.Time)
- func (o *ApiKeyList) SetLastUsedAt(v time.Time)
- func (o *ApiKeyList) SetName(v string)
- func (o *ApiKeyList) SetPermissions(v []string)
- func (o *ApiKeyList) SetUserId(v string)
- func (o *ApiKeyList) SetValue(v string)
- func (o ApiKeyList) ToMap() (map[string]interface{}, error)
- func (o *ApiKeyList) UnmarshalJSON(data []byte) (err error)
- type ApiKeyResponse
- func (o *ApiKeyResponse) GetCreatedAt() time.Time
- func (o *ApiKeyResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *ApiKeyResponse) GetExpiresAt() time.Time
- func (o *ApiKeyResponse) GetExpiresAtOk() (*time.Time, bool)
- func (o *ApiKeyResponse) GetName() string
- func (o *ApiKeyResponse) GetNameOk() (*string, bool)
- func (o *ApiKeyResponse) GetPermissions() []string
- func (o *ApiKeyResponse) GetPermissionsOk() ([]string, bool)
- func (o *ApiKeyResponse) GetValue() string
- func (o *ApiKeyResponse) GetValueOk() (*string, bool)
- func (o ApiKeyResponse) MarshalJSON() ([]byte, error)
- func (o *ApiKeyResponse) SetCreatedAt(v time.Time)
- func (o *ApiKeyResponse) SetExpiresAt(v time.Time)
- func (o *ApiKeyResponse) SetName(v string)
- func (o *ApiKeyResponse) SetPermissions(v []string)
- func (o *ApiKeyResponse) SetValue(v string)
- func (o ApiKeyResponse) ToMap() (map[string]interface{}, error)
- func (o *ApiKeyResponse) UnmarshalJSON(data []byte) (err error)
- type ApiKeysAPI
- type ApiKeysAPICreateApiKeyRequest
- func (r ApiKeysAPICreateApiKeyRequest) CreateApiKey(createApiKey CreateApiKey) ApiKeysAPICreateApiKeyRequest
- func (r ApiKeysAPICreateApiKeyRequest) Execute() (*ApiKeyResponse, *http.Response, error)
- func (r ApiKeysAPICreateApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPICreateApiKeyRequest
- type ApiKeysAPIDeleteApiKeyForUserRequest
- type ApiKeysAPIDeleteApiKeyRequest
- type ApiKeysAPIGetApiKeyRequest
- type ApiKeysAPIGetCurrentApiKeyRequest
- type ApiKeysAPIListApiKeysRequest
- type ApiKeysAPIService
- func (a *ApiKeysAPIService) CreateApiKey(ctx context.Context) ApiKeysAPICreateApiKeyRequest
- func (a *ApiKeysAPIService) CreateApiKeyExecute(r ApiKeysAPICreateApiKeyRequest) (*ApiKeyResponse, *http.Response, error)
- func (a *ApiKeysAPIService) DeleteApiKey(ctx context.Context, name string) ApiKeysAPIDeleteApiKeyRequest
- func (a *ApiKeysAPIService) DeleteApiKeyExecute(r ApiKeysAPIDeleteApiKeyRequest) (*http.Response, error)
- func (a *ApiKeysAPIService) DeleteApiKeyForUser(ctx context.Context, userId string, name string) ApiKeysAPIDeleteApiKeyForUserRequest
- func (a *ApiKeysAPIService) DeleteApiKeyForUserExecute(r ApiKeysAPIDeleteApiKeyForUserRequest) (*http.Response, error)
- func (a *ApiKeysAPIService) GetApiKey(ctx context.Context, name string) ApiKeysAPIGetApiKeyRequest
- func (a *ApiKeysAPIService) GetApiKeyExecute(r ApiKeysAPIGetApiKeyRequest) (*ApiKeyList, *http.Response, error)
- func (a *ApiKeysAPIService) GetCurrentApiKey(ctx context.Context) ApiKeysAPIGetCurrentApiKeyRequest
- func (a *ApiKeysAPIService) GetCurrentApiKeyExecute(r ApiKeysAPIGetCurrentApiKeyRequest) (*ApiKeyList, *http.Response, error)
- func (a *ApiKeysAPIService) ListApiKeys(ctx context.Context) ApiKeysAPIListApiKeysRequest
- func (a *ApiKeysAPIService) ListApiKeysExecute(r ApiKeysAPIListApiKeysRequest) ([]ApiKeyList, *http.Response, error)
- type AuditAPI
- type AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) Action(action StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) ActorApiKeyPrefix(actorApiKeyPrefix StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) ActorApiKeySuffix(actorApiKeySuffix StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) ActorEmail(actorEmail StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) ActorId(actorId StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) CreatedAt(createdAt DateFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) Execute() (*PaginatedAuditLogs, *http.Response, error)
- func (r AuditAPIGetOrganizationAuditLogsRequest) From(from time.Time) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) Id(id StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) Limit(limit float32) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) NextToken(nextToken string) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) Page(page float32) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) StatusCode(statusCode IntFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) TargetId(targetId StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) TargetType(targetType StringFilter) AuditAPIGetOrganizationAuditLogsRequest
- func (r AuditAPIGetOrganizationAuditLogsRequest) To(to time.Time) AuditAPIGetOrganizationAuditLogsRequest
- type AuditAPIService
- type AuditLog
- func (o *AuditLog) GetAction() string
- func (o *AuditLog) GetActionOk() (*string, bool)
- func (o *AuditLog) GetActorApiKeyPrefix() string
- func (o *AuditLog) GetActorApiKeyPrefixOk() (*string, bool)
- func (o *AuditLog) GetActorApiKeySuffix() string
- func (o *AuditLog) GetActorApiKeySuffixOk() (*string, bool)
- func (o *AuditLog) GetActorEmail() string
- func (o *AuditLog) GetActorEmailOk() (*string, bool)
- func (o *AuditLog) GetActorId() string
- func (o *AuditLog) GetActorIdOk() (*string, bool)
- func (o *AuditLog) GetCreatedAt() time.Time
- func (o *AuditLog) GetCreatedAtOk() (*time.Time, bool)
- func (o *AuditLog) GetErrorMessage() string
- func (o *AuditLog) GetErrorMessageOk() (*string, bool)
- func (o *AuditLog) GetId() string
- func (o *AuditLog) GetIdOk() (*string, bool)
- func (o *AuditLog) GetIpAddress() string
- func (o *AuditLog) GetIpAddressOk() (*string, bool)
- func (o *AuditLog) GetMetadata() map[string]interface{}
- func (o *AuditLog) GetMetadataOk() (map[string]interface{}, bool)
- func (o *AuditLog) GetOrganizationId() string
- func (o *AuditLog) GetOrganizationIdOk() (*string, bool)
- func (o *AuditLog) GetSource() string
- func (o *AuditLog) GetSourceOk() (*string, bool)
- func (o *AuditLog) GetStatusCode() float32
- func (o *AuditLog) GetStatusCodeOk() (*float32, bool)
- func (o *AuditLog) GetTargetId() string
- func (o *AuditLog) GetTargetIdOk() (*string, bool)
- func (o *AuditLog) GetTargetType() string
- func (o *AuditLog) GetTargetTypeOk() (*string, bool)
- func (o *AuditLog) GetUserAgent() string
- func (o *AuditLog) GetUserAgentOk() (*string, bool)
- func (o *AuditLog) HasActorApiKeyPrefix() bool
- func (o *AuditLog) HasActorApiKeySuffix() bool
- func (o *AuditLog) HasErrorMessage() bool
- func (o *AuditLog) HasIpAddress() bool
- func (o *AuditLog) HasMetadata() bool
- func (o *AuditLog) HasOrganizationId() bool
- func (o *AuditLog) HasSource() bool
- func (o *AuditLog) HasStatusCode() bool
- func (o *AuditLog) HasTargetId() bool
- func (o *AuditLog) HasTargetType() bool
- func (o *AuditLog) HasUserAgent() bool
- func (o AuditLog) MarshalJSON() ([]byte, error)
- func (o *AuditLog) SetAction(v string)
- func (o *AuditLog) SetActorApiKeyPrefix(v string)
- func (o *AuditLog) SetActorApiKeySuffix(v string)
- func (o *AuditLog) SetActorEmail(v string)
- func (o *AuditLog) SetActorId(v string)
- func (o *AuditLog) SetCreatedAt(v time.Time)
- func (o *AuditLog) SetErrorMessage(v string)
- func (o *AuditLog) SetId(v string)
- func (o *AuditLog) SetIpAddress(v string)
- func (o *AuditLog) SetMetadata(v map[string]interface{})
- func (o *AuditLog) SetOrganizationId(v string)
- func (o *AuditLog) SetSource(v string)
- func (o *AuditLog) SetStatusCode(v float32)
- func (o *AuditLog) SetTargetId(v string)
- func (o *AuditLog) SetTargetType(v string)
- func (o *AuditLog) SetUserAgent(v string)
- func (o AuditLog) ToMap() (map[string]interface{}, error)
- func (o *AuditLog) UnmarshalJSON(data []byte) (err error)
- type AvailableSandboxClass
- func (o *AvailableSandboxClass) GetAllowedGpuTypes() []GpuType
- func (o *AvailableSandboxClass) GetAllowedGpuTypesOk() ([]GpuType, bool)
- func (o *AvailableSandboxClass) GetGpuAvailable() bool
- func (o *AvailableSandboxClass) GetGpuAvailableOk() (*bool, bool)
- func (o *AvailableSandboxClass) GetRegionId() string
- func (o *AvailableSandboxClass) GetRegionIdOk() (*string, bool)
- func (o *AvailableSandboxClass) GetSandboxClass() SandboxClass
- func (o *AvailableSandboxClass) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *AvailableSandboxClass) HasAllowedGpuTypes() bool
- func (o AvailableSandboxClass) MarshalJSON() ([]byte, error)
- func (o *AvailableSandboxClass) SetAllowedGpuTypes(v []GpuType)
- func (o *AvailableSandboxClass) SetGpuAvailable(v bool)
- func (o *AvailableSandboxClass) SetRegionId(v string)
- func (o *AvailableSandboxClass) SetSandboxClass(v SandboxClass)
- func (o AvailableSandboxClass) ToMap() (map[string]interface{}, error)
- func (o *AvailableSandboxClass) UnmarshalJSON(data []byte) (err error)
- type BasicAuth
- type BuildInfo
- func (o *BuildInfo) GetContextHashes() []string
- func (o *BuildInfo) GetContextHashesOk() ([]string, bool)
- func (o *BuildInfo) GetCreatedAt() time.Time
- func (o *BuildInfo) GetCreatedAtOk() (*time.Time, bool)
- func (o *BuildInfo) GetDockerfileContent() string
- func (o *BuildInfo) GetDockerfileContentOk() (*string, bool)
- func (o *BuildInfo) GetSnapshotRef() string
- func (o *BuildInfo) GetSnapshotRefOk() (*string, bool)
- func (o *BuildInfo) GetUpdatedAt() time.Time
- func (o *BuildInfo) GetUpdatedAtOk() (*time.Time, bool)
- func (o *BuildInfo) HasContextHashes() bool
- func (o *BuildInfo) HasDockerfileContent() bool
- func (o BuildInfo) MarshalJSON() ([]byte, error)
- func (o *BuildInfo) SetContextHashes(v []string)
- func (o *BuildInfo) SetCreatedAt(v time.Time)
- func (o *BuildInfo) SetDockerfileContent(v string)
- func (o *BuildInfo) SetSnapshotRef(v string)
- func (o *BuildInfo) SetUpdatedAt(v time.Time)
- func (o BuildInfo) ToMap() (map[string]interface{}, error)
- func (o *BuildInfo) UnmarshalJSON(data []byte) (err error)
- type ConfigAPI
- type ConfigAPIConfigControllerGetConfigRequest
- type ConfigAPIService
- type Configuration
- type CreateApiKey
- func (o *CreateApiKey) GetExpiresAt() time.Time
- func (o *CreateApiKey) GetExpiresAtOk() (*time.Time, bool)
- func (o *CreateApiKey) GetName() string
- func (o *CreateApiKey) GetNameOk() (*string, bool)
- func (o *CreateApiKey) GetPermissions() []string
- func (o *CreateApiKey) GetPermissionsOk() ([]string, bool)
- func (o *CreateApiKey) HasExpiresAt() bool
- func (o CreateApiKey) MarshalJSON() ([]byte, error)
- func (o *CreateApiKey) SetExpiresAt(v time.Time)
- func (o *CreateApiKey) SetExpiresAtNil()
- func (o *CreateApiKey) SetName(v string)
- func (o *CreateApiKey) SetPermissions(v []string)
- func (o CreateApiKey) ToMap() (map[string]interface{}, error)
- func (o *CreateApiKey) UnmarshalJSON(data []byte) (err error)
- func (o *CreateApiKey) UnsetExpiresAt()
- type CreateBuildInfo
- func (o *CreateBuildInfo) GetContextHashes() []string
- func (o *CreateBuildInfo) GetContextHashesOk() ([]string, bool)
- func (o *CreateBuildInfo) GetDockerfileContent() string
- func (o *CreateBuildInfo) GetDockerfileContentOk() (*string, bool)
- func (o *CreateBuildInfo) HasContextHashes() bool
- func (o CreateBuildInfo) MarshalJSON() ([]byte, error)
- func (o *CreateBuildInfo) SetContextHashes(v []string)
- func (o *CreateBuildInfo) SetDockerfileContent(v string)
- func (o CreateBuildInfo) ToMap() (map[string]interface{}, error)
- func (o *CreateBuildInfo) UnmarshalJSON(data []byte) (err error)
- type CreateDockerRegistry
- func (o *CreateDockerRegistry) GetName() string
- func (o *CreateDockerRegistry) GetNameOk() (*string, bool)
- func (o *CreateDockerRegistry) GetPassword() string
- func (o *CreateDockerRegistry) GetPasswordOk() (*string, bool)
- func (o *CreateDockerRegistry) GetProject() string
- func (o *CreateDockerRegistry) GetProjectOk() (*string, bool)
- func (o *CreateDockerRegistry) GetUrl() string
- func (o *CreateDockerRegistry) GetUrlOk() (*string, bool)
- func (o *CreateDockerRegistry) GetUsername() string
- func (o *CreateDockerRegistry) GetUsernameOk() (*string, bool)
- func (o *CreateDockerRegistry) HasProject() bool
- func (o CreateDockerRegistry) MarshalJSON() ([]byte, error)
- func (o *CreateDockerRegistry) SetName(v string)
- func (o *CreateDockerRegistry) SetPassword(v string)
- func (o *CreateDockerRegistry) SetProject(v string)
- func (o *CreateDockerRegistry) SetUrl(v string)
- func (o *CreateDockerRegistry) SetUsername(v string)
- func (o CreateDockerRegistry) ToMap() (map[string]interface{}, error)
- func (o *CreateDockerRegistry) UnmarshalJSON(data []byte) (err error)
- type CreateLinkedAccount
- func (o *CreateLinkedAccount) GetProvider() string
- func (o *CreateLinkedAccount) GetProviderOk() (*string, bool)
- func (o *CreateLinkedAccount) GetUserId() string
- func (o *CreateLinkedAccount) GetUserIdOk() (*string, bool)
- func (o CreateLinkedAccount) MarshalJSON() ([]byte, error)
- func (o *CreateLinkedAccount) SetProvider(v string)
- func (o *CreateLinkedAccount) SetUserId(v string)
- func (o CreateLinkedAccount) ToMap() (map[string]interface{}, error)
- func (o *CreateLinkedAccount) UnmarshalJSON(data []byte) (err error)
- type CreateOrganization
- func (o *CreateOrganization) GetDefaultRegionId() string
- func (o *CreateOrganization) GetDefaultRegionIdOk() (*string, bool)
- func (o *CreateOrganization) GetName() string
- func (o *CreateOrganization) GetNameOk() (*string, bool)
- func (o CreateOrganization) MarshalJSON() ([]byte, error)
- func (o *CreateOrganization) SetDefaultRegionId(v string)
- func (o *CreateOrganization) SetName(v string)
- func (o CreateOrganization) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganization) UnmarshalJSON(data []byte) (err error)
- type CreateOrganizationInvitation
- func (o *CreateOrganizationInvitation) GetAssignedRoleIds() []string
- func (o *CreateOrganizationInvitation) GetAssignedRoleIdsOk() ([]string, bool)
- func (o *CreateOrganizationInvitation) GetEmail() string
- func (o *CreateOrganizationInvitation) GetEmailOk() (*string, bool)
- func (o *CreateOrganizationInvitation) GetExpiresAt() time.Time
- func (o *CreateOrganizationInvitation) GetExpiresAtOk() (*time.Time, bool)
- func (o *CreateOrganizationInvitation) GetRole() string
- func (o *CreateOrganizationInvitation) GetRoleOk() (*string, bool)
- func (o *CreateOrganizationInvitation) HasExpiresAt() bool
- func (o CreateOrganizationInvitation) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationInvitation) SetAssignedRoleIds(v []string)
- func (o *CreateOrganizationInvitation) SetEmail(v string)
- func (o *CreateOrganizationInvitation) SetExpiresAt(v time.Time)
- func (o *CreateOrganizationInvitation) SetRole(v string)
- func (o CreateOrganizationInvitation) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationInvitation) UnmarshalJSON(data []byte) (err error)
- type CreateOrganizationQuota
- func (o *CreateOrganizationQuota) GetMaxConcurrentSnapshotProcessing() float32
- func (o *CreateOrganizationQuota) GetMaxConcurrentSnapshotProcessingOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetMaxCpuPerSandbox() float32
- func (o *CreateOrganizationQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetMaxDiskPerSandbox() float32
- func (o *CreateOrganizationQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetMaxMemoryPerSandbox() float32
- func (o *CreateOrganizationQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetMaxSnapshotSize() float32
- func (o *CreateOrganizationQuota) GetMaxSnapshotSizeOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetSnapshotQuota() float32
- func (o *CreateOrganizationQuota) GetSnapshotQuotaOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetTotalCpuQuota() float32
- func (o *CreateOrganizationQuota) GetTotalCpuQuotaOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetTotalDiskQuota() float32
- func (o *CreateOrganizationQuota) GetTotalDiskQuotaOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetTotalGpuQuota() float32
- func (o *CreateOrganizationQuota) GetTotalGpuQuotaOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetTotalMemoryQuota() float32
- func (o *CreateOrganizationQuota) GetTotalMemoryQuotaOk() (*float32, bool)
- func (o *CreateOrganizationQuota) GetVolumeQuota() float32
- func (o *CreateOrganizationQuota) GetVolumeQuotaOk() (*float32, bool)
- func (o *CreateOrganizationQuota) HasMaxConcurrentSnapshotProcessing() bool
- func (o *CreateOrganizationQuota) HasMaxCpuPerSandbox() bool
- func (o *CreateOrganizationQuota) HasMaxDiskPerSandbox() bool
- func (o *CreateOrganizationQuota) HasMaxMemoryPerSandbox() bool
- func (o *CreateOrganizationQuota) HasMaxSnapshotSize() bool
- func (o *CreateOrganizationQuota) HasSnapshotQuota() bool
- func (o *CreateOrganizationQuota) HasTotalCpuQuota() bool
- func (o *CreateOrganizationQuota) HasTotalDiskQuota() bool
- func (o *CreateOrganizationQuota) HasTotalGpuQuota() bool
- func (o *CreateOrganizationQuota) HasTotalMemoryQuota() bool
- func (o *CreateOrganizationQuota) HasVolumeQuota() bool
- func (o CreateOrganizationQuota) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationQuota) SetMaxConcurrentSnapshotProcessing(v float32)
- func (o *CreateOrganizationQuota) SetMaxCpuPerSandbox(v float32)
- func (o *CreateOrganizationQuota) SetMaxDiskPerSandbox(v float32)
- func (o *CreateOrganizationQuota) SetMaxMemoryPerSandbox(v float32)
- func (o *CreateOrganizationQuota) SetMaxSnapshotSize(v float32)
- func (o *CreateOrganizationQuota) SetSnapshotQuota(v float32)
- func (o *CreateOrganizationQuota) SetTotalCpuQuota(v float32)
- func (o *CreateOrganizationQuota) SetTotalDiskQuota(v float32)
- func (o *CreateOrganizationQuota) SetTotalGpuQuota(v float32)
- func (o *CreateOrganizationQuota) SetTotalMemoryQuota(v float32)
- func (o *CreateOrganizationQuota) SetVolumeQuota(v float32)
- func (o CreateOrganizationQuota) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationQuota) UnmarshalJSON(data []byte) (err error)
- type CreateOrganizationRegionQuota
- func (o *CreateOrganizationRegionQuota) GetAllowedGpuTypes() []GpuType
- func (o *CreateOrganizationRegionQuota) GetAllowedGpuTypesOk() ([]GpuType, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxCpuPerGpuSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxCpuPerSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxDiskPerGpuSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxDiskPerSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerGpuSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerSandbox() float32
- func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetSandboxClass() SandboxClass
- func (o *CreateOrganizationRegionQuota) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *CreateOrganizationRegionQuota) GetTotalCpuQuota() float32
- func (o *CreateOrganizationRegionQuota) GetTotalCpuQuotaOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetTotalDiskQuota() float32
- func (o *CreateOrganizationRegionQuota) GetTotalDiskQuotaOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetTotalGpuQuota() float32
- func (o *CreateOrganizationRegionQuota) GetTotalGpuQuotaOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) GetTotalMemoryQuota() float32
- func (o *CreateOrganizationRegionQuota) GetTotalMemoryQuotaOk() (*float32, bool)
- func (o *CreateOrganizationRegionQuota) HasAllowedGpuTypes() bool
- func (o *CreateOrganizationRegionQuota) HasMaxCpuPerGpuSandbox() bool
- func (o *CreateOrganizationRegionQuota) HasMaxCpuPerSandbox() bool
- func (o *CreateOrganizationRegionQuota) HasMaxDiskPerGpuSandbox() bool
- func (o *CreateOrganizationRegionQuota) HasMaxDiskPerNonEphemeralSandbox() bool
- func (o *CreateOrganizationRegionQuota) HasMaxDiskPerSandbox() bool
- func (o *CreateOrganizationRegionQuota) HasMaxMemoryPerGpuSandbox() bool
- func (o *CreateOrganizationRegionQuota) HasMaxMemoryPerSandbox() bool
- func (o CreateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationRegionQuota) SetAllowedGpuTypes(v []GpuType)
- func (o *CreateOrganizationRegionQuota) SetMaxCpuPerGpuSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxCpuPerGpuSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetMaxCpuPerSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxCpuPerSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetMaxDiskPerGpuSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxDiskPerGpuSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetMaxDiskPerSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxDiskPerSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerGpuSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerGpuSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerSandbox(v float32)
- func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerSandboxNil()
- func (o *CreateOrganizationRegionQuota) SetSandboxClass(v SandboxClass)
- func (o *CreateOrganizationRegionQuota) SetTotalCpuQuota(v float32)
- func (o *CreateOrganizationRegionQuota) SetTotalDiskQuota(v float32)
- func (o *CreateOrganizationRegionQuota) SetTotalGpuQuota(v float32)
- func (o *CreateOrganizationRegionQuota) SetTotalMemoryQuota(v float32)
- func (o CreateOrganizationRegionQuota) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationRegionQuota) UnmarshalJSON(data []byte) (err error)
- func (o *CreateOrganizationRegionQuota) UnsetMaxCpuPerGpuSandbox()
- func (o *CreateOrganizationRegionQuota) UnsetMaxCpuPerSandbox()
- func (o *CreateOrganizationRegionQuota) UnsetMaxDiskPerGpuSandbox()
- func (o *CreateOrganizationRegionQuota) UnsetMaxDiskPerNonEphemeralSandbox()
- func (o *CreateOrganizationRegionQuota) UnsetMaxDiskPerSandbox()
- func (o *CreateOrganizationRegionQuota) UnsetMaxMemoryPerGpuSandbox()
- func (o *CreateOrganizationRegionQuota) UnsetMaxMemoryPerSandbox()
- type CreateOrganizationRole
- func (o *CreateOrganizationRole) GetDescription() string
- func (o *CreateOrganizationRole) GetDescriptionOk() (*string, bool)
- func (o *CreateOrganizationRole) GetName() string
- func (o *CreateOrganizationRole) GetNameOk() (*string, bool)
- func (o *CreateOrganizationRole) GetPermissions() []string
- func (o *CreateOrganizationRole) GetPermissionsOk() ([]string, bool)
- func (o CreateOrganizationRole) MarshalJSON() ([]byte, error)
- func (o *CreateOrganizationRole) SetDescription(v string)
- func (o *CreateOrganizationRole) SetName(v string)
- func (o *CreateOrganizationRole) SetPermissions(v []string)
- func (o CreateOrganizationRole) ToMap() (map[string]interface{}, error)
- func (o *CreateOrganizationRole) UnmarshalJSON(data []byte) (err error)
- type CreateRegion
- func (o *CreateRegion) GetName() string
- func (o *CreateRegion) GetNameOk() (*string, bool)
- func (o *CreateRegion) GetProxyUrl() string
- func (o *CreateRegion) GetProxyUrlOk() (*string, bool)
- func (o *CreateRegion) GetSnapshotManagerUrl() string
- func (o *CreateRegion) GetSnapshotManagerUrlOk() (*string, bool)
- func (o *CreateRegion) GetSshGatewayUrl() string
- func (o *CreateRegion) GetSshGatewayUrlOk() (*string, bool)
- func (o *CreateRegion) HasProxyUrl() bool
- func (o *CreateRegion) HasSnapshotManagerUrl() bool
- func (o *CreateRegion) HasSshGatewayUrl() bool
- func (o CreateRegion) MarshalJSON() ([]byte, error)
- func (o *CreateRegion) SetName(v string)
- func (o *CreateRegion) SetProxyUrl(v string)
- func (o *CreateRegion) SetProxyUrlNil()
- func (o *CreateRegion) SetSnapshotManagerUrl(v string)
- func (o *CreateRegion) SetSnapshotManagerUrlNil()
- func (o *CreateRegion) SetSshGatewayUrl(v string)
- func (o *CreateRegion) SetSshGatewayUrlNil()
- func (o CreateRegion) ToMap() (map[string]interface{}, error)
- func (o *CreateRegion) UnmarshalJSON(data []byte) (err error)
- func (o *CreateRegion) UnsetProxyUrl()
- func (o *CreateRegion) UnsetSnapshotManagerUrl()
- func (o *CreateRegion) UnsetSshGatewayUrl()
- type CreateRegionResponse
- func (o *CreateRegionResponse) GetId() string
- func (o *CreateRegionResponse) GetIdOk() (*string, bool)
- func (o *CreateRegionResponse) GetProxyApiKey() string
- func (o *CreateRegionResponse) GetProxyApiKeyOk() (*string, bool)
- func (o *CreateRegionResponse) GetSnapshotManagerPassword() string
- func (o *CreateRegionResponse) GetSnapshotManagerPasswordOk() (*string, bool)
- func (o *CreateRegionResponse) GetSnapshotManagerUsername() string
- func (o *CreateRegionResponse) GetSnapshotManagerUsernameOk() (*string, bool)
- func (o *CreateRegionResponse) GetSshGatewayApiKey() string
- func (o *CreateRegionResponse) GetSshGatewayApiKeyOk() (*string, bool)
- func (o *CreateRegionResponse) HasProxyApiKey() bool
- func (o *CreateRegionResponse) HasSnapshotManagerPassword() bool
- func (o *CreateRegionResponse) HasSnapshotManagerUsername() bool
- func (o *CreateRegionResponse) HasSshGatewayApiKey() bool
- func (o CreateRegionResponse) MarshalJSON() ([]byte, error)
- func (o *CreateRegionResponse) SetId(v string)
- func (o *CreateRegionResponse) SetProxyApiKey(v string)
- func (o *CreateRegionResponse) SetProxyApiKeyNil()
- func (o *CreateRegionResponse) SetSnapshotManagerPassword(v string)
- func (o *CreateRegionResponse) SetSnapshotManagerPasswordNil()
- func (o *CreateRegionResponse) SetSnapshotManagerUsername(v string)
- func (o *CreateRegionResponse) SetSnapshotManagerUsernameNil()
- func (o *CreateRegionResponse) SetSshGatewayApiKey(v string)
- func (o *CreateRegionResponse) SetSshGatewayApiKeyNil()
- func (o CreateRegionResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateRegionResponse) UnmarshalJSON(data []byte) (err error)
- func (o *CreateRegionResponse) UnsetProxyApiKey()
- func (o *CreateRegionResponse) UnsetSnapshotManagerPassword()
- func (o *CreateRegionResponse) UnsetSnapshotManagerUsername()
- func (o *CreateRegionResponse) UnsetSshGatewayApiKey()
- type CreateRunner
- func (o *CreateRunner) GetName() string
- func (o *CreateRunner) GetNameOk() (*string, bool)
- func (o *CreateRunner) GetRegionId() string
- func (o *CreateRunner) GetRegionIdOk() (*string, bool)
- func (o *CreateRunner) GetTags() []string
- func (o *CreateRunner) GetTagsOk() ([]string, bool)
- func (o *CreateRunner) HasTags() bool
- func (o CreateRunner) MarshalJSON() ([]byte, error)
- func (o *CreateRunner) SetName(v string)
- func (o *CreateRunner) SetRegionId(v string)
- func (o *CreateRunner) SetTags(v []string)
- func (o CreateRunner) ToMap() (map[string]interface{}, error)
- func (o *CreateRunner) UnmarshalJSON(data []byte) (err error)
- type CreateRunnerResponse
- func (o *CreateRunnerResponse) GetApiKey() string
- func (o *CreateRunnerResponse) GetApiKeyOk() (*string, bool)
- func (o *CreateRunnerResponse) GetId() string
- func (o *CreateRunnerResponse) GetIdOk() (*string, bool)
- func (o CreateRunnerResponse) MarshalJSON() ([]byte, error)
- func (o *CreateRunnerResponse) SetApiKey(v string)
- func (o *CreateRunnerResponse) SetId(v string)
- func (o CreateRunnerResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateRunnerResponse) UnmarshalJSON(data []byte) (err error)
- type CreateSandbox
- func (o *CreateSandbox) GetAutoArchiveInterval() int32
- func (o *CreateSandbox) GetAutoArchiveIntervalOk() (*int32, bool)
- func (o *CreateSandbox) GetAutoDeleteInterval() int32
- func (o *CreateSandbox) GetAutoDeleteIntervalOk() (*int32, bool)
- func (o *CreateSandbox) GetAutoPauseInterval() int32
- func (o *CreateSandbox) GetAutoPauseIntervalOk() (*int32, bool)
- func (o *CreateSandbox) GetAutoStopInterval() int32
- func (o *CreateSandbox) GetAutoStopIntervalOk() (*int32, bool)
- func (o *CreateSandbox) GetBuildInfo() CreateBuildInfo
- func (o *CreateSandbox) GetBuildInfoOk() (*CreateBuildInfo, bool)
- func (o *CreateSandbox) GetCpu() int32
- func (o *CreateSandbox) GetCpuOk() (*int32, bool)
- func (o *CreateSandbox) GetDisk() int32
- func (o *CreateSandbox) GetDiskOk() (*int32, bool)
- func (o *CreateSandbox) GetDomainAllowList() string
- func (o *CreateSandbox) GetDomainAllowListOk() (*string, bool)
- func (o *CreateSandbox) GetEnv() map[string]string
- func (o *CreateSandbox) GetEnvOk() (*map[string]string, bool)
- func (o *CreateSandbox) GetGpu() int32
- func (o *CreateSandbox) GetGpuOk() (*int32, bool)
- func (o *CreateSandbox) GetGpuType() []GpuType
- func (o *CreateSandbox) GetGpuTypeOk() ([]GpuType, bool)
- func (o *CreateSandbox) GetLabels() map[string]string
- func (o *CreateSandbox) GetLabelsOk() (*map[string]string, bool)
- func (o *CreateSandbox) GetLinkedSandbox() string
- func (o *CreateSandbox) GetLinkedSandboxOk() (*string, bool)
- func (o *CreateSandbox) GetMemory() int32
- func (o *CreateSandbox) GetMemoryOk() (*int32, bool)
- func (o *CreateSandbox) GetName() string
- func (o *CreateSandbox) GetNameOk() (*string, bool)
- func (o *CreateSandbox) GetNetworkAllowList() string
- func (o *CreateSandbox) GetNetworkAllowListOk() (*string, bool)
- func (o *CreateSandbox) GetNetworkBlockAll() bool
- func (o *CreateSandbox) GetNetworkBlockAllOk() (*bool, bool)
- func (o *CreateSandbox) GetPublic() bool
- func (o *CreateSandbox) GetPublicOk() (*bool, bool)
- func (o *CreateSandbox) GetSecrets() []map[string]string
- func (o *CreateSandbox) GetSecretsOk() ([]map[string]string, bool)
- func (o *CreateSandbox) GetSnapshot() string
- func (o *CreateSandbox) GetSnapshotOk() (*string, bool)
- func (o *CreateSandbox) GetTarget() string
- func (o *CreateSandbox) GetTargetOk() (*string, bool)
- func (o *CreateSandbox) GetTtlMinutes() int32
- func (o *CreateSandbox) GetTtlMinutesOk() (*int32, bool)
- func (o *CreateSandbox) GetUser() string
- func (o *CreateSandbox) GetUserOk() (*string, bool)
- func (o *CreateSandbox) GetVolumes() []SandboxVolume
- func (o *CreateSandbox) GetVolumesOk() ([]SandboxVolume, bool)
- func (o *CreateSandbox) HasAutoArchiveInterval() bool
- func (o *CreateSandbox) HasAutoDeleteInterval() bool
- func (o *CreateSandbox) HasAutoPauseInterval() bool
- func (o *CreateSandbox) HasAutoStopInterval() bool
- func (o *CreateSandbox) HasBuildInfo() bool
- func (o *CreateSandbox) HasCpu() bool
- func (o *CreateSandbox) HasDisk() bool
- func (o *CreateSandbox) HasDomainAllowList() bool
- func (o *CreateSandbox) HasEnv() bool
- func (o *CreateSandbox) HasGpu() bool
- func (o *CreateSandbox) HasGpuType() bool
- func (o *CreateSandbox) HasLabels() bool
- func (o *CreateSandbox) HasLinkedSandbox() bool
- func (o *CreateSandbox) HasMemory() bool
- func (o *CreateSandbox) HasName() bool
- func (o *CreateSandbox) HasNetworkAllowList() bool
- func (o *CreateSandbox) HasNetworkBlockAll() bool
- func (o *CreateSandbox) HasPublic() bool
- func (o *CreateSandbox) HasSecrets() bool
- func (o *CreateSandbox) HasSnapshot() bool
- func (o *CreateSandbox) HasTarget() bool
- func (o *CreateSandbox) HasTtlMinutes() bool
- func (o *CreateSandbox) HasUser() bool
- func (o *CreateSandbox) HasVolumes() bool
- func (o CreateSandbox) MarshalJSON() ([]byte, error)
- func (o *CreateSandbox) SetAutoArchiveInterval(v int32)
- func (o *CreateSandbox) SetAutoDeleteInterval(v int32)
- func (o *CreateSandbox) SetAutoPauseInterval(v int32)
- func (o *CreateSandbox) SetAutoStopInterval(v int32)
- func (o *CreateSandbox) SetBuildInfo(v CreateBuildInfo)
- func (o *CreateSandbox) SetCpu(v int32)
- func (o *CreateSandbox) SetDisk(v int32)
- func (o *CreateSandbox) SetDomainAllowList(v string)
- func (o *CreateSandbox) SetEnv(v map[string]string)
- func (o *CreateSandbox) SetGpu(v int32)
- func (o *CreateSandbox) SetGpuType(v []GpuType)
- func (o *CreateSandbox) SetLabels(v map[string]string)
- func (o *CreateSandbox) SetLinkedSandbox(v string)
- func (o *CreateSandbox) SetMemory(v int32)
- func (o *CreateSandbox) SetName(v string)
- func (o *CreateSandbox) SetNetworkAllowList(v string)
- func (o *CreateSandbox) SetNetworkBlockAll(v bool)
- func (o *CreateSandbox) SetPublic(v bool)
- func (o *CreateSandbox) SetSecrets(v []map[string]string)
- func (o *CreateSandbox) SetSnapshot(v string)
- func (o *CreateSandbox) SetTarget(v string)
- func (o *CreateSandbox) SetTtlMinutes(v int32)
- func (o *CreateSandbox) SetUser(v string)
- func (o *CreateSandbox) SetVolumes(v []SandboxVolume)
- func (o CreateSandbox) ToMap() (map[string]interface{}, error)
- func (o *CreateSandbox) UnmarshalJSON(data []byte) (err error)
- type CreateSandboxSnapshot
- func (o *CreateSandboxSnapshot) GetIncludeMemory() bool
- func (o *CreateSandboxSnapshot) GetIncludeMemoryOk() (*bool, bool)
- func (o *CreateSandboxSnapshot) GetName() string
- func (o *CreateSandboxSnapshot) GetNameOk() (*string, bool)
- func (o *CreateSandboxSnapshot) HasIncludeMemory() bool
- func (o CreateSandboxSnapshot) MarshalJSON() ([]byte, error)
- func (o *CreateSandboxSnapshot) SetIncludeMemory(v bool)
- func (o *CreateSandboxSnapshot) SetName(v string)
- func (o CreateSandboxSnapshot) ToMap() (map[string]interface{}, error)
- func (o *CreateSandboxSnapshot) UnmarshalJSON(data []byte) (err error)
- type CreateSecret
- func (o *CreateSecret) GetDescription() string
- func (o *CreateSecret) GetDescriptionOk() (*string, bool)
- func (o *CreateSecret) GetHosts() []string
- func (o *CreateSecret) GetHostsOk() ([]string, bool)
- func (o *CreateSecret) GetName() string
- func (o *CreateSecret) GetNameOk() (*string, bool)
- func (o *CreateSecret) GetValue() string
- func (o *CreateSecret) GetValueOk() (*string, bool)
- func (o *CreateSecret) HasDescription() bool
- func (o *CreateSecret) HasHosts() bool
- func (o CreateSecret) MarshalJSON() ([]byte, error)
- func (o *CreateSecret) SetDescription(v string)
- func (o *CreateSecret) SetHosts(v []string)
- func (o *CreateSecret) SetName(v string)
- func (o *CreateSecret) SetValue(v string)
- func (o CreateSecret) ToMap() (map[string]interface{}, error)
- func (o *CreateSecret) UnmarshalJSON(data []byte) (err error)
- type CreateSnapshot
- func (o *CreateSnapshot) GetBuildInfo() CreateBuildInfo
- func (o *CreateSnapshot) GetBuildInfoOk() (*CreateBuildInfo, bool)
- func (o *CreateSnapshot) GetCpu() int32
- func (o *CreateSnapshot) GetCpuOk() (*int32, bool)
- func (o *CreateSnapshot) GetDisk() int32
- func (o *CreateSnapshot) GetDiskOk() (*int32, bool)
- func (o *CreateSnapshot) GetEntrypoint() []string
- func (o *CreateSnapshot) GetEntrypointOk() ([]string, bool)
- func (o *CreateSnapshot) GetGpu() int32
- func (o *CreateSnapshot) GetGpuOk() (*int32, bool)
- func (o *CreateSnapshot) GetGpuType() []GpuType
- func (o *CreateSnapshot) GetGpuTypeOk() ([]GpuType, bool)
- func (o *CreateSnapshot) GetImageName() string
- func (o *CreateSnapshot) GetImageNameOk() (*string, bool)
- func (o *CreateSnapshot) GetMemory() int32
- func (o *CreateSnapshot) GetMemoryOk() (*int32, bool)
- func (o *CreateSnapshot) GetName() string
- func (o *CreateSnapshot) GetNameOk() (*string, bool)
- func (o *CreateSnapshot) GetRegionId() string
- func (o *CreateSnapshot) GetRegionIdOk() (*string, bool)
- func (o *CreateSnapshot) GetSandboxClass() SandboxClass
- func (o *CreateSnapshot) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *CreateSnapshot) HasBuildInfo() bool
- func (o *CreateSnapshot) HasCpu() bool
- func (o *CreateSnapshot) HasDisk() bool
- func (o *CreateSnapshot) HasEntrypoint() bool
- func (o *CreateSnapshot) HasGpu() bool
- func (o *CreateSnapshot) HasGpuType() bool
- func (o *CreateSnapshot) HasImageName() bool
- func (o *CreateSnapshot) HasMemory() bool
- func (o *CreateSnapshot) HasRegionId() bool
- func (o *CreateSnapshot) HasSandboxClass() bool
- func (o CreateSnapshot) MarshalJSON() ([]byte, error)
- func (o *CreateSnapshot) SetBuildInfo(v CreateBuildInfo)
- func (o *CreateSnapshot) SetCpu(v int32)
- func (o *CreateSnapshot) SetDisk(v int32)
- func (o *CreateSnapshot) SetEntrypoint(v []string)
- func (o *CreateSnapshot) SetGpu(v int32)
- func (o *CreateSnapshot) SetGpuType(v []GpuType)
- func (o *CreateSnapshot) SetImageName(v string)
- func (o *CreateSnapshot) SetMemory(v int32)
- func (o *CreateSnapshot) SetName(v string)
- func (o *CreateSnapshot) SetRegionId(v string)
- func (o *CreateSnapshot) SetSandboxClass(v SandboxClass)
- func (o CreateSnapshot) ToMap() (map[string]interface{}, error)
- func (o *CreateSnapshot) UnmarshalJSON(data []byte) (err error)
- type CreateUser
- func (o *CreateUser) GetEmail() string
- func (o *CreateUser) GetEmailOk() (*string, bool)
- func (o *CreateUser) GetEmailVerified() bool
- func (o *CreateUser) GetEmailVerifiedOk() (*bool, bool)
- func (o *CreateUser) GetId() string
- func (o *CreateUser) GetIdOk() (*string, bool)
- func (o *CreateUser) GetName() string
- func (o *CreateUser) GetNameOk() (*string, bool)
- func (o *CreateUser) GetPersonalOrganizationDefaultRegionId() string
- func (o *CreateUser) GetPersonalOrganizationDefaultRegionIdOk() (*string, bool)
- func (o *CreateUser) GetPersonalOrganizationQuota() CreateOrganizationQuota
- func (o *CreateUser) GetPersonalOrganizationQuotaOk() (*CreateOrganizationQuota, bool)
- func (o *CreateUser) GetRole() string
- func (o *CreateUser) GetRoleOk() (*string, bool)
- func (o *CreateUser) HasEmail() bool
- func (o *CreateUser) HasEmailVerified() bool
- func (o *CreateUser) HasPersonalOrganizationDefaultRegionId() bool
- func (o *CreateUser) HasPersonalOrganizationQuota() bool
- func (o *CreateUser) HasRole() bool
- func (o CreateUser) MarshalJSON() ([]byte, error)
- func (o *CreateUser) SetEmail(v string)
- func (o *CreateUser) SetEmailVerified(v bool)
- func (o *CreateUser) SetId(v string)
- func (o *CreateUser) SetName(v string)
- func (o *CreateUser) SetPersonalOrganizationDefaultRegionId(v string)
- func (o *CreateUser) SetPersonalOrganizationQuota(v CreateOrganizationQuota)
- func (o *CreateUser) SetRole(v string)
- func (o CreateUser) ToMap() (map[string]interface{}, error)
- func (o *CreateUser) UnmarshalJSON(data []byte) (err error)
- type CreateVolume
- func (o *CreateVolume) GetName() string
- func (o *CreateVolume) GetNameOk() (*string, bool)
- func (o CreateVolume) MarshalJSON() ([]byte, error)
- func (o *CreateVolume) SetName(v string)
- func (o CreateVolume) ToMap() (map[string]interface{}, error)
- func (o *CreateVolume) UnmarshalJSON(data []byte) (err error)
- type DateFilter
- func (o *DateFilter) GetGt() time.Time
- func (o *DateFilter) GetGtOk() (*time.Time, bool)
- func (o *DateFilter) GetGte() time.Time
- func (o *DateFilter) GetGteOk() (*time.Time, bool)
- func (o *DateFilter) GetLt() time.Time
- func (o *DateFilter) GetLtOk() (*time.Time, bool)
- func (o *DateFilter) GetLte() time.Time
- func (o *DateFilter) GetLteOk() (*time.Time, bool)
- func (o *DateFilter) HasGt() bool
- func (o *DateFilter) HasGte() bool
- func (o *DateFilter) HasLt() bool
- func (o *DateFilter) HasLte() bool
- func (o DateFilter) MarshalJSON() ([]byte, error)
- func (o *DateFilter) SetGt(v time.Time)
- func (o *DateFilter) SetGte(v time.Time)
- func (o *DateFilter) SetLt(v time.Time)
- func (o *DateFilter) SetLte(v time.Time)
- func (o DateFilter) ToMap() (map[string]interface{}, error)
- func (o *DateFilter) UnmarshalJSON(data []byte) (err error)
- type DaytonaConfiguration
- func (o *DaytonaConfiguration) GetAnalyticsApiUrl() string
- func (o *DaytonaConfiguration) GetAnalyticsApiUrlOk() (*string, bool)
- func (o *DaytonaConfiguration) GetAnnouncements() map[string]Announcement
- func (o *DaytonaConfiguration) GetAnnouncementsOk() (*map[string]Announcement, bool)
- func (o *DaytonaConfiguration) GetBillingApiUrl() string
- func (o *DaytonaConfiguration) GetBillingApiUrlOk() (*string, bool)
- func (o *DaytonaConfiguration) GetDashboardUrl() string
- func (o *DaytonaConfiguration) GetDashboardUrlOk() (*string, bool)
- func (o *DaytonaConfiguration) GetDefaultSnapshot() string
- func (o *DaytonaConfiguration) GetDefaultSnapshotOk() (*string, bool)
- func (o *DaytonaConfiguration) GetEnvironment() string
- func (o *DaytonaConfiguration) GetEnvironmentOk() (*string, bool)
- func (o *DaytonaConfiguration) GetLinkedAccountsEnabled() bool
- func (o *DaytonaConfiguration) GetLinkedAccountsEnabledOk() (*bool, bool)
- func (o *DaytonaConfiguration) GetMaintananceMode() bool
- func (o *DaytonaConfiguration) GetMaintananceModeOk() (*bool, bool)
- func (o *DaytonaConfiguration) GetMaxAutoArchiveInterval() float32
- func (o *DaytonaConfiguration) GetMaxAutoArchiveIntervalOk() (*float32, bool)
- func (o *DaytonaConfiguration) GetOidc() OidcConfig
- func (o *DaytonaConfiguration) GetOidcOk() (*OidcConfig, bool)
- func (o *DaytonaConfiguration) GetPosthog() PosthogConfig
- func (o *DaytonaConfiguration) GetPosthogOk() (*PosthogConfig, bool)
- func (o *DaytonaConfiguration) GetProxyTemplateUrl() string
- func (o *DaytonaConfiguration) GetProxyTemplateUrlOk() (*string, bool)
- func (o *DaytonaConfiguration) GetProxyToolboxUrl() string
- func (o *DaytonaConfiguration) GetProxyToolboxUrlOk() (*string, bool)
- func (o *DaytonaConfiguration) GetPylonAppId() string
- func (o *DaytonaConfiguration) GetPylonAppIdOk() (*string, bool)
- func (o *DaytonaConfiguration) GetRateLimit() RateLimitConfig
- func (o *DaytonaConfiguration) GetRateLimitOk() (*RateLimitConfig, bool)
- func (o *DaytonaConfiguration) GetSshGatewayCommand() string
- func (o *DaytonaConfiguration) GetSshGatewayCommandOk() (*string, bool)
- func (o *DaytonaConfiguration) GetSshGatewayPublicKey() string
- func (o *DaytonaConfiguration) GetSshGatewayPublicKeyOk() (*string, bool)
- func (o *DaytonaConfiguration) GetStripePublishableKey() string
- func (o *DaytonaConfiguration) GetStripePublishableKeyOk() (*string, bool)
- func (o *DaytonaConfiguration) GetVersion() string
- func (o *DaytonaConfiguration) GetVersionOk() (*string, bool)
- func (o *DaytonaConfiguration) HasAnalyticsApiUrl() bool
- func (o *DaytonaConfiguration) HasBillingApiUrl() bool
- func (o *DaytonaConfiguration) HasPosthog() bool
- func (o *DaytonaConfiguration) HasPylonAppId() bool
- func (o *DaytonaConfiguration) HasRateLimit() bool
- func (o *DaytonaConfiguration) HasSshGatewayCommand() bool
- func (o *DaytonaConfiguration) HasSshGatewayPublicKey() bool
- func (o *DaytonaConfiguration) HasStripePublishableKey() bool
- func (o DaytonaConfiguration) MarshalJSON() ([]byte, error)
- func (o *DaytonaConfiguration) SetAnalyticsApiUrl(v string)
- func (o *DaytonaConfiguration) SetAnnouncements(v map[string]Announcement)
- func (o *DaytonaConfiguration) SetBillingApiUrl(v string)
- func (o *DaytonaConfiguration) SetDashboardUrl(v string)
- func (o *DaytonaConfiguration) SetDefaultSnapshot(v string)
- func (o *DaytonaConfiguration) SetEnvironment(v string)
- func (o *DaytonaConfiguration) SetLinkedAccountsEnabled(v bool)
- func (o *DaytonaConfiguration) SetMaintananceMode(v bool)
- func (o *DaytonaConfiguration) SetMaxAutoArchiveInterval(v float32)
- func (o *DaytonaConfiguration) SetOidc(v OidcConfig)
- func (o *DaytonaConfiguration) SetPosthog(v PosthogConfig)
- func (o *DaytonaConfiguration) SetProxyTemplateUrl(v string)
- func (o *DaytonaConfiguration) SetProxyToolboxUrl(v string)
- func (o *DaytonaConfiguration) SetPylonAppId(v string)
- func (o *DaytonaConfiguration) SetRateLimit(v RateLimitConfig)
- func (o *DaytonaConfiguration) SetSshGatewayCommand(v string)
- func (o *DaytonaConfiguration) SetSshGatewayPublicKey(v string)
- func (o *DaytonaConfiguration) SetStripePublishableKey(v string)
- func (o *DaytonaConfiguration) SetVersion(v string)
- func (o DaytonaConfiguration) ToMap() (map[string]interface{}, error)
- func (o *DaytonaConfiguration) UnmarshalJSON(data []byte) (err error)
- type DockerRegistry
- func (o *DockerRegistry) GetCreatedAt() time.Time
- func (o *DockerRegistry) GetCreatedAtOk() (*time.Time, bool)
- func (o *DockerRegistry) GetId() string
- func (o *DockerRegistry) GetIdOk() (*string, bool)
- func (o *DockerRegistry) GetName() string
- func (o *DockerRegistry) GetNameOk() (*string, bool)
- func (o *DockerRegistry) GetProject() string
- func (o *DockerRegistry) GetProjectOk() (*string, bool)
- func (o *DockerRegistry) GetRegistryType() string
- func (o *DockerRegistry) GetRegistryTypeOk() (*string, bool)
- func (o *DockerRegistry) GetUpdatedAt() time.Time
- func (o *DockerRegistry) GetUpdatedAtOk() (*time.Time, bool)
- func (o *DockerRegistry) GetUrl() string
- func (o *DockerRegistry) GetUrlOk() (*string, bool)
- func (o *DockerRegistry) GetUsername() string
- func (o *DockerRegistry) GetUsernameOk() (*string, bool)
- func (o DockerRegistry) MarshalJSON() ([]byte, error)
- func (o *DockerRegistry) SetCreatedAt(v time.Time)
- func (o *DockerRegistry) SetId(v string)
- func (o *DockerRegistry) SetName(v string)
- func (o *DockerRegistry) SetProject(v string)
- func (o *DockerRegistry) SetRegistryType(v string)
- func (o *DockerRegistry) SetUpdatedAt(v time.Time)
- func (o *DockerRegistry) SetUrl(v string)
- func (o *DockerRegistry) SetUsername(v string)
- func (o DockerRegistry) ToMap() (map[string]interface{}, error)
- func (o *DockerRegistry) UnmarshalJSON(data []byte) (err error)
- type DockerRegistryAPI
- type DockerRegistryAPICreateRegistryRequest
- func (r DockerRegistryAPICreateRegistryRequest) CreateDockerRegistry(createDockerRegistry CreateDockerRegistry) DockerRegistryAPICreateRegistryRequest
- func (r DockerRegistryAPICreateRegistryRequest) Execute() (*DockerRegistry, *http.Response, error)
- func (r DockerRegistryAPICreateRegistryRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPICreateRegistryRequest
- type DockerRegistryAPIDeleteRegistryRequest
- type DockerRegistryAPIGetRegistryRequest
- type DockerRegistryAPIGetTransientPushAccessRequest
- func (r DockerRegistryAPIGetTransientPushAccessRequest) Execute() (*RegistryPushAccessDto, *http.Response, error)
- func (r DockerRegistryAPIGetTransientPushAccessRequest) RegionId(regionId string) DockerRegistryAPIGetTransientPushAccessRequest
- func (r DockerRegistryAPIGetTransientPushAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIGetTransientPushAccessRequest
- type DockerRegistryAPIListRegistriesRequest
- type DockerRegistryAPIService
- func (a *DockerRegistryAPIService) CreateRegistry(ctx context.Context) DockerRegistryAPICreateRegistryRequest
- func (a *DockerRegistryAPIService) CreateRegistryExecute(r DockerRegistryAPICreateRegistryRequest) (*DockerRegistry, *http.Response, error)
- func (a *DockerRegistryAPIService) DeleteRegistry(ctx context.Context, id string) DockerRegistryAPIDeleteRegistryRequest
- func (a *DockerRegistryAPIService) DeleteRegistryExecute(r DockerRegistryAPIDeleteRegistryRequest) (*http.Response, error)
- func (a *DockerRegistryAPIService) GetRegistry(ctx context.Context, id string) DockerRegistryAPIGetRegistryRequest
- func (a *DockerRegistryAPIService) GetRegistryExecute(r DockerRegistryAPIGetRegistryRequest) (*DockerRegistry, *http.Response, error)
- func (a *DockerRegistryAPIService) GetTransientPushAccess(ctx context.Context) DockerRegistryAPIGetTransientPushAccessRequest
- func (a *DockerRegistryAPIService) GetTransientPushAccessExecute(r DockerRegistryAPIGetTransientPushAccessRequest) (*RegistryPushAccessDto, *http.Response, error)
- func (a *DockerRegistryAPIService) ListRegistries(ctx context.Context) DockerRegistryAPIListRegistriesRequest
- func (a *DockerRegistryAPIService) ListRegistriesExecute(r DockerRegistryAPIListRegistriesRequest) ([]DockerRegistry, *http.Response, error)
- func (a *DockerRegistryAPIService) UpdateRegistry(ctx context.Context, id string) DockerRegistryAPIUpdateRegistryRequest
- func (a *DockerRegistryAPIService) UpdateRegistryExecute(r DockerRegistryAPIUpdateRegistryRequest) (*DockerRegistry, *http.Response, error)
- type DockerRegistryAPIUpdateRegistryRequest
- func (r DockerRegistryAPIUpdateRegistryRequest) Execute() (*DockerRegistry, *http.Response, error)
- func (r DockerRegistryAPIUpdateRegistryRequest) UpdateDockerRegistry(updateDockerRegistry UpdateDockerRegistry) DockerRegistryAPIUpdateRegistryRequest
- func (r DockerRegistryAPIUpdateRegistryRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIUpdateRegistryRequest
- type ForkSandbox
- func (o *ForkSandbox) GetName() string
- func (o *ForkSandbox) GetNameOk() (*string, bool)
- func (o *ForkSandbox) HasName() bool
- func (o ForkSandbox) MarshalJSON() ([]byte, error)
- func (o *ForkSandbox) SetName(v string)
- func (o ForkSandbox) ToMap() (map[string]interface{}, error)
- func (o *ForkSandbox) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GpuType
- type HealthAPI
- type HealthAPIHealthControllerCheckRequest
- type HealthAPIHealthControllerLiveRequest
- type HealthAPIService
- func (a *HealthAPIService) HealthControllerCheck(ctx context.Context) HealthAPIHealthControllerCheckRequest
- func (a *HealthAPIService) HealthControllerCheckExecute(r HealthAPIHealthControllerCheckRequest) (*HealthControllerCheck200Response, *http.Response, error)
- func (a *HealthAPIService) HealthControllerLive(ctx context.Context) HealthAPIHealthControllerLiveRequest
- func (a *HealthAPIService) HealthControllerLiveExecute(r HealthAPIHealthControllerLiveRequest) (*http.Response, error)
- type HealthControllerCheck200Response
- func (o *HealthControllerCheck200Response) GetDetails() map[string]HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck200Response) GetDetailsOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
- func (o *HealthControllerCheck200Response) GetError() map[string]HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck200Response) GetErrorOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
- func (o *HealthControllerCheck200Response) GetInfo() map[string]HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck200Response) GetInfoOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
- func (o *HealthControllerCheck200Response) GetStatus() string
- func (o *HealthControllerCheck200Response) GetStatusOk() (*string, bool)
- func (o *HealthControllerCheck200Response) HasDetails() bool
- func (o *HealthControllerCheck200Response) HasError() bool
- func (o *HealthControllerCheck200Response) HasInfo() bool
- func (o *HealthControllerCheck200Response) HasStatus() bool
- func (o HealthControllerCheck200Response) MarshalJSON() ([]byte, error)
- func (o *HealthControllerCheck200Response) SetDetails(v map[string]HealthControllerCheck200ResponseInfoValue)
- func (o *HealthControllerCheck200Response) SetError(v map[string]HealthControllerCheck200ResponseInfoValue)
- func (o *HealthControllerCheck200Response) SetInfo(v map[string]HealthControllerCheck200ResponseInfoValue)
- func (o *HealthControllerCheck200Response) SetStatus(v string)
- func (o HealthControllerCheck200Response) ToMap() (map[string]interface{}, error)
- func (o *HealthControllerCheck200Response) UnmarshalJSON(data []byte) (err error)
- type HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck200ResponseInfoValue) GetStatus() string
- func (o *HealthControllerCheck200ResponseInfoValue) GetStatusOk() (*string, bool)
- func (o HealthControllerCheck200ResponseInfoValue) MarshalJSON() ([]byte, error)
- func (o *HealthControllerCheck200ResponseInfoValue) SetStatus(v string)
- func (o HealthControllerCheck200ResponseInfoValue) ToMap() (map[string]interface{}, error)
- func (o *HealthControllerCheck200ResponseInfoValue) UnmarshalJSON(data []byte) (err error)
- type HealthControllerCheck503Response
- func (o *HealthControllerCheck503Response) GetDetails() map[string]HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck503Response) GetDetailsOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
- func (o *HealthControllerCheck503Response) GetError() map[string]HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck503Response) GetErrorOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
- func (o *HealthControllerCheck503Response) GetInfo() map[string]HealthControllerCheck200ResponseInfoValue
- func (o *HealthControllerCheck503Response) GetInfoOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
- func (o *HealthControllerCheck503Response) GetStatus() string
- func (o *HealthControllerCheck503Response) GetStatusOk() (*string, bool)
- func (o *HealthControllerCheck503Response) HasDetails() bool
- func (o *HealthControllerCheck503Response) HasError() bool
- func (o *HealthControllerCheck503Response) HasInfo() bool
- func (o *HealthControllerCheck503Response) HasStatus() bool
- func (o HealthControllerCheck503Response) MarshalJSON() ([]byte, error)
- func (o *HealthControllerCheck503Response) SetDetails(v map[string]HealthControllerCheck200ResponseInfoValue)
- func (o *HealthControllerCheck503Response) SetError(v map[string]HealthControllerCheck200ResponseInfoValue)
- func (o *HealthControllerCheck503Response) SetInfo(v map[string]HealthControllerCheck200ResponseInfoValue)
- func (o *HealthControllerCheck503Response) SetStatus(v string)
- func (o HealthControllerCheck503Response) ToMap() (map[string]interface{}, error)
- func (o *HealthControllerCheck503Response) UnmarshalJSON(data []byte) (err error)
- type IntFilter
- func (o *IntFilter) GetEq() float32
- func (o *IntFilter) GetEqOk() (*float32, bool)
- func (o *IntFilter) GetGt() float32
- func (o *IntFilter) GetGtOk() (*float32, bool)
- func (o *IntFilter) GetGte() float32
- func (o *IntFilter) GetGteOk() (*float32, bool)
- func (o *IntFilter) GetIn() []float32
- func (o *IntFilter) GetInOk() ([]float32, bool)
- func (o *IntFilter) GetLt() float32
- func (o *IntFilter) GetLtOk() (*float32, bool)
- func (o *IntFilter) GetLte() float32
- func (o *IntFilter) GetLteOk() (*float32, bool)
- func (o *IntFilter) GetNot() float32
- func (o *IntFilter) GetNotIn() []float32
- func (o *IntFilter) GetNotInOk() ([]float32, bool)
- func (o *IntFilter) GetNotOk() (*float32, bool)
- func (o *IntFilter) HasEq() bool
- func (o *IntFilter) HasGt() bool
- func (o *IntFilter) HasGte() bool
- func (o *IntFilter) HasIn() bool
- func (o *IntFilter) HasLt() bool
- func (o *IntFilter) HasLte() bool
- func (o *IntFilter) HasNot() bool
- func (o *IntFilter) HasNotIn() bool
- func (o IntFilter) MarshalJSON() ([]byte, error)
- func (o *IntFilter) SetEq(v float32)
- func (o *IntFilter) SetGt(v float32)
- func (o *IntFilter) SetGte(v float32)
- func (o *IntFilter) SetIn(v []float32)
- func (o *IntFilter) SetLt(v float32)
- func (o *IntFilter) SetLte(v float32)
- func (o *IntFilter) SetNot(v float32)
- func (o *IntFilter) SetNotIn(v []float32)
- func (o IntFilter) ToMap() (map[string]interface{}, error)
- func (o *IntFilter) UnmarshalJSON(data []byte) (err error)
- type Job
- func (o *Job) GetCreatedAt() string
- func (o *Job) GetCreatedAtOk() (*string, bool)
- func (o *Job) GetErrorMessage() string
- func (o *Job) GetErrorMessageOk() (*string, bool)
- func (o *Job) GetId() string
- func (o *Job) GetIdOk() (*string, bool)
- func (o *Job) GetPayload() string
- func (o *Job) GetPayloadOk() (*string, bool)
- func (o *Job) GetResourceId() string
- func (o *Job) GetResourceIdOk() (*string, bool)
- func (o *Job) GetResourceType() string
- func (o *Job) GetResourceTypeOk() (*string, bool)
- func (o *Job) GetStatus() JobStatus
- func (o *Job) GetStatusOk() (*JobStatus, bool)
- func (o *Job) GetTraceContext() map[string]interface{}
- func (o *Job) GetTraceContextOk() (map[string]interface{}, bool)
- func (o *Job) GetType() JobType
- func (o *Job) GetTypeOk() (*JobType, bool)
- func (o *Job) GetUpdatedAt() string
- func (o *Job) GetUpdatedAtOk() (*string, bool)
- func (o *Job) HasErrorMessage() bool
- func (o *Job) HasPayload() bool
- func (o *Job) HasTraceContext() bool
- func (o *Job) HasUpdatedAt() bool
- func (o Job) MarshalJSON() ([]byte, error)
- func (o *Job) SetCreatedAt(v string)
- func (o *Job) SetErrorMessage(v string)
- func (o *Job) SetId(v string)
- func (o *Job) SetPayload(v string)
- func (o *Job) SetResourceId(v string)
- func (o *Job) SetResourceType(v string)
- func (o *Job) SetStatus(v JobStatus)
- func (o *Job) SetTraceContext(v map[string]interface{})
- func (o *Job) SetType(v JobType)
- func (o *Job) SetUpdatedAt(v string)
- func (o Job) ToMap() (map[string]interface{}, error)
- func (o *Job) UnmarshalJSON(data []byte) (err error)
- type JobStatus
- type JobType
- type JobsAPI
- type JobsAPIGetJobRequest
- type JobsAPIListJobsRequest
- func (r JobsAPIListJobsRequest) Execute() (*PaginatedJobs, *http.Response, error)
- func (r JobsAPIListJobsRequest) Limit(limit float32) JobsAPIListJobsRequest
- func (r JobsAPIListJobsRequest) Offset(offset float32) JobsAPIListJobsRequest
- func (r JobsAPIListJobsRequest) Page(page float32) JobsAPIListJobsRequest
- func (r JobsAPIListJobsRequest) Status(status JobStatus) JobsAPIListJobsRequest
- type JobsAPIPollJobsRequest
- type JobsAPIService
- func (a *JobsAPIService) GetJob(ctx context.Context, jobId string) JobsAPIGetJobRequest
- func (a *JobsAPIService) GetJobExecute(r JobsAPIGetJobRequest) (*Job, *http.Response, error)
- func (a *JobsAPIService) ListJobs(ctx context.Context) JobsAPIListJobsRequest
- func (a *JobsAPIService) ListJobsExecute(r JobsAPIListJobsRequest) (*PaginatedJobs, *http.Response, error)
- func (a *JobsAPIService) PollJobs(ctx context.Context) JobsAPIPollJobsRequest
- func (a *JobsAPIService) PollJobsExecute(r JobsAPIPollJobsRequest) (*PollJobsResponse, *http.Response, error)
- func (a *JobsAPIService) UpdateJobStatus(ctx context.Context, jobId string) JobsAPIUpdateJobStatusRequest
- func (a *JobsAPIService) UpdateJobStatusExecute(r JobsAPIUpdateJobStatusRequest) (*Job, *http.Response, error)
- type JobsAPIUpdateJobStatusRequest
- type ListSandboxesResponse
- func (o *ListSandboxesResponse) GetItems() []SandboxListItem
- func (o *ListSandboxesResponse) GetItemsOk() ([]SandboxListItem, bool)
- func (o *ListSandboxesResponse) GetNextCursor() string
- func (o *ListSandboxesResponse) GetNextCursorOk() (*string, bool)
- func (o ListSandboxesResponse) MarshalJSON() ([]byte, error)
- func (o *ListSandboxesResponse) SetItems(v []SandboxListItem)
- func (o *ListSandboxesResponse) SetNextCursor(v string)
- func (o ListSandboxesResponse) ToMap() (map[string]interface{}, error)
- func (o *ListSandboxesResponse) UnmarshalJSON(data []byte) (err error)
- type ListSecretsResponse
- func (o *ListSecretsResponse) GetItems() []Secret
- func (o *ListSecretsResponse) GetItemsOk() ([]Secret, bool)
- func (o *ListSecretsResponse) GetNextCursor() string
- func (o *ListSecretsResponse) GetNextCursorOk() (*string, bool)
- func (o *ListSecretsResponse) GetTotal() float32
- func (o *ListSecretsResponse) GetTotalOk() (*float32, bool)
- func (o ListSecretsResponse) MarshalJSON() ([]byte, error)
- func (o *ListSecretsResponse) SetItems(v []Secret)
- func (o *ListSecretsResponse) SetNextCursor(v string)
- func (o *ListSecretsResponse) SetTotal(v float32)
- func (o ListSecretsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListSecretsResponse) UnmarshalJSON(data []byte) (err error)
- type LogEntry
- func (o *LogEntry) GetBody() string
- func (o *LogEntry) GetBodyOk() (*string, bool)
- func (o *LogEntry) GetLogAttributes() map[string]string
- func (o *LogEntry) GetLogAttributesOk() (*map[string]string, bool)
- func (o *LogEntry) GetResourceAttributes() map[string]string
- func (o *LogEntry) GetResourceAttributesOk() (*map[string]string, bool)
- func (o *LogEntry) GetServiceName() string
- func (o *LogEntry) GetServiceNameOk() (*string, bool)
- func (o *LogEntry) GetSeverityNumber() float32
- func (o *LogEntry) GetSeverityNumberOk() (*float32, bool)
- func (o *LogEntry) GetSeverityText() string
- func (o *LogEntry) GetSeverityTextOk() (*string, bool)
- func (o *LogEntry) GetSpanId() string
- func (o *LogEntry) GetSpanIdOk() (*string, bool)
- func (o *LogEntry) GetTimestamp() string
- func (o *LogEntry) GetTimestampOk() (*string, bool)
- func (o *LogEntry) GetTraceId() string
- func (o *LogEntry) GetTraceIdOk() (*string, bool)
- func (o *LogEntry) HasSeverityNumber() bool
- func (o *LogEntry) HasSpanId() bool
- func (o *LogEntry) HasTraceId() bool
- func (o LogEntry) MarshalJSON() ([]byte, error)
- func (o *LogEntry) SetBody(v string)
- func (o *LogEntry) SetLogAttributes(v map[string]string)
- func (o *LogEntry) SetResourceAttributes(v map[string]string)
- func (o *LogEntry) SetServiceName(v string)
- func (o *LogEntry) SetSeverityNumber(v float32)
- func (o *LogEntry) SetSeverityText(v string)
- func (o *LogEntry) SetSpanId(v string)
- func (o *LogEntry) SetTimestamp(v string)
- func (o *LogEntry) SetTraceId(v string)
- func (o LogEntry) ToMap() (map[string]interface{}, error)
- func (o *LogEntry) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MetricDataPoint
- func (o *MetricDataPoint) GetTimestamp() string
- func (o *MetricDataPoint) GetTimestampOk() (*string, bool)
- func (o *MetricDataPoint) GetValue() float32
- func (o *MetricDataPoint) GetValueOk() (*float32, bool)
- func (o MetricDataPoint) MarshalJSON() ([]byte, error)
- func (o *MetricDataPoint) SetTimestamp(v string)
- func (o *MetricDataPoint) SetValue(v float32)
- func (o MetricDataPoint) ToMap() (map[string]interface{}, error)
- func (o *MetricDataPoint) UnmarshalJSON(data []byte) (err error)
- type MetricSeries
- func (o *MetricSeries) GetDataPoints() []MetricDataPoint
- func (o *MetricSeries) GetDataPointsOk() ([]MetricDataPoint, bool)
- func (o *MetricSeries) GetMetricName() string
- func (o *MetricSeries) GetMetricNameOk() (*string, bool)
- func (o MetricSeries) MarshalJSON() ([]byte, error)
- func (o *MetricSeries) SetDataPoints(v []MetricDataPoint)
- func (o *MetricSeries) SetMetricName(v string)
- func (o MetricSeries) ToMap() (map[string]interface{}, error)
- func (o *MetricSeries) UnmarshalJSON(data []byte) (err error)
- type MetricsResponse
- func (o *MetricsResponse) GetSeries() []MetricSeries
- func (o *MetricsResponse) GetSeriesOk() ([]MetricSeries, bool)
- func (o MetricsResponse) MarshalJSON() ([]byte, error)
- func (o *MetricsResponse) SetSeries(v []MetricSeries)
- func (o MetricsResponse) ToMap() (map[string]interface{}, error)
- func (o *MetricsResponse) UnmarshalJSON(data []byte) (err error)
- type NullableAccountProvider
- func (v NullableAccountProvider) Get() *AccountProvider
- func (v NullableAccountProvider) IsSet() bool
- func (v NullableAccountProvider) MarshalJSON() ([]byte, error)
- func (v *NullableAccountProvider) Set(val *AccountProvider)
- func (v *NullableAccountProvider) UnmarshalJSON(src []byte) error
- func (v *NullableAccountProvider) Unset()
- type NullableAdminCreateOrganization
- func (v NullableAdminCreateOrganization) Get() *AdminCreateOrganization
- func (v NullableAdminCreateOrganization) IsSet() bool
- func (v NullableAdminCreateOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableAdminCreateOrganization) Set(val *AdminCreateOrganization)
- func (v *NullableAdminCreateOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableAdminCreateOrganization) Unset()
- type NullableAdminCreateRunner
- func (v NullableAdminCreateRunner) Get() *AdminCreateRunner
- func (v NullableAdminCreateRunner) IsSet() bool
- func (v NullableAdminCreateRunner) MarshalJSON() ([]byte, error)
- func (v *NullableAdminCreateRunner) Set(val *AdminCreateRunner)
- func (v *NullableAdminCreateRunner) UnmarshalJSON(src []byte) error
- func (v *NullableAdminCreateRunner) Unset()
- type NullableAdminGetWebhookStatus200Response
- func (v NullableAdminGetWebhookStatus200Response) Get() *AdminGetWebhookStatus200Response
- func (v NullableAdminGetWebhookStatus200Response) IsSet() bool
- func (v NullableAdminGetWebhookStatus200Response) MarshalJSON() ([]byte, error)
- func (v *NullableAdminGetWebhookStatus200Response) Set(val *AdminGetWebhookStatus200Response)
- func (v *NullableAdminGetWebhookStatus200Response) UnmarshalJSON(src []byte) error
- func (v *NullableAdminGetWebhookStatus200Response) Unset()
- type NullableAnnouncement
- func (v NullableAnnouncement) Get() *Announcement
- func (v NullableAnnouncement) IsSet() bool
- func (v NullableAnnouncement) MarshalJSON() ([]byte, error)
- func (v *NullableAnnouncement) Set(val *Announcement)
- func (v *NullableAnnouncement) UnmarshalJSON(src []byte) error
- func (v *NullableAnnouncement) Unset()
- type NullableApiKeyList
- type NullableApiKeyResponse
- func (v NullableApiKeyResponse) Get() *ApiKeyResponse
- func (v NullableApiKeyResponse) IsSet() bool
- func (v NullableApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApiKeyResponse) Set(val *ApiKeyResponse)
- func (v *NullableApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApiKeyResponse) Unset()
- type NullableAuditLog
- type NullableAvailableSandboxClass
- func (v NullableAvailableSandboxClass) Get() *AvailableSandboxClass
- func (v NullableAvailableSandboxClass) IsSet() bool
- func (v NullableAvailableSandboxClass) MarshalJSON() ([]byte, error)
- func (v *NullableAvailableSandboxClass) Set(val *AvailableSandboxClass)
- func (v *NullableAvailableSandboxClass) UnmarshalJSON(src []byte) error
- func (v *NullableAvailableSandboxClass) Unset()
- type NullableBool
- type NullableBuildInfo
- type NullableCreateApiKey
- func (v NullableCreateApiKey) Get() *CreateApiKey
- func (v NullableCreateApiKey) IsSet() bool
- func (v NullableCreateApiKey) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKey) Set(val *CreateApiKey)
- func (v *NullableCreateApiKey) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKey) Unset()
- type NullableCreateBuildInfo
- func (v NullableCreateBuildInfo) Get() *CreateBuildInfo
- func (v NullableCreateBuildInfo) IsSet() bool
- func (v NullableCreateBuildInfo) MarshalJSON() ([]byte, error)
- func (v *NullableCreateBuildInfo) Set(val *CreateBuildInfo)
- func (v *NullableCreateBuildInfo) UnmarshalJSON(src []byte) error
- func (v *NullableCreateBuildInfo) Unset()
- type NullableCreateDockerRegistry
- func (v NullableCreateDockerRegistry) Get() *CreateDockerRegistry
- func (v NullableCreateDockerRegistry) IsSet() bool
- func (v NullableCreateDockerRegistry) MarshalJSON() ([]byte, error)
- func (v *NullableCreateDockerRegistry) Set(val *CreateDockerRegistry)
- func (v *NullableCreateDockerRegistry) UnmarshalJSON(src []byte) error
- func (v *NullableCreateDockerRegistry) Unset()
- type NullableCreateLinkedAccount
- func (v NullableCreateLinkedAccount) Get() *CreateLinkedAccount
- func (v NullableCreateLinkedAccount) IsSet() bool
- func (v NullableCreateLinkedAccount) MarshalJSON() ([]byte, error)
- func (v *NullableCreateLinkedAccount) Set(val *CreateLinkedAccount)
- func (v *NullableCreateLinkedAccount) UnmarshalJSON(src []byte) error
- func (v *NullableCreateLinkedAccount) Unset()
- type NullableCreateOrganization
- func (v NullableCreateOrganization) Get() *CreateOrganization
- func (v NullableCreateOrganization) IsSet() bool
- func (v NullableCreateOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganization) Set(val *CreateOrganization)
- func (v *NullableCreateOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganization) Unset()
- type NullableCreateOrganizationInvitation
- func (v NullableCreateOrganizationInvitation) Get() *CreateOrganizationInvitation
- func (v NullableCreateOrganizationInvitation) IsSet() bool
- func (v NullableCreateOrganizationInvitation) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationInvitation) Set(val *CreateOrganizationInvitation)
- func (v *NullableCreateOrganizationInvitation) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationInvitation) Unset()
- type NullableCreateOrganizationQuota
- func (v NullableCreateOrganizationQuota) Get() *CreateOrganizationQuota
- func (v NullableCreateOrganizationQuota) IsSet() bool
- func (v NullableCreateOrganizationQuota) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationQuota) Set(val *CreateOrganizationQuota)
- func (v *NullableCreateOrganizationQuota) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationQuota) Unset()
- type NullableCreateOrganizationRegionQuota
- func (v NullableCreateOrganizationRegionQuota) Get() *CreateOrganizationRegionQuota
- func (v NullableCreateOrganizationRegionQuota) IsSet() bool
- func (v NullableCreateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationRegionQuota) Set(val *CreateOrganizationRegionQuota)
- func (v *NullableCreateOrganizationRegionQuota) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationRegionQuota) Unset()
- type NullableCreateOrganizationRole
- func (v NullableCreateOrganizationRole) Get() *CreateOrganizationRole
- func (v NullableCreateOrganizationRole) IsSet() bool
- func (v NullableCreateOrganizationRole) MarshalJSON() ([]byte, error)
- func (v *NullableCreateOrganizationRole) Set(val *CreateOrganizationRole)
- func (v *NullableCreateOrganizationRole) UnmarshalJSON(src []byte) error
- func (v *NullableCreateOrganizationRole) Unset()
- type NullableCreateRegion
- func (v NullableCreateRegion) Get() *CreateRegion
- func (v NullableCreateRegion) IsSet() bool
- func (v NullableCreateRegion) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRegion) Set(val *CreateRegion)
- func (v *NullableCreateRegion) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRegion) Unset()
- type NullableCreateRegionResponse
- func (v NullableCreateRegionResponse) Get() *CreateRegionResponse
- func (v NullableCreateRegionResponse) IsSet() bool
- func (v NullableCreateRegionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRegionResponse) Set(val *CreateRegionResponse)
- func (v *NullableCreateRegionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRegionResponse) Unset()
- type NullableCreateRunner
- func (v NullableCreateRunner) Get() *CreateRunner
- func (v NullableCreateRunner) IsSet() bool
- func (v NullableCreateRunner) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRunner) Set(val *CreateRunner)
- func (v *NullableCreateRunner) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRunner) Unset()
- type NullableCreateRunnerResponse
- func (v NullableCreateRunnerResponse) Get() *CreateRunnerResponse
- func (v NullableCreateRunnerResponse) IsSet() bool
- func (v NullableCreateRunnerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateRunnerResponse) Set(val *CreateRunnerResponse)
- func (v *NullableCreateRunnerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateRunnerResponse) Unset()
- type NullableCreateSandbox
- func (v NullableCreateSandbox) Get() *CreateSandbox
- func (v NullableCreateSandbox) IsSet() bool
- func (v NullableCreateSandbox) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSandbox) Set(val *CreateSandbox)
- func (v *NullableCreateSandbox) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSandbox) Unset()
- type NullableCreateSandboxSnapshot
- func (v NullableCreateSandboxSnapshot) Get() *CreateSandboxSnapshot
- func (v NullableCreateSandboxSnapshot) IsSet() bool
- func (v NullableCreateSandboxSnapshot) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSandboxSnapshot) Set(val *CreateSandboxSnapshot)
- func (v *NullableCreateSandboxSnapshot) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSandboxSnapshot) Unset()
- type NullableCreateSecret
- func (v NullableCreateSecret) Get() *CreateSecret
- func (v NullableCreateSecret) IsSet() bool
- func (v NullableCreateSecret) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSecret) Set(val *CreateSecret)
- func (v *NullableCreateSecret) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSecret) Unset()
- type NullableCreateSnapshot
- func (v NullableCreateSnapshot) Get() *CreateSnapshot
- func (v NullableCreateSnapshot) IsSet() bool
- func (v NullableCreateSnapshot) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSnapshot) Set(val *CreateSnapshot)
- func (v *NullableCreateSnapshot) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSnapshot) Unset()
- type NullableCreateUser
- type NullableCreateVolume
- func (v NullableCreateVolume) Get() *CreateVolume
- func (v NullableCreateVolume) IsSet() bool
- func (v NullableCreateVolume) MarshalJSON() ([]byte, error)
- func (v *NullableCreateVolume) Set(val *CreateVolume)
- func (v *NullableCreateVolume) UnmarshalJSON(src []byte) error
- func (v *NullableCreateVolume) Unset()
- type NullableDateFilter
- type NullableDaytonaConfiguration
- func (v NullableDaytonaConfiguration) Get() *DaytonaConfiguration
- func (v NullableDaytonaConfiguration) IsSet() bool
- func (v NullableDaytonaConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableDaytonaConfiguration) Set(val *DaytonaConfiguration)
- func (v *NullableDaytonaConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableDaytonaConfiguration) Unset()
- type NullableDockerRegistry
- func (v NullableDockerRegistry) Get() *DockerRegistry
- func (v NullableDockerRegistry) IsSet() bool
- func (v NullableDockerRegistry) MarshalJSON() ([]byte, error)
- func (v *NullableDockerRegistry) Set(val *DockerRegistry)
- func (v *NullableDockerRegistry) UnmarshalJSON(src []byte) error
- func (v *NullableDockerRegistry) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableForkSandbox
- func (v NullableForkSandbox) Get() *ForkSandbox
- func (v NullableForkSandbox) IsSet() bool
- func (v NullableForkSandbox) MarshalJSON() ([]byte, error)
- func (v *NullableForkSandbox) Set(val *ForkSandbox)
- func (v *NullableForkSandbox) UnmarshalJSON(src []byte) error
- func (v *NullableForkSandbox) Unset()
- type NullableGpuType
- type NullableHealthControllerCheck200Response
- func (v NullableHealthControllerCheck200Response) Get() *HealthControllerCheck200Response
- func (v NullableHealthControllerCheck200Response) IsSet() bool
- func (v NullableHealthControllerCheck200Response) MarshalJSON() ([]byte, error)
- func (v *NullableHealthControllerCheck200Response) Set(val *HealthControllerCheck200Response)
- func (v *NullableHealthControllerCheck200Response) UnmarshalJSON(src []byte) error
- func (v *NullableHealthControllerCheck200Response) Unset()
- type NullableHealthControllerCheck200ResponseInfoValue
- func (v NullableHealthControllerCheck200ResponseInfoValue) Get() *HealthControllerCheck200ResponseInfoValue
- func (v NullableHealthControllerCheck200ResponseInfoValue) IsSet() bool
- func (v NullableHealthControllerCheck200ResponseInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableHealthControllerCheck200ResponseInfoValue) Set(val *HealthControllerCheck200ResponseInfoValue)
- func (v *NullableHealthControllerCheck200ResponseInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableHealthControllerCheck200ResponseInfoValue) Unset()
- type NullableHealthControllerCheck503Response
- func (v NullableHealthControllerCheck503Response) Get() *HealthControllerCheck503Response
- func (v NullableHealthControllerCheck503Response) IsSet() bool
- func (v NullableHealthControllerCheck503Response) MarshalJSON() ([]byte, error)
- func (v *NullableHealthControllerCheck503Response) Set(val *HealthControllerCheck503Response)
- func (v *NullableHealthControllerCheck503Response) UnmarshalJSON(src []byte) error
- func (v *NullableHealthControllerCheck503Response) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntFilter
- type NullableJob
- type NullableJobStatus
- type NullableJobType
- type NullableListSandboxesResponse
- func (v NullableListSandboxesResponse) Get() *ListSandboxesResponse
- func (v NullableListSandboxesResponse) IsSet() bool
- func (v NullableListSandboxesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListSandboxesResponse) Set(val *ListSandboxesResponse)
- func (v *NullableListSandboxesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListSandboxesResponse) Unset()
- type NullableListSecretsResponse
- func (v NullableListSecretsResponse) Get() *ListSecretsResponse
- func (v NullableListSecretsResponse) IsSet() bool
- func (v NullableListSecretsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListSecretsResponse) Set(val *ListSecretsResponse)
- func (v *NullableListSecretsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListSecretsResponse) Unset()
- type NullableLogEntry
- type NullableMetricDataPoint
- func (v NullableMetricDataPoint) Get() *MetricDataPoint
- func (v NullableMetricDataPoint) IsSet() bool
- func (v NullableMetricDataPoint) MarshalJSON() ([]byte, error)
- func (v *NullableMetricDataPoint) Set(val *MetricDataPoint)
- func (v *NullableMetricDataPoint) UnmarshalJSON(src []byte) error
- func (v *NullableMetricDataPoint) Unset()
- type NullableMetricSeries
- func (v NullableMetricSeries) Get() *MetricSeries
- func (v NullableMetricSeries) IsSet() bool
- func (v NullableMetricSeries) MarshalJSON() ([]byte, error)
- func (v *NullableMetricSeries) Set(val *MetricSeries)
- func (v *NullableMetricSeries) UnmarshalJSON(src []byte) error
- func (v *NullableMetricSeries) Unset()
- type NullableMetricsResponse
- func (v NullableMetricsResponse) Get() *MetricsResponse
- func (v NullableMetricsResponse) IsSet() bool
- func (v NullableMetricsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsResponse) Set(val *MetricsResponse)
- func (v *NullableMetricsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsResponse) Unset()
- type NullableOidcConfig
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationInvitation
- func (v NullableOrganizationInvitation) Get() *OrganizationInvitation
- func (v NullableOrganizationInvitation) IsSet() bool
- func (v NullableOrganizationInvitation) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationInvitation) Set(val *OrganizationInvitation)
- func (v *NullableOrganizationInvitation) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationInvitation) Unset()
- type NullableOrganizationPreviewWarning
- func (v NullableOrganizationPreviewWarning) Get() *OrganizationPreviewWarning
- func (v NullableOrganizationPreviewWarning) IsSet() bool
- func (v NullableOrganizationPreviewWarning) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationPreviewWarning) Set(val *OrganizationPreviewWarning)
- func (v *NullableOrganizationPreviewWarning) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationPreviewWarning) Unset()
- type NullableOrganizationRole
- func (v NullableOrganizationRole) Get() *OrganizationRole
- func (v NullableOrganizationRole) IsSet() bool
- func (v NullableOrganizationRole) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationRole) Set(val *OrganizationRole)
- func (v *NullableOrganizationRole) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationRole) Unset()
- type NullableOrganizationSandboxDefaultLimitedNetworkEgress
- func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) Get() *OrganizationSandboxDefaultLimitedNetworkEgress
- func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) IsSet() bool
- func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) Set(val *OrganizationSandboxDefaultLimitedNetworkEgress)
- func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) Unset()
- type NullableOrganizationSuspension
- func (v NullableOrganizationSuspension) Get() *OrganizationSuspension
- func (v NullableOrganizationSuspension) IsSet() bool
- func (v NullableOrganizationSuspension) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationSuspension) Set(val *OrganizationSuspension)
- func (v *NullableOrganizationSuspension) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationSuspension) Unset()
- type NullableOrganizationUsageOverview
- func (v NullableOrganizationUsageOverview) Get() *OrganizationUsageOverview
- func (v NullableOrganizationUsageOverview) IsSet() bool
- func (v NullableOrganizationUsageOverview) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUsageOverview) Set(val *OrganizationUsageOverview)
- func (v *NullableOrganizationUsageOverview) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUsageOverview) Unset()
- type NullableOrganizationUser
- func (v NullableOrganizationUser) Get() *OrganizationUser
- func (v NullableOrganizationUser) IsSet() bool
- func (v NullableOrganizationUser) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationUser) Set(val *OrganizationUser)
- func (v *NullableOrganizationUser) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationUser) Unset()
- type NullableOtelConfig
- type NullablePaginatedAuditLogs
- func (v NullablePaginatedAuditLogs) Get() *PaginatedAuditLogs
- func (v NullablePaginatedAuditLogs) IsSet() bool
- func (v NullablePaginatedAuditLogs) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedAuditLogs) Set(val *PaginatedAuditLogs)
- func (v *NullablePaginatedAuditLogs) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedAuditLogs) Unset()
- type NullablePaginatedJobs
- func (v NullablePaginatedJobs) Get() *PaginatedJobs
- func (v NullablePaginatedJobs) IsSet() bool
- func (v NullablePaginatedJobs) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedJobs) Set(val *PaginatedJobs)
- func (v *NullablePaginatedJobs) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedJobs) Unset()
- type NullablePaginatedLogs
- func (v NullablePaginatedLogs) Get() *PaginatedLogs
- func (v NullablePaginatedLogs) IsSet() bool
- func (v NullablePaginatedLogs) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedLogs) Set(val *PaginatedLogs)
- func (v *NullablePaginatedLogs) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedLogs) Unset()
- type NullablePaginatedSandboxesDeprecated
- func (v NullablePaginatedSandboxesDeprecated) Get() *PaginatedSandboxesDeprecated
- func (v NullablePaginatedSandboxesDeprecated) IsSet() bool
- func (v NullablePaginatedSandboxesDeprecated) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedSandboxesDeprecated) Set(val *PaginatedSandboxesDeprecated)
- func (v *NullablePaginatedSandboxesDeprecated) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedSandboxesDeprecated) Unset()
- type NullablePaginatedSnapshots
- func (v NullablePaginatedSnapshots) Get() *PaginatedSnapshots
- func (v NullablePaginatedSnapshots) IsSet() bool
- func (v NullablePaginatedSnapshots) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedSnapshots) Set(val *PaginatedSnapshots)
- func (v *NullablePaginatedSnapshots) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedSnapshots) Unset()
- type NullablePaginatedTraces
- func (v NullablePaginatedTraces) Get() *PaginatedTraces
- func (v NullablePaginatedTraces) IsSet() bool
- func (v NullablePaginatedTraces) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedTraces) Set(val *PaginatedTraces)
- func (v *NullablePaginatedTraces) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedTraces) Unset()
- type NullablePollJobsResponse
- func (v NullablePollJobsResponse) Get() *PollJobsResponse
- func (v NullablePollJobsResponse) IsSet() bool
- func (v NullablePollJobsResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePollJobsResponse) Set(val *PollJobsResponse)
- func (v *NullablePollJobsResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePollJobsResponse) Unset()
- type NullablePortPreviewUrl
- func (v NullablePortPreviewUrl) Get() *PortPreviewUrl
- func (v NullablePortPreviewUrl) IsSet() bool
- func (v NullablePortPreviewUrl) MarshalJSON() ([]byte, error)
- func (v *NullablePortPreviewUrl) Set(val *PortPreviewUrl)
- func (v *NullablePortPreviewUrl) UnmarshalJSON(src []byte) error
- func (v *NullablePortPreviewUrl) Unset()
- type NullablePosthogConfig
- func (v NullablePosthogConfig) Get() *PosthogConfig
- func (v NullablePosthogConfig) IsSet() bool
- func (v NullablePosthogConfig) MarshalJSON() ([]byte, error)
- func (v *NullablePosthogConfig) Set(val *PosthogConfig)
- func (v *NullablePosthogConfig) UnmarshalJSON(src []byte) error
- func (v *NullablePosthogConfig) Unset()
- type NullablePreviewWarning
- func (v NullablePreviewWarning) Get() *PreviewWarning
- func (v NullablePreviewWarning) IsSet() bool
- func (v NullablePreviewWarning) MarshalJSON() ([]byte, error)
- func (v *NullablePreviewWarning) Set(val *PreviewWarning)
- func (v *NullablePreviewWarning) UnmarshalJSON(src []byte) error
- func (v *NullablePreviewWarning) Unset()
- type NullableRateLimitConfig
- func (v NullableRateLimitConfig) Get() *RateLimitConfig
- func (v NullableRateLimitConfig) IsSet() bool
- func (v NullableRateLimitConfig) MarshalJSON() ([]byte, error)
- func (v *NullableRateLimitConfig) Set(val *RateLimitConfig)
- func (v *NullableRateLimitConfig) UnmarshalJSON(src []byte) error
- func (v *NullableRateLimitConfig) Unset()
- type NullableRateLimitEntry
- func (v NullableRateLimitEntry) Get() *RateLimitEntry
- func (v NullableRateLimitEntry) IsSet() bool
- func (v NullableRateLimitEntry) MarshalJSON() ([]byte, error)
- func (v *NullableRateLimitEntry) Set(val *RateLimitEntry)
- func (v *NullableRateLimitEntry) UnmarshalJSON(src []byte) error
- func (v *NullableRateLimitEntry) Unset()
- type NullableRegenerateApiKeyResponse
- func (v NullableRegenerateApiKeyResponse) Get() *RegenerateApiKeyResponse
- func (v NullableRegenerateApiKeyResponse) IsSet() bool
- func (v NullableRegenerateApiKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRegenerateApiKeyResponse) Set(val *RegenerateApiKeyResponse)
- func (v *NullableRegenerateApiKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRegenerateApiKeyResponse) Unset()
- type NullableRegion
- type NullableRegionQuota
- func (v NullableRegionQuota) Get() *RegionQuota
- func (v NullableRegionQuota) IsSet() bool
- func (v NullableRegionQuota) MarshalJSON() ([]byte, error)
- func (v *NullableRegionQuota) Set(val *RegionQuota)
- func (v *NullableRegionQuota) UnmarshalJSON(src []byte) error
- func (v *NullableRegionQuota) Unset()
- type NullableRegionType
- type NullableRegionUsageOverview
- func (v NullableRegionUsageOverview) Get() *RegionUsageOverview
- func (v NullableRegionUsageOverview) IsSet() bool
- func (v NullableRegionUsageOverview) MarshalJSON() ([]byte, error)
- func (v *NullableRegionUsageOverview) Set(val *RegionUsageOverview)
- func (v *NullableRegionUsageOverview) UnmarshalJSON(src []byte) error
- func (v *NullableRegionUsageOverview) Unset()
- type NullableRegistryPushAccessDto
- func (v NullableRegistryPushAccessDto) Get() *RegistryPushAccessDto
- func (v NullableRegistryPushAccessDto) IsSet() bool
- func (v NullableRegistryPushAccessDto) MarshalJSON() ([]byte, error)
- func (v *NullableRegistryPushAccessDto) Set(val *RegistryPushAccessDto)
- func (v *NullableRegistryPushAccessDto) UnmarshalJSON(src []byte) error
- func (v *NullableRegistryPushAccessDto) Unset()
- type NullableResizeSandbox
- func (v NullableResizeSandbox) Get() *ResizeSandbox
- func (v NullableResizeSandbox) IsSet() bool
- func (v NullableResizeSandbox) MarshalJSON() ([]byte, error)
- func (v *NullableResizeSandbox) Set(val *ResizeSandbox)
- func (v *NullableResizeSandbox) UnmarshalJSON(src []byte) error
- func (v *NullableResizeSandbox) Unset()
- type NullableResolveSandboxSecrets200ResponseInner
- func (v NullableResolveSandboxSecrets200ResponseInner) Get() *ResolveSandboxSecrets200ResponseInner
- func (v NullableResolveSandboxSecrets200ResponseInner) IsSet() bool
- func (v NullableResolveSandboxSecrets200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableResolveSandboxSecrets200ResponseInner) Set(val *ResolveSandboxSecrets200ResponseInner)
- func (v *NullableResolveSandboxSecrets200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableResolveSandboxSecrets200ResponseInner) Unset()
- type NullableRunner
- type NullableRunnerClass
- func (v NullableRunnerClass) Get() *RunnerClass
- func (v NullableRunnerClass) IsSet() bool
- func (v NullableRunnerClass) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerClass) Set(val *RunnerClass)
- func (v *NullableRunnerClass) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerClass) Unset()
- type NullableRunnerFull
- type NullableRunnerHealthMetrics
- func (v NullableRunnerHealthMetrics) Get() *RunnerHealthMetrics
- func (v NullableRunnerHealthMetrics) IsSet() bool
- func (v NullableRunnerHealthMetrics) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerHealthMetrics) Set(val *RunnerHealthMetrics)
- func (v *NullableRunnerHealthMetrics) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerHealthMetrics) Unset()
- type NullableRunnerHealthcheck
- func (v NullableRunnerHealthcheck) Get() *RunnerHealthcheck
- func (v NullableRunnerHealthcheck) IsSet() bool
- func (v NullableRunnerHealthcheck) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerHealthcheck) Set(val *RunnerHealthcheck)
- func (v *NullableRunnerHealthcheck) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerHealthcheck) Unset()
- type NullableRunnerServiceHealth
- func (v NullableRunnerServiceHealth) Get() *RunnerServiceHealth
- func (v NullableRunnerServiceHealth) IsSet() bool
- func (v NullableRunnerServiceHealth) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerServiceHealth) Set(val *RunnerServiceHealth)
- func (v *NullableRunnerServiceHealth) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerServiceHealth) Unset()
- type NullableRunnerSnapshotDto
- func (v NullableRunnerSnapshotDto) Get() *RunnerSnapshotDto
- func (v NullableRunnerSnapshotDto) IsSet() bool
- func (v NullableRunnerSnapshotDto) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerSnapshotDto) Set(val *RunnerSnapshotDto)
- func (v *NullableRunnerSnapshotDto) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerSnapshotDto) Unset()
- type NullableRunnerState
- func (v NullableRunnerState) Get() *RunnerState
- func (v NullableRunnerState) IsSet() bool
- func (v NullableRunnerState) MarshalJSON() ([]byte, error)
- func (v *NullableRunnerState) Set(val *RunnerState)
- func (v *NullableRunnerState) UnmarshalJSON(src []byte) error
- func (v *NullableRunnerState) Unset()
- type NullableSandbox
- type NullableSandboxClass
- func (v NullableSandboxClass) Get() *SandboxClass
- func (v NullableSandboxClass) IsSet() bool
- func (v NullableSandboxClass) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxClass) Set(val *SandboxClass)
- func (v *NullableSandboxClass) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxClass) Unset()
- type NullableSandboxDesiredState
- func (v NullableSandboxDesiredState) Get() *SandboxDesiredState
- func (v NullableSandboxDesiredState) IsSet() bool
- func (v NullableSandboxDesiredState) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxDesiredState) Set(val *SandboxDesiredState)
- func (v *NullableSandboxDesiredState) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxDesiredState) Unset()
- type NullableSandboxLabels
- func (v NullableSandboxLabels) Get() *SandboxLabels
- func (v NullableSandboxLabels) IsSet() bool
- func (v NullableSandboxLabels) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxLabels) Set(val *SandboxLabels)
- func (v *NullableSandboxLabels) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxLabels) Unset()
- type NullableSandboxListItem
- func (v NullableSandboxListItem) Get() *SandboxListItem
- func (v NullableSandboxListItem) IsSet() bool
- func (v NullableSandboxListItem) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxListItem) Set(val *SandboxListItem)
- func (v *NullableSandboxListItem) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxListItem) Unset()
- type NullableSandboxListSortDirection
- func (v NullableSandboxListSortDirection) Get() *SandboxListSortDirection
- func (v NullableSandboxListSortDirection) IsSet() bool
- func (v NullableSandboxListSortDirection) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxListSortDirection) Set(val *SandboxListSortDirection)
- func (v *NullableSandboxListSortDirection) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxListSortDirection) Unset()
- type NullableSandboxListSortField
- func (v NullableSandboxListSortField) Get() *SandboxListSortField
- func (v NullableSandboxListSortField) IsSet() bool
- func (v NullableSandboxListSortField) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxListSortField) Set(val *SandboxListSortField)
- func (v *NullableSandboxListSortField) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxListSortField) Unset()
- type NullableSandboxState
- func (v NullableSandboxState) Get() *SandboxState
- func (v NullableSandboxState) IsSet() bool
- func (v NullableSandboxState) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxState) Set(val *SandboxState)
- func (v *NullableSandboxState) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxState) Unset()
- type NullableSandboxVolume
- func (v NullableSandboxVolume) Get() *SandboxVolume
- func (v NullableSandboxVolume) IsSet() bool
- func (v NullableSandboxVolume) MarshalJSON() ([]byte, error)
- func (v *NullableSandboxVolume) Set(val *SandboxVolume)
- func (v *NullableSandboxVolume) UnmarshalJSON(src []byte) error
- func (v *NullableSandboxVolume) Unset()
- type NullableSecret
- type NullableSendWebhookDto
- func (v NullableSendWebhookDto) Get() *SendWebhookDto
- func (v NullableSendWebhookDto) IsSet() bool
- func (v NullableSendWebhookDto) MarshalJSON() ([]byte, error)
- func (v *NullableSendWebhookDto) Set(val *SendWebhookDto)
- func (v *NullableSendWebhookDto) UnmarshalJSON(src []byte) error
- func (v *NullableSendWebhookDto) Unset()
- type NullableSetSnapshotGeneralStatusDto
- func (v NullableSetSnapshotGeneralStatusDto) Get() *SetSnapshotGeneralStatusDto
- func (v NullableSetSnapshotGeneralStatusDto) IsSet() bool
- func (v NullableSetSnapshotGeneralStatusDto) MarshalJSON() ([]byte, error)
- func (v *NullableSetSnapshotGeneralStatusDto) Set(val *SetSnapshotGeneralStatusDto)
- func (v *NullableSetSnapshotGeneralStatusDto) UnmarshalJSON(src []byte) error
- func (v *NullableSetSnapshotGeneralStatusDto) Unset()
- type NullableSignedPortPreviewUrl
- func (v NullableSignedPortPreviewUrl) Get() *SignedPortPreviewUrl
- func (v NullableSignedPortPreviewUrl) IsSet() bool
- func (v NullableSignedPortPreviewUrl) MarshalJSON() ([]byte, error)
- func (v *NullableSignedPortPreviewUrl) Set(val *SignedPortPreviewUrl)
- func (v *NullableSignedPortPreviewUrl) UnmarshalJSON(src []byte) error
- func (v *NullableSignedPortPreviewUrl) Unset()
- type NullableSnapshotDto
- func (v NullableSnapshotDto) Get() *SnapshotDto
- func (v NullableSnapshotDto) IsSet() bool
- func (v NullableSnapshotDto) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotDto) Set(val *SnapshotDto)
- func (v *NullableSnapshotDto) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotDto) Unset()
- type NullableSnapshotManagerCredentials
- func (v NullableSnapshotManagerCredentials) Get() *SnapshotManagerCredentials
- func (v NullableSnapshotManagerCredentials) IsSet() bool
- func (v NullableSnapshotManagerCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotManagerCredentials) Set(val *SnapshotManagerCredentials)
- func (v *NullableSnapshotManagerCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotManagerCredentials) Unset()
- type NullableSnapshotState
- func (v NullableSnapshotState) Get() *SnapshotState
- func (v NullableSnapshotState) IsSet() bool
- func (v NullableSnapshotState) MarshalJSON() ([]byte, error)
- func (v *NullableSnapshotState) Set(val *SnapshotState)
- func (v *NullableSnapshotState) UnmarshalJSON(src []byte) error
- func (v *NullableSnapshotState) Unset()
- type NullableSshAccessDto
- func (v NullableSshAccessDto) Get() *SshAccessDto
- func (v NullableSshAccessDto) IsSet() bool
- func (v NullableSshAccessDto) MarshalJSON() ([]byte, error)
- func (v *NullableSshAccessDto) Set(val *SshAccessDto)
- func (v *NullableSshAccessDto) UnmarshalJSON(src []byte) error
- func (v *NullableSshAccessDto) Unset()
- type NullableSshAccessValidationDto
- func (v NullableSshAccessValidationDto) Get() *SshAccessValidationDto
- func (v NullableSshAccessValidationDto) IsSet() bool
- func (v NullableSshAccessValidationDto) MarshalJSON() ([]byte, error)
- func (v *NullableSshAccessValidationDto) Set(val *SshAccessValidationDto)
- func (v *NullableSshAccessValidationDto) UnmarshalJSON(src []byte) error
- func (v *NullableSshAccessValidationDto) Unset()
- type NullableStorageAccessDto
- func (v NullableStorageAccessDto) Get() *StorageAccessDto
- func (v NullableStorageAccessDto) IsSet() bool
- func (v NullableStorageAccessDto) MarshalJSON() ([]byte, error)
- func (v *NullableStorageAccessDto) Set(val *StorageAccessDto)
- func (v *NullableStorageAccessDto) UnmarshalJSON(src []byte) error
- func (v *NullableStorageAccessDto) Unset()
- type NullableString
- type NullableStringFilter
- func (v NullableStringFilter) Get() *StringFilter
- func (v NullableStringFilter) IsSet() bool
- func (v NullableStringFilter) MarshalJSON() ([]byte, error)
- func (v *NullableStringFilter) Set(val *StringFilter)
- func (v *NullableStringFilter) UnmarshalJSON(src []byte) error
- func (v *NullableStringFilter) Unset()
- type NullableTime
- type NullableToolboxProxyUrl
- func (v NullableToolboxProxyUrl) Get() *ToolboxProxyUrl
- func (v NullableToolboxProxyUrl) IsSet() bool
- func (v NullableToolboxProxyUrl) MarshalJSON() ([]byte, error)
- func (v *NullableToolboxProxyUrl) Set(val *ToolboxProxyUrl)
- func (v *NullableToolboxProxyUrl) UnmarshalJSON(src []byte) error
- func (v *NullableToolboxProxyUrl) Unset()
- type NullableTraceSpan
- type NullableTraceSummary
- func (v NullableTraceSummary) Get() *TraceSummary
- func (v NullableTraceSummary) IsSet() bool
- func (v NullableTraceSummary) MarshalJSON() ([]byte, error)
- func (v *NullableTraceSummary) Set(val *TraceSummary)
- func (v *NullableTraceSummary) UnmarshalJSON(src []byte) error
- func (v *NullableTraceSummary) Unset()
- type NullableUpdateDockerRegistry
- func (v NullableUpdateDockerRegistry) Get() *UpdateDockerRegistry
- func (v NullableUpdateDockerRegistry) IsSet() bool
- func (v NullableUpdateDockerRegistry) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateDockerRegistry) Set(val *UpdateDockerRegistry)
- func (v *NullableUpdateDockerRegistry) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateDockerRegistry) Unset()
- type NullableUpdateJobStatus
- func (v NullableUpdateJobStatus) Get() *UpdateJobStatus
- func (v NullableUpdateJobStatus) IsSet() bool
- func (v NullableUpdateJobStatus) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateJobStatus) Set(val *UpdateJobStatus)
- func (v *NullableUpdateJobStatus) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateJobStatus) Unset()
- type NullableUpdateOrganizationDefaultRegion
- func (v NullableUpdateOrganizationDefaultRegion) Get() *UpdateOrganizationDefaultRegion
- func (v NullableUpdateOrganizationDefaultRegion) IsSet() bool
- func (v NullableUpdateOrganizationDefaultRegion) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationDefaultRegion) Set(val *UpdateOrganizationDefaultRegion)
- func (v *NullableUpdateOrganizationDefaultRegion) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationDefaultRegion) Unset()
- type NullableUpdateOrganizationInvitation
- func (v NullableUpdateOrganizationInvitation) Get() *UpdateOrganizationInvitation
- func (v NullableUpdateOrganizationInvitation) IsSet() bool
- func (v NullableUpdateOrganizationInvitation) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationInvitation) Set(val *UpdateOrganizationInvitation)
- func (v *NullableUpdateOrganizationInvitation) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationInvitation) Unset()
- type NullableUpdateOrganizationMemberAccess
- func (v NullableUpdateOrganizationMemberAccess) Get() *UpdateOrganizationMemberAccess
- func (v NullableUpdateOrganizationMemberAccess) IsSet() bool
- func (v NullableUpdateOrganizationMemberAccess) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationMemberAccess) Set(val *UpdateOrganizationMemberAccess)
- func (v *NullableUpdateOrganizationMemberAccess) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationMemberAccess) Unset()
- type NullableUpdateOrganizationQuota
- func (v NullableUpdateOrganizationQuota) Get() *UpdateOrganizationQuota
- func (v NullableUpdateOrganizationQuota) IsSet() bool
- func (v NullableUpdateOrganizationQuota) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationQuota) Set(val *UpdateOrganizationQuota)
- func (v *NullableUpdateOrganizationQuota) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationQuota) Unset()
- type NullableUpdateOrganizationRegionQuota
- func (v NullableUpdateOrganizationRegionQuota) Get() *UpdateOrganizationRegionQuota
- func (v NullableUpdateOrganizationRegionQuota) IsSet() bool
- func (v NullableUpdateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationRegionQuota) Set(val *UpdateOrganizationRegionQuota)
- func (v *NullableUpdateOrganizationRegionQuota) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationRegionQuota) Unset()
- type NullableUpdateOrganizationRole
- func (v NullableUpdateOrganizationRole) Get() *UpdateOrganizationRole
- func (v NullableUpdateOrganizationRole) IsSet() bool
- func (v NullableUpdateOrganizationRole) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateOrganizationRole) Set(val *UpdateOrganizationRole)
- func (v *NullableUpdateOrganizationRole) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateOrganizationRole) Unset()
- type NullableUpdateRegion
- func (v NullableUpdateRegion) Get() *UpdateRegion
- func (v NullableUpdateRegion) IsSet() bool
- func (v NullableUpdateRegion) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateRegion) Set(val *UpdateRegion)
- func (v *NullableUpdateRegion) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateRegion) Unset()
- type NullableUpdateSandboxNetworkSettings
- func (v NullableUpdateSandboxNetworkSettings) Get() *UpdateSandboxNetworkSettings
- func (v NullableUpdateSandboxNetworkSettings) IsSet() bool
- func (v NullableUpdateSandboxNetworkSettings) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSandboxNetworkSettings) Set(val *UpdateSandboxNetworkSettings)
- func (v *NullableUpdateSandboxNetworkSettings) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSandboxNetworkSettings) Unset()
- type NullableUpdateSandboxSecrets
- func (v NullableUpdateSandboxSecrets) Get() *UpdateSandboxSecrets
- func (v NullableUpdateSandboxSecrets) IsSet() bool
- func (v NullableUpdateSandboxSecrets) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSandboxSecrets) Set(val *UpdateSandboxSecrets)
- func (v *NullableUpdateSandboxSecrets) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSandboxSecrets) Unset()
- type NullableUpdateSandboxStateDto
- func (v NullableUpdateSandboxStateDto) Get() *UpdateSandboxStateDto
- func (v NullableUpdateSandboxStateDto) IsSet() bool
- func (v NullableUpdateSandboxStateDto) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSandboxStateDto) Set(val *UpdateSandboxStateDto)
- func (v *NullableUpdateSandboxStateDto) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSandboxStateDto) Unset()
- type NullableUpdateSecret
- func (v NullableUpdateSecret) Get() *UpdateSecret
- func (v NullableUpdateSecret) IsSet() bool
- func (v NullableUpdateSecret) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSecret) Set(val *UpdateSecret)
- func (v *NullableUpdateSecret) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSecret) Unset()
- type NullableUrl
- type NullableUser
- type NullableUserPublicKey
- func (v NullableUserPublicKey) Get() *UserPublicKey
- func (v NullableUserPublicKey) IsSet() bool
- func (v NullableUserPublicKey) MarshalJSON() ([]byte, error)
- func (v *NullableUserPublicKey) Set(val *UserPublicKey)
- func (v *NullableUserPublicKey) UnmarshalJSON(src []byte) error
- func (v *NullableUserPublicKey) Unset()
- type NullableVolumeDto
- type NullableVolumeState
- func (v NullableVolumeState) Get() *VolumeState
- func (v NullableVolumeState) IsSet() bool
- func (v NullableVolumeState) MarshalJSON() ([]byte, error)
- func (v *NullableVolumeState) Set(val *VolumeState)
- func (v *NullableVolumeState) UnmarshalJSON(src []byte) error
- func (v *NullableVolumeState) Unset()
- type NullableWebhookAppPortalAccess
- func (v NullableWebhookAppPortalAccess) Get() *WebhookAppPortalAccess
- func (v NullableWebhookAppPortalAccess) IsSet() bool
- func (v NullableWebhookAppPortalAccess) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookAppPortalAccess) Set(val *WebhookAppPortalAccess)
- func (v *NullableWebhookAppPortalAccess) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookAppPortalAccess) Unset()
- type NullableWebhookEvent
- func (v NullableWebhookEvent) Get() *WebhookEvent
- func (v NullableWebhookEvent) IsSet() bool
- func (v NullableWebhookEvent) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEvent) Set(val *WebhookEvent)
- func (v *NullableWebhookEvent) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEvent) Unset()
- type NullableWebhookInitializationStatus
- func (v NullableWebhookInitializationStatus) Get() *WebhookInitializationStatus
- func (v NullableWebhookInitializationStatus) IsSet() bool
- func (v NullableWebhookInitializationStatus) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookInitializationStatus) Set(val *WebhookInitializationStatus)
- func (v *NullableWebhookInitializationStatus) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookInitializationStatus) Unset()
- type ObjectStorageAPI
- type ObjectStorageAPIGetPushAccessRequest
- type ObjectStorageAPIService
- type OidcConfig
- func (o *OidcConfig) GetAudience() string
- func (o *OidcConfig) GetAudienceOk() (*string, bool)
- func (o *OidcConfig) GetClientId() string
- func (o *OidcConfig) GetClientIdOk() (*string, bool)
- func (o *OidcConfig) GetIssuer() string
- func (o *OidcConfig) GetIssuerOk() (*string, bool)
- func (o OidcConfig) MarshalJSON() ([]byte, error)
- func (o *OidcConfig) SetAudience(v string)
- func (o *OidcConfig) SetClientId(v string)
- func (o *OidcConfig) SetIssuer(v string)
- func (o OidcConfig) ToMap() (map[string]interface{}, error)
- func (o *OidcConfig) UnmarshalJSON(data []byte) (err error)
- type Organization
- func (o *Organization) GetAuthenticatedRateLimit() float32
- func (o *Organization) GetAuthenticatedRateLimitOk() (*float32, bool)
- func (o *Organization) GetAuthenticatedRateLimitTtlSeconds() float32
- func (o *Organization) GetAuthenticatedRateLimitTtlSecondsOk() (*float32, bool)
- func (o *Organization) GetCreatedAt() time.Time
- func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
- func (o *Organization) GetCreatedBy() string
- func (o *Organization) GetCreatedByOk() (*string, bool)
- func (o *Organization) GetDefaultRegionId() string
- func (o *Organization) GetDefaultRegionIdOk() (*string, bool)
- func (o *Organization) GetExperimentalConfig() map[string]interface{}
- func (o *Organization) GetExperimentalConfigOk() (map[string]interface{}, bool)
- func (o *Organization) GetId() string
- func (o *Organization) GetIdOk() (*string, bool)
- func (o *Organization) GetMaxCpuPerSandbox() float32
- func (o *Organization) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *Organization) GetMaxDiskPerSandbox() float32
- func (o *Organization) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *Organization) GetMaxMemoryPerSandbox() float32
- func (o *Organization) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *Organization) GetMaxSecretsPerSandbox() float32
- func (o *Organization) GetMaxSecretsPerSandboxOk() (*float32, bool)
- func (o *Organization) GetName() string
- func (o *Organization) GetNameOk() (*string, bool)
- func (o *Organization) GetOtelConfig() OtelConfig
- func (o *Organization) GetOtelConfigOk() (*OtelConfig, bool)
- func (o *Organization) GetPersonal() bool
- func (o *Organization) GetPersonalOk() (*bool, bool)
- func (o *Organization) GetPreviewWarningEnabled() bool
- func (o *Organization) GetPreviewWarningEnabledOk() (*bool, bool)
- func (o *Organization) GetSandboxCreateRateLimit() float32
- func (o *Organization) GetSandboxCreateRateLimitOk() (*float32, bool)
- func (o *Organization) GetSandboxCreateRateLimitTtlSeconds() float32
- func (o *Organization) GetSandboxCreateRateLimitTtlSecondsOk() (*float32, bool)
- func (o *Organization) GetSandboxLifecycleRateLimit() float32
- func (o *Organization) GetSandboxLifecycleRateLimitOk() (*float32, bool)
- func (o *Organization) GetSandboxLifecycleRateLimitTtlSeconds() float32
- func (o *Organization) GetSandboxLifecycleRateLimitTtlSecondsOk() (*float32, bool)
- func (o *Organization) GetSandboxLimitedNetworkEgress() bool
- func (o *Organization) GetSandboxLimitedNetworkEgressOk() (*bool, bool)
- func (o *Organization) GetSecretQuota() float32
- func (o *Organization) GetSecretQuotaOk() (*float32, bool)
- func (o *Organization) GetSnapshotDeactivationTimeoutMinutes() float32
- func (o *Organization) GetSnapshotDeactivationTimeoutMinutesOk() (*float32, bool)
- func (o *Organization) GetSuspended() bool
- func (o *Organization) GetSuspendedAt() time.Time
- func (o *Organization) GetSuspendedAtOk() (*time.Time, bool)
- func (o *Organization) GetSuspendedOk() (*bool, bool)
- func (o *Organization) GetSuspendedUntil() time.Time
- func (o *Organization) GetSuspendedUntilOk() (*time.Time, bool)
- func (o *Organization) GetSuspensionCleanupGracePeriodHours() float32
- func (o *Organization) GetSuspensionCleanupGracePeriodHoursOk() (*float32, bool)
- func (o *Organization) GetSuspensionReason() string
- func (o *Organization) GetSuspensionReasonOk() (*string, bool)
- func (o *Organization) GetUpdatedAt() time.Time
- func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Organization) HasDefaultRegionId() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetAuthenticatedRateLimit(v float32)
- func (o *Organization) SetAuthenticatedRateLimitTtlSeconds(v float32)
- func (o *Organization) SetCreatedAt(v time.Time)
- func (o *Organization) SetCreatedBy(v string)
- func (o *Organization) SetDefaultRegionId(v string)
- func (o *Organization) SetExperimentalConfig(v map[string]interface{})
- func (o *Organization) SetId(v string)
- func (o *Organization) SetMaxCpuPerSandbox(v float32)
- func (o *Organization) SetMaxDiskPerSandbox(v float32)
- func (o *Organization) SetMaxMemoryPerSandbox(v float32)
- func (o *Organization) SetMaxSecretsPerSandbox(v float32)
- func (o *Organization) SetName(v string)
- func (o *Organization) SetOtelConfig(v OtelConfig)
- func (o *Organization) SetPersonal(v bool)
- func (o *Organization) SetPreviewWarningEnabled(v bool)
- func (o *Organization) SetSandboxCreateRateLimit(v float32)
- func (o *Organization) SetSandboxCreateRateLimitTtlSeconds(v float32)
- func (o *Organization) SetSandboxLifecycleRateLimit(v float32)
- func (o *Organization) SetSandboxLifecycleRateLimitTtlSeconds(v float32)
- func (o *Organization) SetSandboxLimitedNetworkEgress(v bool)
- func (o *Organization) SetSecretQuota(v float32)
- func (o *Organization) SetSnapshotDeactivationTimeoutMinutes(v float32)
- func (o *Organization) SetSuspended(v bool)
- func (o *Organization) SetSuspendedAt(v time.Time)
- func (o *Organization) SetSuspendedUntil(v time.Time)
- func (o *Organization) SetSuspensionCleanupGracePeriodHours(v float32)
- func (o *Organization) SetSuspensionReason(v string)
- func (o *Organization) SetUpdatedAt(v time.Time)
- func (o Organization) ToMap() (map[string]interface{}, error)
- func (o *Organization) UnmarshalJSON(data []byte) (err error)
- type OrganizationInvitation
- func (o *OrganizationInvitation) GetAssignedRoles() []OrganizationRole
- func (o *OrganizationInvitation) GetAssignedRolesOk() ([]OrganizationRole, bool)
- func (o *OrganizationInvitation) GetCreatedAt() time.Time
- func (o *OrganizationInvitation) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationInvitation) GetEmail() string
- func (o *OrganizationInvitation) GetEmailOk() (*string, bool)
- func (o *OrganizationInvitation) GetExpiresAt() time.Time
- func (o *OrganizationInvitation) GetExpiresAtOk() (*time.Time, bool)
- func (o *OrganizationInvitation) GetId() string
- func (o *OrganizationInvitation) GetIdOk() (*string, bool)
- func (o *OrganizationInvitation) GetInvitedBy() string
- func (o *OrganizationInvitation) GetInvitedByOk() (*string, bool)
- func (o *OrganizationInvitation) GetOrganizationId() string
- func (o *OrganizationInvitation) GetOrganizationIdOk() (*string, bool)
- func (o *OrganizationInvitation) GetOrganizationName() string
- func (o *OrganizationInvitation) GetOrganizationNameOk() (*string, bool)
- func (o *OrganizationInvitation) GetRole() string
- func (o *OrganizationInvitation) GetRoleOk() (*string, bool)
- func (o *OrganizationInvitation) GetStatus() string
- func (o *OrganizationInvitation) GetStatusOk() (*string, bool)
- func (o *OrganizationInvitation) GetUpdatedAt() time.Time
- func (o *OrganizationInvitation) GetUpdatedAtOk() (*time.Time, bool)
- func (o OrganizationInvitation) MarshalJSON() ([]byte, error)
- func (o *OrganizationInvitation) SetAssignedRoles(v []OrganizationRole)
- func (o *OrganizationInvitation) SetCreatedAt(v time.Time)
- func (o *OrganizationInvitation) SetEmail(v string)
- func (o *OrganizationInvitation) SetExpiresAt(v time.Time)
- func (o *OrganizationInvitation) SetId(v string)
- func (o *OrganizationInvitation) SetInvitedBy(v string)
- func (o *OrganizationInvitation) SetOrganizationId(v string)
- func (o *OrganizationInvitation) SetOrganizationName(v string)
- func (o *OrganizationInvitation) SetRole(v string)
- func (o *OrganizationInvitation) SetStatus(v string)
- func (o *OrganizationInvitation) SetUpdatedAt(v time.Time)
- func (o OrganizationInvitation) ToMap() (map[string]interface{}, error)
- func (o *OrganizationInvitation) UnmarshalJSON(data []byte) (err error)
- type OrganizationPreviewWarning
- func (o *OrganizationPreviewWarning) GetPreviewWarningEnabled() bool
- func (o *OrganizationPreviewWarning) GetPreviewWarningEnabledOk() (*bool, bool)
- func (o OrganizationPreviewWarning) MarshalJSON() ([]byte, error)
- func (o *OrganizationPreviewWarning) SetPreviewWarningEnabled(v bool)
- func (o OrganizationPreviewWarning) ToMap() (map[string]interface{}, error)
- func (o *OrganizationPreviewWarning) UnmarshalJSON(data []byte) (err error)
- type OrganizationRole
- func (o *OrganizationRole) GetCreatedAt() time.Time
- func (o *OrganizationRole) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationRole) GetDescription() string
- func (o *OrganizationRole) GetDescriptionOk() (*string, bool)
- func (o *OrganizationRole) GetId() string
- func (o *OrganizationRole) GetIdOk() (*string, bool)
- func (o *OrganizationRole) GetIsGlobal() bool
- func (o *OrganizationRole) GetIsGlobalOk() (*bool, bool)
- func (o *OrganizationRole) GetName() string
- func (o *OrganizationRole) GetNameOk() (*string, bool)
- func (o *OrganizationRole) GetPermissions() []string
- func (o *OrganizationRole) GetPermissionsOk() ([]string, bool)
- func (o *OrganizationRole) GetUpdatedAt() time.Time
- func (o *OrganizationRole) GetUpdatedAtOk() (*time.Time, bool)
- func (o OrganizationRole) MarshalJSON() ([]byte, error)
- func (o *OrganizationRole) SetCreatedAt(v time.Time)
- func (o *OrganizationRole) SetDescription(v string)
- func (o *OrganizationRole) SetId(v string)
- func (o *OrganizationRole) SetIsGlobal(v bool)
- func (o *OrganizationRole) SetName(v string)
- func (o *OrganizationRole) SetPermissions(v []string)
- func (o *OrganizationRole) SetUpdatedAt(v time.Time)
- func (o OrganizationRole) ToMap() (map[string]interface{}, error)
- func (o *OrganizationRole) UnmarshalJSON(data []byte) (err error)
- type OrganizationSandboxDefaultLimitedNetworkEgress
- func (o *OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDefaultLimitedNetworkEgress() bool
- func (o *OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDefaultLimitedNetworkEgressOk() (*bool, bool)
- func (o OrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON() ([]byte, error)
- func (o *OrganizationSandboxDefaultLimitedNetworkEgress) SetSandboxDefaultLimitedNetworkEgress(v bool)
- func (o OrganizationSandboxDefaultLimitedNetworkEgress) ToMap() (map[string]interface{}, error)
- func (o *OrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON(data []byte) (err error)
- type OrganizationSuspension
- func (o *OrganizationSuspension) GetReason() string
- func (o *OrganizationSuspension) GetReasonOk() (*string, bool)
- func (o *OrganizationSuspension) GetSuspensionCleanupGracePeriodHours() float32
- func (o *OrganizationSuspension) GetSuspensionCleanupGracePeriodHoursOk() (*float32, bool)
- func (o *OrganizationSuspension) GetUntil() time.Time
- func (o *OrganizationSuspension) GetUntilOk() (*time.Time, bool)
- func (o *OrganizationSuspension) HasSuspensionCleanupGracePeriodHours() bool
- func (o OrganizationSuspension) MarshalJSON() ([]byte, error)
- func (o *OrganizationSuspension) SetReason(v string)
- func (o *OrganizationSuspension) SetSuspensionCleanupGracePeriodHours(v float32)
- func (o *OrganizationSuspension) SetUntil(v time.Time)
- func (o OrganizationSuspension) ToMap() (map[string]interface{}, error)
- func (o *OrganizationSuspension) UnmarshalJSON(data []byte) (err error)
- type OrganizationUsageOverview
- func (o *OrganizationUsageOverview) GetCurrentSnapshotUsage() float32
- func (o *OrganizationUsageOverview) GetCurrentSnapshotUsageOk() (*float32, bool)
- func (o *OrganizationUsageOverview) GetCurrentVolumeUsage() float32
- func (o *OrganizationUsageOverview) GetCurrentVolumeUsageOk() (*float32, bool)
- func (o *OrganizationUsageOverview) GetRegionUsage() []RegionUsageOverview
- func (o *OrganizationUsageOverview) GetRegionUsageOk() ([]RegionUsageOverview, bool)
- func (o *OrganizationUsageOverview) GetTotalSnapshotQuota() float32
- func (o *OrganizationUsageOverview) GetTotalSnapshotQuotaOk() (*float32, bool)
- func (o *OrganizationUsageOverview) GetTotalVolumeQuota() float32
- func (o *OrganizationUsageOverview) GetTotalVolumeQuotaOk() (*float32, bool)
- func (o OrganizationUsageOverview) MarshalJSON() ([]byte, error)
- func (o *OrganizationUsageOverview) SetCurrentSnapshotUsage(v float32)
- func (o *OrganizationUsageOverview) SetCurrentVolumeUsage(v float32)
- func (o *OrganizationUsageOverview) SetRegionUsage(v []RegionUsageOverview)
- func (o *OrganizationUsageOverview) SetTotalSnapshotQuota(v float32)
- func (o *OrganizationUsageOverview) SetTotalVolumeQuota(v float32)
- func (o OrganizationUsageOverview) ToMap() (map[string]interface{}, error)
- func (o *OrganizationUsageOverview) UnmarshalJSON(data []byte) (err error)
- type OrganizationUser
- func (o *OrganizationUser) GetAssignedRoles() []OrganizationRole
- func (o *OrganizationUser) GetAssignedRolesOk() ([]OrganizationRole, bool)
- func (o *OrganizationUser) GetCreatedAt() time.Time
- func (o *OrganizationUser) GetCreatedAtOk() (*time.Time, bool)
- func (o *OrganizationUser) GetEmail() string
- func (o *OrganizationUser) GetEmailOk() (*string, bool)
- func (o *OrganizationUser) GetName() string
- func (o *OrganizationUser) GetNameOk() (*string, bool)
- func (o *OrganizationUser) GetOrganizationId() string
- func (o *OrganizationUser) GetOrganizationIdOk() (*string, bool)
- func (o *OrganizationUser) GetRole() string
- func (o *OrganizationUser) GetRoleOk() (*string, bool)
- func (o *OrganizationUser) GetUpdatedAt() time.Time
- func (o *OrganizationUser) GetUpdatedAtOk() (*time.Time, bool)
- func (o *OrganizationUser) GetUserId() string
- func (o *OrganizationUser) GetUserIdOk() (*string, bool)
- func (o OrganizationUser) MarshalJSON() ([]byte, error)
- func (o *OrganizationUser) SetAssignedRoles(v []OrganizationRole)
- func (o *OrganizationUser) SetCreatedAt(v time.Time)
- func (o *OrganizationUser) SetEmail(v string)
- func (o *OrganizationUser) SetName(v string)
- func (o *OrganizationUser) SetOrganizationId(v string)
- func (o *OrganizationUser) SetRole(v string)
- func (o *OrganizationUser) SetUpdatedAt(v time.Time)
- func (o *OrganizationUser) SetUserId(v string)
- func (o OrganizationUser) ToMap() (map[string]interface{}, error)
- func (o *OrganizationUser) UnmarshalJSON(data []byte) (err error)
- type OrganizationsAPI
- type OrganizationsAPIAcceptOrganizationInvitationRequest
- type OrganizationsAPICancelOrganizationInvitationRequest
- type OrganizationsAPICreateOrganizationInvitationRequest
- func (r OrganizationsAPICreateOrganizationInvitationRequest) CreateOrganizationInvitation(createOrganizationInvitation CreateOrganizationInvitation) OrganizationsAPICreateOrganizationInvitationRequest
- func (r OrganizationsAPICreateOrganizationInvitationRequest) Execute() (*OrganizationInvitation, *http.Response, error)
- type OrganizationsAPICreateOrganizationRequest
- type OrganizationsAPICreateOrganizationRoleRequest
- type OrganizationsAPICreateRegionRequest
- func (r OrganizationsAPICreateRegionRequest) CreateRegion(createRegion CreateRegion) OrganizationsAPICreateRegionRequest
- func (r OrganizationsAPICreateRegionRequest) Execute() (*CreateRegionResponse, *http.Response, error)
- func (r OrganizationsAPICreateRegionRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPICreateRegionRequest
- type OrganizationsAPIDeclineOrganizationInvitationRequest
- type OrganizationsAPIDeleteOrganizationMemberRequest
- type OrganizationsAPIDeleteOrganizationOtelConfigRequest
- type OrganizationsAPIDeleteOrganizationRequest
- type OrganizationsAPIDeleteOrganizationRoleRequest
- type OrganizationsAPIDeleteRegionRequest
- type OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest
- type OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest
- type OrganizationsAPIGetOrganizationOtelConfigRequest
- type OrganizationsAPIGetOrganizationRequest
- type OrganizationsAPIGetOrganizationUsageOverviewRequest
- type OrganizationsAPIGetRegionByIdRequest
- type OrganizationsAPILeaveOrganizationRequest
- type OrganizationsAPIListAvailableRegionsRequest
- type OrganizationsAPIListAvailableSandboxClassesRequest
- type OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest
- type OrganizationsAPIListOrganizationInvitationsRequest
- type OrganizationsAPIListOrganizationMembersRequest
- type OrganizationsAPIListOrganizationRolesRequest
- type OrganizationsAPIListOrganizationsRequest
- type OrganizationsAPIRegenerateProxyApiKeyRequest
- type OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
- func (r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) Execute() (*SnapshotManagerCredentials, *http.Response, error)
- func (r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
- type OrganizationsAPIRegenerateSshGatewayApiKeyRequest
- type OrganizationsAPIService
- func (a *OrganizationsAPIService) AcceptOrganizationInvitation(ctx context.Context, invitationId string) OrganizationsAPIAcceptOrganizationInvitationRequest
- func (a *OrganizationsAPIService) AcceptOrganizationInvitationExecute(r OrganizationsAPIAcceptOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
- func (a *OrganizationsAPIService) CancelOrganizationInvitation(ctx context.Context, organizationId string, invitationId string) OrganizationsAPICancelOrganizationInvitationRequest
- func (a *OrganizationsAPIService) CancelOrganizationInvitationExecute(r OrganizationsAPICancelOrganizationInvitationRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) CreateOrganization(ctx context.Context) OrganizationsAPICreateOrganizationRequest
- func (a *OrganizationsAPIService) CreateOrganizationExecute(r OrganizationsAPICreateOrganizationRequest) (*Organization, *http.Response, error)
- func (a *OrganizationsAPIService) CreateOrganizationInvitation(ctx context.Context, organizationId string) OrganizationsAPICreateOrganizationInvitationRequest
- func (a *OrganizationsAPIService) CreateOrganizationInvitationExecute(r OrganizationsAPICreateOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
- func (a *OrganizationsAPIService) CreateOrganizationRole(ctx context.Context, organizationId string) OrganizationsAPICreateOrganizationRoleRequest
- func (a *OrganizationsAPIService) CreateOrganizationRoleExecute(r OrganizationsAPICreateOrganizationRoleRequest) (*OrganizationRole, *http.Response, error)
- func (a *OrganizationsAPIService) CreateRegion(ctx context.Context) OrganizationsAPICreateRegionRequest
- func (a *OrganizationsAPIService) CreateRegionExecute(r OrganizationsAPICreateRegionRequest) (*CreateRegionResponse, *http.Response, error)
- func (a *OrganizationsAPIService) DeclineOrganizationInvitation(ctx context.Context, invitationId string) OrganizationsAPIDeclineOrganizationInvitationRequest
- func (a *OrganizationsAPIService) DeclineOrganizationInvitationExecute(r OrganizationsAPIDeclineOrganizationInvitationRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) DeleteOrganization(ctx context.Context, organizationId string) OrganizationsAPIDeleteOrganizationRequest
- func (a *OrganizationsAPIService) DeleteOrganizationExecute(r OrganizationsAPIDeleteOrganizationRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) DeleteOrganizationMember(ctx context.Context, organizationId string, userId string) OrganizationsAPIDeleteOrganizationMemberRequest
- func (a *OrganizationsAPIService) DeleteOrganizationMemberExecute(r OrganizationsAPIDeleteOrganizationMemberRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) DeleteOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIDeleteOrganizationOtelConfigRequest
- func (a *OrganizationsAPIService) DeleteOrganizationOtelConfigExecute(r OrganizationsAPIDeleteOrganizationOtelConfigRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) DeleteOrganizationRole(ctx context.Context, organizationId string, roleId string) OrganizationsAPIDeleteOrganizationRoleRequest
- func (a *OrganizationsAPIService) DeleteOrganizationRoleExecute(r OrganizationsAPIDeleteOrganizationRoleRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) DeleteRegion(ctx context.Context, id string) OrganizationsAPIDeleteRegionRequest
- func (a *OrganizationsAPIService) DeleteRegionExecute(r OrganizationsAPIDeleteRegionRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) GetOrganization(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationRequest
- func (a *OrganizationsAPIService) GetOrganizationExecute(r OrganizationsAPIGetOrganizationRequest) (*Organization, *http.Response, error)
- func (a *OrganizationsAPIService) GetOrganizationInvitationsCountForAuthenticatedUser(ctx context.Context) OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest
- func (a *OrganizationsAPIService) GetOrganizationInvitationsCountForAuthenticatedUserExecute(r OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest) (float32, *http.Response, error)
- func (a *OrganizationsAPIService) GetOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationOtelConfigRequest
- func (a *OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAuthToken(ctx context.Context, authToken string) OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest
- func (a *OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAuthTokenExecute(r OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest) (*OtelConfig, *http.Response, error)
- func (a *OrganizationsAPIService) GetOrganizationOtelConfigExecute(r OrganizationsAPIGetOrganizationOtelConfigRequest) (*OtelConfig, *http.Response, error)
- func (a *OrganizationsAPIService) GetOrganizationUsageOverview(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationUsageOverviewRequest
- func (a *OrganizationsAPIService) GetOrganizationUsageOverviewExecute(r OrganizationsAPIGetOrganizationUsageOverviewRequest) (*OrganizationUsageOverview, *http.Response, error)
- func (a *OrganizationsAPIService) GetRegionById(ctx context.Context, id string) OrganizationsAPIGetRegionByIdRequest
- func (a *OrganizationsAPIService) GetRegionByIdExecute(r OrganizationsAPIGetRegionByIdRequest) (*Region, *http.Response, error)
- func (a *OrganizationsAPIService) LeaveOrganization(ctx context.Context, organizationId string) OrganizationsAPILeaveOrganizationRequest
- func (a *OrganizationsAPIService) LeaveOrganizationExecute(r OrganizationsAPILeaveOrganizationRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) ListAvailableRegions(ctx context.Context) OrganizationsAPIListAvailableRegionsRequest
- func (a *OrganizationsAPIService) ListAvailableRegionsExecute(r OrganizationsAPIListAvailableRegionsRequest) ([]Region, *http.Response, error)
- func (a *OrganizationsAPIService) ListAvailableSandboxClasses(ctx context.Context, organizationId string) OrganizationsAPIListAvailableSandboxClassesRequest
- func (a *OrganizationsAPIService) ListAvailableSandboxClassesExecute(r OrganizationsAPIListAvailableSandboxClassesRequest) ([]AvailableSandboxClass, *http.Response, error)
- func (a *OrganizationsAPIService) ListOrganizationInvitations(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationInvitationsRequest
- func (a *OrganizationsAPIService) ListOrganizationInvitationsExecute(r OrganizationsAPIListOrganizationInvitationsRequest) ([]OrganizationInvitation, *http.Response, error)
- func (a *OrganizationsAPIService) ListOrganizationInvitationsForAuthenticatedUser(ctx context.Context) OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest
- func (a *OrganizationsAPIService) ListOrganizationInvitationsForAuthenticatedUserExecute(r OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest) ([]OrganizationInvitation, *http.Response, error)
- func (a *OrganizationsAPIService) ListOrganizationMembers(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationMembersRequest
- func (a *OrganizationsAPIService) ListOrganizationMembersExecute(r OrganizationsAPIListOrganizationMembersRequest) ([]OrganizationUser, *http.Response, error)
- func (a *OrganizationsAPIService) ListOrganizationRoles(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationRolesRequest
- func (a *OrganizationsAPIService) ListOrganizationRolesExecute(r OrganizationsAPIListOrganizationRolesRequest) ([]OrganizationRole, *http.Response, error)
- func (a *OrganizationsAPIService) ListOrganizations(ctx context.Context) OrganizationsAPIListOrganizationsRequest
- func (a *OrganizationsAPIService) ListOrganizationsExecute(r OrganizationsAPIListOrganizationsRequest) ([]Organization, *http.Response, error)
- func (a *OrganizationsAPIService) RegenerateProxyApiKey(ctx context.Context, id string) OrganizationsAPIRegenerateProxyApiKeyRequest
- func (a *OrganizationsAPIService) RegenerateProxyApiKeyExecute(r OrganizationsAPIRegenerateProxyApiKeyRequest) (*RegenerateApiKeyResponse, *http.Response, error)
- func (a *OrganizationsAPIService) RegenerateSnapshotManagerCredentials(ctx context.Context, id string) OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
- func (a *OrganizationsAPIService) RegenerateSnapshotManagerCredentialsExecute(r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) (*SnapshotManagerCredentials, *http.Response, error)
- func (a *OrganizationsAPIService) RegenerateSshGatewayApiKey(ctx context.Context, id string) OrganizationsAPIRegenerateSshGatewayApiKeyRequest
- func (a *OrganizationsAPIService) RegenerateSshGatewayApiKeyExecute(r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) (*RegenerateApiKeyResponse, *http.Response, error)
- func (a *OrganizationsAPIService) SetOrganizationDefaultRegion(ctx context.Context, organizationId string) OrganizationsAPISetOrganizationDefaultRegionRequest
- func (a *OrganizationsAPIService) SetOrganizationDefaultRegionExecute(r OrganizationsAPISetOrganizationDefaultRegionRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) SuspendOrganization(ctx context.Context, organizationId string) OrganizationsAPISuspendOrganizationRequest
- func (a *OrganizationsAPIService) SuspendOrganizationExecute(r OrganizationsAPISuspendOrganizationRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UnsuspendOrganization(ctx context.Context, organizationId string) OrganizationsAPIUnsuspendOrganizationRequest
- func (a *OrganizationsAPIService) UnsuspendOrganizationExecute(r OrganizationsAPIUnsuspendOrganizationRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateAccessForOrganizationMember(ctx context.Context, organizationId string, userId string) OrganizationsAPIUpdateAccessForOrganizationMemberRequest
- func (a *OrganizationsAPIService) UpdateAccessForOrganizationMemberExecute(r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) (*OrganizationUser, *http.Response, error)
- func (a *OrganizationsAPIService) UpdateExperimentalConfig(ctx context.Context, organizationId string) OrganizationsAPIUpdateExperimentalConfigRequest
- func (a *OrganizationsAPIService) UpdateExperimentalConfigExecute(r OrganizationsAPIUpdateExperimentalConfigRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateOrganizationInvitation(ctx context.Context, organizationId string, invitationId string) OrganizationsAPIUpdateOrganizationInvitationRequest
- func (a *OrganizationsAPIService) UpdateOrganizationInvitationExecute(r OrganizationsAPIUpdateOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
- func (a *OrganizationsAPIService) UpdateOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationOtelConfigRequest
- func (a *OrganizationsAPIService) UpdateOrganizationOtelConfigExecute(r OrganizationsAPIUpdateOrganizationOtelConfigRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateOrganizationPreviewWarning(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationPreviewWarningRequest
- func (a *OrganizationsAPIService) UpdateOrganizationPreviewWarningExecute(r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateOrganizationQuota(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationQuotaRequest
- func (a *OrganizationsAPIService) UpdateOrganizationQuotaExecute(r OrganizationsAPIUpdateOrganizationQuotaRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) OrganizationsAPIUpdateOrganizationRegionQuotaRequest
- func (a *OrganizationsAPIService) UpdateOrganizationRegionQuotaExecute(r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateOrganizationRole(ctx context.Context, organizationId string, roleId string) OrganizationsAPIUpdateOrganizationRoleRequest
- func (a *OrganizationsAPIService) UpdateOrganizationRoleExecute(r OrganizationsAPIUpdateOrganizationRoleRequest) (*OrganizationRole, *http.Response, error)
- func (a *OrganizationsAPIService) UpdateRegion(ctx context.Context, id string) OrganizationsAPIUpdateRegionRequest
- func (a *OrganizationsAPIService) UpdateRegionExecute(r OrganizationsAPIUpdateRegionRequest) (*http.Response, error)
- func (a *OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEgress(ctx context.Context, organizationId string) OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
- func (a *OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEgressExecute(r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) (*http.Response, error)
- type OrganizationsAPISetOrganizationDefaultRegionRequest
- func (r OrganizationsAPISetOrganizationDefaultRegionRequest) Execute() (*http.Response, error)
- func (r OrganizationsAPISetOrganizationDefaultRegionRequest) UpdateOrganizationDefaultRegion(updateOrganizationDefaultRegion UpdateOrganizationDefaultRegion) OrganizationsAPISetOrganizationDefaultRegionRequest
- type OrganizationsAPISuspendOrganizationRequest
- type OrganizationsAPIUnsuspendOrganizationRequest
- type OrganizationsAPIUpdateAccessForOrganizationMemberRequest
- func (r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) Execute() (*OrganizationUser, *http.Response, error)
- func (r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) UpdateOrganizationMemberAccess(updateOrganizationMemberAccess UpdateOrganizationMemberAccess) OrganizationsAPIUpdateAccessForOrganizationMemberRequest
- type OrganizationsAPIUpdateExperimentalConfigRequest
- type OrganizationsAPIUpdateOrganizationInvitationRequest
- func (r OrganizationsAPIUpdateOrganizationInvitationRequest) Execute() (*OrganizationInvitation, *http.Response, error)
- func (r OrganizationsAPIUpdateOrganizationInvitationRequest) UpdateOrganizationInvitation(updateOrganizationInvitation UpdateOrganizationInvitation) OrganizationsAPIUpdateOrganizationInvitationRequest
- type OrganizationsAPIUpdateOrganizationOtelConfigRequest
- type OrganizationsAPIUpdateOrganizationPreviewWarningRequest
- func (r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) Execute() (*http.Response, error)
- func (r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) OrganizationPreviewWarning(organizationPreviewWarning OrganizationPreviewWarning) OrganizationsAPIUpdateOrganizationPreviewWarningRequest
- type OrganizationsAPIUpdateOrganizationQuotaRequest
- type OrganizationsAPIUpdateOrganizationRegionQuotaRequest
- func (r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) Execute() (*http.Response, error)
- func (r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) UpdateOrganizationRegionQuota(updateOrganizationRegionQuota UpdateOrganizationRegionQuota) OrganizationsAPIUpdateOrganizationRegionQuotaRequest
- type OrganizationsAPIUpdateOrganizationRoleRequest
- type OrganizationsAPIUpdateRegionRequest
- func (r OrganizationsAPIUpdateRegionRequest) Execute() (*http.Response, error)
- func (r OrganizationsAPIUpdateRegionRequest) UpdateRegion(updateRegion UpdateRegion) OrganizationsAPIUpdateRegionRequest
- func (r OrganizationsAPIUpdateRegionRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIUpdateRegionRequest
- type OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
- type OtelConfig
- func (o *OtelConfig) GetEndpoint() string
- func (o *OtelConfig) GetEndpointOk() (*string, bool)
- func (o *OtelConfig) GetHeaders() map[string]string
- func (o *OtelConfig) GetHeadersOk() (*map[string]string, bool)
- func (o *OtelConfig) GetOrganizationId() string
- func (o *OtelConfig) GetOrganizationIdOk() (*string, bool)
- func (o *OtelConfig) HasHeaders() bool
- func (o *OtelConfig) HasOrganizationId() bool
- func (o OtelConfig) MarshalJSON() ([]byte, error)
- func (o *OtelConfig) SetEndpoint(v string)
- func (o *OtelConfig) SetHeaders(v map[string]string)
- func (o *OtelConfig) SetOrganizationId(v string)
- func (o OtelConfig) ToMap() (map[string]interface{}, error)
- func (o *OtelConfig) UnmarshalJSON(data []byte) (err error)
- type PaginatedAuditLogs
- func (o *PaginatedAuditLogs) GetItems() []AuditLog
- func (o *PaginatedAuditLogs) GetItemsOk() ([]AuditLog, bool)
- func (o *PaginatedAuditLogs) GetNextToken() string
- func (o *PaginatedAuditLogs) GetNextTokenOk() (*string, bool)
- func (o *PaginatedAuditLogs) GetPage() float32
- func (o *PaginatedAuditLogs) GetPageOk() (*float32, bool)
- func (o *PaginatedAuditLogs) GetTotal() float32
- func (o *PaginatedAuditLogs) GetTotalOk() (*float32, bool)
- func (o *PaginatedAuditLogs) GetTotalPages() float32
- func (o *PaginatedAuditLogs) GetTotalPagesOk() (*float32, bool)
- func (o *PaginatedAuditLogs) HasNextToken() bool
- func (o PaginatedAuditLogs) MarshalJSON() ([]byte, error)
- func (o *PaginatedAuditLogs) SetItems(v []AuditLog)
- func (o *PaginatedAuditLogs) SetNextToken(v string)
- func (o *PaginatedAuditLogs) SetPage(v float32)
- func (o *PaginatedAuditLogs) SetTotal(v float32)
- func (o *PaginatedAuditLogs) SetTotalPages(v float32)
- func (o PaginatedAuditLogs) ToMap() (map[string]interface{}, error)
- func (o *PaginatedAuditLogs) UnmarshalJSON(data []byte) (err error)
- type PaginatedJobs
- func (o *PaginatedJobs) GetItems() []Job
- func (o *PaginatedJobs) GetItemsOk() ([]Job, bool)
- func (o *PaginatedJobs) GetPage() float32
- func (o *PaginatedJobs) GetPageOk() (*float32, bool)
- func (o *PaginatedJobs) GetTotal() float32
- func (o *PaginatedJobs) GetTotalOk() (*float32, bool)
- func (o *PaginatedJobs) GetTotalPages() float32
- func (o *PaginatedJobs) GetTotalPagesOk() (*float32, bool)
- func (o PaginatedJobs) MarshalJSON() ([]byte, error)
- func (o *PaginatedJobs) SetItems(v []Job)
- func (o *PaginatedJobs) SetPage(v float32)
- func (o *PaginatedJobs) SetTotal(v float32)
- func (o *PaginatedJobs) SetTotalPages(v float32)
- func (o PaginatedJobs) ToMap() (map[string]interface{}, error)
- func (o *PaginatedJobs) UnmarshalJSON(data []byte) (err error)
- type PaginatedLogs
- func (o *PaginatedLogs) GetItems() []LogEntry
- func (o *PaginatedLogs) GetItemsOk() ([]LogEntry, bool)
- func (o *PaginatedLogs) GetPage() float32
- func (o *PaginatedLogs) GetPageOk() (*float32, bool)
- func (o *PaginatedLogs) GetTotal() float32
- func (o *PaginatedLogs) GetTotalOk() (*float32, bool)
- func (o *PaginatedLogs) GetTotalPages() float32
- func (o *PaginatedLogs) GetTotalPagesOk() (*float32, bool)
- func (o PaginatedLogs) MarshalJSON() ([]byte, error)
- func (o *PaginatedLogs) SetItems(v []LogEntry)
- func (o *PaginatedLogs) SetPage(v float32)
- func (o *PaginatedLogs) SetTotal(v float32)
- func (o *PaginatedLogs) SetTotalPages(v float32)
- func (o PaginatedLogs) ToMap() (map[string]interface{}, error)
- func (o *PaginatedLogs) UnmarshalJSON(data []byte) (err error)
- type PaginatedSandboxesDeprecated
- func (o *PaginatedSandboxesDeprecated) GetItems() []Sandbox
- func (o *PaginatedSandboxesDeprecated) GetItemsOk() ([]Sandbox, bool)
- func (o *PaginatedSandboxesDeprecated) GetPage() float32
- func (o *PaginatedSandboxesDeprecated) GetPageOk() (*float32, bool)
- func (o *PaginatedSandboxesDeprecated) GetTotal() float32
- func (o *PaginatedSandboxesDeprecated) GetTotalOk() (*float32, bool)
- func (o *PaginatedSandboxesDeprecated) GetTotalPages() float32
- func (o *PaginatedSandboxesDeprecated) GetTotalPagesOk() (*float32, bool)
- func (o PaginatedSandboxesDeprecated) MarshalJSON() ([]byte, error)
- func (o *PaginatedSandboxesDeprecated) SetItems(v []Sandbox)
- func (o *PaginatedSandboxesDeprecated) SetPage(v float32)
- func (o *PaginatedSandboxesDeprecated) SetTotal(v float32)
- func (o *PaginatedSandboxesDeprecated) SetTotalPages(v float32)
- func (o PaginatedSandboxesDeprecated) ToMap() (map[string]interface{}, error)
- func (o *PaginatedSandboxesDeprecated) UnmarshalJSON(data []byte) (err error)
- type PaginatedSnapshots
- func (o *PaginatedSnapshots) GetItems() []SnapshotDto
- func (o *PaginatedSnapshots) GetItemsOk() ([]SnapshotDto, bool)
- func (o *PaginatedSnapshots) GetPage() float32
- func (o *PaginatedSnapshots) GetPageOk() (*float32, bool)
- func (o *PaginatedSnapshots) GetTotal() float32
- func (o *PaginatedSnapshots) GetTotalOk() (*float32, bool)
- func (o *PaginatedSnapshots) GetTotalPages() float32
- func (o *PaginatedSnapshots) GetTotalPagesOk() (*float32, bool)
- func (o PaginatedSnapshots) MarshalJSON() ([]byte, error)
- func (o *PaginatedSnapshots) SetItems(v []SnapshotDto)
- func (o *PaginatedSnapshots) SetPage(v float32)
- func (o *PaginatedSnapshots) SetTotal(v float32)
- func (o *PaginatedSnapshots) SetTotalPages(v float32)
- func (o PaginatedSnapshots) ToMap() (map[string]interface{}, error)
- func (o *PaginatedSnapshots) UnmarshalJSON(data []byte) (err error)
- type PaginatedTraces
- func (o *PaginatedTraces) GetItems() []TraceSummary
- func (o *PaginatedTraces) GetItemsOk() ([]TraceSummary, bool)
- func (o *PaginatedTraces) GetPage() float32
- func (o *PaginatedTraces) GetPageOk() (*float32, bool)
- func (o *PaginatedTraces) GetTotal() float32
- func (o *PaginatedTraces) GetTotalOk() (*float32, bool)
- func (o *PaginatedTraces) GetTotalPages() float32
- func (o *PaginatedTraces) GetTotalPagesOk() (*float32, bool)
- func (o PaginatedTraces) MarshalJSON() ([]byte, error)
- func (o *PaginatedTraces) SetItems(v []TraceSummary)
- func (o *PaginatedTraces) SetPage(v float32)
- func (o *PaginatedTraces) SetTotal(v float32)
- func (o *PaginatedTraces) SetTotalPages(v float32)
- func (o PaginatedTraces) ToMap() (map[string]interface{}, error)
- func (o *PaginatedTraces) UnmarshalJSON(data []byte) (err error)
- type PollJobsResponse
- func (o *PollJobsResponse) GetJobs() []Job
- func (o *PollJobsResponse) GetJobsOk() ([]Job, bool)
- func (o PollJobsResponse) MarshalJSON() ([]byte, error)
- func (o *PollJobsResponse) SetJobs(v []Job)
- func (o PollJobsResponse) ToMap() (map[string]interface{}, error)
- func (o *PollJobsResponse) UnmarshalJSON(data []byte) (err error)
- type PortPreviewUrl
- func (o *PortPreviewUrl) GetSandboxId() string
- func (o *PortPreviewUrl) GetSandboxIdOk() (*string, bool)
- func (o *PortPreviewUrl) GetToken() string
- func (o *PortPreviewUrl) GetTokenOk() (*string, bool)
- func (o *PortPreviewUrl) GetUrl() string
- func (o *PortPreviewUrl) GetUrlOk() (*string, bool)
- func (o PortPreviewUrl) MarshalJSON() ([]byte, error)
- func (o *PortPreviewUrl) SetSandboxId(v string)
- func (o *PortPreviewUrl) SetToken(v string)
- func (o *PortPreviewUrl) SetUrl(v string)
- func (o PortPreviewUrl) ToMap() (map[string]interface{}, error)
- func (o *PortPreviewUrl) UnmarshalJSON(data []byte) (err error)
- type PosthogConfig
- func (o *PosthogConfig) GetApiKey() string
- func (o *PosthogConfig) GetApiKeyOk() (*string, bool)
- func (o *PosthogConfig) GetHost() string
- func (o *PosthogConfig) GetHostOk() (*string, bool)
- func (o PosthogConfig) MarshalJSON() ([]byte, error)
- func (o *PosthogConfig) SetApiKey(v string)
- func (o *PosthogConfig) SetHost(v string)
- func (o PosthogConfig) ToMap() (map[string]interface{}, error)
- func (o *PosthogConfig) UnmarshalJSON(data []byte) (err error)
- type PreviewAPI
- type PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest
- type PreviewAPIHasSandboxAccessRequest
- type PreviewAPIIsPreviewWarningEnabledRequest
- type PreviewAPIIsSandboxPublicRequest
- type PreviewAPIIsValidAuthTokenRequest
- type PreviewAPIService
- func (a *PreviewAPIService) GetSandboxIdFromSignedPreviewUrlToken(ctx context.Context, signedPreviewToken string, port float32) PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest
- func (a *PreviewAPIService) GetSandboxIdFromSignedPreviewUrlTokenExecute(r PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest) (string, *http.Response, error)
- func (a *PreviewAPIService) HasSandboxAccess(ctx context.Context, sandboxId string) PreviewAPIHasSandboxAccessRequest
- func (a *PreviewAPIService) HasSandboxAccessExecute(r PreviewAPIHasSandboxAccessRequest) (bool, *http.Response, error)
- func (a *PreviewAPIService) IsPreviewWarningEnabled(ctx context.Context, sandboxId string) PreviewAPIIsPreviewWarningEnabledRequest
- func (a *PreviewAPIService) IsPreviewWarningEnabledExecute(r PreviewAPIIsPreviewWarningEnabledRequest) (*PreviewWarning, *http.Response, error)
- func (a *PreviewAPIService) IsSandboxPublic(ctx context.Context, sandboxId string) PreviewAPIIsSandboxPublicRequest
- func (a *PreviewAPIService) IsSandboxPublicExecute(r PreviewAPIIsSandboxPublicRequest) (bool, *http.Response, error)
- func (a *PreviewAPIService) IsValidAuthToken(ctx context.Context, sandboxId string, authToken string) PreviewAPIIsValidAuthTokenRequest
- func (a *PreviewAPIService) IsValidAuthTokenExecute(r PreviewAPIIsValidAuthTokenRequest) (bool, *http.Response, error)
- type PreviewWarning
- func (o *PreviewWarning) GetEnabled() bool
- func (o *PreviewWarning) GetEnabledOk() (*bool, bool)
- func (o PreviewWarning) MarshalJSON() ([]byte, error)
- func (o *PreviewWarning) SetEnabled(v bool)
- func (o PreviewWarning) ToMap() (map[string]interface{}, error)
- func (o *PreviewWarning) UnmarshalJSON(data []byte) (err error)
- type RateLimitConfig
- func (o *RateLimitConfig) GetAuthenticated() RateLimitEntry
- func (o *RateLimitConfig) GetAuthenticatedOk() (*RateLimitEntry, bool)
- func (o *RateLimitConfig) GetFailedAuth() RateLimitEntry
- func (o *RateLimitConfig) GetFailedAuthOk() (*RateLimitEntry, bool)
- func (o *RateLimitConfig) GetSandboxCreate() RateLimitEntry
- func (o *RateLimitConfig) GetSandboxCreateOk() (*RateLimitEntry, bool)
- func (o *RateLimitConfig) GetSandboxLifecycle() RateLimitEntry
- func (o *RateLimitConfig) GetSandboxLifecycleOk() (*RateLimitEntry, bool)
- func (o *RateLimitConfig) GetSandboxList() RateLimitEntry
- func (o *RateLimitConfig) GetSandboxListOk() (*RateLimitEntry, bool)
- func (o *RateLimitConfig) HasAuthenticated() bool
- func (o *RateLimitConfig) HasFailedAuth() bool
- func (o *RateLimitConfig) HasSandboxCreate() bool
- func (o *RateLimitConfig) HasSandboxLifecycle() bool
- func (o *RateLimitConfig) HasSandboxList() bool
- func (o RateLimitConfig) MarshalJSON() ([]byte, error)
- func (o *RateLimitConfig) SetAuthenticated(v RateLimitEntry)
- func (o *RateLimitConfig) SetFailedAuth(v RateLimitEntry)
- func (o *RateLimitConfig) SetSandboxCreate(v RateLimitEntry)
- func (o *RateLimitConfig) SetSandboxLifecycle(v RateLimitEntry)
- func (o *RateLimitConfig) SetSandboxList(v RateLimitEntry)
- func (o RateLimitConfig) ToMap() (map[string]interface{}, error)
- func (o *RateLimitConfig) UnmarshalJSON(data []byte) (err error)
- type RateLimitEntry
- func (o *RateLimitEntry) GetLimit() float32
- func (o *RateLimitEntry) GetLimitOk() (*float32, bool)
- func (o *RateLimitEntry) GetTtl() float32
- func (o *RateLimitEntry) GetTtlOk() (*float32, bool)
- func (o *RateLimitEntry) HasLimit() bool
- func (o *RateLimitEntry) HasTtl() bool
- func (o RateLimitEntry) MarshalJSON() ([]byte, error)
- func (o *RateLimitEntry) SetLimit(v float32)
- func (o *RateLimitEntry) SetTtl(v float32)
- func (o RateLimitEntry) ToMap() (map[string]interface{}, error)
- func (o *RateLimitEntry) UnmarshalJSON(data []byte) (err error)
- type RegenerateApiKeyResponse
- func (o *RegenerateApiKeyResponse) GetApiKey() string
- func (o *RegenerateApiKeyResponse) GetApiKeyOk() (*string, bool)
- func (o RegenerateApiKeyResponse) MarshalJSON() ([]byte, error)
- func (o *RegenerateApiKeyResponse) SetApiKey(v string)
- func (o RegenerateApiKeyResponse) ToMap() (map[string]interface{}, error)
- func (o *RegenerateApiKeyResponse) UnmarshalJSON(data []byte) (err error)
- type Region
- func (o *Region) GetCreatedAt() string
- func (o *Region) GetCreatedAtOk() (*string, bool)
- func (o *Region) GetId() string
- func (o *Region) GetIdOk() (*string, bool)
- func (o *Region) GetName() string
- func (o *Region) GetNameOk() (*string, bool)
- func (o *Region) GetOrganizationId() string
- func (o *Region) GetOrganizationIdOk() (*string, bool)
- func (o *Region) GetProxyUrl() string
- func (o *Region) GetProxyUrlOk() (*string, bool)
- func (o *Region) GetRegionType() RegionType
- func (o *Region) GetRegionTypeOk() (*RegionType, bool)
- func (o *Region) GetSnapshotManagerUrl() string
- func (o *Region) GetSnapshotManagerUrlOk() (*string, bool)
- func (o *Region) GetSshGatewayUrl() string
- func (o *Region) GetSshGatewayUrlOk() (*string, bool)
- func (o *Region) GetUpdatedAt() string
- func (o *Region) GetUpdatedAtOk() (*string, bool)
- func (o *Region) HasOrganizationId() bool
- func (o *Region) HasProxyUrl() bool
- func (o *Region) HasSnapshotManagerUrl() bool
- func (o *Region) HasSshGatewayUrl() bool
- func (o Region) MarshalJSON() ([]byte, error)
- func (o *Region) SetCreatedAt(v string)
- func (o *Region) SetId(v string)
- func (o *Region) SetName(v string)
- func (o *Region) SetOrganizationId(v string)
- func (o *Region) SetOrganizationIdNil()
- func (o *Region) SetProxyUrl(v string)
- func (o *Region) SetProxyUrlNil()
- func (o *Region) SetRegionType(v RegionType)
- func (o *Region) SetSnapshotManagerUrl(v string)
- func (o *Region) SetSnapshotManagerUrlNil()
- func (o *Region) SetSshGatewayUrl(v string)
- func (o *Region) SetSshGatewayUrlNil()
- func (o *Region) SetUpdatedAt(v string)
- func (o Region) ToMap() (map[string]interface{}, error)
- func (o *Region) UnmarshalJSON(data []byte) (err error)
- func (o *Region) UnsetOrganizationId()
- func (o *Region) UnsetProxyUrl()
- func (o *Region) UnsetSnapshotManagerUrl()
- func (o *Region) UnsetSshGatewayUrl()
- type RegionQuota
- func (o *RegionQuota) GetAllowedGpuTypes() []GpuType
- func (o *RegionQuota) GetAllowedGpuTypesOk() ([]GpuType, bool)
- func (o *RegionQuota) GetMaxCpuPerGpuSandbox() float32
- func (o *RegionQuota) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetMaxCpuPerSandbox() float32
- func (o *RegionQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetMaxDiskPerGpuSandbox() float32
- func (o *RegionQuota) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetMaxDiskPerNonEphemeralSandbox() float32
- func (o *RegionQuota) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetMaxDiskPerSandbox() float32
- func (o *RegionQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetMaxMemoryPerGpuSandbox() float32
- func (o *RegionQuota) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetMaxMemoryPerSandbox() float32
- func (o *RegionQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *RegionQuota) GetOrganizationId() string
- func (o *RegionQuota) GetOrganizationIdOk() (*string, bool)
- func (o *RegionQuota) GetRegionId() string
- func (o *RegionQuota) GetRegionIdOk() (*string, bool)
- func (o *RegionQuota) GetSandboxClass() SandboxClass
- func (o *RegionQuota) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *RegionQuota) GetTotalCpuQuota() float32
- func (o *RegionQuota) GetTotalCpuQuotaOk() (*float32, bool)
- func (o *RegionQuota) GetTotalDiskQuota() float32
- func (o *RegionQuota) GetTotalDiskQuotaOk() (*float32, bool)
- func (o *RegionQuota) GetTotalGpuQuota() float32
- func (o *RegionQuota) GetTotalGpuQuotaOk() (*float32, bool)
- func (o *RegionQuota) GetTotalMemoryQuota() float32
- func (o *RegionQuota) GetTotalMemoryQuotaOk() (*float32, bool)
- func (o *RegionQuota) HasAllowedGpuTypes() bool
- func (o RegionQuota) MarshalJSON() ([]byte, error)
- func (o *RegionQuota) SetAllowedGpuTypes(v []GpuType)
- func (o *RegionQuota) SetMaxCpuPerGpuSandbox(v float32)
- func (o *RegionQuota) SetMaxCpuPerSandbox(v float32)
- func (o *RegionQuota) SetMaxDiskPerGpuSandbox(v float32)
- func (o *RegionQuota) SetMaxDiskPerNonEphemeralSandbox(v float32)
- func (o *RegionQuota) SetMaxDiskPerSandbox(v float32)
- func (o *RegionQuota) SetMaxMemoryPerGpuSandbox(v float32)
- func (o *RegionQuota) SetMaxMemoryPerSandbox(v float32)
- func (o *RegionQuota) SetOrganizationId(v string)
- func (o *RegionQuota) SetRegionId(v string)
- func (o *RegionQuota) SetSandboxClass(v SandboxClass)
- func (o *RegionQuota) SetTotalCpuQuota(v float32)
- func (o *RegionQuota) SetTotalDiskQuota(v float32)
- func (o *RegionQuota) SetTotalGpuQuota(v float32)
- func (o *RegionQuota) SetTotalMemoryQuota(v float32)
- func (o RegionQuota) ToMap() (map[string]interface{}, error)
- func (o *RegionQuota) UnmarshalJSON(data []byte) (err error)
- type RegionType
- type RegionUsageOverview
- func (o *RegionUsageOverview) GetAllowedGpuTypes() []GpuType
- func (o *RegionUsageOverview) GetAllowedGpuTypesOk() ([]GpuType, bool)
- func (o *RegionUsageOverview) GetCurrentCpuUsage() float32
- func (o *RegionUsageOverview) GetCurrentCpuUsageOk() (*float32, bool)
- func (o *RegionUsageOverview) GetCurrentDiskUsage() float32
- func (o *RegionUsageOverview) GetCurrentDiskUsageOk() (*float32, bool)
- func (o *RegionUsageOverview) GetCurrentGpuUsage() float32
- func (o *RegionUsageOverview) GetCurrentGpuUsageOk() (*float32, bool)
- func (o *RegionUsageOverview) GetCurrentMemoryUsage() float32
- func (o *RegionUsageOverview) GetCurrentMemoryUsageOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxCpuPerGpuSandbox() float32
- func (o *RegionUsageOverview) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxCpuPerSandbox() float32
- func (o *RegionUsageOverview) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxDiskPerGpuSandbox() float32
- func (o *RegionUsageOverview) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxDiskPerNonEphemeralSandbox() float32
- func (o *RegionUsageOverview) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxDiskPerSandbox() float32
- func (o *RegionUsageOverview) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxMemoryPerGpuSandbox() float32
- func (o *RegionUsageOverview) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetMaxMemoryPerSandbox() float32
- func (o *RegionUsageOverview) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *RegionUsageOverview) GetRegionId() string
- func (o *RegionUsageOverview) GetRegionIdOk() (*string, bool)
- func (o *RegionUsageOverview) GetSandboxClass() SandboxClass
- func (o *RegionUsageOverview) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *RegionUsageOverview) GetTotalCpuQuota() float32
- func (o *RegionUsageOverview) GetTotalCpuQuotaOk() (*float32, bool)
- func (o *RegionUsageOverview) GetTotalDiskQuota() float32
- func (o *RegionUsageOverview) GetTotalDiskQuotaOk() (*float32, bool)
- func (o *RegionUsageOverview) GetTotalGpuQuota() float32
- func (o *RegionUsageOverview) GetTotalGpuQuotaOk() (*float32, bool)
- func (o *RegionUsageOverview) GetTotalMemoryQuota() float32
- func (o *RegionUsageOverview) GetTotalMemoryQuotaOk() (*float32, bool)
- func (o *RegionUsageOverview) HasAllowedGpuTypes() bool
- func (o RegionUsageOverview) MarshalJSON() ([]byte, error)
- func (o *RegionUsageOverview) SetAllowedGpuTypes(v []GpuType)
- func (o *RegionUsageOverview) SetCurrentCpuUsage(v float32)
- func (o *RegionUsageOverview) SetCurrentDiskUsage(v float32)
- func (o *RegionUsageOverview) SetCurrentGpuUsage(v float32)
- func (o *RegionUsageOverview) SetCurrentMemoryUsage(v float32)
- func (o *RegionUsageOverview) SetMaxCpuPerGpuSandbox(v float32)
- func (o *RegionUsageOverview) SetMaxCpuPerSandbox(v float32)
- func (o *RegionUsageOverview) SetMaxDiskPerGpuSandbox(v float32)
- func (o *RegionUsageOverview) SetMaxDiskPerNonEphemeralSandbox(v float32)
- func (o *RegionUsageOverview) SetMaxDiskPerSandbox(v float32)
- func (o *RegionUsageOverview) SetMaxMemoryPerGpuSandbox(v float32)
- func (o *RegionUsageOverview) SetMaxMemoryPerSandbox(v float32)
- func (o *RegionUsageOverview) SetRegionId(v string)
- func (o *RegionUsageOverview) SetSandboxClass(v SandboxClass)
- func (o *RegionUsageOverview) SetTotalCpuQuota(v float32)
- func (o *RegionUsageOverview) SetTotalDiskQuota(v float32)
- func (o *RegionUsageOverview) SetTotalGpuQuota(v float32)
- func (o *RegionUsageOverview) SetTotalMemoryQuota(v float32)
- func (o RegionUsageOverview) ToMap() (map[string]interface{}, error)
- func (o *RegionUsageOverview) UnmarshalJSON(data []byte) (err error)
- type RegionsAPI
- type RegionsAPIListSharedRegionsRequest
- type RegionsAPIService
- type RegistryPushAccessDto
- func (o *RegistryPushAccessDto) GetExpiresAt() string
- func (o *RegistryPushAccessDto) GetExpiresAtOk() (*string, bool)
- func (o *RegistryPushAccessDto) GetProject() string
- func (o *RegistryPushAccessDto) GetProjectOk() (*string, bool)
- func (o *RegistryPushAccessDto) GetRegistryId() string
- func (o *RegistryPushAccessDto) GetRegistryIdOk() (*string, bool)
- func (o *RegistryPushAccessDto) GetRegistryUrl() string
- func (o *RegistryPushAccessDto) GetRegistryUrlOk() (*string, bool)
- func (o *RegistryPushAccessDto) GetSecret() string
- func (o *RegistryPushAccessDto) GetSecretOk() (*string, bool)
- func (o *RegistryPushAccessDto) GetUsername() string
- func (o *RegistryPushAccessDto) GetUsernameOk() (*string, bool)
- func (o RegistryPushAccessDto) MarshalJSON() ([]byte, error)
- func (o *RegistryPushAccessDto) SetExpiresAt(v string)
- func (o *RegistryPushAccessDto) SetProject(v string)
- func (o *RegistryPushAccessDto) SetRegistryId(v string)
- func (o *RegistryPushAccessDto) SetRegistryUrl(v string)
- func (o *RegistryPushAccessDto) SetSecret(v string)
- func (o *RegistryPushAccessDto) SetUsername(v string)
- func (o RegistryPushAccessDto) ToMap() (map[string]interface{}, error)
- func (o *RegistryPushAccessDto) UnmarshalJSON(data []byte) (err error)
- type ResizeSandbox
- func (o *ResizeSandbox) GetCpu() int32
- func (o *ResizeSandbox) GetCpuOk() (*int32, bool)
- func (o *ResizeSandbox) GetDisk() int32
- func (o *ResizeSandbox) GetDiskOk() (*int32, bool)
- func (o *ResizeSandbox) GetMemory() int32
- func (o *ResizeSandbox) GetMemoryOk() (*int32, bool)
- func (o *ResizeSandbox) HasCpu() bool
- func (o *ResizeSandbox) HasDisk() bool
- func (o *ResizeSandbox) HasMemory() bool
- func (o ResizeSandbox) MarshalJSON() ([]byte, error)
- func (o *ResizeSandbox) SetCpu(v int32)
- func (o *ResizeSandbox) SetDisk(v int32)
- func (o *ResizeSandbox) SetMemory(v int32)
- func (o ResizeSandbox) ToMap() (map[string]interface{}, error)
- func (o *ResizeSandbox) UnmarshalJSON(data []byte) (err error)
- type ResolveSandboxSecrets200ResponseInner
- func (o *ResolveSandboxSecrets200ResponseInner) GetEnv() string
- func (o *ResolveSandboxSecrets200ResponseInner) GetEnvOk() (*string, bool)
- func (o *ResolveSandboxSecrets200ResponseInner) GetHosts() []string
- func (o *ResolveSandboxSecrets200ResponseInner) GetHostsOk() ([]string, bool)
- func (o *ResolveSandboxSecrets200ResponseInner) GetPlaceholder() string
- func (o *ResolveSandboxSecrets200ResponseInner) GetPlaceholderOk() (*string, bool)
- func (o *ResolveSandboxSecrets200ResponseInner) GetValue() string
- func (o *ResolveSandboxSecrets200ResponseInner) GetValueOk() (*string, bool)
- func (o *ResolveSandboxSecrets200ResponseInner) HasEnv() bool
- func (o *ResolveSandboxSecrets200ResponseInner) HasHosts() bool
- func (o *ResolveSandboxSecrets200ResponseInner) HasPlaceholder() bool
- func (o *ResolveSandboxSecrets200ResponseInner) HasValue() bool
- func (o ResolveSandboxSecrets200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ResolveSandboxSecrets200ResponseInner) SetEnv(v string)
- func (o *ResolveSandboxSecrets200ResponseInner) SetHosts(v []string)
- func (o *ResolveSandboxSecrets200ResponseInner) SetPlaceholder(v string)
- func (o *ResolveSandboxSecrets200ResponseInner) SetValue(v string)
- func (o ResolveSandboxSecrets200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ResolveSandboxSecrets200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type Runner
- func (o *Runner) GetApiUrl() string
- func (o *Runner) GetApiUrlOk() (*string, bool)
- func (o *Runner) GetApiVersion() string
- func (o *Runner) GetApiVersionOk() (*string, bool)
- func (o *Runner) GetAppVersion() string
- func (o *Runner) GetAppVersionOk() (*string, bool)
- func (o *Runner) GetAvailabilityScore() float32
- func (o *Runner) GetAvailabilityScoreOk() (*float32, bool)
- func (o *Runner) GetClass() string
- func (o *Runner) GetClassOk() (*string, bool)
- func (o *Runner) GetCpu() float32
- func (o *Runner) GetCpuOk() (*float32, bool)
- func (o *Runner) GetCreatedAt() string
- func (o *Runner) GetCreatedAtOk() (*string, bool)
- func (o *Runner) GetCurrentAllocatedCpu() float32
- func (o *Runner) GetCurrentAllocatedCpuOk() (*float32, bool)
- func (o *Runner) GetCurrentAllocatedDiskGiB() float32
- func (o *Runner) GetCurrentAllocatedDiskGiBOk() (*float32, bool)
- func (o *Runner) GetCurrentAllocatedMemoryGiB() float32
- func (o *Runner) GetCurrentAllocatedMemoryGiBOk() (*float32, bool)
- func (o *Runner) GetCurrentCpuUsagePercentage() float32
- func (o *Runner) GetCurrentCpuUsagePercentageOk() (*float32, bool)
- func (o *Runner) GetCurrentDiskUsagePercentage() float32
- func (o *Runner) GetCurrentDiskUsagePercentageOk() (*float32, bool)
- func (o *Runner) GetCurrentMemoryUsagePercentage() float32
- func (o *Runner) GetCurrentMemoryUsagePercentageOk() (*float32, bool)
- func (o *Runner) GetCurrentSnapshotCount() float32
- func (o *Runner) GetCurrentSnapshotCountOk() (*float32, bool)
- func (o *Runner) GetCurrentStartedSandboxes() float32
- func (o *Runner) GetCurrentStartedSandboxesOk() (*float32, bool)
- func (o *Runner) GetDisk() float32
- func (o *Runner) GetDiskOk() (*float32, bool)
- func (o *Runner) GetDomain() string
- func (o *Runner) GetDomainOk() (*string, bool)
- func (o *Runner) GetGpu() float32
- func (o *Runner) GetGpuOk() (*float32, bool)
- func (o *Runner) GetGpuType() string
- func (o *Runner) GetGpuTypeOk() (*string, bool)
- func (o *Runner) GetId() string
- func (o *Runner) GetIdOk() (*string, bool)
- func (o *Runner) GetLastChecked() string
- func (o *Runner) GetLastCheckedOk() (*string, bool)
- func (o *Runner) GetMemory() float32
- func (o *Runner) GetMemoryOk() (*float32, bool)
- func (o *Runner) GetName() string
- func (o *Runner) GetNameOk() (*string, bool)
- func (o *Runner) GetProxyUrl() string
- func (o *Runner) GetProxyUrlOk() (*string, bool)
- func (o *Runner) GetRegion() string
- func (o *Runner) GetRegionOk() (*string, bool)
- func (o *Runner) GetRunnerClass() RunnerClass
- func (o *Runner) GetRunnerClassOk() (*RunnerClass, bool)
- func (o *Runner) GetSandboxClass() SandboxClass
- func (o *Runner) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *Runner) GetState() RunnerState
- func (o *Runner) GetStateOk() (*RunnerState, bool)
- func (o *Runner) GetTags() []string
- func (o *Runner) GetTagsOk() ([]string, bool)
- func (o *Runner) GetUnschedulable() bool
- func (o *Runner) GetUnschedulableOk() (*bool, bool)
- func (o *Runner) GetUpdatedAt() string
- func (o *Runner) GetUpdatedAtOk() (*string, bool)
- func (o *Runner) GetVersion() string
- func (o *Runner) GetVersionOk() (*string, bool)
- func (o *Runner) HasApiUrl() bool
- func (o *Runner) HasAppVersion() bool
- func (o *Runner) HasAvailabilityScore() bool
- func (o *Runner) HasClass() bool
- func (o *Runner) HasCurrentAllocatedCpu() bool
- func (o *Runner) HasCurrentAllocatedDiskGiB() bool
- func (o *Runner) HasCurrentAllocatedMemoryGiB() bool
- func (o *Runner) HasCurrentCpuUsagePercentage() bool
- func (o *Runner) HasCurrentDiskUsagePercentage() bool
- func (o *Runner) HasCurrentMemoryUsagePercentage() bool
- func (o *Runner) HasCurrentSnapshotCount() bool
- func (o *Runner) HasCurrentStartedSandboxes() bool
- func (o *Runner) HasDomain() bool
- func (o *Runner) HasGpu() bool
- func (o *Runner) HasGpuType() bool
- func (o *Runner) HasLastChecked() bool
- func (o *Runner) HasProxyUrl() bool
- func (o *Runner) HasSandboxClass() bool
- func (o Runner) MarshalJSON() ([]byte, error)
- func (o *Runner) SetApiUrl(v string)
- func (o *Runner) SetApiVersion(v string)
- func (o *Runner) SetAppVersion(v string)
- func (o *Runner) SetAvailabilityScore(v float32)
- func (o *Runner) SetClass(v string)
- func (o *Runner) SetCpu(v float32)
- func (o *Runner) SetCreatedAt(v string)
- func (o *Runner) SetCurrentAllocatedCpu(v float32)
- func (o *Runner) SetCurrentAllocatedDiskGiB(v float32)
- func (o *Runner) SetCurrentAllocatedMemoryGiB(v float32)
- func (o *Runner) SetCurrentCpuUsagePercentage(v float32)
- func (o *Runner) SetCurrentDiskUsagePercentage(v float32)
- func (o *Runner) SetCurrentMemoryUsagePercentage(v float32)
- func (o *Runner) SetCurrentSnapshotCount(v float32)
- func (o *Runner) SetCurrentStartedSandboxes(v float32)
- func (o *Runner) SetDisk(v float32)
- func (o *Runner) SetDomain(v string)
- func (o *Runner) SetGpu(v float32)
- func (o *Runner) SetGpuType(v string)
- func (o *Runner) SetId(v string)
- func (o *Runner) SetLastChecked(v string)
- func (o *Runner) SetMemory(v float32)
- func (o *Runner) SetName(v string)
- func (o *Runner) SetProxyUrl(v string)
- func (o *Runner) SetRegion(v string)
- func (o *Runner) SetRunnerClass(v RunnerClass)
- func (o *Runner) SetSandboxClass(v SandboxClass)
- func (o *Runner) SetState(v RunnerState)
- func (o *Runner) SetTags(v []string)
- func (o *Runner) SetUnschedulable(v bool)
- func (o *Runner) SetUpdatedAt(v string)
- func (o *Runner) SetVersion(v string)
- func (o Runner) ToMap() (map[string]interface{}, error)
- func (o *Runner) UnmarshalJSON(data []byte) (err error)
- type RunnerClass
- type RunnerFull
- func (o *RunnerFull) GetApiKey() string
- func (o *RunnerFull) GetApiKeyOk() (*string, bool)
- func (o *RunnerFull) GetApiUrl() string
- func (o *RunnerFull) GetApiUrlOk() (*string, bool)
- func (o *RunnerFull) GetApiVersion() string
- func (o *RunnerFull) GetApiVersionOk() (*string, bool)
- func (o *RunnerFull) GetAppVersion() string
- func (o *RunnerFull) GetAppVersionOk() (*string, bool)
- func (o *RunnerFull) GetAvailabilityScore() float32
- func (o *RunnerFull) GetAvailabilityScoreOk() (*float32, bool)
- func (o *RunnerFull) GetClass() string
- func (o *RunnerFull) GetClassOk() (*string, bool)
- func (o *RunnerFull) GetCpu() float32
- func (o *RunnerFull) GetCpuOk() (*float32, bool)
- func (o *RunnerFull) GetCreatedAt() string
- func (o *RunnerFull) GetCreatedAtOk() (*string, bool)
- func (o *RunnerFull) GetCurrentAllocatedCpu() float32
- func (o *RunnerFull) GetCurrentAllocatedCpuOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentAllocatedDiskGiB() float32
- func (o *RunnerFull) GetCurrentAllocatedDiskGiBOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentAllocatedMemoryGiB() float32
- func (o *RunnerFull) GetCurrentAllocatedMemoryGiBOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentCpuUsagePercentage() float32
- func (o *RunnerFull) GetCurrentCpuUsagePercentageOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentDiskUsagePercentage() float32
- func (o *RunnerFull) GetCurrentDiskUsagePercentageOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentMemoryUsagePercentage() float32
- func (o *RunnerFull) GetCurrentMemoryUsagePercentageOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentSnapshotCount() float32
- func (o *RunnerFull) GetCurrentSnapshotCountOk() (*float32, bool)
- func (o *RunnerFull) GetCurrentStartedSandboxes() float32
- func (o *RunnerFull) GetCurrentStartedSandboxesOk() (*float32, bool)
- func (o *RunnerFull) GetDisk() float32
- func (o *RunnerFull) GetDiskOk() (*float32, bool)
- func (o *RunnerFull) GetDomain() string
- func (o *RunnerFull) GetDomainOk() (*string, bool)
- func (o *RunnerFull) GetGpu() float32
- func (o *RunnerFull) GetGpuOk() (*float32, bool)
- func (o *RunnerFull) GetGpuType() string
- func (o *RunnerFull) GetGpuTypeOk() (*string, bool)
- func (o *RunnerFull) GetId() string
- func (o *RunnerFull) GetIdOk() (*string, bool)
- func (o *RunnerFull) GetLastChecked() string
- func (o *RunnerFull) GetLastCheckedOk() (*string, bool)
- func (o *RunnerFull) GetMemory() float32
- func (o *RunnerFull) GetMemoryOk() (*float32, bool)
- func (o *RunnerFull) GetName() string
- func (o *RunnerFull) GetNameOk() (*string, bool)
- func (o *RunnerFull) GetProxyUrl() string
- func (o *RunnerFull) GetProxyUrlOk() (*string, bool)
- func (o *RunnerFull) GetRegion() string
- func (o *RunnerFull) GetRegionOk() (*string, bool)
- func (o *RunnerFull) GetRegionType() RegionType
- func (o *RunnerFull) GetRegionTypeOk() (*RegionType, bool)
- func (o *RunnerFull) GetRunnerClass() RunnerClass
- func (o *RunnerFull) GetRunnerClassOk() (*RunnerClass, bool)
- func (o *RunnerFull) GetSandboxClass() SandboxClass
- func (o *RunnerFull) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *RunnerFull) GetState() RunnerState
- func (o *RunnerFull) GetStateOk() (*RunnerState, bool)
- func (o *RunnerFull) GetTags() []string
- func (o *RunnerFull) GetTagsOk() ([]string, bool)
- func (o *RunnerFull) GetUnschedulable() bool
- func (o *RunnerFull) GetUnschedulableOk() (*bool, bool)
- func (o *RunnerFull) GetUpdatedAt() string
- func (o *RunnerFull) GetUpdatedAtOk() (*string, bool)
- func (o *RunnerFull) GetVersion() string
- func (o *RunnerFull) GetVersionOk() (*string, bool)
- func (o *RunnerFull) HasApiUrl() bool
- func (o *RunnerFull) HasAppVersion() bool
- func (o *RunnerFull) HasAvailabilityScore() bool
- func (o *RunnerFull) HasClass() bool
- func (o *RunnerFull) HasCurrentAllocatedCpu() bool
- func (o *RunnerFull) HasCurrentAllocatedDiskGiB() bool
- func (o *RunnerFull) HasCurrentAllocatedMemoryGiB() bool
- func (o *RunnerFull) HasCurrentCpuUsagePercentage() bool
- func (o *RunnerFull) HasCurrentDiskUsagePercentage() bool
- func (o *RunnerFull) HasCurrentMemoryUsagePercentage() bool
- func (o *RunnerFull) HasCurrentSnapshotCount() bool
- func (o *RunnerFull) HasCurrentStartedSandboxes() bool
- func (o *RunnerFull) HasDomain() bool
- func (o *RunnerFull) HasGpu() bool
- func (o *RunnerFull) HasGpuType() bool
- func (o *RunnerFull) HasLastChecked() bool
- func (o *RunnerFull) HasProxyUrl() bool
- func (o *RunnerFull) HasRegionType() bool
- func (o *RunnerFull) HasSandboxClass() bool
- func (o RunnerFull) MarshalJSON() ([]byte, error)
- func (o *RunnerFull) SetApiKey(v string)
- func (o *RunnerFull) SetApiUrl(v string)
- func (o *RunnerFull) SetApiVersion(v string)
- func (o *RunnerFull) SetAppVersion(v string)
- func (o *RunnerFull) SetAvailabilityScore(v float32)
- func (o *RunnerFull) SetClass(v string)
- func (o *RunnerFull) SetCpu(v float32)
- func (o *RunnerFull) SetCreatedAt(v string)
- func (o *RunnerFull) SetCurrentAllocatedCpu(v float32)
- func (o *RunnerFull) SetCurrentAllocatedDiskGiB(v float32)
- func (o *RunnerFull) SetCurrentAllocatedMemoryGiB(v float32)
- func (o *RunnerFull) SetCurrentCpuUsagePercentage(v float32)
- func (o *RunnerFull) SetCurrentDiskUsagePercentage(v float32)
- func (o *RunnerFull) SetCurrentMemoryUsagePercentage(v float32)
- func (o *RunnerFull) SetCurrentSnapshotCount(v float32)
- func (o *RunnerFull) SetCurrentStartedSandboxes(v float32)
- func (o *RunnerFull) SetDisk(v float32)
- func (o *RunnerFull) SetDomain(v string)
- func (o *RunnerFull) SetGpu(v float32)
- func (o *RunnerFull) SetGpuType(v string)
- func (o *RunnerFull) SetId(v string)
- func (o *RunnerFull) SetLastChecked(v string)
- func (o *RunnerFull) SetMemory(v float32)
- func (o *RunnerFull) SetName(v string)
- func (o *RunnerFull) SetProxyUrl(v string)
- func (o *RunnerFull) SetRegion(v string)
- func (o *RunnerFull) SetRegionType(v RegionType)
- func (o *RunnerFull) SetRunnerClass(v RunnerClass)
- func (o *RunnerFull) SetSandboxClass(v SandboxClass)
- func (o *RunnerFull) SetState(v RunnerState)
- func (o *RunnerFull) SetTags(v []string)
- func (o *RunnerFull) SetUnschedulable(v bool)
- func (o *RunnerFull) SetUpdatedAt(v string)
- func (o *RunnerFull) SetVersion(v string)
- func (o RunnerFull) ToMap() (map[string]interface{}, error)
- func (o *RunnerFull) UnmarshalJSON(data []byte) (err error)
- type RunnerHealthMetrics
- func (o *RunnerHealthMetrics) GetCpu() float32
- func (o *RunnerHealthMetrics) GetCpuOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentAllocatedCpu() float32
- func (o *RunnerHealthMetrics) GetCurrentAllocatedCpuOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentAllocatedDiskGiB() float32
- func (o *RunnerHealthMetrics) GetCurrentAllocatedDiskGiBOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentAllocatedMemoryGiB() float32
- func (o *RunnerHealthMetrics) GetCurrentAllocatedMemoryGiBOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentCpuLoadAverage() float32
- func (o *RunnerHealthMetrics) GetCurrentCpuLoadAverageOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentCpuUsagePercentage() float32
- func (o *RunnerHealthMetrics) GetCurrentCpuUsagePercentageOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentDiskUsagePercentage() float32
- func (o *RunnerHealthMetrics) GetCurrentDiskUsagePercentageOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentMemoryUsagePercentage() float32
- func (o *RunnerHealthMetrics) GetCurrentMemoryUsagePercentageOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentSnapshotCount() float32
- func (o *RunnerHealthMetrics) GetCurrentSnapshotCountOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetCurrentStartedSandboxes() float32
- func (o *RunnerHealthMetrics) GetCurrentStartedSandboxesOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetDiskGiB() float32
- func (o *RunnerHealthMetrics) GetDiskGiBOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetGpu() float32
- func (o *RunnerHealthMetrics) GetGpuOk() (*float32, bool)
- func (o *RunnerHealthMetrics) GetGpuType() string
- func (o *RunnerHealthMetrics) GetGpuTypeOk() (*string, bool)
- func (o *RunnerHealthMetrics) GetMemoryGiB() float32
- func (o *RunnerHealthMetrics) GetMemoryGiBOk() (*float32, bool)
- func (o *RunnerHealthMetrics) HasGpu() bool
- func (o *RunnerHealthMetrics) HasGpuType() bool
- func (o RunnerHealthMetrics) MarshalJSON() ([]byte, error)
- func (o *RunnerHealthMetrics) SetCpu(v float32)
- func (o *RunnerHealthMetrics) SetCurrentAllocatedCpu(v float32)
- func (o *RunnerHealthMetrics) SetCurrentAllocatedDiskGiB(v float32)
- func (o *RunnerHealthMetrics) SetCurrentAllocatedMemoryGiB(v float32)
- func (o *RunnerHealthMetrics) SetCurrentCpuLoadAverage(v float32)
- func (o *RunnerHealthMetrics) SetCurrentCpuUsagePercentage(v float32)
- func (o *RunnerHealthMetrics) SetCurrentDiskUsagePercentage(v float32)
- func (o *RunnerHealthMetrics) SetCurrentMemoryUsagePercentage(v float32)
- func (o *RunnerHealthMetrics) SetCurrentSnapshotCount(v float32)
- func (o *RunnerHealthMetrics) SetCurrentStartedSandboxes(v float32)
- func (o *RunnerHealthMetrics) SetDiskGiB(v float32)
- func (o *RunnerHealthMetrics) SetGpu(v float32)
- func (o *RunnerHealthMetrics) SetGpuType(v string)
- func (o *RunnerHealthMetrics) SetMemoryGiB(v float32)
- func (o RunnerHealthMetrics) ToMap() (map[string]interface{}, error)
- func (o *RunnerHealthMetrics) UnmarshalJSON(data []byte) (err error)
- type RunnerHealthcheck
- func (o *RunnerHealthcheck) GetApiUrl() string
- func (o *RunnerHealthcheck) GetApiUrlOk() (*string, bool)
- func (o *RunnerHealthcheck) GetAppVersion() string
- func (o *RunnerHealthcheck) GetAppVersionOk() (*string, bool)
- func (o *RunnerHealthcheck) GetDomain() string
- func (o *RunnerHealthcheck) GetDomainOk() (*string, bool)
- func (o *RunnerHealthcheck) GetMetrics() RunnerHealthMetrics
- func (o *RunnerHealthcheck) GetMetricsOk() (*RunnerHealthMetrics, bool)
- func (o *RunnerHealthcheck) GetProxyUrl() string
- func (o *RunnerHealthcheck) GetProxyUrlOk() (*string, bool)
- func (o *RunnerHealthcheck) GetServiceHealth() []RunnerServiceHealth
- func (o *RunnerHealthcheck) GetServiceHealthOk() ([]RunnerServiceHealth, bool)
- func (o *RunnerHealthcheck) HasApiUrl() bool
- func (o *RunnerHealthcheck) HasDomain() bool
- func (o *RunnerHealthcheck) HasMetrics() bool
- func (o *RunnerHealthcheck) HasProxyUrl() bool
- func (o *RunnerHealthcheck) HasServiceHealth() bool
- func (o RunnerHealthcheck) MarshalJSON() ([]byte, error)
- func (o *RunnerHealthcheck) SetApiUrl(v string)
- func (o *RunnerHealthcheck) SetAppVersion(v string)
- func (o *RunnerHealthcheck) SetDomain(v string)
- func (o *RunnerHealthcheck) SetMetrics(v RunnerHealthMetrics)
- func (o *RunnerHealthcheck) SetProxyUrl(v string)
- func (o *RunnerHealthcheck) SetServiceHealth(v []RunnerServiceHealth)
- func (o RunnerHealthcheck) ToMap() (map[string]interface{}, error)
- func (o *RunnerHealthcheck) UnmarshalJSON(data []byte) (err error)
- type RunnerServiceHealth
- func (o *RunnerServiceHealth) GetErrorReason() string
- func (o *RunnerServiceHealth) GetErrorReasonOk() (*string, bool)
- func (o *RunnerServiceHealth) GetHealthy() bool
- func (o *RunnerServiceHealth) GetHealthyOk() (*bool, bool)
- func (o *RunnerServiceHealth) GetServiceName() string
- func (o *RunnerServiceHealth) GetServiceNameOk() (*string, bool)
- func (o *RunnerServiceHealth) HasErrorReason() bool
- func (o RunnerServiceHealth) MarshalJSON() ([]byte, error)
- func (o *RunnerServiceHealth) SetErrorReason(v string)
- func (o *RunnerServiceHealth) SetHealthy(v bool)
- func (o *RunnerServiceHealth) SetServiceName(v string)
- func (o RunnerServiceHealth) ToMap() (map[string]interface{}, error)
- func (o *RunnerServiceHealth) UnmarshalJSON(data []byte) (err error)
- type RunnerSnapshotDto
- func (o *RunnerSnapshotDto) GetRunnerDomain() string
- func (o *RunnerSnapshotDto) GetRunnerDomainOk() (*string, bool)
- func (o *RunnerSnapshotDto) GetRunnerId() string
- func (o *RunnerSnapshotDto) GetRunnerIdOk() (*string, bool)
- func (o *RunnerSnapshotDto) GetRunnerSnapshotId() string
- func (o *RunnerSnapshotDto) GetRunnerSnapshotIdOk() (*string, bool)
- func (o *RunnerSnapshotDto) HasRunnerDomain() bool
- func (o RunnerSnapshotDto) MarshalJSON() ([]byte, error)
- func (o *RunnerSnapshotDto) SetRunnerDomain(v string)
- func (o *RunnerSnapshotDto) SetRunnerId(v string)
- func (o *RunnerSnapshotDto) SetRunnerSnapshotId(v string)
- func (o RunnerSnapshotDto) ToMap() (map[string]interface{}, error)
- func (o *RunnerSnapshotDto) UnmarshalJSON(data []byte) (err error)
- type RunnerState
- type RunnersAPI
- type RunnersAPICreateRunnerRequest
- func (r RunnersAPICreateRunnerRequest) CreateRunner(createRunner CreateRunner) RunnersAPICreateRunnerRequest
- func (r RunnersAPICreateRunnerRequest) Execute() (*CreateRunnerResponse, *http.Response, error)
- func (r RunnersAPICreateRunnerRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPICreateRunnerRequest
- type RunnersAPIDeleteRunnerRequest
- type RunnersAPIGetInfoForAuthenticatedRunnerRequest
- type RunnersAPIGetRunnerByIdRequest
- type RunnersAPIGetRunnerBySandboxIdRequest
- type RunnersAPIGetRunnerFullByIdRequest
- type RunnersAPIGetRunnersBySnapshotRefRequest
- type RunnersAPIListRunnersRequest
- type RunnersAPIRunnerHealthcheckRequest
- type RunnersAPIService
- func (a *RunnersAPIService) CreateRunner(ctx context.Context) RunnersAPICreateRunnerRequest
- func (a *RunnersAPIService) CreateRunnerExecute(r RunnersAPICreateRunnerRequest) (*CreateRunnerResponse, *http.Response, error)
- func (a *RunnersAPIService) DeleteRunner(ctx context.Context, id string) RunnersAPIDeleteRunnerRequest
- func (a *RunnersAPIService) DeleteRunnerExecute(r RunnersAPIDeleteRunnerRequest) (*http.Response, error)
- func (a *RunnersAPIService) GetInfoForAuthenticatedRunner(ctx context.Context) RunnersAPIGetInfoForAuthenticatedRunnerRequest
- func (a *RunnersAPIService) GetInfoForAuthenticatedRunnerExecute(r RunnersAPIGetInfoForAuthenticatedRunnerRequest) (*RunnerFull, *http.Response, error)
- func (a *RunnersAPIService) GetRunnerById(ctx context.Context, id string) RunnersAPIGetRunnerByIdRequest
- func (a *RunnersAPIService) GetRunnerByIdExecute(r RunnersAPIGetRunnerByIdRequest) (*Runner, *http.Response, error)
- func (a *RunnersAPIService) GetRunnerBySandboxId(ctx context.Context, sandboxId string) RunnersAPIGetRunnerBySandboxIdRequest
- func (a *RunnersAPIService) GetRunnerBySandboxIdExecute(r RunnersAPIGetRunnerBySandboxIdRequest) (*RunnerFull, *http.Response, error)
- func (a *RunnersAPIService) GetRunnerFullById(ctx context.Context, id string) RunnersAPIGetRunnerFullByIdRequest
- func (a *RunnersAPIService) GetRunnerFullByIdExecute(r RunnersAPIGetRunnerFullByIdRequest) (*RunnerFull, *http.Response, error)
- func (a *RunnersAPIService) GetRunnersBySnapshotRef(ctx context.Context) RunnersAPIGetRunnersBySnapshotRefRequest
- func (a *RunnersAPIService) GetRunnersBySnapshotRefExecute(r RunnersAPIGetRunnersBySnapshotRefRequest) ([]RunnerSnapshotDto, *http.Response, error)
- func (a *RunnersAPIService) ListRunners(ctx context.Context) RunnersAPIListRunnersRequest
- func (a *RunnersAPIService) ListRunnersExecute(r RunnersAPIListRunnersRequest) ([]Runner, *http.Response, error)
- func (a *RunnersAPIService) RunnerHealthcheck(ctx context.Context) RunnersAPIRunnerHealthcheckRequest
- func (a *RunnersAPIService) RunnerHealthcheckExecute(r RunnersAPIRunnerHealthcheckRequest) (*http.Response, error)
- func (a *RunnersAPIService) UpdateRunnerDraining(ctx context.Context, id string) RunnersAPIUpdateRunnerDrainingRequest
- func (a *RunnersAPIService) UpdateRunnerDrainingExecute(r RunnersAPIUpdateRunnerDrainingRequest) (*Runner, *http.Response, error)
- func (a *RunnersAPIService) UpdateRunnerScheduling(ctx context.Context, id string) RunnersAPIUpdateRunnerSchedulingRequest
- func (a *RunnersAPIService) UpdateRunnerSchedulingExecute(r RunnersAPIUpdateRunnerSchedulingRequest) (*Runner, *http.Response, error)
- type RunnersAPIUpdateRunnerDrainingRequest
- type RunnersAPIUpdateRunnerSchedulingRequest
- type Sandbox
- func (o *Sandbox) GetAutoArchiveInterval() float32
- func (o *Sandbox) GetAutoArchiveIntervalOk() (*float32, bool)
- func (o *Sandbox) GetAutoDeleteInterval() float32
- func (o *Sandbox) GetAutoDeleteIntervalOk() (*float32, bool)
- func (o *Sandbox) GetAutoDestroyAt() string
- func (o *Sandbox) GetAutoDestroyAtOk() (*string, bool)
- func (o *Sandbox) GetAutoPauseInterval() float32
- func (o *Sandbox) GetAutoPauseIntervalOk() (*float32, bool)
- func (o *Sandbox) GetAutoStopInterval() float32
- func (o *Sandbox) GetAutoStopIntervalOk() (*float32, bool)
- func (o *Sandbox) GetBackupCreatedAt() string
- func (o *Sandbox) GetBackupCreatedAtOk() (*string, bool)
- func (o *Sandbox) GetBackupState() string
- func (o *Sandbox) GetBackupStateOk() (*string, bool)
- func (o *Sandbox) GetBuildInfo() BuildInfo
- func (o *Sandbox) GetBuildInfoOk() (*BuildInfo, bool)
- func (o *Sandbox) GetCpu() float32
- func (o *Sandbox) GetCpuOk() (*float32, bool)
- func (o *Sandbox) GetCreatedAt() string
- func (o *Sandbox) GetCreatedAtOk() (*string, bool)
- func (o *Sandbox) GetDaemonVersion() string
- func (o *Sandbox) GetDaemonVersionOk() (*string, bool)
- func (o *Sandbox) GetDesiredState() SandboxDesiredState
- func (o *Sandbox) GetDesiredStateOk() (*SandboxDesiredState, bool)
- func (o *Sandbox) GetDisk() float32
- func (o *Sandbox) GetDiskOk() (*float32, bool)
- func (o *Sandbox) GetDomainAllowList() string
- func (o *Sandbox) GetDomainAllowListOk() (*string, bool)
- func (o *Sandbox) GetEnv() map[string]string
- func (o *Sandbox) GetEnvOk() (*map[string]string, bool)
- func (o *Sandbox) GetErrorReason() string
- func (o *Sandbox) GetErrorReasonOk() (*string, bool)
- func (o *Sandbox) GetGpu() float32
- func (o *Sandbox) GetGpuOk() (*float32, bool)
- func (o *Sandbox) GetGpuType() GpuType
- func (o *Sandbox) GetGpuTypeOk() (*GpuType, bool)
- func (o *Sandbox) GetId() string
- func (o *Sandbox) GetIdOk() (*string, bool)
- func (o *Sandbox) GetLabels() map[string]string
- func (o *Sandbox) GetLabelsOk() (*map[string]string, bool)
- func (o *Sandbox) GetLastActivityAt() string
- func (o *Sandbox) GetLastActivityAtOk() (*string, bool)
- func (o *Sandbox) GetLinkedSandboxId() string
- func (o *Sandbox) GetLinkedSandboxIdOk() (*string, bool)
- func (o *Sandbox) GetMemory() float32
- func (o *Sandbox) GetMemoryOk() (*float32, bool)
- func (o *Sandbox) GetName() string
- func (o *Sandbox) GetNameOk() (*string, bool)
- func (o *Sandbox) GetNetworkAllowList() string
- func (o *Sandbox) GetNetworkAllowListOk() (*string, bool)
- func (o *Sandbox) GetNetworkBlockAll() bool
- func (o *Sandbox) GetNetworkBlockAllOk() (*bool, bool)
- func (o *Sandbox) GetOrganizationId() string
- func (o *Sandbox) GetOrganizationIdOk() (*string, bool)
- func (o *Sandbox) GetPublic() bool
- func (o *Sandbox) GetPublicOk() (*bool, bool)
- func (o *Sandbox) GetRecoverable() bool
- func (o *Sandbox) GetRecoverableOk() (*bool, bool)
- func (o *Sandbox) GetRunnerId() string
- func (o *Sandbox) GetRunnerIdOk() (*string, bool)
- func (o *Sandbox) GetSandboxClass() string
- func (o *Sandbox) GetSandboxClassOk() (*string, bool)
- func (o *Sandbox) GetSnapshot() string
- func (o *Sandbox) GetSnapshotOk() (*string, bool)
- func (o *Sandbox) GetState() SandboxState
- func (o *Sandbox) GetStateOk() (*SandboxState, bool)
- func (o *Sandbox) GetTarget() string
- func (o *Sandbox) GetTargetOk() (*string, bool)
- func (o *Sandbox) GetToolboxProxyUrl() string
- func (o *Sandbox) GetToolboxProxyUrlOk() (*string, bool)
- func (o *Sandbox) GetUpdatedAt() string
- func (o *Sandbox) GetUpdatedAtOk() (*string, bool)
- func (o *Sandbox) GetUser() string
- func (o *Sandbox) GetUserOk() (*string, bool)
- func (o *Sandbox) GetVolumes() []SandboxVolume
- func (o *Sandbox) GetVolumesOk() ([]SandboxVolume, bool)
- func (o *Sandbox) HasAutoArchiveInterval() bool
- func (o *Sandbox) HasAutoDeleteInterval() bool
- func (o *Sandbox) HasAutoDestroyAt() bool
- func (o *Sandbox) HasAutoPauseInterval() bool
- func (o *Sandbox) HasAutoStopInterval() bool
- func (o *Sandbox) HasBackupCreatedAt() bool
- func (o *Sandbox) HasBackupState() bool
- func (o *Sandbox) HasBuildInfo() bool
- func (o *Sandbox) HasCreatedAt() bool
- func (o *Sandbox) HasDaemonVersion() bool
- func (o *Sandbox) HasDesiredState() bool
- func (o *Sandbox) HasDomainAllowList() bool
- func (o *Sandbox) HasErrorReason() bool
- func (o *Sandbox) HasGpuType() bool
- func (o *Sandbox) HasLastActivityAt() bool
- func (o *Sandbox) HasLinkedSandboxId() bool
- func (o *Sandbox) HasNetworkAllowList() bool
- func (o *Sandbox) HasRecoverable() bool
- func (o *Sandbox) HasRunnerId() bool
- func (o *Sandbox) HasSandboxClass() bool
- func (o *Sandbox) HasSnapshot() bool
- func (o *Sandbox) HasState() bool
- func (o *Sandbox) HasUpdatedAt() bool
- func (o *Sandbox) HasVolumes() bool
- func (o Sandbox) MarshalJSON() ([]byte, error)
- func (o *Sandbox) SetAutoArchiveInterval(v float32)
- func (o *Sandbox) SetAutoDeleteInterval(v float32)
- func (o *Sandbox) SetAutoDestroyAt(v string)
- func (o *Sandbox) SetAutoPauseInterval(v float32)
- func (o *Sandbox) SetAutoStopInterval(v float32)
- func (o *Sandbox) SetBackupCreatedAt(v string)
- func (o *Sandbox) SetBackupState(v string)
- func (o *Sandbox) SetBuildInfo(v BuildInfo)
- func (o *Sandbox) SetCpu(v float32)
- func (o *Sandbox) SetCreatedAt(v string)
- func (o *Sandbox) SetDaemonVersion(v string)
- func (o *Sandbox) SetDesiredState(v SandboxDesiredState)
- func (o *Sandbox) SetDisk(v float32)
- func (o *Sandbox) SetDomainAllowList(v string)
- func (o *Sandbox) SetEnv(v map[string]string)
- func (o *Sandbox) SetErrorReason(v string)
- func (o *Sandbox) SetGpu(v float32)
- func (o *Sandbox) SetGpuType(v GpuType)
- func (o *Sandbox) SetId(v string)
- func (o *Sandbox) SetLabels(v map[string]string)
- func (o *Sandbox) SetLastActivityAt(v string)
- func (o *Sandbox) SetLinkedSandboxId(v string)
- func (o *Sandbox) SetMemory(v float32)
- func (o *Sandbox) SetName(v string)
- func (o *Sandbox) SetNetworkAllowList(v string)
- func (o *Sandbox) SetNetworkBlockAll(v bool)
- func (o *Sandbox) SetOrganizationId(v string)
- func (o *Sandbox) SetPublic(v bool)
- func (o *Sandbox) SetRecoverable(v bool)
- func (o *Sandbox) SetRunnerId(v string)
- func (o *Sandbox) SetSandboxClass(v string)
- func (o *Sandbox) SetSnapshot(v string)
- func (o *Sandbox) SetState(v SandboxState)
- func (o *Sandbox) SetTarget(v string)
- func (o *Sandbox) SetToolboxProxyUrl(v string)
- func (o *Sandbox) SetUpdatedAt(v string)
- func (o *Sandbox) SetUser(v string)
- func (o *Sandbox) SetVolumes(v []SandboxVolume)
- func (o Sandbox) ToMap() (map[string]interface{}, error)
- func (o *Sandbox) UnmarshalJSON(data []byte) (err error)
- type SandboxAPI
- type SandboxAPIArchiveSandboxRequest
- type SandboxAPICreateBackupRequest
- type SandboxAPICreateSandboxRequest
- func (r SandboxAPICreateSandboxRequest) CreateSandbox(createSandbox CreateSandbox) SandboxAPICreateSandboxRequest
- func (r SandboxAPICreateSandboxRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPICreateSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateSandboxRequest
- type SandboxAPICreateSandboxSnapshotRequest
- func (r SandboxAPICreateSandboxSnapshotRequest) CreateSandboxSnapshot(createSandboxSnapshot CreateSandboxSnapshot) SandboxAPICreateSandboxSnapshotRequest
- func (r SandboxAPICreateSandboxSnapshotRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPICreateSandboxSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateSandboxSnapshotRequest
- type SandboxAPICreateSshAccessRequest
- func (r SandboxAPICreateSshAccessRequest) Execute() (*SshAccessDto, *http.Response, error)
- func (r SandboxAPICreateSshAccessRequest) ExpiresInMinutes(expiresInMinutes float32) SandboxAPICreateSshAccessRequest
- func (r SandboxAPICreateSshAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateSshAccessRequest
- type SandboxAPIDeleteSandboxRequest
- type SandboxAPIExpireSignedPortPreviewUrlRequest
- type SandboxAPIForkSandboxRequest
- func (r SandboxAPIForkSandboxRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPIForkSandboxRequest) ForkSandbox(forkSandbox ForkSandbox) SandboxAPIForkSandboxRequest
- func (r SandboxAPIForkSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIForkSandboxRequest
- type SandboxAPIGetBuildLogsRequest
- type SandboxAPIGetBuildLogsUrlRequest
- type SandboxAPIGetOrganizationBySandboxIdRequest
- type SandboxAPIGetPortPreviewUrlRequest
- type SandboxAPIGetRegionQuotaBySandboxIdRequest
- type SandboxAPIGetSandboxAncestorsRequest
- type SandboxAPIGetSandboxForksRequest
- func (r SandboxAPIGetSandboxForksRequest) Execute() ([]Sandbox, *http.Response, error)
- func (r SandboxAPIGetSandboxForksRequest) IncludeDestroyed(includeDestroyed bool) SandboxAPIGetSandboxForksRequest
- func (r SandboxAPIGetSandboxForksRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxForksRequest
- type SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) Execute() (*PaginatedLogs, *http.Response, error)
- func (r SandboxAPIGetSandboxLogsRequest) From(from time.Time) SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) Limit(limit float32) SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) Page(page float32) SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) Search(search string) SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) Severities(severities []string) SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) To(to time.Time) SandboxAPIGetSandboxLogsRequest
- func (r SandboxAPIGetSandboxLogsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxLogsRequest
- type SandboxAPIGetSandboxMetricsRequest
- func (r SandboxAPIGetSandboxMetricsRequest) Execute() (*MetricsResponse, *http.Response, error)
- func (r SandboxAPIGetSandboxMetricsRequest) From(from time.Time) SandboxAPIGetSandboxMetricsRequest
- func (r SandboxAPIGetSandboxMetricsRequest) MetricNames(metricNames []string) SandboxAPIGetSandboxMetricsRequest
- func (r SandboxAPIGetSandboxMetricsRequest) To(to time.Time) SandboxAPIGetSandboxMetricsRequest
- func (r SandboxAPIGetSandboxMetricsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxMetricsRequest
- type SandboxAPIGetSandboxParentRequest
- type SandboxAPIGetSandboxRequest
- type SandboxAPIGetSandboxTraceSpansRequest
- type SandboxAPIGetSandboxTracesRequest
- func (r SandboxAPIGetSandboxTracesRequest) Execute() (*PaginatedTraces, *http.Response, error)
- func (r SandboxAPIGetSandboxTracesRequest) From(from time.Time) SandboxAPIGetSandboxTracesRequest
- func (r SandboxAPIGetSandboxTracesRequest) Limit(limit float32) SandboxAPIGetSandboxTracesRequest
- func (r SandboxAPIGetSandboxTracesRequest) Page(page float32) SandboxAPIGetSandboxTracesRequest
- func (r SandboxAPIGetSandboxTracesRequest) To(to time.Time) SandboxAPIGetSandboxTracesRequest
- func (r SandboxAPIGetSandboxTracesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxTracesRequest
- type SandboxAPIGetSandboxesForRunnerRequest
- func (r SandboxAPIGetSandboxesForRunnerRequest) Execute() ([]Sandbox, *http.Response, error)
- func (r SandboxAPIGetSandboxesForRunnerRequest) SkipReconcilingSandboxes(skipReconcilingSandboxes bool) SandboxAPIGetSandboxesForRunnerRequest
- func (r SandboxAPIGetSandboxesForRunnerRequest) States(states string) SandboxAPIGetSandboxesForRunnerRequest
- func (r SandboxAPIGetSandboxesForRunnerRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxesForRunnerRequest
- type SandboxAPIGetSignedPortPreviewUrlRequest
- func (r SandboxAPIGetSignedPortPreviewUrlRequest) Execute() (*SignedPortPreviewUrl, *http.Response, error)
- func (r SandboxAPIGetSignedPortPreviewUrlRequest) ExpiresInSeconds(expiresInSeconds int32) SandboxAPIGetSignedPortPreviewUrlRequest
- func (r SandboxAPIGetSignedPortPreviewUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSignedPortPreviewUrlRequest
- type SandboxAPIGetToolboxProxyUrlRequest
- type SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Execute() (*PaginatedSandboxesDeprecated, *http.Response, error)
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Id(id string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) IncludeErroredDeleted(includeErroredDeleted bool) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Labels(labels string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) LastEventAfter(lastEventAfter time.Time) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) LastEventBefore(lastEventBefore time.Time) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Limit(limit float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxCpu(maxCpu float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxDiskGiB(maxDiskGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxMemoryGiB(maxMemoryGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinCpu(minCpu float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinDiskGiB(minDiskGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinMemoryGiB(minMemoryGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Name(name string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Order(order string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Page(page float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Regions(regions []string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Snapshots(snapshots []string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Sort(sort string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) States(states []string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- type SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) CreatedAtAfter(createdAtAfter time.Time) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) CreatedAtBefore(createdAtBefore time.Time) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Cursor(cursor string) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Execute() (*ListSandboxesResponse, *http.Response, error)
- func (r SandboxAPIListSandboxesRequest) Id(id string) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) IncludeErroredDeleted(includeErroredDeleted bool) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) IsPublic(isPublic bool) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) IsRecoverable(isRecoverable bool) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Labels(labels string) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) LastEventAfter(lastEventAfter time.Time) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) LastEventBefore(lastEventBefore time.Time) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Limit(limit float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) MaxCpu(maxCpu float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) MaxDiskGiB(maxDiskGiB float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) MaxMemoryGiB(maxMemoryGiB float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) MinCpu(minCpu float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) MinDiskGiB(minDiskGiB float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) MinMemoryGiB(minMemoryGiB float32) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Name(name string) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Order(order SandboxListSortDirection) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) RegionIds(regionIds []string) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) SandboxClasses(sandboxClasses []SandboxClass) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Snapshots(snapshots []string) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) Sort(sort SandboxListSortField) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) States(states []SandboxState) SandboxAPIListSandboxesRequest
- func (r SandboxAPIListSandboxesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIListSandboxesRequest
- type SandboxAPIPauseSandboxRequest
- type SandboxAPIRecoverSandboxRequest
- func (r SandboxAPIRecoverSandboxRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPIRecoverSandboxRequest) SkipStart(skipStart bool) SandboxAPIRecoverSandboxRequest
- func (r SandboxAPIRecoverSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIRecoverSandboxRequest
- type SandboxAPIReplaceLabelsRequest
- func (r SandboxAPIReplaceLabelsRequest) Execute() (*SandboxLabels, *http.Response, error)
- func (r SandboxAPIReplaceLabelsRequest) SandboxLabels(sandboxLabels SandboxLabels) SandboxAPIReplaceLabelsRequest
- func (r SandboxAPIReplaceLabelsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIReplaceLabelsRequest
- type SandboxAPIResizeSandboxRequest
- func (r SandboxAPIResizeSandboxRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPIResizeSandboxRequest) ResizeSandbox(resizeSandbox ResizeSandbox) SandboxAPIResizeSandboxRequest
- func (r SandboxAPIResizeSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIResizeSandboxRequest
- type SandboxAPIResolveSandboxSecretsRequest
- type SandboxAPIRevokeSshAccessRequest
- func (r SandboxAPIRevokeSshAccessRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPIRevokeSshAccessRequest) Token(token string) SandboxAPIRevokeSshAccessRequest
- func (r SandboxAPIRevokeSshAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIRevokeSshAccessRequest
- type SandboxAPIService
- func (a *SandboxAPIService) ArchiveSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIArchiveSandboxRequest
- func (a *SandboxAPIService) ArchiveSandboxExecute(r SandboxAPIArchiveSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) CreateBackup(ctx context.Context, sandboxIdOrName string) SandboxAPICreateBackupRequest
- func (a *SandboxAPIService) CreateBackupExecute(r SandboxAPICreateBackupRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) CreateSandbox(ctx context.Context) SandboxAPICreateSandboxRequest
- func (a *SandboxAPIService) CreateSandboxExecute(r SandboxAPICreateSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) CreateSandboxSnapshot(ctx context.Context, sandboxIdOrName string) SandboxAPICreateSandboxSnapshotRequest
- func (a *SandboxAPIService) CreateSandboxSnapshotExecute(r SandboxAPICreateSandboxSnapshotRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) CreateSshAccess(ctx context.Context, sandboxIdOrName string) SandboxAPICreateSshAccessRequest
- func (a *SandboxAPIService) CreateSshAccessExecute(r SandboxAPICreateSshAccessRequest) (*SshAccessDto, *http.Response, error)
- func (a *SandboxAPIService) DeleteSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIDeleteSandboxRequest
- func (a *SandboxAPIService) DeleteSandboxExecute(r SandboxAPIDeleteSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) ExpireSignedPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port int32, token string) SandboxAPIExpireSignedPortPreviewUrlRequest
- func (a *SandboxAPIService) ExpireSignedPortPreviewUrlExecute(r SandboxAPIExpireSignedPortPreviewUrlRequest) (*http.Response, error)
- func (a *SandboxAPIService) ForkSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIForkSandboxRequest
- func (a *SandboxAPIService) ForkSandboxExecute(r SandboxAPIForkSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) GetBuildLogs(ctx context.Context, sandboxIdOrName string) SandboxAPIGetBuildLogsRequest
- func (a *SandboxAPIService) GetBuildLogsExecute(r SandboxAPIGetBuildLogsRequest) (*http.Response, error)
- func (a *SandboxAPIService) GetBuildLogsUrl(ctx context.Context, sandboxIdOrName string) SandboxAPIGetBuildLogsUrlRequest
- func (a *SandboxAPIService) GetBuildLogsUrlExecute(r SandboxAPIGetBuildLogsUrlRequest) (*Url, *http.Response, error)
- func (a *SandboxAPIService) GetOrganizationBySandboxId(ctx context.Context, sandboxId string) SandboxAPIGetOrganizationBySandboxIdRequest
- func (a *SandboxAPIService) GetOrganizationBySandboxIdExecute(r SandboxAPIGetOrganizationBySandboxIdRequest) (*Organization, *http.Response, error)
- func (a *SandboxAPIService) GetPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port float32) SandboxAPIGetPortPreviewUrlRequest
- func (a *SandboxAPIService) GetPortPreviewUrlExecute(r SandboxAPIGetPortPreviewUrlRequest) (*PortPreviewUrl, *http.Response, error)
- func (a *SandboxAPIService) GetRegionQuotaBySandboxId(ctx context.Context, sandboxId string) SandboxAPIGetRegionQuotaBySandboxIdRequest
- func (a *SandboxAPIService) GetRegionQuotaBySandboxIdExecute(r SandboxAPIGetRegionQuotaBySandboxIdRequest) (*RegionQuota, *http.Response, error)
- func (a *SandboxAPIService) GetSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxRequest
- func (a *SandboxAPIService) GetSandboxAncestors(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxAncestorsRequest
- func (a *SandboxAPIService) GetSandboxAncestorsExecute(r SandboxAPIGetSandboxAncestorsRequest) ([]Sandbox, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxExecute(r SandboxAPIGetSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxForks(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxForksRequest
- func (a *SandboxAPIService) GetSandboxForksExecute(r SandboxAPIGetSandboxForksRequest) ([]Sandbox, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxLogs(ctx context.Context, sandboxId string) SandboxAPIGetSandboxLogsRequest
- func (a *SandboxAPIService) GetSandboxLogsExecute(r SandboxAPIGetSandboxLogsRequest) (*PaginatedLogs, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxMetrics(ctx context.Context, sandboxId string) SandboxAPIGetSandboxMetricsRequest
- func (a *SandboxAPIService) GetSandboxMetricsExecute(r SandboxAPIGetSandboxMetricsRequest) (*MetricsResponse, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxParent(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxParentRequest
- func (a *SandboxAPIService) GetSandboxParentExecute(r SandboxAPIGetSandboxParentRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxTraceSpans(ctx context.Context, sandboxId string, traceId string) SandboxAPIGetSandboxTraceSpansRequest
- func (a *SandboxAPIService) GetSandboxTraceSpansExecute(r SandboxAPIGetSandboxTraceSpansRequest) ([]TraceSpan, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxTraces(ctx context.Context, sandboxId string) SandboxAPIGetSandboxTracesRequest
- func (a *SandboxAPIService) GetSandboxTracesExecute(r SandboxAPIGetSandboxTracesRequest) (*PaginatedTraces, *http.Response, error)
- func (a *SandboxAPIService) GetSandboxesForRunner(ctx context.Context) SandboxAPIGetSandboxesForRunnerRequest
- func (a *SandboxAPIService) GetSandboxesForRunnerExecute(r SandboxAPIGetSandboxesForRunnerRequest) ([]Sandbox, *http.Response, error)
- func (a *SandboxAPIService) GetSignedPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port int32) SandboxAPIGetSignedPortPreviewUrlRequest
- func (a *SandboxAPIService) GetSignedPortPreviewUrlExecute(r SandboxAPIGetSignedPortPreviewUrlRequest) (*SignedPortPreviewUrl, *http.Response, error)
- func (a *SandboxAPIService) GetToolboxProxyUrl(ctx context.Context, sandboxId string) SandboxAPIGetToolboxProxyUrlRequest
- func (a *SandboxAPIService) GetToolboxProxyUrlExecute(r SandboxAPIGetToolboxProxyUrlRequest) (*ToolboxProxyUrl, *http.Response, error)
- func (a *SandboxAPIService) ListSandboxes(ctx context.Context) SandboxAPIListSandboxesRequest
- func (a *SandboxAPIService) ListSandboxesExecute(r SandboxAPIListSandboxesRequest) (*ListSandboxesResponse, *http.Response, error)
- func (a *SandboxAPIService) ListSandboxesPaginatedDeprecated(ctx context.Context) SandboxAPIListSandboxesPaginatedDeprecatedRequest
- func (a *SandboxAPIService) ListSandboxesPaginatedDeprecatedExecute(r SandboxAPIListSandboxesPaginatedDeprecatedRequest) (*PaginatedSandboxesDeprecated, *http.Response, error)
- func (a *SandboxAPIService) PauseSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIPauseSandboxRequest
- func (a *SandboxAPIService) PauseSandboxExecute(r SandboxAPIPauseSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) RecoverSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIRecoverSandboxRequest
- func (a *SandboxAPIService) RecoverSandboxExecute(r SandboxAPIRecoverSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) ReplaceLabels(ctx context.Context, sandboxIdOrName string) SandboxAPIReplaceLabelsRequest
- func (a *SandboxAPIService) ReplaceLabelsExecute(r SandboxAPIReplaceLabelsRequest) (*SandboxLabels, *http.Response, error)
- func (a *SandboxAPIService) ResizeSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIResizeSandboxRequest
- func (a *SandboxAPIService) ResizeSandboxExecute(r SandboxAPIResizeSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) ResolveSandboxSecrets(ctx context.Context, sandboxId string) SandboxAPIResolveSandboxSecretsRequest
- func (a *SandboxAPIService) ResolveSandboxSecretsExecute(r SandboxAPIResolveSandboxSecretsRequest) ([]ResolveSandboxSecrets200ResponseInner, *http.Response, error)
- func (a *SandboxAPIService) RevokeSshAccess(ctx context.Context, sandboxIdOrName string) SandboxAPIRevokeSshAccessRequest
- func (a *SandboxAPIService) RevokeSshAccessExecute(r SandboxAPIRevokeSshAccessRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) SetAutoArchiveInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoArchiveIntervalRequest
- func (a *SandboxAPIService) SetAutoArchiveIntervalExecute(r SandboxAPISetAutoArchiveIntervalRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) SetAutoDeleteInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoDeleteIntervalRequest
- func (a *SandboxAPIService) SetAutoDeleteIntervalExecute(r SandboxAPISetAutoDeleteIntervalRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) SetAutoPauseInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoPauseIntervalRequest
- func (a *SandboxAPIService) SetAutoPauseIntervalExecute(r SandboxAPISetAutoPauseIntervalRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) SetAutostopInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutostopIntervalRequest
- func (a *SandboxAPIService) SetAutostopIntervalExecute(r SandboxAPISetAutostopIntervalRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) SetTtl(ctx context.Context, sandboxIdOrName string, ttlMinutes float32) SandboxAPISetTtlRequest
- func (a *SandboxAPIService) SetTtlExecute(r SandboxAPISetTtlRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) StartSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIStartSandboxRequest
- func (a *SandboxAPIService) StartSandboxExecute(r SandboxAPIStartSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) StopSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIStopSandboxRequest
- func (a *SandboxAPIService) StopSandboxExecute(r SandboxAPIStopSandboxRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) UpdateLastActivity(ctx context.Context, sandboxId string) SandboxAPIUpdateLastActivityRequest
- func (a *SandboxAPIService) UpdateLastActivityExecute(r SandboxAPIUpdateLastActivityRequest) (*http.Response, error)
- func (a *SandboxAPIService) UpdateNetworkSettings(ctx context.Context, sandboxIdOrName string) SandboxAPIUpdateNetworkSettingsRequest
- func (a *SandboxAPIService) UpdateNetworkSettingsExecute(r SandboxAPIUpdateNetworkSettingsRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) UpdatePublicStatus(ctx context.Context, sandboxIdOrName string, isPublic bool) SandboxAPIUpdatePublicStatusRequest
- func (a *SandboxAPIService) UpdatePublicStatusExecute(r SandboxAPIUpdatePublicStatusRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) UpdateSandboxSecrets(ctx context.Context, sandboxIdOrName string) SandboxAPIUpdateSandboxSecretsRequest
- func (a *SandboxAPIService) UpdateSandboxSecretsExecute(r SandboxAPIUpdateSandboxSecretsRequest) (*Sandbox, *http.Response, error)
- func (a *SandboxAPIService) UpdateSandboxState(ctx context.Context, sandboxId string) SandboxAPIUpdateSandboxStateRequest
- func (a *SandboxAPIService) UpdateSandboxStateExecute(r SandboxAPIUpdateSandboxStateRequest) (*http.Response, error)
- func (a *SandboxAPIService) ValidateSshAccess(ctx context.Context) SandboxAPIValidateSshAccessRequest
- func (a *SandboxAPIService) ValidateSshAccessExecute(r SandboxAPIValidateSshAccessRequest) (*SshAccessValidationDto, *http.Response, error)
- type SandboxAPISetAutoArchiveIntervalRequest
- type SandboxAPISetAutoDeleteIntervalRequest
- type SandboxAPISetAutoPauseIntervalRequest
- type SandboxAPISetAutostopIntervalRequest
- type SandboxAPISetTtlRequest
- type SandboxAPIStartSandboxRequest
- type SandboxAPIStopSandboxRequest
- type SandboxAPIUpdateLastActivityRequest
- type SandboxAPIUpdateNetworkSettingsRequest
- func (r SandboxAPIUpdateNetworkSettingsRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPIUpdateNetworkSettingsRequest) UpdateSandboxNetworkSettings(updateSandboxNetworkSettings UpdateSandboxNetworkSettings) SandboxAPIUpdateNetworkSettingsRequest
- func (r SandboxAPIUpdateNetworkSettingsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateNetworkSettingsRequest
- type SandboxAPIUpdatePublicStatusRequest
- type SandboxAPIUpdateSandboxSecretsRequest
- func (r SandboxAPIUpdateSandboxSecretsRequest) Execute() (*Sandbox, *http.Response, error)
- func (r SandboxAPIUpdateSandboxSecretsRequest) UpdateSandboxSecrets(updateSandboxSecrets UpdateSandboxSecrets) SandboxAPIUpdateSandboxSecretsRequest
- func (r SandboxAPIUpdateSandboxSecretsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateSandboxSecretsRequest
- type SandboxAPIUpdateSandboxStateRequest
- func (r SandboxAPIUpdateSandboxStateRequest) Execute() (*http.Response, error)
- func (r SandboxAPIUpdateSandboxStateRequest) UpdateSandboxStateDto(updateSandboxStateDto UpdateSandboxStateDto) SandboxAPIUpdateSandboxStateRequest
- func (r SandboxAPIUpdateSandboxStateRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateSandboxStateRequest
- type SandboxAPIValidateSshAccessRequest
- func (r SandboxAPIValidateSshAccessRequest) Execute() (*SshAccessValidationDto, *http.Response, error)
- func (r SandboxAPIValidateSshAccessRequest) Token(token string) SandboxAPIValidateSshAccessRequest
- func (r SandboxAPIValidateSshAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIValidateSshAccessRequest
- type SandboxClass
- type SandboxDesiredState
- type SandboxLabels
- func (o *SandboxLabels) GetLabels() map[string]string
- func (o *SandboxLabels) GetLabelsOk() (*map[string]string, bool)
- func (o SandboxLabels) MarshalJSON() ([]byte, error)
- func (o *SandboxLabels) SetLabels(v map[string]string)
- func (o SandboxLabels) ToMap() (map[string]interface{}, error)
- func (o *SandboxLabels) UnmarshalJSON(data []byte) (err error)
- type SandboxListItem
- func (o *SandboxListItem) GetAutoArchiveInterval() float32
- func (o *SandboxListItem) GetAutoArchiveIntervalOk() (*float32, bool)
- func (o *SandboxListItem) GetAutoDeleteInterval() float32
- func (o *SandboxListItem) GetAutoDeleteIntervalOk() (*float32, bool)
- func (o *SandboxListItem) GetAutoDestroyAt() string
- func (o *SandboxListItem) GetAutoDestroyAtOk() (*string, bool)
- func (o *SandboxListItem) GetAutoPauseInterval() float32
- func (o *SandboxListItem) GetAutoPauseIntervalOk() (*float32, bool)
- func (o *SandboxListItem) GetAutoStopInterval() float32
- func (o *SandboxListItem) GetAutoStopIntervalOk() (*float32, bool)
- func (o *SandboxListItem) GetBackupState() string
- func (o *SandboxListItem) GetBackupStateOk() (*string, bool)
- func (o *SandboxListItem) GetCpu() float32
- func (o *SandboxListItem) GetCpuOk() (*float32, bool)
- func (o *SandboxListItem) GetCreatedAt() string
- func (o *SandboxListItem) GetCreatedAtOk() (*string, bool)
- func (o *SandboxListItem) GetDaemonVersion() string
- func (o *SandboxListItem) GetDaemonVersionOk() (*string, bool)
- func (o *SandboxListItem) GetDesiredState() SandboxDesiredState
- func (o *SandboxListItem) GetDesiredStateOk() (*SandboxDesiredState, bool)
- func (o *SandboxListItem) GetDisk() float32
- func (o *SandboxListItem) GetDiskOk() (*float32, bool)
- func (o *SandboxListItem) GetErrorReason() string
- func (o *SandboxListItem) GetErrorReasonOk() (*string, bool)
- func (o *SandboxListItem) GetGpu() float32
- func (o *SandboxListItem) GetGpuOk() (*float32, bool)
- func (o *SandboxListItem) GetGpuType() GpuType
- func (o *SandboxListItem) GetGpuTypeOk() (*GpuType, bool)
- func (o *SandboxListItem) GetId() string
- func (o *SandboxListItem) GetIdOk() (*string, bool)
- func (o *SandboxListItem) GetLabels() map[string]string
- func (o *SandboxListItem) GetLabelsOk() (*map[string]string, bool)
- func (o *SandboxListItem) GetLastActivityAt() string
- func (o *SandboxListItem) GetLastActivityAtOk() (*string, bool)
- func (o *SandboxListItem) GetMemory() float32
- func (o *SandboxListItem) GetMemoryOk() (*float32, bool)
- func (o *SandboxListItem) GetName() string
- func (o *SandboxListItem) GetNameOk() (*string, bool)
- func (o *SandboxListItem) GetOrganizationId() string
- func (o *SandboxListItem) GetOrganizationIdOk() (*string, bool)
- func (o *SandboxListItem) GetPublic() bool
- func (o *SandboxListItem) GetPublicOk() (*bool, bool)
- func (o *SandboxListItem) GetRecoverable() bool
- func (o *SandboxListItem) GetRecoverableOk() (*bool, bool)
- func (o *SandboxListItem) GetRunnerId() string
- func (o *SandboxListItem) GetRunnerIdOk() (*string, bool)
- func (o *SandboxListItem) GetSandboxClass() SandboxClass
- func (o *SandboxListItem) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *SandboxListItem) GetSnapshot() string
- func (o *SandboxListItem) GetSnapshotOk() (*string, bool)
- func (o *SandboxListItem) GetState() SandboxState
- func (o *SandboxListItem) GetStateOk() (*SandboxState, bool)
- func (o *SandboxListItem) GetTarget() string
- func (o *SandboxListItem) GetTargetOk() (*string, bool)
- func (o *SandboxListItem) GetToolboxProxyUrl() string
- func (o *SandboxListItem) GetToolboxProxyUrlOk() (*string, bool)
- func (o *SandboxListItem) GetUpdatedAt() string
- func (o *SandboxListItem) GetUpdatedAtOk() (*string, bool)
- func (o *SandboxListItem) GetUser() string
- func (o *SandboxListItem) GetUserOk() (*string, bool)
- func (o *SandboxListItem) HasAutoArchiveInterval() bool
- func (o *SandboxListItem) HasAutoDeleteInterval() bool
- func (o *SandboxListItem) HasAutoDestroyAt() bool
- func (o *SandboxListItem) HasAutoPauseInterval() bool
- func (o *SandboxListItem) HasAutoStopInterval() bool
- func (o *SandboxListItem) HasBackupState() bool
- func (o *SandboxListItem) HasCreatedAt() bool
- func (o *SandboxListItem) HasDaemonVersion() bool
- func (o *SandboxListItem) HasDesiredState() bool
- func (o *SandboxListItem) HasErrorReason() bool
- func (o *SandboxListItem) HasGpuType() bool
- func (o *SandboxListItem) HasLastActivityAt() bool
- func (o *SandboxListItem) HasRecoverable() bool
- func (o *SandboxListItem) HasRunnerId() bool
- func (o *SandboxListItem) HasSandboxClass() bool
- func (o *SandboxListItem) HasSnapshot() bool
- func (o *SandboxListItem) HasState() bool
- func (o *SandboxListItem) HasUpdatedAt() bool
- func (o SandboxListItem) MarshalJSON() ([]byte, error)
- func (o *SandboxListItem) SetAutoArchiveInterval(v float32)
- func (o *SandboxListItem) SetAutoDeleteInterval(v float32)
- func (o *SandboxListItem) SetAutoDestroyAt(v string)
- func (o *SandboxListItem) SetAutoPauseInterval(v float32)
- func (o *SandboxListItem) SetAutoStopInterval(v float32)
- func (o *SandboxListItem) SetBackupState(v string)
- func (o *SandboxListItem) SetCpu(v float32)
- func (o *SandboxListItem) SetCreatedAt(v string)
- func (o *SandboxListItem) SetDaemonVersion(v string)
- func (o *SandboxListItem) SetDesiredState(v SandboxDesiredState)
- func (o *SandboxListItem) SetDisk(v float32)
- func (o *SandboxListItem) SetErrorReason(v string)
- func (o *SandboxListItem) SetGpu(v float32)
- func (o *SandboxListItem) SetGpuType(v GpuType)
- func (o *SandboxListItem) SetId(v string)
- func (o *SandboxListItem) SetLabels(v map[string]string)
- func (o *SandboxListItem) SetLastActivityAt(v string)
- func (o *SandboxListItem) SetMemory(v float32)
- func (o *SandboxListItem) SetName(v string)
- func (o *SandboxListItem) SetOrganizationId(v string)
- func (o *SandboxListItem) SetPublic(v bool)
- func (o *SandboxListItem) SetRecoverable(v bool)
- func (o *SandboxListItem) SetRunnerId(v string)
- func (o *SandboxListItem) SetSandboxClass(v SandboxClass)
- func (o *SandboxListItem) SetSnapshot(v string)
- func (o *SandboxListItem) SetState(v SandboxState)
- func (o *SandboxListItem) SetTarget(v string)
- func (o *SandboxListItem) SetToolboxProxyUrl(v string)
- func (o *SandboxListItem) SetUpdatedAt(v string)
- func (o *SandboxListItem) SetUser(v string)
- func (o SandboxListItem) ToMap() (map[string]interface{}, error)
- func (o *SandboxListItem) UnmarshalJSON(data []byte) (err error)
- type SandboxListSortDirection
- type SandboxListSortField
- type SandboxState
- type SandboxVolume
- func (o *SandboxVolume) GetMountPath() string
- func (o *SandboxVolume) GetMountPathOk() (*string, bool)
- func (o *SandboxVolume) GetSubpath() string
- func (o *SandboxVolume) GetSubpathOk() (*string, bool)
- func (o *SandboxVolume) GetVolumeId() string
- func (o *SandboxVolume) GetVolumeIdOk() (*string, bool)
- func (o *SandboxVolume) HasSubpath() bool
- func (o SandboxVolume) MarshalJSON() ([]byte, error)
- func (o *SandboxVolume) SetMountPath(v string)
- func (o *SandboxVolume) SetSubpath(v string)
- func (o *SandboxVolume) SetVolumeId(v string)
- func (o SandboxVolume) ToMap() (map[string]interface{}, error)
- func (o *SandboxVolume) UnmarshalJSON(data []byte) (err error)
- type Secret
- func (o *Secret) GetCreatedAt() time.Time
- func (o *Secret) GetCreatedAtOk() (*time.Time, bool)
- func (o *Secret) GetDescription() string
- func (o *Secret) GetDescriptionOk() (*string, bool)
- func (o *Secret) GetHosts() []string
- func (o *Secret) GetHostsOk() ([]string, bool)
- func (o *Secret) GetId() string
- func (o *Secret) GetIdOk() (*string, bool)
- func (o *Secret) GetName() string
- func (o *Secret) GetNameOk() (*string, bool)
- func (o *Secret) GetPlaceholder() string
- func (o *Secret) GetPlaceholderOk() (*string, bool)
- func (o *Secret) GetUpdatedAt() time.Time
- func (o *Secret) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Secret) HasDescription() bool
- func (o Secret) MarshalJSON() ([]byte, error)
- func (o *Secret) SetCreatedAt(v time.Time)
- func (o *Secret) SetDescription(v string)
- func (o *Secret) SetHosts(v []string)
- func (o *Secret) SetId(v string)
- func (o *Secret) SetName(v string)
- func (o *Secret) SetPlaceholder(v string)
- func (o *Secret) SetUpdatedAt(v time.Time)
- func (o Secret) ToMap() (map[string]interface{}, error)
- func (o *Secret) UnmarshalJSON(data []byte) (err error)
- type SecretAPI
- type SecretAPICreateSecretRequest
- func (r SecretAPICreateSecretRequest) CreateSecret(createSecret CreateSecret) SecretAPICreateSecretRequest
- func (r SecretAPICreateSecretRequest) Execute() (*Secret, *http.Response, error)
- func (r SecretAPICreateSecretRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPICreateSecretRequest
- type SecretAPIDeleteSecretRequest
- type SecretAPIGetSecretRequest
- type SecretAPIListSecretsPaginatedRequest
- func (r SecretAPIListSecretsPaginatedRequest) Cursor(cursor string) SecretAPIListSecretsPaginatedRequest
- func (r SecretAPIListSecretsPaginatedRequest) Execute() (*ListSecretsResponse, *http.Response, error)
- func (r SecretAPIListSecretsPaginatedRequest) Limit(limit float32) SecretAPIListSecretsPaginatedRequest
- func (r SecretAPIListSecretsPaginatedRequest) Name(name string) SecretAPIListSecretsPaginatedRequest
- func (r SecretAPIListSecretsPaginatedRequest) Order(order string) SecretAPIListSecretsPaginatedRequest
- func (r SecretAPIListSecretsPaginatedRequest) Sort(sort string) SecretAPIListSecretsPaginatedRequest
- func (r SecretAPIListSecretsPaginatedRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIListSecretsPaginatedRequest
- type SecretAPIListSecretsRequest
- type SecretAPIService
- func (a *SecretAPIService) CreateSecret(ctx context.Context) SecretAPICreateSecretRequest
- func (a *SecretAPIService) CreateSecretExecute(r SecretAPICreateSecretRequest) (*Secret, *http.Response, error)
- func (a *SecretAPIService) DeleteSecret(ctx context.Context, secretId string) SecretAPIDeleteSecretRequest
- func (a *SecretAPIService) DeleteSecretExecute(r SecretAPIDeleteSecretRequest) (*http.Response, error)
- func (a *SecretAPIService) GetSecret(ctx context.Context, secretId string) SecretAPIGetSecretRequest
- func (a *SecretAPIService) GetSecretExecute(r SecretAPIGetSecretRequest) (*Secret, *http.Response, error)
- func (a *SecretAPIService) ListSecrets(ctx context.Context) SecretAPIListSecretsRequest
- func (a *SecretAPIService) ListSecretsExecute(r SecretAPIListSecretsRequest) ([]Secret, *http.Response, error)
- func (a *SecretAPIService) ListSecretsPaginated(ctx context.Context) SecretAPIListSecretsPaginatedRequest
- func (a *SecretAPIService) ListSecretsPaginatedExecute(r SecretAPIListSecretsPaginatedRequest) (*ListSecretsResponse, *http.Response, error)
- func (a *SecretAPIService) UpdateSecret(ctx context.Context, secretId string) SecretAPIUpdateSecretRequest
- func (a *SecretAPIService) UpdateSecretExecute(r SecretAPIUpdateSecretRequest) (*Secret, *http.Response, error)
- type SecretAPIUpdateSecretRequest
- func (r SecretAPIUpdateSecretRequest) Execute() (*Secret, *http.Response, error)
- func (r SecretAPIUpdateSecretRequest) UpdateSecret(updateSecret UpdateSecret) SecretAPIUpdateSecretRequest
- func (r SecretAPIUpdateSecretRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIUpdateSecretRequest
- type SendWebhookDto
- func (o *SendWebhookDto) GetEventId() string
- func (o *SendWebhookDto) GetEventIdOk() (*string, bool)
- func (o *SendWebhookDto) GetEventType() WebhookEvent
- func (o *SendWebhookDto) GetEventTypeOk() (*WebhookEvent, bool)
- func (o *SendWebhookDto) GetPayload() map[string]interface{}
- func (o *SendWebhookDto) GetPayloadOk() (map[string]interface{}, bool)
- func (o *SendWebhookDto) HasEventId() bool
- func (o SendWebhookDto) MarshalJSON() ([]byte, error)
- func (o *SendWebhookDto) SetEventId(v string)
- func (o *SendWebhookDto) SetEventType(v WebhookEvent)
- func (o *SendWebhookDto) SetPayload(v map[string]interface{})
- func (o SendWebhookDto) ToMap() (map[string]interface{}, error)
- func (o *SendWebhookDto) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SetSnapshotGeneralStatusDto
- func (o *SetSnapshotGeneralStatusDto) GetGeneral() bool
- func (o *SetSnapshotGeneralStatusDto) GetGeneralOk() (*bool, bool)
- func (o SetSnapshotGeneralStatusDto) MarshalJSON() ([]byte, error)
- func (o *SetSnapshotGeneralStatusDto) SetGeneral(v bool)
- func (o SetSnapshotGeneralStatusDto) ToMap() (map[string]interface{}, error)
- func (o *SetSnapshotGeneralStatusDto) UnmarshalJSON(data []byte) (err error)
- type SignedPortPreviewUrl
- func (o *SignedPortPreviewUrl) GetPort() int32
- func (o *SignedPortPreviewUrl) GetPortOk() (*int32, bool)
- func (o *SignedPortPreviewUrl) GetSandboxId() string
- func (o *SignedPortPreviewUrl) GetSandboxIdOk() (*string, bool)
- func (o *SignedPortPreviewUrl) GetToken() string
- func (o *SignedPortPreviewUrl) GetTokenOk() (*string, bool)
- func (o *SignedPortPreviewUrl) GetUrl() string
- func (o *SignedPortPreviewUrl) GetUrlOk() (*string, bool)
- func (o SignedPortPreviewUrl) MarshalJSON() ([]byte, error)
- func (o *SignedPortPreviewUrl) SetPort(v int32)
- func (o *SignedPortPreviewUrl) SetSandboxId(v string)
- func (o *SignedPortPreviewUrl) SetToken(v string)
- func (o *SignedPortPreviewUrl) SetUrl(v string)
- func (o SignedPortPreviewUrl) ToMap() (map[string]interface{}, error)
- func (o *SignedPortPreviewUrl) UnmarshalJSON(data []byte) (err error)
- type SnapshotDto
- func (o *SnapshotDto) GetBuildInfo() BuildInfo
- func (o *SnapshotDto) GetBuildInfoOk() (*BuildInfo, bool)
- func (o *SnapshotDto) GetCpu() float32
- func (o *SnapshotDto) GetCpuOk() (*float32, bool)
- func (o *SnapshotDto) GetCreatedAt() time.Time
- func (o *SnapshotDto) GetCreatedAtOk() (*time.Time, bool)
- func (o *SnapshotDto) GetDisk() float32
- func (o *SnapshotDto) GetDiskOk() (*float32, bool)
- func (o *SnapshotDto) GetEntrypoint() []string
- func (o *SnapshotDto) GetEntrypointOk() ([]string, bool)
- func (o *SnapshotDto) GetErrorReason() string
- func (o *SnapshotDto) GetErrorReasonOk() (*string, bool)
- func (o *SnapshotDto) GetGeneral() bool
- func (o *SnapshotDto) GetGeneralOk() (*bool, bool)
- func (o *SnapshotDto) GetGpu() float32
- func (o *SnapshotDto) GetGpuOk() (*float32, bool)
- func (o *SnapshotDto) GetGpuType() GpuType
- func (o *SnapshotDto) GetGpuTypeOk() (*GpuType, bool)
- func (o *SnapshotDto) GetId() string
- func (o *SnapshotDto) GetIdOk() (*string, bool)
- func (o *SnapshotDto) GetImageName() string
- func (o *SnapshotDto) GetImageNameOk() (*string, bool)
- func (o *SnapshotDto) GetInitialRunnerId() string
- func (o *SnapshotDto) GetInitialRunnerIdOk() (*string, bool)
- func (o *SnapshotDto) GetLastUsedAt() time.Time
- func (o *SnapshotDto) GetLastUsedAtOk() (*time.Time, bool)
- func (o *SnapshotDto) GetMem() float32
- func (o *SnapshotDto) GetMemOk() (*float32, bool)
- func (o *SnapshotDto) GetName() string
- func (o *SnapshotDto) GetNameOk() (*string, bool)
- func (o *SnapshotDto) GetOrganizationId() string
- func (o *SnapshotDto) GetOrganizationIdOk() (*string, bool)
- func (o *SnapshotDto) GetRef() string
- func (o *SnapshotDto) GetRefOk() (*string, bool)
- func (o *SnapshotDto) GetRegionIds() []string
- func (o *SnapshotDto) GetRegionIdsOk() ([]string, bool)
- func (o *SnapshotDto) GetSandboxClass() string
- func (o *SnapshotDto) GetSandboxClassOk() (*string, bool)
- func (o *SnapshotDto) GetSize() float32
- func (o *SnapshotDto) GetSizeOk() (*float32, bool)
- func (o *SnapshotDto) GetState() SnapshotState
- func (o *SnapshotDto) GetStateOk() (*SnapshotState, bool)
- func (o *SnapshotDto) GetUpdatedAt() time.Time
- func (o *SnapshotDto) GetUpdatedAtOk() (*time.Time, bool)
- func (o *SnapshotDto) HasBuildInfo() bool
- func (o *SnapshotDto) HasGpuType() bool
- func (o *SnapshotDto) HasImageName() bool
- func (o *SnapshotDto) HasInitialRunnerId() bool
- func (o *SnapshotDto) HasOrganizationId() bool
- func (o *SnapshotDto) HasRef() bool
- func (o *SnapshotDto) HasRegionIds() bool
- func (o *SnapshotDto) HasSandboxClass() bool
- func (o SnapshotDto) MarshalJSON() ([]byte, error)
- func (o *SnapshotDto) SetBuildInfo(v BuildInfo)
- func (o *SnapshotDto) SetCpu(v float32)
- func (o *SnapshotDto) SetCreatedAt(v time.Time)
- func (o *SnapshotDto) SetDisk(v float32)
- func (o *SnapshotDto) SetEntrypoint(v []string)
- func (o *SnapshotDto) SetErrorReason(v string)
- func (o *SnapshotDto) SetGeneral(v bool)
- func (o *SnapshotDto) SetGpu(v float32)
- func (o *SnapshotDto) SetGpuType(v GpuType)
- func (o *SnapshotDto) SetId(v string)
- func (o *SnapshotDto) SetImageName(v string)
- func (o *SnapshotDto) SetInitialRunnerId(v string)
- func (o *SnapshotDto) SetLastUsedAt(v time.Time)
- func (o *SnapshotDto) SetMem(v float32)
- func (o *SnapshotDto) SetName(v string)
- func (o *SnapshotDto) SetOrganizationId(v string)
- func (o *SnapshotDto) SetRef(v string)
- func (o *SnapshotDto) SetRegionIds(v []string)
- func (o *SnapshotDto) SetSandboxClass(v string)
- func (o *SnapshotDto) SetSize(v float32)
- func (o *SnapshotDto) SetState(v SnapshotState)
- func (o *SnapshotDto) SetUpdatedAt(v time.Time)
- func (o SnapshotDto) ToMap() (map[string]interface{}, error)
- func (o *SnapshotDto) UnmarshalJSON(data []byte) (err error)
- type SnapshotManagerCredentials
- func (o *SnapshotManagerCredentials) GetPassword() string
- func (o *SnapshotManagerCredentials) GetPasswordOk() (*string, bool)
- func (o *SnapshotManagerCredentials) GetUsername() string
- func (o *SnapshotManagerCredentials) GetUsernameOk() (*string, bool)
- func (o SnapshotManagerCredentials) MarshalJSON() ([]byte, error)
- func (o *SnapshotManagerCredentials) SetPassword(v string)
- func (o *SnapshotManagerCredentials) SetUsername(v string)
- func (o SnapshotManagerCredentials) ToMap() (map[string]interface{}, error)
- func (o *SnapshotManagerCredentials) UnmarshalJSON(data []byte) (err error)
- type SnapshotState
- type SnapshotsAPI
- type SnapshotsAPIActivateSnapshotRequest
- type SnapshotsAPICreateSnapshotRequest
- func (r SnapshotsAPICreateSnapshotRequest) CreateSnapshot(createSnapshot CreateSnapshot) SnapshotsAPICreateSnapshotRequest
- func (r SnapshotsAPICreateSnapshotRequest) Execute() (*SnapshotDto, *http.Response, error)
- func (r SnapshotsAPICreateSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPICreateSnapshotRequest
- type SnapshotsAPIDeactivateSnapshotRequest
- type SnapshotsAPIGetAllSnapshotsRequest
- func (r SnapshotsAPIGetAllSnapshotsRequest) Execute() (*PaginatedSnapshots, *http.Response, error)
- func (r SnapshotsAPIGetAllSnapshotsRequest) Limit(limit float32) SnapshotsAPIGetAllSnapshotsRequest
- func (r SnapshotsAPIGetAllSnapshotsRequest) Name(name string) SnapshotsAPIGetAllSnapshotsRequest
- func (r SnapshotsAPIGetAllSnapshotsRequest) Order(order string) SnapshotsAPIGetAllSnapshotsRequest
- func (r SnapshotsAPIGetAllSnapshotsRequest) Page(page float32) SnapshotsAPIGetAllSnapshotsRequest
- func (r SnapshotsAPIGetAllSnapshotsRequest) Sort(sort string) SnapshotsAPIGetAllSnapshotsRequest
- func (r SnapshotsAPIGetAllSnapshotsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIGetAllSnapshotsRequest
- type SnapshotsAPIGetSnapshotBuildLogsRequest
- func (r SnapshotsAPIGetSnapshotBuildLogsRequest) Execute() (*http.Response, error)
- func (r SnapshotsAPIGetSnapshotBuildLogsRequest) Follow(follow bool) SnapshotsAPIGetSnapshotBuildLogsRequest
- func (r SnapshotsAPIGetSnapshotBuildLogsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIGetSnapshotBuildLogsRequest
- type SnapshotsAPIGetSnapshotBuildLogsUrlRequest
- type SnapshotsAPIGetSnapshotRequest
- type SnapshotsAPIRemoveSnapshotRequest
- type SnapshotsAPIService
- func (a *SnapshotsAPIService) ActivateSnapshot(ctx context.Context, id string) SnapshotsAPIActivateSnapshotRequest
- func (a *SnapshotsAPIService) ActivateSnapshotExecute(r SnapshotsAPIActivateSnapshotRequest) (*SnapshotDto, *http.Response, error)
- func (a *SnapshotsAPIService) CreateSnapshot(ctx context.Context) SnapshotsAPICreateSnapshotRequest
- func (a *SnapshotsAPIService) CreateSnapshotExecute(r SnapshotsAPICreateSnapshotRequest) (*SnapshotDto, *http.Response, error)
- func (a *SnapshotsAPIService) DeactivateSnapshot(ctx context.Context, id string) SnapshotsAPIDeactivateSnapshotRequest
- func (a *SnapshotsAPIService) DeactivateSnapshotExecute(r SnapshotsAPIDeactivateSnapshotRequest) (*http.Response, error)
- func (a *SnapshotsAPIService) GetAllSnapshots(ctx context.Context) SnapshotsAPIGetAllSnapshotsRequest
- func (a *SnapshotsAPIService) GetAllSnapshotsExecute(r SnapshotsAPIGetAllSnapshotsRequest) (*PaginatedSnapshots, *http.Response, error)
- func (a *SnapshotsAPIService) GetSnapshot(ctx context.Context, id string) SnapshotsAPIGetSnapshotRequest
- func (a *SnapshotsAPIService) GetSnapshotBuildLogs(ctx context.Context, id string) SnapshotsAPIGetSnapshotBuildLogsRequest
- func (a *SnapshotsAPIService) GetSnapshotBuildLogsExecute(r SnapshotsAPIGetSnapshotBuildLogsRequest) (*http.Response, error)
- func (a *SnapshotsAPIService) GetSnapshotBuildLogsUrl(ctx context.Context, id string) SnapshotsAPIGetSnapshotBuildLogsUrlRequest
- func (a *SnapshotsAPIService) GetSnapshotBuildLogsUrlExecute(r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) (*Url, *http.Response, error)
- func (a *SnapshotsAPIService) GetSnapshotExecute(r SnapshotsAPIGetSnapshotRequest) (*SnapshotDto, *http.Response, error)
- func (a *SnapshotsAPIService) RemoveSnapshot(ctx context.Context, id string) SnapshotsAPIRemoveSnapshotRequest
- func (a *SnapshotsAPIService) RemoveSnapshotExecute(r SnapshotsAPIRemoveSnapshotRequest) (*http.Response, error)
- type SshAccessDto
- func (o *SshAccessDto) GetCreatedAt() time.Time
- func (o *SshAccessDto) GetCreatedAtOk() (*time.Time, bool)
- func (o *SshAccessDto) GetExpiresAt() time.Time
- func (o *SshAccessDto) GetExpiresAtOk() (*time.Time, bool)
- func (o *SshAccessDto) GetId() string
- func (o *SshAccessDto) GetIdOk() (*string, bool)
- func (o *SshAccessDto) GetSandboxId() string
- func (o *SshAccessDto) GetSandboxIdOk() (*string, bool)
- func (o *SshAccessDto) GetSshCommand() string
- func (o *SshAccessDto) GetSshCommandOk() (*string, bool)
- func (o *SshAccessDto) GetToken() string
- func (o *SshAccessDto) GetTokenOk() (*string, bool)
- func (o *SshAccessDto) GetUpdatedAt() time.Time
- func (o *SshAccessDto) GetUpdatedAtOk() (*time.Time, bool)
- func (o SshAccessDto) MarshalJSON() ([]byte, error)
- func (o *SshAccessDto) SetCreatedAt(v time.Time)
- func (o *SshAccessDto) SetExpiresAt(v time.Time)
- func (o *SshAccessDto) SetId(v string)
- func (o *SshAccessDto) SetSandboxId(v string)
- func (o *SshAccessDto) SetSshCommand(v string)
- func (o *SshAccessDto) SetToken(v string)
- func (o *SshAccessDto) SetUpdatedAt(v time.Time)
- func (o SshAccessDto) ToMap() (map[string]interface{}, error)
- func (o *SshAccessDto) UnmarshalJSON(data []byte) (err error)
- type SshAccessValidationDto
- func (o *SshAccessValidationDto) GetSandboxId() string
- func (o *SshAccessValidationDto) GetSandboxIdOk() (*string, bool)
- func (o *SshAccessValidationDto) GetValid() bool
- func (o *SshAccessValidationDto) GetValidOk() (*bool, bool)
- func (o SshAccessValidationDto) MarshalJSON() ([]byte, error)
- func (o *SshAccessValidationDto) SetSandboxId(v string)
- func (o *SshAccessValidationDto) SetValid(v bool)
- func (o SshAccessValidationDto) ToMap() (map[string]interface{}, error)
- func (o *SshAccessValidationDto) UnmarshalJSON(data []byte) (err error)
- type StorageAccessDto
- func (o *StorageAccessDto) GetAccessKey() string
- func (o *StorageAccessDto) GetAccessKeyOk() (*string, bool)
- func (o *StorageAccessDto) GetBucket() string
- func (o *StorageAccessDto) GetBucketOk() (*string, bool)
- func (o *StorageAccessDto) GetOrganizationId() string
- func (o *StorageAccessDto) GetOrganizationIdOk() (*string, bool)
- func (o *StorageAccessDto) GetSecret() string
- func (o *StorageAccessDto) GetSecretOk() (*string, bool)
- func (o *StorageAccessDto) GetSessionToken() string
- func (o *StorageAccessDto) GetSessionTokenOk() (*string, bool)
- func (o *StorageAccessDto) GetStorageUrl() string
- func (o *StorageAccessDto) GetStorageUrlOk() (*string, bool)
- func (o StorageAccessDto) MarshalJSON() ([]byte, error)
- func (o *StorageAccessDto) SetAccessKey(v string)
- func (o *StorageAccessDto) SetBucket(v string)
- func (o *StorageAccessDto) SetOrganizationId(v string)
- func (o *StorageAccessDto) SetSecret(v string)
- func (o *StorageAccessDto) SetSessionToken(v string)
- func (o *StorageAccessDto) SetStorageUrl(v string)
- func (o StorageAccessDto) ToMap() (map[string]interface{}, error)
- func (o *StorageAccessDto) UnmarshalJSON(data []byte) (err error)
- type StringFilter
- func (o *StringFilter) GetEq() string
- func (o *StringFilter) GetEqOk() (*string, bool)
- func (o *StringFilter) GetIn() []string
- func (o *StringFilter) GetInOk() ([]string, bool)
- func (o *StringFilter) GetNot() string
- func (o *StringFilter) GetNotIn() []string
- func (o *StringFilter) GetNotInOk() ([]string, bool)
- func (o *StringFilter) GetNotOk() (*string, bool)
- func (o *StringFilter) HasEq() bool
- func (o *StringFilter) HasIn() bool
- func (o *StringFilter) HasNot() bool
- func (o *StringFilter) HasNotIn() bool
- func (o StringFilter) MarshalJSON() ([]byte, error)
- func (o *StringFilter) SetEq(v string)
- func (o *StringFilter) SetIn(v []string)
- func (o *StringFilter) SetNot(v string)
- func (o *StringFilter) SetNotIn(v []string)
- func (o StringFilter) ToMap() (map[string]interface{}, error)
- func (o *StringFilter) UnmarshalJSON(data []byte) (err error)
- type ToolboxProxyUrl
- func (o *ToolboxProxyUrl) GetUrl() string
- func (o *ToolboxProxyUrl) GetUrlOk() (*string, bool)
- func (o ToolboxProxyUrl) MarshalJSON() ([]byte, error)
- func (o *ToolboxProxyUrl) SetUrl(v string)
- func (o ToolboxProxyUrl) ToMap() (map[string]interface{}, error)
- func (o *ToolboxProxyUrl) UnmarshalJSON(data []byte) (err error)
- type TraceSpan
- func (o *TraceSpan) GetDurationNs() float32
- func (o *TraceSpan) GetDurationNsOk() (*float32, bool)
- func (o *TraceSpan) GetParentSpanId() string
- func (o *TraceSpan) GetParentSpanIdOk() (*string, bool)
- func (o *TraceSpan) GetSpanAttributes() map[string]string
- func (o *TraceSpan) GetSpanAttributesOk() (*map[string]string, bool)
- func (o *TraceSpan) GetSpanId() string
- func (o *TraceSpan) GetSpanIdOk() (*string, bool)
- func (o *TraceSpan) GetSpanName() string
- func (o *TraceSpan) GetSpanNameOk() (*string, bool)
- func (o *TraceSpan) GetStatusCode() string
- func (o *TraceSpan) GetStatusCodeOk() (*string, bool)
- func (o *TraceSpan) GetStatusMessage() string
- func (o *TraceSpan) GetStatusMessageOk() (*string, bool)
- func (o *TraceSpan) GetTimestamp() string
- func (o *TraceSpan) GetTimestampOk() (*string, bool)
- func (o *TraceSpan) GetTraceId() string
- func (o *TraceSpan) GetTraceIdOk() (*string, bool)
- func (o *TraceSpan) HasParentSpanId() bool
- func (o *TraceSpan) HasStatusCode() bool
- func (o *TraceSpan) HasStatusMessage() bool
- func (o TraceSpan) MarshalJSON() ([]byte, error)
- func (o *TraceSpan) SetDurationNs(v float32)
- func (o *TraceSpan) SetParentSpanId(v string)
- func (o *TraceSpan) SetSpanAttributes(v map[string]string)
- func (o *TraceSpan) SetSpanId(v string)
- func (o *TraceSpan) SetSpanName(v string)
- func (o *TraceSpan) SetStatusCode(v string)
- func (o *TraceSpan) SetStatusMessage(v string)
- func (o *TraceSpan) SetTimestamp(v string)
- func (o *TraceSpan) SetTraceId(v string)
- func (o TraceSpan) ToMap() (map[string]interface{}, error)
- func (o *TraceSpan) UnmarshalJSON(data []byte) (err error)
- type TraceSummary
- func (o *TraceSummary) GetDurationMs() float32
- func (o *TraceSummary) GetDurationMsOk() (*float32, bool)
- func (o *TraceSummary) GetEndTime() string
- func (o *TraceSummary) GetEndTimeOk() (*string, bool)
- func (o *TraceSummary) GetRootSpanName() string
- func (o *TraceSummary) GetRootSpanNameOk() (*string, bool)
- func (o *TraceSummary) GetSpanCount() float32
- func (o *TraceSummary) GetSpanCountOk() (*float32, bool)
- func (o *TraceSummary) GetStartTime() string
- func (o *TraceSummary) GetStartTimeOk() (*string, bool)
- func (o *TraceSummary) GetStatusCode() string
- func (o *TraceSummary) GetStatusCodeOk() (*string, bool)
- func (o *TraceSummary) GetTraceId() string
- func (o *TraceSummary) GetTraceIdOk() (*string, bool)
- func (o *TraceSummary) HasStatusCode() bool
- func (o TraceSummary) MarshalJSON() ([]byte, error)
- func (o *TraceSummary) SetDurationMs(v float32)
- func (o *TraceSummary) SetEndTime(v string)
- func (o *TraceSummary) SetRootSpanName(v string)
- func (o *TraceSummary) SetSpanCount(v float32)
- func (o *TraceSummary) SetStartTime(v string)
- func (o *TraceSummary) SetStatusCode(v string)
- func (o *TraceSummary) SetTraceId(v string)
- func (o TraceSummary) ToMap() (map[string]interface{}, error)
- func (o *TraceSummary) UnmarshalJSON(data []byte) (err error)
- type UpdateDockerRegistry
- func (o *UpdateDockerRegistry) GetName() string
- func (o *UpdateDockerRegistry) GetNameOk() (*string, bool)
- func (o *UpdateDockerRegistry) GetPassword() string
- func (o *UpdateDockerRegistry) GetPasswordOk() (*string, bool)
- func (o *UpdateDockerRegistry) GetProject() string
- func (o *UpdateDockerRegistry) GetProjectOk() (*string, bool)
- func (o *UpdateDockerRegistry) GetUrl() string
- func (o *UpdateDockerRegistry) GetUrlOk() (*string, bool)
- func (o *UpdateDockerRegistry) GetUsername() string
- func (o *UpdateDockerRegistry) GetUsernameOk() (*string, bool)
- func (o *UpdateDockerRegistry) HasPassword() bool
- func (o *UpdateDockerRegistry) HasProject() bool
- func (o UpdateDockerRegistry) MarshalJSON() ([]byte, error)
- func (o *UpdateDockerRegistry) SetName(v string)
- func (o *UpdateDockerRegistry) SetPassword(v string)
- func (o *UpdateDockerRegistry) SetProject(v string)
- func (o *UpdateDockerRegistry) SetUrl(v string)
- func (o *UpdateDockerRegistry) SetUsername(v string)
- func (o UpdateDockerRegistry) ToMap() (map[string]interface{}, error)
- func (o *UpdateDockerRegistry) UnmarshalJSON(data []byte) (err error)
- type UpdateJobStatus
- func (o *UpdateJobStatus) GetErrorMessage() string
- func (o *UpdateJobStatus) GetErrorMessageOk() (*string, bool)
- func (o *UpdateJobStatus) GetResultMetadata() string
- func (o *UpdateJobStatus) GetResultMetadataOk() (*string, bool)
- func (o *UpdateJobStatus) GetStatus() JobStatus
- func (o *UpdateJobStatus) GetStatusOk() (*JobStatus, bool)
- func (o *UpdateJobStatus) HasErrorMessage() bool
- func (o *UpdateJobStatus) HasResultMetadata() bool
- func (o UpdateJobStatus) MarshalJSON() ([]byte, error)
- func (o *UpdateJobStatus) SetErrorMessage(v string)
- func (o *UpdateJobStatus) SetResultMetadata(v string)
- func (o *UpdateJobStatus) SetStatus(v JobStatus)
- func (o UpdateJobStatus) ToMap() (map[string]interface{}, error)
- func (o *UpdateJobStatus) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationDefaultRegion
- func (o *UpdateOrganizationDefaultRegion) GetDefaultRegionId() string
- func (o *UpdateOrganizationDefaultRegion) GetDefaultRegionIdOk() (*string, bool)
- func (o UpdateOrganizationDefaultRegion) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationDefaultRegion) SetDefaultRegionId(v string)
- func (o UpdateOrganizationDefaultRegion) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationDefaultRegion) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationInvitation
- func (o *UpdateOrganizationInvitation) GetAssignedRoleIds() []string
- func (o *UpdateOrganizationInvitation) GetAssignedRoleIdsOk() ([]string, bool)
- func (o *UpdateOrganizationInvitation) GetExpiresAt() time.Time
- func (o *UpdateOrganizationInvitation) GetExpiresAtOk() (*time.Time, bool)
- func (o *UpdateOrganizationInvitation) GetRole() string
- func (o *UpdateOrganizationInvitation) GetRoleOk() (*string, bool)
- func (o *UpdateOrganizationInvitation) HasExpiresAt() bool
- func (o UpdateOrganizationInvitation) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationInvitation) SetAssignedRoleIds(v []string)
- func (o *UpdateOrganizationInvitation) SetExpiresAt(v time.Time)
- func (o *UpdateOrganizationInvitation) SetRole(v string)
- func (o UpdateOrganizationInvitation) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationInvitation) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationMemberAccess
- func (o *UpdateOrganizationMemberAccess) GetAssignedRoleIds() []string
- func (o *UpdateOrganizationMemberAccess) GetAssignedRoleIdsOk() ([]string, bool)
- func (o *UpdateOrganizationMemberAccess) GetRole() string
- func (o *UpdateOrganizationMemberAccess) GetRoleOk() (*string, bool)
- func (o UpdateOrganizationMemberAccess) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationMemberAccess) SetAssignedRoleIds(v []string)
- func (o *UpdateOrganizationMemberAccess) SetRole(v string)
- func (o UpdateOrganizationMemberAccess) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationMemberAccess) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationQuota
- func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimit() float32
- func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSeconds() float32
- func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSecondsOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetMaxConcurrentSnapshotProcessing() float32
- func (o *UpdateOrganizationQuota) GetMaxConcurrentSnapshotProcessingOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetMaxCpuPerSandbox() float32
- func (o *UpdateOrganizationQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetMaxDiskPerSandbox() float32
- func (o *UpdateOrganizationQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetMaxMemoryPerSandbox() float32
- func (o *UpdateOrganizationQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetMaxSecretsPerSandbox() float32
- func (o *UpdateOrganizationQuota) GetMaxSecretsPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetMaxSnapshotSize() float32
- func (o *UpdateOrganizationQuota) GetMaxSnapshotSizeOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimit() float32
- func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSeconds() float32
- func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSecondsOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimit() float32
- func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSeconds() float32
- func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSecondsOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSecretQuota() float32
- func (o *UpdateOrganizationQuota) GetSecretQuotaOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinutes() float32
- func (o *UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinutesOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetSnapshotQuota() float32
- func (o *UpdateOrganizationQuota) GetSnapshotQuotaOk() (*float32, bool)
- func (o *UpdateOrganizationQuota) GetVolumeQuota() float32
- func (o *UpdateOrganizationQuota) GetVolumeQuotaOk() (*float32, bool)
- func (o UpdateOrganizationQuota) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationQuota) SetAuthenticatedRateLimit(v float32)
- func (o *UpdateOrganizationQuota) SetAuthenticatedRateLimitTtlSeconds(v float32)
- func (o *UpdateOrganizationQuota) SetMaxConcurrentSnapshotProcessing(v float32)
- func (o *UpdateOrganizationQuota) SetMaxCpuPerSandbox(v float32)
- func (o *UpdateOrganizationQuota) SetMaxDiskPerSandbox(v float32)
- func (o *UpdateOrganizationQuota) SetMaxMemoryPerSandbox(v float32)
- func (o *UpdateOrganizationQuota) SetMaxSecretsPerSandbox(v float32)
- func (o *UpdateOrganizationQuota) SetMaxSnapshotSize(v float32)
- func (o *UpdateOrganizationQuota) SetSandboxCreateRateLimit(v float32)
- func (o *UpdateOrganizationQuota) SetSandboxCreateRateLimitTtlSeconds(v float32)
- func (o *UpdateOrganizationQuota) SetSandboxLifecycleRateLimit(v float32)
- func (o *UpdateOrganizationQuota) SetSandboxLifecycleRateLimitTtlSeconds(v float32)
- func (o *UpdateOrganizationQuota) SetSecretQuota(v float32)
- func (o *UpdateOrganizationQuota) SetSnapshotDeactivationTimeoutMinutes(v float32)
- func (o *UpdateOrganizationQuota) SetSnapshotQuota(v float32)
- func (o *UpdateOrganizationQuota) SetVolumeQuota(v float32)
- func (o UpdateOrganizationQuota) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationQuota) UnmarshalJSON(data []byte) (err error)
- type UpdateOrganizationRegionQuota
- func (o *UpdateOrganizationRegionQuota) GetAllowedGpuTypes() []GpuType
- func (o *UpdateOrganizationRegionQuota) GetAllowedGpuTypesOk() ([]GpuType, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerGpuSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerGpuSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerGpuSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerSandbox() float32
- func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetSandboxClass() SandboxClass
- func (o *UpdateOrganizationRegionQuota) GetSandboxClassOk() (*SandboxClass, bool)
- func (o *UpdateOrganizationRegionQuota) GetTotalCpuQuota() float32
- func (o *UpdateOrganizationRegionQuota) GetTotalCpuQuotaOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetTotalDiskQuota() float32
- func (o *UpdateOrganizationRegionQuota) GetTotalDiskQuotaOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetTotalGpuQuota() float32
- func (o *UpdateOrganizationRegionQuota) GetTotalGpuQuotaOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) GetTotalMemoryQuota() float32
- func (o *UpdateOrganizationRegionQuota) GetTotalMemoryQuotaOk() (*float32, bool)
- func (o *UpdateOrganizationRegionQuota) HasAllowedGpuTypes() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxCpuPerGpuSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxCpuPerSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxDiskPerGpuSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxDiskPerNonEphemeralSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxDiskPerSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxMemoryPerGpuSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasMaxMemoryPerSandbox() bool
- func (o *UpdateOrganizationRegionQuota) HasSandboxClass() bool
- func (o UpdateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationRegionQuota) SetAllowedGpuTypes(v []GpuType)
- func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerGpuSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerGpuSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerGpuSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerGpuSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerGpuSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerGpuSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerSandbox(v float32)
- func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerSandboxNil()
- func (o *UpdateOrganizationRegionQuota) SetSandboxClass(v SandboxClass)
- func (o *UpdateOrganizationRegionQuota) SetTotalCpuQuota(v float32)
- func (o *UpdateOrganizationRegionQuota) SetTotalDiskQuota(v float32)
- func (o *UpdateOrganizationRegionQuota) SetTotalGpuQuota(v float32)
- func (o *UpdateOrganizationRegionQuota) SetTotalMemoryQuota(v float32)
- func (o UpdateOrganizationRegionQuota) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationRegionQuota) UnmarshalJSON(data []byte) (err error)
- func (o *UpdateOrganizationRegionQuota) UnsetMaxCpuPerGpuSandbox()
- func (o *UpdateOrganizationRegionQuota) UnsetMaxCpuPerSandbox()
- func (o *UpdateOrganizationRegionQuota) UnsetMaxDiskPerGpuSandbox()
- func (o *UpdateOrganizationRegionQuota) UnsetMaxDiskPerNonEphemeralSandbox()
- func (o *UpdateOrganizationRegionQuota) UnsetMaxDiskPerSandbox()
- func (o *UpdateOrganizationRegionQuota) UnsetMaxMemoryPerGpuSandbox()
- func (o *UpdateOrganizationRegionQuota) UnsetMaxMemoryPerSandbox()
- type UpdateOrganizationRole
- func (o *UpdateOrganizationRole) GetDescription() string
- func (o *UpdateOrganizationRole) GetDescriptionOk() (*string, bool)
- func (o *UpdateOrganizationRole) GetName() string
- func (o *UpdateOrganizationRole) GetNameOk() (*string, bool)
- func (o *UpdateOrganizationRole) GetPermissions() []string
- func (o *UpdateOrganizationRole) GetPermissionsOk() ([]string, bool)
- func (o UpdateOrganizationRole) MarshalJSON() ([]byte, error)
- func (o *UpdateOrganizationRole) SetDescription(v string)
- func (o *UpdateOrganizationRole) SetName(v string)
- func (o *UpdateOrganizationRole) SetPermissions(v []string)
- func (o UpdateOrganizationRole) ToMap() (map[string]interface{}, error)
- func (o *UpdateOrganizationRole) UnmarshalJSON(data []byte) (err error)
- type UpdateRegion
- func (o *UpdateRegion) GetProxyUrl() string
- func (o *UpdateRegion) GetProxyUrlOk() (*string, bool)
- func (o *UpdateRegion) GetSnapshotManagerUrl() string
- func (o *UpdateRegion) GetSnapshotManagerUrlOk() (*string, bool)
- func (o *UpdateRegion) GetSshGatewayUrl() string
- func (o *UpdateRegion) GetSshGatewayUrlOk() (*string, bool)
- func (o *UpdateRegion) HasProxyUrl() bool
- func (o *UpdateRegion) HasSnapshotManagerUrl() bool
- func (o *UpdateRegion) HasSshGatewayUrl() bool
- func (o UpdateRegion) MarshalJSON() ([]byte, error)
- func (o *UpdateRegion) SetProxyUrl(v string)
- func (o *UpdateRegion) SetProxyUrlNil()
- func (o *UpdateRegion) SetSnapshotManagerUrl(v string)
- func (o *UpdateRegion) SetSnapshotManagerUrlNil()
- func (o *UpdateRegion) SetSshGatewayUrl(v string)
- func (o *UpdateRegion) SetSshGatewayUrlNil()
- func (o UpdateRegion) ToMap() (map[string]interface{}, error)
- func (o *UpdateRegion) UnmarshalJSON(data []byte) (err error)
- func (o *UpdateRegion) UnsetProxyUrl()
- func (o *UpdateRegion) UnsetSnapshotManagerUrl()
- func (o *UpdateRegion) UnsetSshGatewayUrl()
- type UpdateSandboxNetworkSettings
- func (o *UpdateSandboxNetworkSettings) GetDomainAllowList() string
- func (o *UpdateSandboxNetworkSettings) GetDomainAllowListOk() (*string, bool)
- func (o *UpdateSandboxNetworkSettings) GetNetworkAllowList() string
- func (o *UpdateSandboxNetworkSettings) GetNetworkAllowListOk() (*string, bool)
- func (o *UpdateSandboxNetworkSettings) GetNetworkBlockAll() bool
- func (o *UpdateSandboxNetworkSettings) GetNetworkBlockAllOk() (*bool, bool)
- func (o *UpdateSandboxNetworkSettings) HasDomainAllowList() bool
- func (o *UpdateSandboxNetworkSettings) HasNetworkAllowList() bool
- func (o *UpdateSandboxNetworkSettings) HasNetworkBlockAll() bool
- func (o UpdateSandboxNetworkSettings) MarshalJSON() ([]byte, error)
- func (o *UpdateSandboxNetworkSettings) SetDomainAllowList(v string)
- func (o *UpdateSandboxNetworkSettings) SetNetworkAllowList(v string)
- func (o *UpdateSandboxNetworkSettings) SetNetworkBlockAll(v bool)
- func (o UpdateSandboxNetworkSettings) ToMap() (map[string]interface{}, error)
- func (o *UpdateSandboxNetworkSettings) UnmarshalJSON(data []byte) (err error)
- type UpdateSandboxSecrets
- func (o *UpdateSandboxSecrets) GetSecrets() []map[string]string
- func (o *UpdateSandboxSecrets) GetSecretsOk() ([]map[string]string, bool)
- func (o UpdateSandboxSecrets) MarshalJSON() ([]byte, error)
- func (o *UpdateSandboxSecrets) SetSecrets(v []map[string]string)
- func (o UpdateSandboxSecrets) ToMap() (map[string]interface{}, error)
- func (o *UpdateSandboxSecrets) UnmarshalJSON(data []byte) (err error)
- type UpdateSandboxStateDto
- func (o *UpdateSandboxStateDto) GetErrorReason() string
- func (o *UpdateSandboxStateDto) GetErrorReasonOk() (*string, bool)
- func (o *UpdateSandboxStateDto) GetRecoverable() bool
- func (o *UpdateSandboxStateDto) GetRecoverableOk() (*bool, bool)
- func (o *UpdateSandboxStateDto) GetState() string
- func (o *UpdateSandboxStateDto) GetStateOk() (*string, bool)
- func (o *UpdateSandboxStateDto) HasErrorReason() bool
- func (o *UpdateSandboxStateDto) HasRecoverable() bool
- func (o UpdateSandboxStateDto) MarshalJSON() ([]byte, error)
- func (o *UpdateSandboxStateDto) SetErrorReason(v string)
- func (o *UpdateSandboxStateDto) SetRecoverable(v bool)
- func (o *UpdateSandboxStateDto) SetState(v string)
- func (o UpdateSandboxStateDto) ToMap() (map[string]interface{}, error)
- func (o *UpdateSandboxStateDto) UnmarshalJSON(data []byte) (err error)
- type UpdateSecret
- func (o *UpdateSecret) GetDescription() string
- func (o *UpdateSecret) GetDescriptionOk() (*string, bool)
- func (o *UpdateSecret) GetHosts() []string
- func (o *UpdateSecret) GetHostsOk() ([]string, bool)
- func (o *UpdateSecret) GetValue() string
- func (o *UpdateSecret) GetValueOk() (*string, bool)
- func (o *UpdateSecret) HasDescription() bool
- func (o *UpdateSecret) HasHosts() bool
- func (o *UpdateSecret) HasValue() bool
- func (o UpdateSecret) MarshalJSON() ([]byte, error)
- func (o *UpdateSecret) SetDescription(v string)
- func (o *UpdateSecret) SetHosts(v []string)
- func (o *UpdateSecret) SetValue(v string)
- func (o UpdateSecret) ToMap() (map[string]interface{}, error)
- func (o *UpdateSecret) UnmarshalJSON(data []byte) (err error)
- type Url
- type User
- func (o *User) GetCreatedAt() time.Time
- func (o *User) GetCreatedAtOk() (*time.Time, bool)
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetName() string
- func (o *User) GetNameOk() (*string, bool)
- func (o *User) GetPublicKeys() []UserPublicKey
- func (o *User) GetPublicKeysOk() ([]UserPublicKey, bool)
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetCreatedAt(v time.Time)
- func (o *User) SetEmail(v string)
- func (o *User) SetId(v string)
- func (o *User) SetName(v string)
- func (o *User) SetPublicKeys(v []UserPublicKey)
- func (o User) ToMap() (map[string]interface{}, error)
- func (o *User) UnmarshalJSON(data []byte) (err error)
- type UserPublicKey
- func (o *UserPublicKey) GetKey() string
- func (o *UserPublicKey) GetKeyOk() (*string, bool)
- func (o *UserPublicKey) GetName() string
- func (o *UserPublicKey) GetNameOk() (*string, bool)
- func (o UserPublicKey) MarshalJSON() ([]byte, error)
- func (o *UserPublicKey) SetKey(v string)
- func (o *UserPublicKey) SetName(v string)
- func (o UserPublicKey) ToMap() (map[string]interface{}, error)
- func (o *UserPublicKey) UnmarshalJSON(data []byte) (err error)
- type UsersAPI
- type UsersAPIEnrollInSmsMfaRequest
- type UsersAPIGetAuthenticatedUserRequest
- type UsersAPIGetAvailableAccountProvidersRequest
- type UsersAPILinkAccountRequest
- type UsersAPIService
- func (a *UsersAPIService) EnrollInSmsMfa(ctx context.Context) UsersAPIEnrollInSmsMfaRequest
- func (a *UsersAPIService) EnrollInSmsMfaExecute(r UsersAPIEnrollInSmsMfaRequest) (string, *http.Response, error)
- func (a *UsersAPIService) GetAuthenticatedUser(ctx context.Context) UsersAPIGetAuthenticatedUserRequest
- func (a *UsersAPIService) GetAuthenticatedUserExecute(r UsersAPIGetAuthenticatedUserRequest) (*User, *http.Response, error)
- func (a *UsersAPIService) GetAvailableAccountProviders(ctx context.Context) UsersAPIGetAvailableAccountProvidersRequest
- func (a *UsersAPIService) GetAvailableAccountProvidersExecute(r UsersAPIGetAvailableAccountProvidersRequest) ([]AccountProvider, *http.Response, error)
- func (a *UsersAPIService) LinkAccount(ctx context.Context) UsersAPILinkAccountRequest
- func (a *UsersAPIService) LinkAccountExecute(r UsersAPILinkAccountRequest) (*http.Response, error)
- func (a *UsersAPIService) UnlinkAccount(ctx context.Context, provider string, providerUserId string) UsersAPIUnlinkAccountRequest
- func (a *UsersAPIService) UnlinkAccountExecute(r UsersAPIUnlinkAccountRequest) (*http.Response, error)
- type UsersAPIUnlinkAccountRequest
- type VolumeDto
- func (o *VolumeDto) GetCreatedAt() string
- func (o *VolumeDto) GetCreatedAtOk() (*string, bool)
- func (o *VolumeDto) GetErrorReason() string
- func (o *VolumeDto) GetErrorReasonOk() (*string, bool)
- func (o *VolumeDto) GetId() string
- func (o *VolumeDto) GetIdOk() (*string, bool)
- func (o *VolumeDto) GetLastUsedAt() string
- func (o *VolumeDto) GetLastUsedAtOk() (*string, bool)
- func (o *VolumeDto) GetName() string
- func (o *VolumeDto) GetNameOk() (*string, bool)
- func (o *VolumeDto) GetOrganizationId() string
- func (o *VolumeDto) GetOrganizationIdOk() (*string, bool)
- func (o *VolumeDto) GetState() VolumeState
- func (o *VolumeDto) GetStateOk() (*VolumeState, bool)
- func (o *VolumeDto) GetUpdatedAt() string
- func (o *VolumeDto) GetUpdatedAtOk() (*string, bool)
- func (o *VolumeDto) HasLastUsedAt() bool
- func (o VolumeDto) MarshalJSON() ([]byte, error)
- func (o *VolumeDto) SetCreatedAt(v string)
- func (o *VolumeDto) SetErrorReason(v string)
- func (o *VolumeDto) SetId(v string)
- func (o *VolumeDto) SetLastUsedAt(v string)
- func (o *VolumeDto) SetLastUsedAtNil()
- func (o *VolumeDto) SetName(v string)
- func (o *VolumeDto) SetOrganizationId(v string)
- func (o *VolumeDto) SetState(v VolumeState)
- func (o *VolumeDto) SetUpdatedAt(v string)
- func (o VolumeDto) ToMap() (map[string]interface{}, error)
- func (o *VolumeDto) UnmarshalJSON(data []byte) (err error)
- func (o *VolumeDto) UnsetLastUsedAt()
- type VolumeState
- type VolumesAPI
- type VolumesAPICreateVolumeRequest
- func (r VolumesAPICreateVolumeRequest) CreateVolume(createVolume CreateVolume) VolumesAPICreateVolumeRequest
- func (r VolumesAPICreateVolumeRequest) Execute() (*VolumeDto, *http.Response, error)
- func (r VolumesAPICreateVolumeRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPICreateVolumeRequest
- type VolumesAPIDeleteVolumeRequest
- type VolumesAPIGetVolumeByNameRequest
- type VolumesAPIGetVolumeRequest
- type VolumesAPIListVolumesRequest
- func (r VolumesAPIListVolumesRequest) Execute() ([]VolumeDto, *http.Response, error)
- func (r VolumesAPIListVolumesRequest) IncludeDeleted(includeDeleted bool) VolumesAPIListVolumesRequest
- func (r VolumesAPIListVolumesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPIListVolumesRequest
- type VolumesAPIService
- func (a *VolumesAPIService) CreateVolume(ctx context.Context) VolumesAPICreateVolumeRequest
- func (a *VolumesAPIService) CreateVolumeExecute(r VolumesAPICreateVolumeRequest) (*VolumeDto, *http.Response, error)
- func (a *VolumesAPIService) DeleteVolume(ctx context.Context, volumeId string) VolumesAPIDeleteVolumeRequest
- func (a *VolumesAPIService) DeleteVolumeExecute(r VolumesAPIDeleteVolumeRequest) (*http.Response, error)
- func (a *VolumesAPIService) GetVolume(ctx context.Context, volumeId string) VolumesAPIGetVolumeRequest
- func (a *VolumesAPIService) GetVolumeByName(ctx context.Context, name string) VolumesAPIGetVolumeByNameRequest
- func (a *VolumesAPIService) GetVolumeByNameExecute(r VolumesAPIGetVolumeByNameRequest) (*VolumeDto, *http.Response, error)
- func (a *VolumesAPIService) GetVolumeExecute(r VolumesAPIGetVolumeRequest) (*VolumeDto, *http.Response, error)
- func (a *VolumesAPIService) ListVolumes(ctx context.Context) VolumesAPIListVolumesRequest
- func (a *VolumesAPIService) ListVolumesExecute(r VolumesAPIListVolumesRequest) ([]VolumeDto, *http.Response, error)
- type WebhookAppPortalAccess
- func (o *WebhookAppPortalAccess) GetToken() string
- func (o *WebhookAppPortalAccess) GetTokenOk() (*string, bool)
- func (o *WebhookAppPortalAccess) GetUrl() string
- func (o *WebhookAppPortalAccess) GetUrlOk() (*string, bool)
- func (o WebhookAppPortalAccess) MarshalJSON() ([]byte, error)
- func (o *WebhookAppPortalAccess) SetToken(v string)
- func (o *WebhookAppPortalAccess) SetUrl(v string)
- func (o WebhookAppPortalAccess) ToMap() (map[string]interface{}, error)
- func (o *WebhookAppPortalAccess) UnmarshalJSON(data []byte) (err error)
- type WebhookEvent
- type WebhookInitializationStatus
- func (o *WebhookInitializationStatus) GetCreatedAt() string
- func (o *WebhookInitializationStatus) GetCreatedAtOk() (*string, bool)
- func (o *WebhookInitializationStatus) GetLastError() string
- func (o *WebhookInitializationStatus) GetLastErrorOk() (*string, bool)
- func (o *WebhookInitializationStatus) GetOrganizationId() string
- func (o *WebhookInitializationStatus) GetOrganizationIdOk() (*string, bool)
- func (o *WebhookInitializationStatus) GetRetryCount() float32
- func (o *WebhookInitializationStatus) GetRetryCountOk() (*float32, bool)
- func (o *WebhookInitializationStatus) GetSvixApplicationId() string
- func (o *WebhookInitializationStatus) GetSvixApplicationIdOk() (*string, bool)
- func (o *WebhookInitializationStatus) GetUpdatedAt() string
- func (o *WebhookInitializationStatus) GetUpdatedAtOk() (*string, bool)
- func (o WebhookInitializationStatus) MarshalJSON() ([]byte, error)
- func (o *WebhookInitializationStatus) SetCreatedAt(v string)
- func (o *WebhookInitializationStatus) SetLastError(v string)
- func (o *WebhookInitializationStatus) SetOrganizationId(v string)
- func (o *WebhookInitializationStatus) SetRetryCount(v float32)
- func (o *WebhookInitializationStatus) SetSvixApplicationId(v string)
- func (o *WebhookInitializationStatus) SetUpdatedAt(v string)
- func (o WebhookInitializationStatus) ToMap() (map[string]interface{}, error)
- func (o *WebhookInitializationStatus) UnmarshalJSON(data []byte) (err error)
- type WebhooksAPI
- type WebhooksAPIService
- func (a *WebhooksAPIService) WebhookControllerGetAppPortalAccess(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerGetAppPortalAccessRequest
- func (a *WebhooksAPIService) WebhookControllerGetAppPortalAccessExecute(r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) (*WebhookAppPortalAccess, *http.Response, error)
- func (a *WebhooksAPIService) WebhookControllerGetInitializationStatus(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerGetInitializationStatusRequest
- func (a *WebhooksAPIService) WebhookControllerGetInitializationStatusExecute(r WebhooksAPIWebhookControllerGetInitializationStatusRequest) (*WebhookInitializationStatus, *http.Response, error)
- func (a *WebhooksAPIService) WebhookControllerInitializeWebhooks(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerInitializeWebhooksRequest
- func (a *WebhooksAPIService) WebhookControllerInitializeWebhooksExecute(r WebhooksAPIWebhookControllerInitializeWebhooksRequest) (*WebhookInitializationStatus, *http.Response, error)
- func (a *WebhooksAPIService) WebhookControllerRefreshEndpoints(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerRefreshEndpointsRequest
- func (a *WebhooksAPIService) WebhookControllerRefreshEndpointsExecute(r WebhooksAPIWebhookControllerRefreshEndpointsRequest) (*http.Response, error)
- type WebhooksAPIWebhookControllerGetAppPortalAccessRequest
- type WebhooksAPIWebhookControllerGetInitializationStatusRequest
- func (r WebhooksAPIWebhookControllerGetInitializationStatusRequest) Execute() (*WebhookInitializationStatus, *http.Response, error)
- func (r WebhooksAPIWebhookControllerGetInitializationStatusRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) WebhooksAPIWebhookControllerGetInitializationStatusRequest
- type WebhooksAPIWebhookControllerInitializeWebhooksRequest
- type WebhooksAPIWebhookControllerRefreshEndpointsRequest
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedGpuTypeEnumValues = []GpuType{
"H100",
"H200",
"RTX-PRO-6000",
"RTX-4090",
"RTX-5090",
"11184809",
}
All allowed values of GpuType enum
var AllowedJobStatusEnumValues = []JobStatus{
"PENDING",
"IN_PROGRESS",
"COMPLETED",
"FAILED",
"11184809",
}
All allowed values of JobStatus enum
var AllowedJobTypeEnumValues = []JobType{
"CREATE_SANDBOX",
"START_SANDBOX",
"STOP_SANDBOX",
"DESTROY_SANDBOX",
"RESIZE_SANDBOX",
"CREATE_BACKUP",
"BUILD_SNAPSHOT",
"PULL_SNAPSHOT",
"RECOVER_SANDBOX",
"INSPECT_SNAPSHOT_IN_REGISTRY",
"REMOVE_SNAPSHOT",
"UPDATE_SANDBOX_NETWORK_SETTINGS",
"UPDATE_SANDBOX_SECRETS",
"SNAPSHOT_SANDBOX",
"FORK_SANDBOX",
"PAUSE_SANDBOX",
"11184809",
}
All allowed values of JobType enum
var AllowedRegionTypeEnumValues = []RegionType{
"shared",
"dedicated",
"custom",
"11184809",
}
All allowed values of RegionType enum
var AllowedRunnerClassEnumValues = []RunnerClass{
"container",
"11184809",
}
All allowed values of RunnerClass enum
var AllowedRunnerStateEnumValues = []RunnerState{
"initializing",
"ready",
"disabled",
"decommissioned",
"unresponsive",
"11184809",
}
All allowed values of RunnerState enum
var AllowedSandboxClassEnumValues = []SandboxClass{
"linux-vm",
"container",
"android",
"windows",
"11184809",
}
All allowed values of SandboxClass enum
var AllowedSandboxDesiredStateEnumValues = []SandboxDesiredState{
"destroyed",
"started",
"stopped",
"resized",
"archived",
"paused",
"11184809",
}
All allowed values of SandboxDesiredState enum
var AllowedSandboxListSortDirectionEnumValues = []SandboxListSortDirection{
"asc",
"desc",
"11184809",
}
All allowed values of SandboxListSortDirection enum
var AllowedSandboxListSortFieldEnumValues = []SandboxListSortField{
"name",
"cpu",
"memoryGib",
"diskGib",
"lastActivityAt",
"createdAt",
"11184809",
}
All allowed values of SandboxListSortField enum
var AllowedSandboxStateEnumValues = []SandboxState{
"creating",
"restoring",
"destroyed",
"destroying",
"started",
"stopped",
"starting",
"stopping",
"error",
"build_failed",
"pending_build",
"building_snapshot",
"unknown",
"pulling_snapshot",
"archived",
"archiving",
"resizing",
"snapshotting",
"forking",
"pausing",
"paused",
"resuming",
"11184809",
}
All allowed values of SandboxState enum
var AllowedSnapshotStateEnumValues = []SnapshotState{
"building",
"pending",
"pulling",
"active",
"inactive",
"error",
"build_failed",
"removing",
"11184809",
}
All allowed values of SnapshotState enum
var AllowedVolumeStateEnumValues = []VolumeState{
"creating",
"ready",
"pending_create",
"pending_delete",
"deleting",
"deleted",
"error",
"11184809",
}
All allowed values of VolumeState enum
var AllowedWebhookEventEnumValues = []WebhookEvent{
"sandbox.created",
"sandbox.state.updated",
"snapshot.created",
"snapshot.state.updated",
"snapshot.removed",
"volume.created",
"volume.state.updated",
"11184809",
}
All allowed values of WebhookEvent enum
var ClientVersion = strings.TrimSpace(_clientVersion)
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
AdminAPI AdminAPI
ApiKeysAPI ApiKeysAPI
AuditAPI AuditAPI
ConfigAPI ConfigAPI
DockerRegistryAPI DockerRegistryAPI
HealthAPI HealthAPI
JobsAPI JobsAPI
ObjectStorageAPI ObjectStorageAPI
OrganizationsAPI OrganizationsAPI
PreviewAPI PreviewAPI
RegionsAPI RegionsAPI
RunnersAPI RunnersAPI
SandboxAPI SandboxAPI
SecretAPI SecretAPI
SnapshotsAPI SnapshotsAPI
UsersAPI UsersAPI
VolumesAPI VolumesAPI
WebhooksAPI WebhooksAPI
// contains filtered or unexported fields
}
APIClient manages communication with the Daytona API v1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccountProvider ¶
type AccountProvider struct {
Name string `json:"name"`
DisplayName string `json:"displayName"`
AdditionalProperties map[string]interface{}
}
AccountProvider struct for AccountProvider
func NewAccountProvider ¶
func NewAccountProvider(name string, displayName string) *AccountProvider
NewAccountProvider instantiates a new AccountProvider object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountProviderWithDefaults ¶
func NewAccountProviderWithDefaults() *AccountProvider
NewAccountProviderWithDefaults instantiates a new AccountProvider object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountProvider) GetDisplayName ¶
func (o *AccountProvider) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*AccountProvider) GetDisplayNameOk ¶
func (o *AccountProvider) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*AccountProvider) GetName ¶
func (o *AccountProvider) GetName() string
GetName returns the Name field value
func (*AccountProvider) GetNameOk ¶
func (o *AccountProvider) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AccountProvider) MarshalJSON ¶
func (o AccountProvider) MarshalJSON() ([]byte, error)
func (*AccountProvider) SetDisplayName ¶
func (o *AccountProvider) SetDisplayName(v string)
SetDisplayName sets field value
func (*AccountProvider) SetName ¶
func (o *AccountProvider) SetName(v string)
SetName sets field value
func (AccountProvider) ToMap ¶
func (o AccountProvider) ToMap() (map[string]interface{}, error)
func (*AccountProvider) UnmarshalJSON ¶
func (o *AccountProvider) UnmarshalJSON(data []byte) (err error)
type AdminAPI ¶
type AdminAPI interface {
/*
AdminCanCleanupImage Check if an image can be cleaned up
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminCanCleanupImageRequest
*/
AdminCanCleanupImage(ctx context.Context) AdminAPIAdminCanCleanupImageRequest
// AdminCanCleanupImageExecute executes the request
// @return bool
AdminCanCleanupImageExecute(r AdminAPIAdminCanCleanupImageRequest) (bool, *http.Response, error)
/*
AdminCreateOrganization Create organization for user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminCreateOrganizationRequest
*/
AdminCreateOrganization(ctx context.Context) AdminAPIAdminCreateOrganizationRequest
// AdminCreateOrganizationExecute executes the request
// @return Organization
AdminCreateOrganizationExecute(r AdminAPIAdminCreateOrganizationRequest) (*Organization, *http.Response, error)
/*
AdminCreateOrganizationRegionQuota Create organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param regionId ID of the region the new quota applies to
@return AdminAPIAdminCreateOrganizationRegionQuotaRequest
*/
AdminCreateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) AdminAPIAdminCreateOrganizationRegionQuotaRequest
// AdminCreateOrganizationRegionQuotaExecute executes the request
// @return RegionQuota
AdminCreateOrganizationRegionQuotaExecute(r AdminAPIAdminCreateOrganizationRegionQuotaRequest) (*RegionQuota, *http.Response, error)
/*
AdminCreateRunner Create runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminCreateRunnerRequest
*/
AdminCreateRunner(ctx context.Context) AdminAPIAdminCreateRunnerRequest
// AdminCreateRunnerExecute executes the request
// @return CreateRunnerResponse
AdminCreateRunnerExecute(r AdminAPIAdminCreateRunnerRequest) (*CreateRunnerResponse, *http.Response, error)
/*
AdminCreateUser Create user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminCreateUserRequest
*/
AdminCreateUser(ctx context.Context) AdminAPIAdminCreateUserRequest
// AdminCreateUserExecute executes the request
AdminCreateUserExecute(r AdminAPIAdminCreateUserRequest) (*http.Response, error)
/*
AdminDeleteOrganizationRegionQuota Delete organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param regionId Region ID
@param sandboxClass Sandbox class
@return AdminAPIAdminDeleteOrganizationRegionQuotaRequest
*/
AdminDeleteOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string, sandboxClass SandboxClass) AdminAPIAdminDeleteOrganizationRegionQuotaRequest
// AdminDeleteOrganizationRegionQuotaExecute executes the request
AdminDeleteOrganizationRegionQuotaExecute(r AdminAPIAdminDeleteOrganizationRegionQuotaRequest) (*http.Response, error)
/*
AdminDeleteRunner Delete runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return AdminAPIAdminDeleteRunnerRequest
*/
AdminDeleteRunner(ctx context.Context, id string) AdminAPIAdminDeleteRunnerRequest
// AdminDeleteRunnerExecute executes the request
AdminDeleteRunnerExecute(r AdminAPIAdminDeleteRunnerRequest) (*http.Response, error)
/*
AdminGetAllAuditLogs Get all audit logs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminGetAllAuditLogsRequest
*/
AdminGetAllAuditLogs(ctx context.Context) AdminAPIAdminGetAllAuditLogsRequest
// AdminGetAllAuditLogsExecute executes the request
// @return PaginatedAuditLogs
AdminGetAllAuditLogsExecute(r AdminAPIAdminGetAllAuditLogsRequest) (*PaginatedAuditLogs, *http.Response, error)
/*
AdminGetMessageAttempts Get delivery attempts for a webhook message
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId
@param messageId
@return AdminAPIAdminGetMessageAttemptsRequest
*/
AdminGetMessageAttempts(ctx context.Context, organizationId string, messageId string) AdminAPIAdminGetMessageAttemptsRequest
// AdminGetMessageAttemptsExecute executes the request
// @return []map[string]interface{}
AdminGetMessageAttemptsExecute(r AdminAPIAdminGetMessageAttemptsRequest) ([]map[string]interface{}, *http.Response, error)
/*
AdminGetOrganizationRegionQuota Get organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param regionId Region ID
@param sandboxClass Sandbox class
@return AdminAPIAdminGetOrganizationRegionQuotaRequest
*/
AdminGetOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string, sandboxClass SandboxClass) AdminAPIAdminGetOrganizationRegionQuotaRequest
// AdminGetOrganizationRegionQuotaExecute executes the request
// @return RegionQuota
AdminGetOrganizationRegionQuotaExecute(r AdminAPIAdminGetOrganizationRegionQuotaRequest) (*RegionQuota, *http.Response, error)
/*
AdminGetRunnerById Get runner by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return AdminAPIAdminGetRunnerByIdRequest
*/
AdminGetRunnerById(ctx context.Context, id string) AdminAPIAdminGetRunnerByIdRequest
// AdminGetRunnerByIdExecute executes the request
// @return RunnerFull
AdminGetRunnerByIdExecute(r AdminAPIAdminGetRunnerByIdRequest) (*RunnerFull, *http.Response, error)
/*
AdminGetUser Get user by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return AdminAPIAdminGetUserRequest
*/
AdminGetUser(ctx context.Context, id string) AdminAPIAdminGetUserRequest
// AdminGetUserExecute executes the request
// @return User
AdminGetUserExecute(r AdminAPIAdminGetUserRequest) (*User, *http.Response, error)
/*
AdminGetWebhookStatus Get webhook service status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminGetWebhookStatusRequest
*/
AdminGetWebhookStatus(ctx context.Context) AdminAPIAdminGetWebhookStatusRequest
// AdminGetWebhookStatusExecute executes the request
// @return AdminGetWebhookStatus200Response
AdminGetWebhookStatusExecute(r AdminAPIAdminGetWebhookStatusRequest) (*AdminGetWebhookStatus200Response, *http.Response, error)
/*
AdminInitializeWebhooks Initialize webhooks for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId
@return AdminAPIAdminInitializeWebhooksRequest
*/
AdminInitializeWebhooks(ctx context.Context, organizationId string) AdminAPIAdminInitializeWebhooksRequest
// AdminInitializeWebhooksExecute executes the request
AdminInitializeWebhooksExecute(r AdminAPIAdminInitializeWebhooksRequest) (*http.Response, error)
/*
AdminListRunners List all runners
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminListRunnersRequest
*/
AdminListRunners(ctx context.Context) AdminAPIAdminListRunnersRequest
// AdminListRunnersExecute executes the request
// @return []RunnerFull
AdminListRunnersExecute(r AdminAPIAdminListRunnersRequest) ([]RunnerFull, *http.Response, error)
/*
AdminListUsers List all users
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AdminAPIAdminListUsersRequest
*/
AdminListUsers(ctx context.Context) AdminAPIAdminListUsersRequest
// AdminListUsersExecute executes the request
AdminListUsersExecute(r AdminAPIAdminListUsersRequest) (*http.Response, error)
/*
AdminRecoverSandbox Recover sandbox from error state as an admin
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return AdminAPIAdminRecoverSandboxRequest
*/
AdminRecoverSandbox(ctx context.Context, sandboxId string) AdminAPIAdminRecoverSandboxRequest
// AdminRecoverSandboxExecute executes the request
// @return Sandbox
AdminRecoverSandboxExecute(r AdminAPIAdminRecoverSandboxRequest) (*Sandbox, *http.Response, error)
/*
AdminRegenerateKeyPair Regenerate user key pair
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return AdminAPIAdminRegenerateKeyPairRequest
*/
AdminRegenerateKeyPair(ctx context.Context, id string) AdminAPIAdminRegenerateKeyPairRequest
// AdminRegenerateKeyPairExecute executes the request
AdminRegenerateKeyPairExecute(r AdminAPIAdminRegenerateKeyPairRequest) (*http.Response, error)
/*
AdminSendWebhook Send a webhook message to an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId
@return AdminAPIAdminSendWebhookRequest
*/
AdminSendWebhook(ctx context.Context, organizationId string) AdminAPIAdminSendWebhookRequest
// AdminSendWebhookExecute executes the request
AdminSendWebhookExecute(r AdminAPIAdminSendWebhookRequest) (*http.Response, error)
/*
AdminSetDefaultRegistry Set default registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the docker registry
@return AdminAPIAdminSetDefaultRegistryRequest
*/
AdminSetDefaultRegistry(ctx context.Context, id string) AdminAPIAdminSetDefaultRegistryRequest
// AdminSetDefaultRegistryExecute executes the request
// @return DockerRegistry
AdminSetDefaultRegistryExecute(r AdminAPIAdminSetDefaultRegistryRequest) (*DockerRegistry, *http.Response, error)
/*
AdminSetSnapshotGeneralStatus Set snapshot general status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID
@return AdminAPIAdminSetSnapshotGeneralStatusRequest
*/
AdminSetSnapshotGeneralStatus(ctx context.Context, id string) AdminAPIAdminSetSnapshotGeneralStatusRequest
// AdminSetSnapshotGeneralStatusExecute executes the request
// @return SnapshotDto
AdminSetSnapshotGeneralStatusExecute(r AdminAPIAdminSetSnapshotGeneralStatusRequest) (*SnapshotDto, *http.Response, error)
/*
AdminUpdateOrganizationPreviewWarning Update organization preview warning
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return AdminAPIAdminUpdateOrganizationPreviewWarningRequest
*/
AdminUpdateOrganizationPreviewWarning(ctx context.Context, organizationId string) AdminAPIAdminUpdateOrganizationPreviewWarningRequest
// AdminUpdateOrganizationPreviewWarningExecute executes the request
AdminUpdateOrganizationPreviewWarningExecute(r AdminAPIAdminUpdateOrganizationPreviewWarningRequest) (*http.Response, error)
/*
AdminUpdateOrganizationRegionQuota Update organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param regionId Region ID
@return AdminAPIAdminUpdateOrganizationRegionQuotaRequest
*/
AdminUpdateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) AdminAPIAdminUpdateOrganizationRegionQuotaRequest
// AdminUpdateOrganizationRegionQuotaExecute executes the request
AdminUpdateOrganizationRegionQuotaExecute(r AdminAPIAdminUpdateOrganizationRegionQuotaRequest) (*http.Response, error)
/*
AdminUpdateRunnerScheduling Update runner scheduling status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return AdminAPIAdminUpdateRunnerSchedulingRequest
*/
AdminUpdateRunnerScheduling(ctx context.Context, id string) AdminAPIAdminUpdateRunnerSchedulingRequest
// AdminUpdateRunnerSchedulingExecute executes the request
AdminUpdateRunnerSchedulingExecute(r AdminAPIAdminUpdateRunnerSchedulingRequest) (*http.Response, error)
}
type AdminAPIAdminCanCleanupImageRequest ¶
type AdminAPIAdminCanCleanupImageRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminCanCleanupImageRequest) Execute ¶
func (r AdminAPIAdminCanCleanupImageRequest) Execute() (bool, *http.Response, error)
func (AdminAPIAdminCanCleanupImageRequest) ImageName ¶
func (r AdminAPIAdminCanCleanupImageRequest) ImageName(imageName string) AdminAPIAdminCanCleanupImageRequest
Image name with tag to check
type AdminAPIAdminCreateOrganizationRegionQuotaRequest ¶
type AdminAPIAdminCreateOrganizationRegionQuotaRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminCreateOrganizationRegionQuotaRequest) CreateOrganizationRegionQuota ¶
func (r AdminAPIAdminCreateOrganizationRegionQuotaRequest) CreateOrganizationRegionQuota(createOrganizationRegionQuota CreateOrganizationRegionQuota) AdminAPIAdminCreateOrganizationRegionQuotaRequest
func (AdminAPIAdminCreateOrganizationRegionQuotaRequest) Execute ¶
func (r AdminAPIAdminCreateOrganizationRegionQuotaRequest) Execute() (*RegionQuota, *http.Response, error)
type AdminAPIAdminCreateOrganizationRequest ¶ added in v0.194.0
type AdminAPIAdminCreateOrganizationRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminCreateOrganizationRequest) AdminCreateOrganization ¶ added in v0.194.0
func (r AdminAPIAdminCreateOrganizationRequest) AdminCreateOrganization(adminCreateOrganization AdminCreateOrganization) AdminAPIAdminCreateOrganizationRequest
func (AdminAPIAdminCreateOrganizationRequest) Execute ¶ added in v0.194.0
func (r AdminAPIAdminCreateOrganizationRequest) Execute() (*Organization, *http.Response, error)
type AdminAPIAdminCreateRunnerRequest ¶
type AdminAPIAdminCreateRunnerRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminCreateRunnerRequest) AdminCreateRunner ¶
func (r AdminAPIAdminCreateRunnerRequest) AdminCreateRunner(adminCreateRunner AdminCreateRunner) AdminAPIAdminCreateRunnerRequest
func (AdminAPIAdminCreateRunnerRequest) Execute ¶
func (r AdminAPIAdminCreateRunnerRequest) Execute() (*CreateRunnerResponse, *http.Response, error)
type AdminAPIAdminCreateUserRequest ¶
type AdminAPIAdminCreateUserRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminCreateUserRequest) CreateUser ¶
func (r AdminAPIAdminCreateUserRequest) CreateUser(createUser CreateUser) AdminAPIAdminCreateUserRequest
type AdminAPIAdminDeleteOrganizationRegionQuotaRequest ¶
type AdminAPIAdminDeleteOrganizationRegionQuotaRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminDeleteRunnerRequest ¶
type AdminAPIAdminDeleteRunnerRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminGetAllAuditLogsRequest ¶
type AdminAPIAdminGetAllAuditLogsRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminGetAllAuditLogsRequest) Action ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) Action(action StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by action.
func (AdminAPIAdminGetAllAuditLogsRequest) ActorApiKeyPrefix ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) ActorApiKeyPrefix(actorApiKeyPrefix StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by actor API key prefix.
func (AdminAPIAdminGetAllAuditLogsRequest) ActorApiKeySuffix ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) ActorApiKeySuffix(actorApiKeySuffix StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by actor API key suffix.
func (AdminAPIAdminGetAllAuditLogsRequest) ActorEmail ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) ActorEmail(actorEmail StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by actor email.
func (AdminAPIAdminGetAllAuditLogsRequest) ActorId ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) ActorId(actorId StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by actor user ID.
func (AdminAPIAdminGetAllAuditLogsRequest) CreatedAt ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) CreatedAt(createdAt DateFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by creation timestamp.
func (AdminAPIAdminGetAllAuditLogsRequest) Execute ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) Execute() (*PaginatedAuditLogs, *http.Response, error)
func (AdminAPIAdminGetAllAuditLogsRequest) From ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) From(from time.Time) AdminAPIAdminGetAllAuditLogsRequest
Deprecated alias for `createdAt[gte]`. From date (ISO 8601 format). Deprecated
func (AdminAPIAdminGetAllAuditLogsRequest) Id ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) Id(id StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by audit log ID.
func (AdminAPIAdminGetAllAuditLogsRequest) Limit ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) Limit(limit float32) AdminAPIAdminGetAllAuditLogsRequest
Number of results per page
func (AdminAPIAdminGetAllAuditLogsRequest) NextToken ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) NextToken(nextToken string) AdminAPIAdminGetAllAuditLogsRequest
Token for cursor-based pagination. When provided, takes precedence over page parameter.
func (AdminAPIAdminGetAllAuditLogsRequest) Page ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) Page(page float32) AdminAPIAdminGetAllAuditLogsRequest
Page number of the results
func (AdminAPIAdminGetAllAuditLogsRequest) StatusCode ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) StatusCode(statusCode IntFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by HTTP status code.
func (AdminAPIAdminGetAllAuditLogsRequest) TargetId ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) TargetId(targetId StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by target ID.
func (AdminAPIAdminGetAllAuditLogsRequest) TargetType ¶
func (r AdminAPIAdminGetAllAuditLogsRequest) TargetType(targetType StringFilter) AdminAPIAdminGetAllAuditLogsRequest
Filter by target type.
type AdminAPIAdminGetMessageAttemptsRequest ¶
type AdminAPIAdminGetMessageAttemptsRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminGetOrganizationRegionQuotaRequest ¶
type AdminAPIAdminGetOrganizationRegionQuotaRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminGetOrganizationRegionQuotaRequest) Execute ¶
func (r AdminAPIAdminGetOrganizationRegionQuotaRequest) Execute() (*RegionQuota, *http.Response, error)
type AdminAPIAdminGetRunnerByIdRequest ¶
type AdminAPIAdminGetRunnerByIdRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminGetRunnerByIdRequest) Execute ¶
func (r AdminAPIAdminGetRunnerByIdRequest) Execute() (*RunnerFull, *http.Response, error)
type AdminAPIAdminGetUserRequest ¶
type AdminAPIAdminGetUserRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminGetWebhookStatusRequest ¶
type AdminAPIAdminGetWebhookStatusRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminGetWebhookStatusRequest) Execute ¶
func (r AdminAPIAdminGetWebhookStatusRequest) Execute() (*AdminGetWebhookStatus200Response, *http.Response, error)
type AdminAPIAdminInitializeWebhooksRequest ¶
type AdminAPIAdminInitializeWebhooksRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminListRunnersRequest ¶
type AdminAPIAdminListRunnersRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminListRunnersRequest) Execute ¶
func (r AdminAPIAdminListRunnersRequest) Execute() ([]RunnerFull, *http.Response, error)
func (AdminAPIAdminListRunnersRequest) RegionId ¶
func (r AdminAPIAdminListRunnersRequest) RegionId(regionId string) AdminAPIAdminListRunnersRequest
Filter runners by region ID
type AdminAPIAdminListUsersRequest ¶
type AdminAPIAdminListUsersRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminRecoverSandboxRequest ¶
type AdminAPIAdminRecoverSandboxRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminRegenerateKeyPairRequest ¶
type AdminAPIAdminRegenerateKeyPairRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIAdminSendWebhookRequest ¶
type AdminAPIAdminSendWebhookRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminSendWebhookRequest) Execute ¶
func (r AdminAPIAdminSendWebhookRequest) Execute() (*http.Response, error)
func (AdminAPIAdminSendWebhookRequest) SendWebhookDto ¶
func (r AdminAPIAdminSendWebhookRequest) SendWebhookDto(sendWebhookDto SendWebhookDto) AdminAPIAdminSendWebhookRequest
type AdminAPIAdminSetDefaultRegistryRequest ¶
type AdminAPIAdminSetDefaultRegistryRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminSetDefaultRegistryRequest) Execute ¶
func (r AdminAPIAdminSetDefaultRegistryRequest) Execute() (*DockerRegistry, *http.Response, error)
type AdminAPIAdminSetSnapshotGeneralStatusRequest ¶
type AdminAPIAdminSetSnapshotGeneralStatusRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminSetSnapshotGeneralStatusRequest) Execute ¶
func (r AdminAPIAdminSetSnapshotGeneralStatusRequest) Execute() (*SnapshotDto, *http.Response, error)
func (AdminAPIAdminSetSnapshotGeneralStatusRequest) SetSnapshotGeneralStatusDto ¶
func (r AdminAPIAdminSetSnapshotGeneralStatusRequest) SetSnapshotGeneralStatusDto(setSnapshotGeneralStatusDto SetSnapshotGeneralStatusDto) AdminAPIAdminSetSnapshotGeneralStatusRequest
type AdminAPIAdminUpdateOrganizationPreviewWarningRequest ¶ added in v0.197.0
type AdminAPIAdminUpdateOrganizationPreviewWarningRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminUpdateOrganizationPreviewWarningRequest) Execute ¶ added in v0.197.0
func (r AdminAPIAdminUpdateOrganizationPreviewWarningRequest) Execute() (*http.Response, error)
func (AdminAPIAdminUpdateOrganizationPreviewWarningRequest) OrganizationPreviewWarning ¶ added in v0.197.0
func (r AdminAPIAdminUpdateOrganizationPreviewWarningRequest) OrganizationPreviewWarning(organizationPreviewWarning OrganizationPreviewWarning) AdminAPIAdminUpdateOrganizationPreviewWarningRequest
type AdminAPIAdminUpdateOrganizationRegionQuotaRequest ¶
type AdminAPIAdminUpdateOrganizationRegionQuotaRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
func (AdminAPIAdminUpdateOrganizationRegionQuotaRequest) Execute ¶
func (r AdminAPIAdminUpdateOrganizationRegionQuotaRequest) Execute() (*http.Response, error)
func (AdminAPIAdminUpdateOrganizationRegionQuotaRequest) UpdateOrganizationRegionQuota ¶
func (r AdminAPIAdminUpdateOrganizationRegionQuotaRequest) UpdateOrganizationRegionQuota(updateOrganizationRegionQuota UpdateOrganizationRegionQuota) AdminAPIAdminUpdateOrganizationRegionQuotaRequest
type AdminAPIAdminUpdateRunnerSchedulingRequest ¶
type AdminAPIAdminUpdateRunnerSchedulingRequest struct {
ApiService AdminAPI
// contains filtered or unexported fields
}
type AdminAPIService ¶
type AdminAPIService service
AdminAPIService AdminAPI service
func (*AdminAPIService) AdminCanCleanupImage ¶
func (a *AdminAPIService) AdminCanCleanupImage(ctx context.Context) AdminAPIAdminCanCleanupImageRequest
AdminCanCleanupImage Check if an image can be cleaned up
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminCanCleanupImageRequest
func (*AdminAPIService) AdminCanCleanupImageExecute ¶
func (a *AdminAPIService) AdminCanCleanupImageExecute(r AdminAPIAdminCanCleanupImageRequest) (bool, *http.Response, error)
Execute executes the request
@return bool
func (*AdminAPIService) AdminCreateOrganization ¶ added in v0.194.0
func (a *AdminAPIService) AdminCreateOrganization(ctx context.Context) AdminAPIAdminCreateOrganizationRequest
AdminCreateOrganization Create organization for user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminCreateOrganizationRequest
func (*AdminAPIService) AdminCreateOrganizationExecute ¶ added in v0.194.0
func (a *AdminAPIService) AdminCreateOrganizationExecute(r AdminAPIAdminCreateOrganizationRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
func (*AdminAPIService) AdminCreateOrganizationRegionQuota ¶
func (a *AdminAPIService) AdminCreateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) AdminAPIAdminCreateOrganizationRegionQuotaRequest
AdminCreateOrganizationRegionQuota Create organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param regionId ID of the region the new quota applies to @return AdminAPIAdminCreateOrganizationRegionQuotaRequest
func (*AdminAPIService) AdminCreateOrganizationRegionQuotaExecute ¶
func (a *AdminAPIService) AdminCreateOrganizationRegionQuotaExecute(r AdminAPIAdminCreateOrganizationRegionQuotaRequest) (*RegionQuota, *http.Response, error)
Execute executes the request
@return RegionQuota
func (*AdminAPIService) AdminCreateRunner ¶
func (a *AdminAPIService) AdminCreateRunner(ctx context.Context) AdminAPIAdminCreateRunnerRequest
AdminCreateRunner Create runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminCreateRunnerRequest
func (*AdminAPIService) AdminCreateRunnerExecute ¶
func (a *AdminAPIService) AdminCreateRunnerExecute(r AdminAPIAdminCreateRunnerRequest) (*CreateRunnerResponse, *http.Response, error)
Execute executes the request
@return CreateRunnerResponse
func (*AdminAPIService) AdminCreateUser ¶
func (a *AdminAPIService) AdminCreateUser(ctx context.Context) AdminAPIAdminCreateUserRequest
AdminCreateUser Create user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminCreateUserRequest
func (*AdminAPIService) AdminCreateUserExecute ¶
func (a *AdminAPIService) AdminCreateUserExecute(r AdminAPIAdminCreateUserRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminDeleteOrganizationRegionQuota ¶
func (a *AdminAPIService) AdminDeleteOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string, sandboxClass SandboxClass) AdminAPIAdminDeleteOrganizationRegionQuotaRequest
AdminDeleteOrganizationRegionQuota Delete organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param regionId Region ID @param sandboxClass Sandbox class @return AdminAPIAdminDeleteOrganizationRegionQuotaRequest
func (*AdminAPIService) AdminDeleteOrganizationRegionQuotaExecute ¶
func (a *AdminAPIService) AdminDeleteOrganizationRegionQuotaExecute(r AdminAPIAdminDeleteOrganizationRegionQuotaRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminDeleteRunner ¶
func (a *AdminAPIService) AdminDeleteRunner(ctx context.Context, id string) AdminAPIAdminDeleteRunnerRequest
AdminDeleteRunner Delete runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return AdminAPIAdminDeleteRunnerRequest
func (*AdminAPIService) AdminDeleteRunnerExecute ¶
func (a *AdminAPIService) AdminDeleteRunnerExecute(r AdminAPIAdminDeleteRunnerRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminGetAllAuditLogs ¶
func (a *AdminAPIService) AdminGetAllAuditLogs(ctx context.Context) AdminAPIAdminGetAllAuditLogsRequest
AdminGetAllAuditLogs Get all audit logs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminGetAllAuditLogsRequest
func (*AdminAPIService) AdminGetAllAuditLogsExecute ¶
func (a *AdminAPIService) AdminGetAllAuditLogsExecute(r AdminAPIAdminGetAllAuditLogsRequest) (*PaginatedAuditLogs, *http.Response, error)
Execute executes the request
@return PaginatedAuditLogs
func (*AdminAPIService) AdminGetMessageAttempts ¶
func (a *AdminAPIService) AdminGetMessageAttempts(ctx context.Context, organizationId string, messageId string) AdminAPIAdminGetMessageAttemptsRequest
AdminGetMessageAttempts Get delivery attempts for a webhook message
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @param messageId @return AdminAPIAdminGetMessageAttemptsRequest
func (*AdminAPIService) AdminGetMessageAttemptsExecute ¶
func (a *AdminAPIService) AdminGetMessageAttemptsExecute(r AdminAPIAdminGetMessageAttemptsRequest) ([]map[string]interface{}, *http.Response, error)
Execute executes the request
@return []map[string]interface{}
func (*AdminAPIService) AdminGetOrganizationRegionQuota ¶
func (a *AdminAPIService) AdminGetOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string, sandboxClass SandboxClass) AdminAPIAdminGetOrganizationRegionQuotaRequest
AdminGetOrganizationRegionQuota Get organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param regionId Region ID @param sandboxClass Sandbox class @return AdminAPIAdminGetOrganizationRegionQuotaRequest
func (*AdminAPIService) AdminGetOrganizationRegionQuotaExecute ¶
func (a *AdminAPIService) AdminGetOrganizationRegionQuotaExecute(r AdminAPIAdminGetOrganizationRegionQuotaRequest) (*RegionQuota, *http.Response, error)
Execute executes the request
@return RegionQuota
func (*AdminAPIService) AdminGetRunnerById ¶
func (a *AdminAPIService) AdminGetRunnerById(ctx context.Context, id string) AdminAPIAdminGetRunnerByIdRequest
AdminGetRunnerById Get runner by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return AdminAPIAdminGetRunnerByIdRequest
func (*AdminAPIService) AdminGetRunnerByIdExecute ¶
func (a *AdminAPIService) AdminGetRunnerByIdExecute(r AdminAPIAdminGetRunnerByIdRequest) (*RunnerFull, *http.Response, error)
Execute executes the request
@return RunnerFull
func (*AdminAPIService) AdminGetUser ¶
func (a *AdminAPIService) AdminGetUser(ctx context.Context, id string) AdminAPIAdminGetUserRequest
AdminGetUser Get user by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return AdminAPIAdminGetUserRequest
func (*AdminAPIService) AdminGetUserExecute ¶
func (a *AdminAPIService) AdminGetUserExecute(r AdminAPIAdminGetUserRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*AdminAPIService) AdminGetWebhookStatus ¶
func (a *AdminAPIService) AdminGetWebhookStatus(ctx context.Context) AdminAPIAdminGetWebhookStatusRequest
AdminGetWebhookStatus Get webhook service status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminGetWebhookStatusRequest
func (*AdminAPIService) AdminGetWebhookStatusExecute ¶
func (a *AdminAPIService) AdminGetWebhookStatusExecute(r AdminAPIAdminGetWebhookStatusRequest) (*AdminGetWebhookStatus200Response, *http.Response, error)
Execute executes the request
@return AdminGetWebhookStatus200Response
func (*AdminAPIService) AdminInitializeWebhooks ¶
func (a *AdminAPIService) AdminInitializeWebhooks(ctx context.Context, organizationId string) AdminAPIAdminInitializeWebhooksRequest
AdminInitializeWebhooks Initialize webhooks for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return AdminAPIAdminInitializeWebhooksRequest
func (*AdminAPIService) AdminInitializeWebhooksExecute ¶
func (a *AdminAPIService) AdminInitializeWebhooksExecute(r AdminAPIAdminInitializeWebhooksRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminListRunners ¶
func (a *AdminAPIService) AdminListRunners(ctx context.Context) AdminAPIAdminListRunnersRequest
AdminListRunners List all runners
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminListRunnersRequest
func (*AdminAPIService) AdminListRunnersExecute ¶
func (a *AdminAPIService) AdminListRunnersExecute(r AdminAPIAdminListRunnersRequest) ([]RunnerFull, *http.Response, error)
Execute executes the request
@return []RunnerFull
func (*AdminAPIService) AdminListUsers ¶
func (a *AdminAPIService) AdminListUsers(ctx context.Context) AdminAPIAdminListUsersRequest
AdminListUsers List all users
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AdminAPIAdminListUsersRequest
func (*AdminAPIService) AdminListUsersExecute ¶
func (a *AdminAPIService) AdminListUsersExecute(r AdminAPIAdminListUsersRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminRecoverSandbox ¶
func (a *AdminAPIService) AdminRecoverSandbox(ctx context.Context, sandboxId string) AdminAPIAdminRecoverSandboxRequest
AdminRecoverSandbox Recover sandbox from error state as an admin
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return AdminAPIAdminRecoverSandboxRequest
func (*AdminAPIService) AdminRecoverSandboxExecute ¶
func (a *AdminAPIService) AdminRecoverSandboxExecute(r AdminAPIAdminRecoverSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*AdminAPIService) AdminRegenerateKeyPair ¶
func (a *AdminAPIService) AdminRegenerateKeyPair(ctx context.Context, id string) AdminAPIAdminRegenerateKeyPairRequest
AdminRegenerateKeyPair Regenerate user key pair
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return AdminAPIAdminRegenerateKeyPairRequest
func (*AdminAPIService) AdminRegenerateKeyPairExecute ¶
func (a *AdminAPIService) AdminRegenerateKeyPairExecute(r AdminAPIAdminRegenerateKeyPairRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminSendWebhook ¶
func (a *AdminAPIService) AdminSendWebhook(ctx context.Context, organizationId string) AdminAPIAdminSendWebhookRequest
AdminSendWebhook Send a webhook message to an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return AdminAPIAdminSendWebhookRequest
func (*AdminAPIService) AdminSendWebhookExecute ¶
func (a *AdminAPIService) AdminSendWebhookExecute(r AdminAPIAdminSendWebhookRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminSetDefaultRegistry ¶
func (a *AdminAPIService) AdminSetDefaultRegistry(ctx context.Context, id string) AdminAPIAdminSetDefaultRegistryRequest
AdminSetDefaultRegistry Set default registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID of the docker registry @return AdminAPIAdminSetDefaultRegistryRequest
func (*AdminAPIService) AdminSetDefaultRegistryExecute ¶
func (a *AdminAPIService) AdminSetDefaultRegistryExecute(r AdminAPIAdminSetDefaultRegistryRequest) (*DockerRegistry, *http.Response, error)
Execute executes the request
@return DockerRegistry
func (*AdminAPIService) AdminSetSnapshotGeneralStatus ¶
func (a *AdminAPIService) AdminSetSnapshotGeneralStatus(ctx context.Context, id string) AdminAPIAdminSetSnapshotGeneralStatusRequest
AdminSetSnapshotGeneralStatus Set snapshot general status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID @return AdminAPIAdminSetSnapshotGeneralStatusRequest
func (*AdminAPIService) AdminSetSnapshotGeneralStatusExecute ¶
func (a *AdminAPIService) AdminSetSnapshotGeneralStatusExecute(r AdminAPIAdminSetSnapshotGeneralStatusRequest) (*SnapshotDto, *http.Response, error)
Execute executes the request
@return SnapshotDto
func (*AdminAPIService) AdminUpdateOrganizationPreviewWarning ¶ added in v0.197.0
func (a *AdminAPIService) AdminUpdateOrganizationPreviewWarning(ctx context.Context, organizationId string) AdminAPIAdminUpdateOrganizationPreviewWarningRequest
AdminUpdateOrganizationPreviewWarning Update organization preview warning
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return AdminAPIAdminUpdateOrganizationPreviewWarningRequest
func (*AdminAPIService) AdminUpdateOrganizationPreviewWarningExecute ¶ added in v0.197.0
func (a *AdminAPIService) AdminUpdateOrganizationPreviewWarningExecute(r AdminAPIAdminUpdateOrganizationPreviewWarningRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminUpdateOrganizationRegionQuota ¶
func (a *AdminAPIService) AdminUpdateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) AdminAPIAdminUpdateOrganizationRegionQuotaRequest
AdminUpdateOrganizationRegionQuota Update organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param regionId Region ID @return AdminAPIAdminUpdateOrganizationRegionQuotaRequest
func (*AdminAPIService) AdminUpdateOrganizationRegionQuotaExecute ¶
func (a *AdminAPIService) AdminUpdateOrganizationRegionQuotaExecute(r AdminAPIAdminUpdateOrganizationRegionQuotaRequest) (*http.Response, error)
Execute executes the request
func (*AdminAPIService) AdminUpdateRunnerScheduling ¶
func (a *AdminAPIService) AdminUpdateRunnerScheduling(ctx context.Context, id string) AdminAPIAdminUpdateRunnerSchedulingRequest
AdminUpdateRunnerScheduling Update runner scheduling status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return AdminAPIAdminUpdateRunnerSchedulingRequest
func (*AdminAPIService) AdminUpdateRunnerSchedulingExecute ¶
func (a *AdminAPIService) AdminUpdateRunnerSchedulingExecute(r AdminAPIAdminUpdateRunnerSchedulingRequest) (*http.Response, error)
Execute executes the request
type AdminCreateOrganization ¶ added in v0.194.0
type AdminCreateOrganization struct {
// The ID of the user the organization will be created for
UserId string `json:"userId"`
// The name of organization
Name string `json:"name"`
// The ID of the default region for the organization
DefaultRegionId string `json:"defaultRegionId"`
AdditionalProperties map[string]interface{}
}
AdminCreateOrganization struct for AdminCreateOrganization
func NewAdminCreateOrganization ¶ added in v0.194.0
func NewAdminCreateOrganization(userId string, name string, defaultRegionId string) *AdminCreateOrganization
NewAdminCreateOrganization instantiates a new AdminCreateOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdminCreateOrganizationWithDefaults ¶ added in v0.194.0
func NewAdminCreateOrganizationWithDefaults() *AdminCreateOrganization
NewAdminCreateOrganizationWithDefaults instantiates a new AdminCreateOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdminCreateOrganization) GetDefaultRegionId ¶ added in v0.194.0
func (o *AdminCreateOrganization) GetDefaultRegionId() string
GetDefaultRegionId returns the DefaultRegionId field value
func (*AdminCreateOrganization) GetDefaultRegionIdOk ¶ added in v0.194.0
func (o *AdminCreateOrganization) GetDefaultRegionIdOk() (*string, bool)
GetDefaultRegionIdOk returns a tuple with the DefaultRegionId field value and a boolean to check if the value has been set.
func (*AdminCreateOrganization) GetName ¶ added in v0.194.0
func (o *AdminCreateOrganization) GetName() string
GetName returns the Name field value
func (*AdminCreateOrganization) GetNameOk ¶ added in v0.194.0
func (o *AdminCreateOrganization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AdminCreateOrganization) GetUserId ¶ added in v0.194.0
func (o *AdminCreateOrganization) GetUserId() string
GetUserId returns the UserId field value
func (*AdminCreateOrganization) GetUserIdOk ¶ added in v0.194.0
func (o *AdminCreateOrganization) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (AdminCreateOrganization) MarshalJSON ¶ added in v0.194.0
func (o AdminCreateOrganization) MarshalJSON() ([]byte, error)
func (*AdminCreateOrganization) SetDefaultRegionId ¶ added in v0.194.0
func (o *AdminCreateOrganization) SetDefaultRegionId(v string)
SetDefaultRegionId sets field value
func (*AdminCreateOrganization) SetName ¶ added in v0.194.0
func (o *AdminCreateOrganization) SetName(v string)
SetName sets field value
func (*AdminCreateOrganization) SetUserId ¶ added in v0.194.0
func (o *AdminCreateOrganization) SetUserId(v string)
SetUserId sets field value
func (AdminCreateOrganization) ToMap ¶ added in v0.194.0
func (o AdminCreateOrganization) ToMap() (map[string]interface{}, error)
func (*AdminCreateOrganization) UnmarshalJSON ¶ added in v0.194.0
func (o *AdminCreateOrganization) UnmarshalJSON(data []byte) (err error)
type AdminCreateRunner ¶
type AdminCreateRunner struct {
RegionId string `json:"regionId"`
Name string `json:"name"`
// Tags to associate with the runner
Tags []string `json:"tags,omitempty"`
ApiKey string `json:"apiKey"`
// The api version of the runner to create
ApiVersion string `json:"apiVersion" validate:"regexp=^(0|2)$"`
// The domain of the runner
Domain *string `json:"domain,omitempty"`
// The API URL of the runner
ApiUrl *string `json:"apiUrl,omitempty"`
// The proxy URL of the runner
ProxyUrl *string `json:"proxyUrl,omitempty"`
// The CPU capacity of the runner
Cpu *float32 `json:"cpu,omitempty"`
// The memory capacity of the runner in GiB
MemoryGiB *float32 `json:"memoryGiB,omitempty"`
// The disk capacity of the runner in GiB
DiskGiB *float32 `json:"diskGiB,omitempty"`
AdditionalProperties map[string]interface{}
}
AdminCreateRunner struct for AdminCreateRunner
func NewAdminCreateRunner ¶
func NewAdminCreateRunner(regionId string, name string, apiKey string, apiVersion string) *AdminCreateRunner
NewAdminCreateRunner instantiates a new AdminCreateRunner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdminCreateRunnerWithDefaults ¶
func NewAdminCreateRunnerWithDefaults() *AdminCreateRunner
NewAdminCreateRunnerWithDefaults instantiates a new AdminCreateRunner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdminCreateRunner) GetApiKey ¶
func (o *AdminCreateRunner) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*AdminCreateRunner) GetApiKeyOk ¶
func (o *AdminCreateRunner) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetApiUrl ¶
func (o *AdminCreateRunner) GetApiUrl() string
GetApiUrl returns the ApiUrl field value if set, zero value otherwise.
func (*AdminCreateRunner) GetApiUrlOk ¶
func (o *AdminCreateRunner) GetApiUrlOk() (*string, bool)
GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetApiVersion ¶
func (o *AdminCreateRunner) GetApiVersion() string
GetApiVersion returns the ApiVersion field value
func (*AdminCreateRunner) GetApiVersionOk ¶
func (o *AdminCreateRunner) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetCpu ¶
func (o *AdminCreateRunner) GetCpu() float32
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*AdminCreateRunner) GetCpuOk ¶
func (o *AdminCreateRunner) GetCpuOk() (*float32, bool)
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetDiskGiB ¶
func (o *AdminCreateRunner) GetDiskGiB() float32
GetDiskGiB returns the DiskGiB field value if set, zero value otherwise.
func (*AdminCreateRunner) GetDiskGiBOk ¶
func (o *AdminCreateRunner) GetDiskGiBOk() (*float32, bool)
GetDiskGiBOk returns a tuple with the DiskGiB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetDomain ¶
func (o *AdminCreateRunner) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*AdminCreateRunner) GetDomainOk ¶
func (o *AdminCreateRunner) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetMemoryGiB ¶
func (o *AdminCreateRunner) GetMemoryGiB() float32
GetMemoryGiB returns the MemoryGiB field value if set, zero value otherwise.
func (*AdminCreateRunner) GetMemoryGiBOk ¶
func (o *AdminCreateRunner) GetMemoryGiBOk() (*float32, bool)
GetMemoryGiBOk returns a tuple with the MemoryGiB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetName ¶
func (o *AdminCreateRunner) GetName() string
GetName returns the Name field value
func (*AdminCreateRunner) GetNameOk ¶
func (o *AdminCreateRunner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetProxyUrl ¶
func (o *AdminCreateRunner) GetProxyUrl() string
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise.
func (*AdminCreateRunner) GetProxyUrlOk ¶
func (o *AdminCreateRunner) GetProxyUrlOk() (*string, bool)
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetRegionId ¶
func (o *AdminCreateRunner) GetRegionId() string
GetRegionId returns the RegionId field value
func (*AdminCreateRunner) GetRegionIdOk ¶
func (o *AdminCreateRunner) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value and a boolean to check if the value has been set.
func (*AdminCreateRunner) GetTags ¶
func (o *AdminCreateRunner) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*AdminCreateRunner) GetTagsOk ¶
func (o *AdminCreateRunner) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminCreateRunner) HasApiUrl ¶
func (o *AdminCreateRunner) HasApiUrl() bool
HasApiUrl returns a boolean if a field has been set.
func (*AdminCreateRunner) HasCpu ¶
func (o *AdminCreateRunner) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (*AdminCreateRunner) HasDiskGiB ¶
func (o *AdminCreateRunner) HasDiskGiB() bool
HasDiskGiB returns a boolean if a field has been set.
func (*AdminCreateRunner) HasDomain ¶
func (o *AdminCreateRunner) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*AdminCreateRunner) HasMemoryGiB ¶
func (o *AdminCreateRunner) HasMemoryGiB() bool
HasMemoryGiB returns a boolean if a field has been set.
func (*AdminCreateRunner) HasProxyUrl ¶
func (o *AdminCreateRunner) HasProxyUrl() bool
HasProxyUrl returns a boolean if a field has been set.
func (*AdminCreateRunner) HasTags ¶
func (o *AdminCreateRunner) HasTags() bool
HasTags returns a boolean if a field has been set.
func (AdminCreateRunner) MarshalJSON ¶
func (o AdminCreateRunner) MarshalJSON() ([]byte, error)
func (*AdminCreateRunner) SetApiKey ¶
func (o *AdminCreateRunner) SetApiKey(v string)
SetApiKey sets field value
func (*AdminCreateRunner) SetApiUrl ¶
func (o *AdminCreateRunner) SetApiUrl(v string)
SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.
func (*AdminCreateRunner) SetApiVersion ¶
func (o *AdminCreateRunner) SetApiVersion(v string)
SetApiVersion sets field value
func (*AdminCreateRunner) SetCpu ¶
func (o *AdminCreateRunner) SetCpu(v float32)
SetCpu gets a reference to the given float32 and assigns it to the Cpu field.
func (*AdminCreateRunner) SetDiskGiB ¶
func (o *AdminCreateRunner) SetDiskGiB(v float32)
SetDiskGiB gets a reference to the given float32 and assigns it to the DiskGiB field.
func (*AdminCreateRunner) SetDomain ¶
func (o *AdminCreateRunner) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*AdminCreateRunner) SetMemoryGiB ¶
func (o *AdminCreateRunner) SetMemoryGiB(v float32)
SetMemoryGiB gets a reference to the given float32 and assigns it to the MemoryGiB field.
func (*AdminCreateRunner) SetName ¶
func (o *AdminCreateRunner) SetName(v string)
SetName sets field value
func (*AdminCreateRunner) SetProxyUrl ¶
func (o *AdminCreateRunner) SetProxyUrl(v string)
SetProxyUrl gets a reference to the given string and assigns it to the ProxyUrl field.
func (*AdminCreateRunner) SetRegionId ¶
func (o *AdminCreateRunner) SetRegionId(v string)
SetRegionId sets field value
func (*AdminCreateRunner) SetTags ¶
func (o *AdminCreateRunner) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (AdminCreateRunner) ToMap ¶
func (o AdminCreateRunner) ToMap() (map[string]interface{}, error)
func (*AdminCreateRunner) UnmarshalJSON ¶
func (o *AdminCreateRunner) UnmarshalJSON(data []byte) (err error)
type AdminGetWebhookStatus200Response ¶
type AdminGetWebhookStatus200Response struct {
Enabled *bool `json:"enabled,omitempty"`
AdditionalProperties map[string]interface{}
}
AdminGetWebhookStatus200Response struct for AdminGetWebhookStatus200Response
func NewAdminGetWebhookStatus200Response ¶
func NewAdminGetWebhookStatus200Response() *AdminGetWebhookStatus200Response
NewAdminGetWebhookStatus200Response instantiates a new AdminGetWebhookStatus200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAdminGetWebhookStatus200ResponseWithDefaults ¶
func NewAdminGetWebhookStatus200ResponseWithDefaults() *AdminGetWebhookStatus200Response
NewAdminGetWebhookStatus200ResponseWithDefaults instantiates a new AdminGetWebhookStatus200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AdminGetWebhookStatus200Response) GetEnabled ¶
func (o *AdminGetWebhookStatus200Response) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*AdminGetWebhookStatus200Response) GetEnabledOk ¶
func (o *AdminGetWebhookStatus200Response) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AdminGetWebhookStatus200Response) HasEnabled ¶
func (o *AdminGetWebhookStatus200Response) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (AdminGetWebhookStatus200Response) MarshalJSON ¶
func (o AdminGetWebhookStatus200Response) MarshalJSON() ([]byte, error)
func (*AdminGetWebhookStatus200Response) SetEnabled ¶
func (o *AdminGetWebhookStatus200Response) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (AdminGetWebhookStatus200Response) ToMap ¶
func (o AdminGetWebhookStatus200Response) ToMap() (map[string]interface{}, error)
func (*AdminGetWebhookStatus200Response) UnmarshalJSON ¶
func (o *AdminGetWebhookStatus200Response) UnmarshalJSON(data []byte) (err error)
type Announcement ¶
type Announcement struct {
// The announcement text
Text string `json:"text"`
// URL to learn more about the announcement
LearnMoreUrl *string `json:"learnMoreUrl,omitempty"`
AdditionalProperties map[string]interface{}
}
Announcement struct for Announcement
func NewAnnouncement ¶
func NewAnnouncement(text string) *Announcement
NewAnnouncement instantiates a new Announcement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAnnouncementWithDefaults ¶
func NewAnnouncementWithDefaults() *Announcement
NewAnnouncementWithDefaults instantiates a new Announcement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Announcement) GetLearnMoreUrl ¶
func (o *Announcement) GetLearnMoreUrl() string
GetLearnMoreUrl returns the LearnMoreUrl field value if set, zero value otherwise.
func (*Announcement) GetLearnMoreUrlOk ¶
func (o *Announcement) GetLearnMoreUrlOk() (*string, bool)
GetLearnMoreUrlOk returns a tuple with the LearnMoreUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Announcement) GetText ¶
func (o *Announcement) GetText() string
GetText returns the Text field value
func (*Announcement) GetTextOk ¶
func (o *Announcement) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.
func (*Announcement) HasLearnMoreUrl ¶
func (o *Announcement) HasLearnMoreUrl() bool
HasLearnMoreUrl returns a boolean if a field has been set.
func (Announcement) MarshalJSON ¶
func (o Announcement) MarshalJSON() ([]byte, error)
func (*Announcement) SetLearnMoreUrl ¶
func (o *Announcement) SetLearnMoreUrl(v string)
SetLearnMoreUrl gets a reference to the given string and assigns it to the LearnMoreUrl field.
func (Announcement) ToMap ¶
func (o Announcement) ToMap() (map[string]interface{}, error)
func (*Announcement) UnmarshalJSON ¶
func (o *Announcement) UnmarshalJSON(data []byte) (err error)
type ApiKeyList ¶
type ApiKeyList struct {
// The name of the API key
Name string `json:"name"`
// The masked API key value
Value string `json:"value"`
// When the API key was created
CreatedAt time.Time `json:"createdAt"`
// The list of organization resource permissions assigned to the API key
Permissions []string `json:"permissions"`
// When the API key was last used
LastUsedAt NullableTime `json:"lastUsedAt"`
// When the API key expires
ExpiresAt NullableTime `json:"expiresAt"`
// The user ID of the user who created the API key
UserId string `json:"userId"`
AdditionalProperties map[string]interface{}
}
ApiKeyList struct for ApiKeyList
func NewApiKeyList ¶
func NewApiKeyList(name string, value string, createdAt time.Time, permissions []string, lastUsedAt NullableTime, expiresAt NullableTime, userId string) *ApiKeyList
NewApiKeyList instantiates a new ApiKeyList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiKeyListWithDefaults ¶
func NewApiKeyListWithDefaults() *ApiKeyList
NewApiKeyListWithDefaults instantiates a new ApiKeyList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiKeyList) GetCreatedAt ¶
func (o *ApiKeyList) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ApiKeyList) GetCreatedAtOk ¶
func (o *ApiKeyList) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ApiKeyList) GetExpiresAt ¶
func (o *ApiKeyList) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ApiKeyList) GetExpiresAtOk ¶
func (o *ApiKeyList) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApiKeyList) GetLastUsedAt ¶
func (o *ApiKeyList) GetLastUsedAt() time.Time
GetLastUsedAt returns the LastUsedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ApiKeyList) GetLastUsedAtOk ¶
func (o *ApiKeyList) GetLastUsedAtOk() (*time.Time, bool)
GetLastUsedAtOk returns a tuple with the LastUsedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApiKeyList) GetName ¶
func (o *ApiKeyList) GetName() string
GetName returns the Name field value
func (*ApiKeyList) GetNameOk ¶
func (o *ApiKeyList) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApiKeyList) GetPermissions ¶
func (o *ApiKeyList) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*ApiKeyList) GetPermissionsOk ¶
func (o *ApiKeyList) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*ApiKeyList) GetUserId ¶
func (o *ApiKeyList) GetUserId() string
GetUserId returns the UserId field value
func (*ApiKeyList) GetUserIdOk ¶
func (o *ApiKeyList) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*ApiKeyList) GetValue ¶
func (o *ApiKeyList) GetValue() string
GetValue returns the Value field value
func (*ApiKeyList) GetValueOk ¶
func (o *ApiKeyList) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ApiKeyList) MarshalJSON ¶
func (o ApiKeyList) MarshalJSON() ([]byte, error)
func (*ApiKeyList) SetCreatedAt ¶
func (o *ApiKeyList) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ApiKeyList) SetExpiresAt ¶
func (o *ApiKeyList) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*ApiKeyList) SetLastUsedAt ¶
func (o *ApiKeyList) SetLastUsedAt(v time.Time)
SetLastUsedAt sets field value
func (*ApiKeyList) SetPermissions ¶
func (o *ApiKeyList) SetPermissions(v []string)
SetPermissions sets field value
func (ApiKeyList) ToMap ¶
func (o ApiKeyList) ToMap() (map[string]interface{}, error)
func (*ApiKeyList) UnmarshalJSON ¶
func (o *ApiKeyList) UnmarshalJSON(data []byte) (err error)
type ApiKeyResponse ¶
type ApiKeyResponse struct {
// The name of the API key
Name string `json:"name"`
// The API key value
Value string `json:"value"`
// When the API key was created
CreatedAt time.Time `json:"createdAt"`
// The list of organization resource permissions assigned to the API key
Permissions []string `json:"permissions"`
// When the API key expires
ExpiresAt NullableTime `json:"expiresAt"`
AdditionalProperties map[string]interface{}
}
ApiKeyResponse struct for ApiKeyResponse
func NewApiKeyResponse ¶
func NewApiKeyResponse(name string, value string, createdAt time.Time, permissions []string, expiresAt NullableTime) *ApiKeyResponse
NewApiKeyResponse instantiates a new ApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiKeyResponseWithDefaults ¶
func NewApiKeyResponseWithDefaults() *ApiKeyResponse
NewApiKeyResponseWithDefaults instantiates a new ApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiKeyResponse) GetCreatedAt ¶
func (o *ApiKeyResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ApiKeyResponse) GetCreatedAtOk ¶
func (o *ApiKeyResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*ApiKeyResponse) GetExpiresAt ¶
func (o *ApiKeyResponse) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ApiKeyResponse) GetExpiresAtOk ¶
func (o *ApiKeyResponse) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApiKeyResponse) GetName ¶
func (o *ApiKeyResponse) GetName() string
GetName returns the Name field value
func (*ApiKeyResponse) GetNameOk ¶
func (o *ApiKeyResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApiKeyResponse) GetPermissions ¶
func (o *ApiKeyResponse) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*ApiKeyResponse) GetPermissionsOk ¶
func (o *ApiKeyResponse) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*ApiKeyResponse) GetValue ¶
func (o *ApiKeyResponse) GetValue() string
GetValue returns the Value field value
func (*ApiKeyResponse) GetValueOk ¶
func (o *ApiKeyResponse) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ApiKeyResponse) MarshalJSON ¶
func (o ApiKeyResponse) MarshalJSON() ([]byte, error)
func (*ApiKeyResponse) SetCreatedAt ¶
func (o *ApiKeyResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ApiKeyResponse) SetExpiresAt ¶
func (o *ApiKeyResponse) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*ApiKeyResponse) SetName ¶
func (o *ApiKeyResponse) SetName(v string)
SetName sets field value
func (*ApiKeyResponse) SetPermissions ¶
func (o *ApiKeyResponse) SetPermissions(v []string)
SetPermissions sets field value
func (*ApiKeyResponse) SetValue ¶
func (o *ApiKeyResponse) SetValue(v string)
SetValue sets field value
func (ApiKeyResponse) ToMap ¶
func (o ApiKeyResponse) ToMap() (map[string]interface{}, error)
func (*ApiKeyResponse) UnmarshalJSON ¶
func (o *ApiKeyResponse) UnmarshalJSON(data []byte) (err error)
type ApiKeysAPI ¶
type ApiKeysAPI interface {
/*
CreateApiKey Create API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiKeysAPICreateApiKeyRequest
*/
CreateApiKey(ctx context.Context) ApiKeysAPICreateApiKeyRequest
// CreateApiKeyExecute executes the request
// @return ApiKeyResponse
CreateApiKeyExecute(r ApiKeysAPICreateApiKeyRequest) (*ApiKeyResponse, *http.Response, error)
/*
DeleteApiKey Delete API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiKeysAPIDeleteApiKeyRequest
*/
DeleteApiKey(ctx context.Context, name string) ApiKeysAPIDeleteApiKeyRequest
// DeleteApiKeyExecute executes the request
DeleteApiKeyExecute(r ApiKeysAPIDeleteApiKeyRequest) (*http.Response, error)
/*
DeleteApiKeyForUser Delete API key for user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId
@param name
@return ApiKeysAPIDeleteApiKeyForUserRequest
*/
DeleteApiKeyForUser(ctx context.Context, userId string, name string) ApiKeysAPIDeleteApiKeyForUserRequest
// DeleteApiKeyForUserExecute executes the request
DeleteApiKeyForUserExecute(r ApiKeysAPIDeleteApiKeyForUserRequest) (*http.Response, error)
/*
GetApiKey Get API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name
@return ApiKeysAPIGetApiKeyRequest
*/
GetApiKey(ctx context.Context, name string) ApiKeysAPIGetApiKeyRequest
// GetApiKeyExecute executes the request
// @return ApiKeyList
GetApiKeyExecute(r ApiKeysAPIGetApiKeyRequest) (*ApiKeyList, *http.Response, error)
/*
GetCurrentApiKey Get current API key's details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiKeysAPIGetCurrentApiKeyRequest
*/
GetCurrentApiKey(ctx context.Context) ApiKeysAPIGetCurrentApiKeyRequest
// GetCurrentApiKeyExecute executes the request
// @return ApiKeyList
GetCurrentApiKeyExecute(r ApiKeysAPIGetCurrentApiKeyRequest) (*ApiKeyList, *http.Response, error)
/*
ListApiKeys List API keys
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiKeysAPIListApiKeysRequest
*/
ListApiKeys(ctx context.Context) ApiKeysAPIListApiKeysRequest
// ListApiKeysExecute executes the request
// @return []ApiKeyList
ListApiKeysExecute(r ApiKeysAPIListApiKeysRequest) ([]ApiKeyList, *http.Response, error)
}
type ApiKeysAPICreateApiKeyRequest ¶
type ApiKeysAPICreateApiKeyRequest struct {
ApiService ApiKeysAPI
// contains filtered or unexported fields
}
func (ApiKeysAPICreateApiKeyRequest) CreateApiKey ¶
func (r ApiKeysAPICreateApiKeyRequest) CreateApiKey(createApiKey CreateApiKey) ApiKeysAPICreateApiKeyRequest
func (ApiKeysAPICreateApiKeyRequest) Execute ¶
func (r ApiKeysAPICreateApiKeyRequest) Execute() (*ApiKeyResponse, *http.Response, error)
func (ApiKeysAPICreateApiKeyRequest) XDaytonaOrganizationID ¶
func (r ApiKeysAPICreateApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPICreateApiKeyRequest
Use with JWT to specify the organization ID
type ApiKeysAPIDeleteApiKeyForUserRequest ¶
type ApiKeysAPIDeleteApiKeyForUserRequest struct {
ApiService ApiKeysAPI
// contains filtered or unexported fields
}
func (ApiKeysAPIDeleteApiKeyForUserRequest) Execute ¶
func (r ApiKeysAPIDeleteApiKeyForUserRequest) Execute() (*http.Response, error)
func (ApiKeysAPIDeleteApiKeyForUserRequest) XDaytonaOrganizationID ¶
func (r ApiKeysAPIDeleteApiKeyForUserRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPIDeleteApiKeyForUserRequest
Use with JWT to specify the organization ID
type ApiKeysAPIDeleteApiKeyRequest ¶
type ApiKeysAPIDeleteApiKeyRequest struct {
ApiService ApiKeysAPI
// contains filtered or unexported fields
}
func (ApiKeysAPIDeleteApiKeyRequest) Execute ¶
func (r ApiKeysAPIDeleteApiKeyRequest) Execute() (*http.Response, error)
func (ApiKeysAPIDeleteApiKeyRequest) XDaytonaOrganizationID ¶
func (r ApiKeysAPIDeleteApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPIDeleteApiKeyRequest
Use with JWT to specify the organization ID
type ApiKeysAPIGetApiKeyRequest ¶
type ApiKeysAPIGetApiKeyRequest struct {
ApiService ApiKeysAPI
// contains filtered or unexported fields
}
func (ApiKeysAPIGetApiKeyRequest) Execute ¶
func (r ApiKeysAPIGetApiKeyRequest) Execute() (*ApiKeyList, *http.Response, error)
func (ApiKeysAPIGetApiKeyRequest) XDaytonaOrganizationID ¶
func (r ApiKeysAPIGetApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPIGetApiKeyRequest
Use with JWT to specify the organization ID
type ApiKeysAPIGetCurrentApiKeyRequest ¶
type ApiKeysAPIGetCurrentApiKeyRequest struct {
ApiService ApiKeysAPI
// contains filtered or unexported fields
}
func (ApiKeysAPIGetCurrentApiKeyRequest) Execute ¶
func (r ApiKeysAPIGetCurrentApiKeyRequest) Execute() (*ApiKeyList, *http.Response, error)
func (ApiKeysAPIGetCurrentApiKeyRequest) XDaytonaOrganizationID ¶
func (r ApiKeysAPIGetCurrentApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPIGetCurrentApiKeyRequest
Use with JWT to specify the organization ID
type ApiKeysAPIListApiKeysRequest ¶
type ApiKeysAPIListApiKeysRequest struct {
ApiService ApiKeysAPI
// contains filtered or unexported fields
}
func (ApiKeysAPIListApiKeysRequest) Execute ¶
func (r ApiKeysAPIListApiKeysRequest) Execute() ([]ApiKeyList, *http.Response, error)
func (ApiKeysAPIListApiKeysRequest) XDaytonaOrganizationID ¶
func (r ApiKeysAPIListApiKeysRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ApiKeysAPIListApiKeysRequest
Use with JWT to specify the organization ID
type ApiKeysAPIService ¶
type ApiKeysAPIService service
ApiKeysAPIService ApiKeysAPI service
func (*ApiKeysAPIService) CreateApiKey ¶
func (a *ApiKeysAPIService) CreateApiKey(ctx context.Context) ApiKeysAPICreateApiKeyRequest
CreateApiKey Create API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiKeysAPICreateApiKeyRequest
func (*ApiKeysAPIService) CreateApiKeyExecute ¶
func (a *ApiKeysAPIService) CreateApiKeyExecute(r ApiKeysAPICreateApiKeyRequest) (*ApiKeyResponse, *http.Response, error)
Execute executes the request
@return ApiKeyResponse
func (*ApiKeysAPIService) DeleteApiKey ¶
func (a *ApiKeysAPIService) DeleteApiKey(ctx context.Context, name string) ApiKeysAPIDeleteApiKeyRequest
DeleteApiKey Delete API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiKeysAPIDeleteApiKeyRequest
func (*ApiKeysAPIService) DeleteApiKeyExecute ¶
func (a *ApiKeysAPIService) DeleteApiKeyExecute(r ApiKeysAPIDeleteApiKeyRequest) (*http.Response, error)
Execute executes the request
func (*ApiKeysAPIService) DeleteApiKeyForUser ¶
func (a *ApiKeysAPIService) DeleteApiKeyForUser(ctx context.Context, userId string, name string) ApiKeysAPIDeleteApiKeyForUserRequest
DeleteApiKeyForUser Delete API key for user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId @param name @return ApiKeysAPIDeleteApiKeyForUserRequest
func (*ApiKeysAPIService) DeleteApiKeyForUserExecute ¶
func (a *ApiKeysAPIService) DeleteApiKeyForUserExecute(r ApiKeysAPIDeleteApiKeyForUserRequest) (*http.Response, error)
Execute executes the request
func (*ApiKeysAPIService) GetApiKey ¶
func (a *ApiKeysAPIService) GetApiKey(ctx context.Context, name string) ApiKeysAPIGetApiKeyRequest
GetApiKey Get API key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name @return ApiKeysAPIGetApiKeyRequest
func (*ApiKeysAPIService) GetApiKeyExecute ¶
func (a *ApiKeysAPIService) GetApiKeyExecute(r ApiKeysAPIGetApiKeyRequest) (*ApiKeyList, *http.Response, error)
Execute executes the request
@return ApiKeyList
func (*ApiKeysAPIService) GetCurrentApiKey ¶
func (a *ApiKeysAPIService) GetCurrentApiKey(ctx context.Context) ApiKeysAPIGetCurrentApiKeyRequest
GetCurrentApiKey Get current API key's details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiKeysAPIGetCurrentApiKeyRequest
func (*ApiKeysAPIService) GetCurrentApiKeyExecute ¶
func (a *ApiKeysAPIService) GetCurrentApiKeyExecute(r ApiKeysAPIGetCurrentApiKeyRequest) (*ApiKeyList, *http.Response, error)
Execute executes the request
@return ApiKeyList
func (*ApiKeysAPIService) ListApiKeys ¶
func (a *ApiKeysAPIService) ListApiKeys(ctx context.Context) ApiKeysAPIListApiKeysRequest
ListApiKeys List API keys
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiKeysAPIListApiKeysRequest
func (*ApiKeysAPIService) ListApiKeysExecute ¶
func (a *ApiKeysAPIService) ListApiKeysExecute(r ApiKeysAPIListApiKeysRequest) ([]ApiKeyList, *http.Response, error)
Execute executes the request
@return []ApiKeyList
type AuditAPI ¶
type AuditAPI interface {
/*
GetOrganizationAuditLogs Get audit logs for organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return AuditAPIGetOrganizationAuditLogsRequest
*/
GetOrganizationAuditLogs(ctx context.Context, organizationId string) AuditAPIGetOrganizationAuditLogsRequest
// GetOrganizationAuditLogsExecute executes the request
// @return PaginatedAuditLogs
GetOrganizationAuditLogsExecute(r AuditAPIGetOrganizationAuditLogsRequest) (*PaginatedAuditLogs, *http.Response, error)
}
type AuditAPIGetOrganizationAuditLogsRequest ¶
type AuditAPIGetOrganizationAuditLogsRequest struct {
ApiService AuditAPI
// contains filtered or unexported fields
}
func (AuditAPIGetOrganizationAuditLogsRequest) Action ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) Action(action StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by action.
func (AuditAPIGetOrganizationAuditLogsRequest) ActorApiKeyPrefix ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) ActorApiKeyPrefix(actorApiKeyPrefix StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by actor API key prefix.
func (AuditAPIGetOrganizationAuditLogsRequest) ActorApiKeySuffix ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) ActorApiKeySuffix(actorApiKeySuffix StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by actor API key suffix.
func (AuditAPIGetOrganizationAuditLogsRequest) ActorEmail ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) ActorEmail(actorEmail StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by actor email.
func (AuditAPIGetOrganizationAuditLogsRequest) ActorId ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) ActorId(actorId StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by actor user ID.
func (AuditAPIGetOrganizationAuditLogsRequest) CreatedAt ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) CreatedAt(createdAt DateFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by creation timestamp.
func (AuditAPIGetOrganizationAuditLogsRequest) Execute ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) Execute() (*PaginatedAuditLogs, *http.Response, error)
func (AuditAPIGetOrganizationAuditLogsRequest) From ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) From(from time.Time) AuditAPIGetOrganizationAuditLogsRequest
Deprecated alias for `createdAt[gte]`. From date (ISO 8601 format). Deprecated
func (AuditAPIGetOrganizationAuditLogsRequest) Id ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) Id(id StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by audit log ID.
func (AuditAPIGetOrganizationAuditLogsRequest) Limit ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) Limit(limit float32) AuditAPIGetOrganizationAuditLogsRequest
Number of results per page
func (AuditAPIGetOrganizationAuditLogsRequest) NextToken ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) NextToken(nextToken string) AuditAPIGetOrganizationAuditLogsRequest
Token for cursor-based pagination. When provided, takes precedence over page parameter.
func (AuditAPIGetOrganizationAuditLogsRequest) Page ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) Page(page float32) AuditAPIGetOrganizationAuditLogsRequest
Page number of the results
func (AuditAPIGetOrganizationAuditLogsRequest) StatusCode ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) StatusCode(statusCode IntFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by HTTP status code.
func (AuditAPIGetOrganizationAuditLogsRequest) TargetId ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) TargetId(targetId StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by target ID.
func (AuditAPIGetOrganizationAuditLogsRequest) TargetType ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) TargetType(targetType StringFilter) AuditAPIGetOrganizationAuditLogsRequest
Filter by target type.
func (AuditAPIGetOrganizationAuditLogsRequest) To ¶
func (r AuditAPIGetOrganizationAuditLogsRequest) To(to time.Time) AuditAPIGetOrganizationAuditLogsRequest
Deprecated alias for `createdAt[lte]`. To date (ISO 8601 format). Deprecated
type AuditAPIService ¶
type AuditAPIService service
AuditAPIService AuditAPI service
func (*AuditAPIService) GetOrganizationAuditLogs ¶
func (a *AuditAPIService) GetOrganizationAuditLogs(ctx context.Context, organizationId string) AuditAPIGetOrganizationAuditLogsRequest
GetOrganizationAuditLogs Get audit logs for organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return AuditAPIGetOrganizationAuditLogsRequest
func (*AuditAPIService) GetOrganizationAuditLogsExecute ¶
func (a *AuditAPIService) GetOrganizationAuditLogsExecute(r AuditAPIGetOrganizationAuditLogsRequest) (*PaginatedAuditLogs, *http.Response, error)
Execute executes the request
@return PaginatedAuditLogs
type AuditLog ¶
type AuditLog struct {
Id string `json:"id"`
ActorId string `json:"actorId"`
ActorEmail string `json:"actorEmail"`
ActorApiKeyPrefix *string `json:"actorApiKeyPrefix,omitempty"`
ActorApiKeySuffix *string `json:"actorApiKeySuffix,omitempty"`
OrganizationId *string `json:"organizationId,omitempty"`
Action string `json:"action"`
TargetType *string `json:"targetType,omitempty"`
TargetId *string `json:"targetId,omitempty"`
StatusCode *float32 `json:"statusCode,omitempty"`
ErrorMessage *string `json:"errorMessage,omitempty"`
IpAddress *string `json:"ipAddress,omitempty"`
UserAgent *string `json:"userAgent,omitempty"`
Source *string `json:"source,omitempty"`
Metadata map[string]interface{} `json:"metadata,omitempty"`
CreatedAt time.Time `json:"createdAt"`
AdditionalProperties map[string]interface{}
}
AuditLog struct for AuditLog
func NewAuditLog ¶
func NewAuditLog(id string, actorId string, actorEmail string, action string, createdAt time.Time) *AuditLog
NewAuditLog instantiates a new AuditLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAuditLogWithDefaults ¶
func NewAuditLogWithDefaults() *AuditLog
NewAuditLogWithDefaults instantiates a new AuditLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AuditLog) GetActionOk ¶
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*AuditLog) GetActorApiKeyPrefix ¶
GetActorApiKeyPrefix returns the ActorApiKeyPrefix field value if set, zero value otherwise.
func (*AuditLog) GetActorApiKeyPrefixOk ¶
GetActorApiKeyPrefixOk returns a tuple with the ActorApiKeyPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetActorApiKeySuffix ¶
GetActorApiKeySuffix returns the ActorApiKeySuffix field value if set, zero value otherwise.
func (*AuditLog) GetActorApiKeySuffixOk ¶
GetActorApiKeySuffixOk returns a tuple with the ActorApiKeySuffix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetActorEmail ¶
GetActorEmail returns the ActorEmail field value
func (*AuditLog) GetActorEmailOk ¶
GetActorEmailOk returns a tuple with the ActorEmail field value and a boolean to check if the value has been set.
func (*AuditLog) GetActorId ¶
GetActorId returns the ActorId field value
func (*AuditLog) GetActorIdOk ¶
GetActorIdOk returns a tuple with the ActorId field value and a boolean to check if the value has been set.
func (*AuditLog) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*AuditLog) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AuditLog) GetErrorMessage ¶
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*AuditLog) GetErrorMessageOk ¶
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AuditLog) GetIpAddress ¶
GetIpAddress returns the IpAddress field value if set, zero value otherwise.
func (*AuditLog) GetIpAddressOk ¶
GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*AuditLog) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*AuditLog) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetSourceOk ¶
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetStatusCode ¶
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*AuditLog) GetStatusCodeOk ¶
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetTargetId ¶
GetTargetId returns the TargetId field value if set, zero value otherwise.
func (*AuditLog) GetTargetIdOk ¶
GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetTargetType ¶
GetTargetType returns the TargetType field value if set, zero value otherwise.
func (*AuditLog) GetTargetTypeOk ¶
GetTargetTypeOk returns a tuple with the TargetType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) GetUserAgent ¶
GetUserAgent returns the UserAgent field value if set, zero value otherwise.
func (*AuditLog) GetUserAgentOk ¶
GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuditLog) HasActorApiKeyPrefix ¶
HasActorApiKeyPrefix returns a boolean if a field has been set.
func (*AuditLog) HasActorApiKeySuffix ¶
HasActorApiKeySuffix returns a boolean if a field has been set.
func (*AuditLog) HasErrorMessage ¶
HasErrorMessage returns a boolean if a field has been set.
func (*AuditLog) HasIpAddress ¶
HasIpAddress returns a boolean if a field has been set.
func (*AuditLog) HasMetadata ¶
HasMetadata returns a boolean if a field has been set.
func (*AuditLog) HasOrganizationId ¶
HasOrganizationId returns a boolean if a field has been set.
func (*AuditLog) HasStatusCode ¶
HasStatusCode returns a boolean if a field has been set.
func (*AuditLog) HasTargetId ¶
HasTargetId returns a boolean if a field has been set.
func (*AuditLog) HasTargetType ¶
HasTargetType returns a boolean if a field has been set.
func (*AuditLog) HasUserAgent ¶
HasUserAgent returns a boolean if a field has been set.
func (AuditLog) MarshalJSON ¶
func (*AuditLog) SetActorApiKeyPrefix ¶
SetActorApiKeyPrefix gets a reference to the given string and assigns it to the ActorApiKeyPrefix field.
func (*AuditLog) SetActorApiKeySuffix ¶
SetActorApiKeySuffix gets a reference to the given string and assigns it to the ActorApiKeySuffix field.
func (*AuditLog) SetActorEmail ¶
SetActorEmail sets field value
func (*AuditLog) SetCreatedAt ¶
SetCreatedAt sets field value
func (*AuditLog) SetErrorMessage ¶
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*AuditLog) SetIpAddress ¶
SetIpAddress gets a reference to the given string and assigns it to the IpAddress field.
func (*AuditLog) SetMetadata ¶
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*AuditLog) SetOrganizationId ¶
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*AuditLog) SetSource ¶
SetSource gets a reference to the given string and assigns it to the Source field.
func (*AuditLog) SetStatusCode ¶
SetStatusCode gets a reference to the given float32 and assigns it to the StatusCode field.
func (*AuditLog) SetTargetId ¶
SetTargetId gets a reference to the given string and assigns it to the TargetId field.
func (*AuditLog) SetTargetType ¶
SetTargetType gets a reference to the given string and assigns it to the TargetType field.
func (*AuditLog) SetUserAgent ¶
SetUserAgent gets a reference to the given string and assigns it to the UserAgent field.
func (*AuditLog) UnmarshalJSON ¶
type AvailableSandboxClass ¶ added in v0.197.0
type AvailableSandboxClass struct {
RegionId string `json:"regionId"`
SandboxClass SandboxClass `json:"sandboxClass"`
GpuAvailable bool `json:"gpuAvailable"`
AllowedGpuTypes []GpuType `json:"allowedGpuTypes,omitempty"`
AdditionalProperties map[string]interface{}
}
AvailableSandboxClass struct for AvailableSandboxClass
func NewAvailableSandboxClass ¶ added in v0.197.0
func NewAvailableSandboxClass(regionId string, sandboxClass SandboxClass, gpuAvailable bool) *AvailableSandboxClass
NewAvailableSandboxClass instantiates a new AvailableSandboxClass object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAvailableSandboxClassWithDefaults ¶ added in v0.197.0
func NewAvailableSandboxClassWithDefaults() *AvailableSandboxClass
NewAvailableSandboxClassWithDefaults instantiates a new AvailableSandboxClass object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AvailableSandboxClass) GetAllowedGpuTypes ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetAllowedGpuTypes() []GpuType
GetAllowedGpuTypes returns the AllowedGpuTypes field value if set, zero value otherwise.
func (*AvailableSandboxClass) GetAllowedGpuTypesOk ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetAllowedGpuTypesOk() ([]GpuType, bool)
GetAllowedGpuTypesOk returns a tuple with the AllowedGpuTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AvailableSandboxClass) GetGpuAvailable ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetGpuAvailable() bool
GetGpuAvailable returns the GpuAvailable field value
func (*AvailableSandboxClass) GetGpuAvailableOk ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetGpuAvailableOk() (*bool, bool)
GetGpuAvailableOk returns a tuple with the GpuAvailable field value and a boolean to check if the value has been set.
func (*AvailableSandboxClass) GetRegionId ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetRegionId() string
GetRegionId returns the RegionId field value
func (*AvailableSandboxClass) GetRegionIdOk ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value and a boolean to check if the value has been set.
func (*AvailableSandboxClass) GetSandboxClass ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value
func (*AvailableSandboxClass) GetSandboxClassOk ¶ added in v0.197.0
func (o *AvailableSandboxClass) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value and a boolean to check if the value has been set.
func (*AvailableSandboxClass) HasAllowedGpuTypes ¶ added in v0.197.0
func (o *AvailableSandboxClass) HasAllowedGpuTypes() bool
HasAllowedGpuTypes returns a boolean if a field has been set.
func (AvailableSandboxClass) MarshalJSON ¶ added in v0.197.0
func (o AvailableSandboxClass) MarshalJSON() ([]byte, error)
func (*AvailableSandboxClass) SetAllowedGpuTypes ¶ added in v0.197.0
func (o *AvailableSandboxClass) SetAllowedGpuTypes(v []GpuType)
SetAllowedGpuTypes gets a reference to the given []GpuType and assigns it to the AllowedGpuTypes field.
func (*AvailableSandboxClass) SetGpuAvailable ¶ added in v0.197.0
func (o *AvailableSandboxClass) SetGpuAvailable(v bool)
SetGpuAvailable sets field value
func (*AvailableSandboxClass) SetRegionId ¶ added in v0.197.0
func (o *AvailableSandboxClass) SetRegionId(v string)
SetRegionId sets field value
func (*AvailableSandboxClass) SetSandboxClass ¶ added in v0.197.0
func (o *AvailableSandboxClass) SetSandboxClass(v SandboxClass)
SetSandboxClass sets field value
func (AvailableSandboxClass) ToMap ¶ added in v0.197.0
func (o AvailableSandboxClass) ToMap() (map[string]interface{}, error)
func (*AvailableSandboxClass) UnmarshalJSON ¶ added in v0.197.0
func (o *AvailableSandboxClass) UnmarshalJSON(data []byte) (err error)
type BasicAuth ¶
type BasicAuth struct {
UserName string `json:"userName,omitempty"`
Password string `json:"password,omitempty"`
}
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BuildInfo ¶
type BuildInfo struct {
// The Dockerfile content used for the build
DockerfileContent *string `json:"dockerfileContent,omitempty"`
// The context hashes used for the build
ContextHashes []string `json:"contextHashes,omitempty"`
// The creation timestamp
CreatedAt time.Time `json:"createdAt"`
// The last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
// The snapshot reference
SnapshotRef string `json:"snapshotRef"`
AdditionalProperties map[string]interface{}
}
BuildInfo struct for BuildInfo
func NewBuildInfo ¶
NewBuildInfo instantiates a new BuildInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBuildInfoWithDefaults ¶
func NewBuildInfoWithDefaults() *BuildInfo
NewBuildInfoWithDefaults instantiates a new BuildInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BuildInfo) GetContextHashes ¶
GetContextHashes returns the ContextHashes field value if set, zero value otherwise.
func (*BuildInfo) GetContextHashesOk ¶
GetContextHashesOk returns a tuple with the ContextHashes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildInfo) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*BuildInfo) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*BuildInfo) GetDockerfileContent ¶
GetDockerfileContent returns the DockerfileContent field value if set, zero value otherwise.
func (*BuildInfo) GetDockerfileContentOk ¶
GetDockerfileContentOk returns a tuple with the DockerfileContent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BuildInfo) GetSnapshotRef ¶
GetSnapshotRef returns the SnapshotRef field value
func (*BuildInfo) GetSnapshotRefOk ¶
GetSnapshotRefOk returns a tuple with the SnapshotRef field value and a boolean to check if the value has been set.
func (*BuildInfo) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*BuildInfo) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*BuildInfo) HasContextHashes ¶
HasContextHashes returns a boolean if a field has been set.
func (*BuildInfo) HasDockerfileContent ¶
HasDockerfileContent returns a boolean if a field has been set.
func (BuildInfo) MarshalJSON ¶
func (*BuildInfo) SetContextHashes ¶
SetContextHashes gets a reference to the given []string and assigns it to the ContextHashes field.
func (*BuildInfo) SetCreatedAt ¶
SetCreatedAt sets field value
func (*BuildInfo) SetDockerfileContent ¶
SetDockerfileContent gets a reference to the given string and assigns it to the DockerfileContent field.
func (*BuildInfo) SetSnapshotRef ¶
SetSnapshotRef sets field value
func (*BuildInfo) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*BuildInfo) UnmarshalJSON ¶
type ConfigAPI ¶
type ConfigAPI interface {
/*
ConfigControllerGetConfig Get config
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ConfigAPIConfigControllerGetConfigRequest
*/
ConfigControllerGetConfig(ctx context.Context) ConfigAPIConfigControllerGetConfigRequest
// ConfigControllerGetConfigExecute executes the request
// @return DaytonaConfiguration
ConfigControllerGetConfigExecute(r ConfigAPIConfigControllerGetConfigRequest) (*DaytonaConfiguration, *http.Response, error)
}
type ConfigAPIConfigControllerGetConfigRequest ¶
type ConfigAPIConfigControllerGetConfigRequest struct {
ApiService ConfigAPI
// contains filtered or unexported fields
}
func (ConfigAPIConfigControllerGetConfigRequest) Execute ¶
func (r ConfigAPIConfigControllerGetConfigRequest) Execute() (*DaytonaConfiguration, *http.Response, error)
type ConfigAPIService ¶
type ConfigAPIService service
ConfigAPIService ConfigAPI service
func (*ConfigAPIService) ConfigControllerGetConfig ¶
func (a *ConfigAPIService) ConfigControllerGetConfig(ctx context.Context) ConfigAPIConfigControllerGetConfigRequest
ConfigControllerGetConfig Get config
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ConfigAPIConfigControllerGetConfigRequest
func (*ConfigAPIService) ConfigControllerGetConfigExecute ¶
func (a *ConfigAPIService) ConfigControllerGetConfigExecute(r ConfigAPIConfigControllerGetConfigRequest) (*DaytonaConfiguration, *http.Response, error)
Execute executes the request
@return DaytonaConfiguration
type Configuration ¶
type Configuration struct {
Host string `json:"host,omitempty"`
Scheme string `json:"scheme,omitempty"`
DefaultHeader map[string]string `json:"defaultHeader,omitempty"`
UserAgent string `json:"userAgent,omitempty"`
Debug bool `json:"debug,omitempty"`
Servers ServerConfigurations
OperationServers map[string]ServerConfigurations
HTTPClient *http.Client
}
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateApiKey ¶
type CreateApiKey struct {
// The name of the API key
Name string `json:"name"`
// The list of organization resource permissions explicitly assigned to the API key
Permissions []string `json:"permissions"`
// When the API key expires
ExpiresAt NullableTime `json:"expiresAt,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateApiKey struct for CreateApiKey
func NewCreateApiKey ¶
func NewCreateApiKey(name string, permissions []string) *CreateApiKey
NewCreateApiKey instantiates a new CreateApiKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKeyWithDefaults ¶
func NewCreateApiKeyWithDefaults() *CreateApiKey
NewCreateApiKeyWithDefaults instantiates a new CreateApiKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKey) GetExpiresAt ¶
func (o *CreateApiKey) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateApiKey) GetExpiresAtOk ¶
func (o *CreateApiKey) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateApiKey) GetName ¶
func (o *CreateApiKey) GetName() string
GetName returns the Name field value
func (*CreateApiKey) GetNameOk ¶
func (o *CreateApiKey) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateApiKey) GetPermissions ¶
func (o *CreateApiKey) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*CreateApiKey) GetPermissionsOk ¶
func (o *CreateApiKey) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*CreateApiKey) HasExpiresAt ¶
func (o *CreateApiKey) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (CreateApiKey) MarshalJSON ¶
func (o CreateApiKey) MarshalJSON() ([]byte, error)
func (*CreateApiKey) SetExpiresAt ¶
func (o *CreateApiKey) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*CreateApiKey) SetExpiresAtNil ¶
func (o *CreateApiKey) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*CreateApiKey) SetPermissions ¶
func (o *CreateApiKey) SetPermissions(v []string)
SetPermissions sets field value
func (CreateApiKey) ToMap ¶
func (o CreateApiKey) ToMap() (map[string]interface{}, error)
func (*CreateApiKey) UnmarshalJSON ¶
func (o *CreateApiKey) UnmarshalJSON(data []byte) (err error)
func (*CreateApiKey) UnsetExpiresAt ¶
func (o *CreateApiKey) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
type CreateBuildInfo ¶
type CreateBuildInfo struct {
// The Dockerfile content used for the build
DockerfileContent string `json:"dockerfileContent"`
// The context hashes used for the build
ContextHashes []string `json:"contextHashes,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateBuildInfo struct for CreateBuildInfo
func NewCreateBuildInfo ¶
func NewCreateBuildInfo(dockerfileContent string) *CreateBuildInfo
NewCreateBuildInfo instantiates a new CreateBuildInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateBuildInfoWithDefaults ¶
func NewCreateBuildInfoWithDefaults() *CreateBuildInfo
NewCreateBuildInfoWithDefaults instantiates a new CreateBuildInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateBuildInfo) GetContextHashes ¶
func (o *CreateBuildInfo) GetContextHashes() []string
GetContextHashes returns the ContextHashes field value if set, zero value otherwise.
func (*CreateBuildInfo) GetContextHashesOk ¶
func (o *CreateBuildInfo) GetContextHashesOk() ([]string, bool)
GetContextHashesOk returns a tuple with the ContextHashes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateBuildInfo) GetDockerfileContent ¶
func (o *CreateBuildInfo) GetDockerfileContent() string
GetDockerfileContent returns the DockerfileContent field value
func (*CreateBuildInfo) GetDockerfileContentOk ¶
func (o *CreateBuildInfo) GetDockerfileContentOk() (*string, bool)
GetDockerfileContentOk returns a tuple with the DockerfileContent field value and a boolean to check if the value has been set.
func (*CreateBuildInfo) HasContextHashes ¶
func (o *CreateBuildInfo) HasContextHashes() bool
HasContextHashes returns a boolean if a field has been set.
func (CreateBuildInfo) MarshalJSON ¶
func (o CreateBuildInfo) MarshalJSON() ([]byte, error)
func (*CreateBuildInfo) SetContextHashes ¶
func (o *CreateBuildInfo) SetContextHashes(v []string)
SetContextHashes gets a reference to the given []string and assigns it to the ContextHashes field.
func (*CreateBuildInfo) SetDockerfileContent ¶
func (o *CreateBuildInfo) SetDockerfileContent(v string)
SetDockerfileContent sets field value
func (CreateBuildInfo) ToMap ¶
func (o CreateBuildInfo) ToMap() (map[string]interface{}, error)
func (*CreateBuildInfo) UnmarshalJSON ¶
func (o *CreateBuildInfo) UnmarshalJSON(data []byte) (err error)
type CreateDockerRegistry ¶
type CreateDockerRegistry struct {
// Registry name
Name string `json:"name"`
// Registry URL
Url string `json:"url"`
// Registry username
Username string `json:"username"`
// Registry password
Password string `json:"password"`
// Registry project
Project *string `json:"project,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateDockerRegistry struct for CreateDockerRegistry
func NewCreateDockerRegistry ¶
func NewCreateDockerRegistry(name string, url string, username string, password string) *CreateDockerRegistry
NewCreateDockerRegistry instantiates a new CreateDockerRegistry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateDockerRegistryWithDefaults ¶
func NewCreateDockerRegistryWithDefaults() *CreateDockerRegistry
NewCreateDockerRegistryWithDefaults instantiates a new CreateDockerRegistry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateDockerRegistry) GetName ¶
func (o *CreateDockerRegistry) GetName() string
GetName returns the Name field value
func (*CreateDockerRegistry) GetNameOk ¶
func (o *CreateDockerRegistry) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateDockerRegistry) GetPassword ¶
func (o *CreateDockerRegistry) GetPassword() string
GetPassword returns the Password field value
func (*CreateDockerRegistry) GetPasswordOk ¶
func (o *CreateDockerRegistry) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*CreateDockerRegistry) GetProject ¶
func (o *CreateDockerRegistry) GetProject() string
GetProject returns the Project field value if set, zero value otherwise.
func (*CreateDockerRegistry) GetProjectOk ¶
func (o *CreateDockerRegistry) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateDockerRegistry) GetUrl ¶
func (o *CreateDockerRegistry) GetUrl() string
GetUrl returns the Url field value
func (*CreateDockerRegistry) GetUrlOk ¶
func (o *CreateDockerRegistry) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*CreateDockerRegistry) GetUsername ¶
func (o *CreateDockerRegistry) GetUsername() string
GetUsername returns the Username field value
func (*CreateDockerRegistry) GetUsernameOk ¶
func (o *CreateDockerRegistry) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*CreateDockerRegistry) HasProject ¶
func (o *CreateDockerRegistry) HasProject() bool
HasProject returns a boolean if a field has been set.
func (CreateDockerRegistry) MarshalJSON ¶
func (o CreateDockerRegistry) MarshalJSON() ([]byte, error)
func (*CreateDockerRegistry) SetName ¶
func (o *CreateDockerRegistry) SetName(v string)
SetName sets field value
func (*CreateDockerRegistry) SetPassword ¶
func (o *CreateDockerRegistry) SetPassword(v string)
SetPassword sets field value
func (*CreateDockerRegistry) SetProject ¶
func (o *CreateDockerRegistry) SetProject(v string)
SetProject gets a reference to the given string and assigns it to the Project field.
func (*CreateDockerRegistry) SetUrl ¶
func (o *CreateDockerRegistry) SetUrl(v string)
SetUrl sets field value
func (*CreateDockerRegistry) SetUsername ¶
func (o *CreateDockerRegistry) SetUsername(v string)
SetUsername sets field value
func (CreateDockerRegistry) ToMap ¶
func (o CreateDockerRegistry) ToMap() (map[string]interface{}, error)
func (*CreateDockerRegistry) UnmarshalJSON ¶
func (o *CreateDockerRegistry) UnmarshalJSON(data []byte) (err error)
type CreateLinkedAccount ¶
type CreateLinkedAccount struct {
// The authentication provider of the secondary account
Provider string `json:"provider"`
// The user ID of the secondary account
UserId string `json:"userId"`
AdditionalProperties map[string]interface{}
}
CreateLinkedAccount struct for CreateLinkedAccount
func NewCreateLinkedAccount ¶
func NewCreateLinkedAccount(provider string, userId string) *CreateLinkedAccount
NewCreateLinkedAccount instantiates a new CreateLinkedAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateLinkedAccountWithDefaults ¶
func NewCreateLinkedAccountWithDefaults() *CreateLinkedAccount
NewCreateLinkedAccountWithDefaults instantiates a new CreateLinkedAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateLinkedAccount) GetProvider ¶
func (o *CreateLinkedAccount) GetProvider() string
GetProvider returns the Provider field value
func (*CreateLinkedAccount) GetProviderOk ¶
func (o *CreateLinkedAccount) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value and a boolean to check if the value has been set.
func (*CreateLinkedAccount) GetUserId ¶
func (o *CreateLinkedAccount) GetUserId() string
GetUserId returns the UserId field value
func (*CreateLinkedAccount) GetUserIdOk ¶
func (o *CreateLinkedAccount) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (CreateLinkedAccount) MarshalJSON ¶
func (o CreateLinkedAccount) MarshalJSON() ([]byte, error)
func (*CreateLinkedAccount) SetProvider ¶
func (o *CreateLinkedAccount) SetProvider(v string)
SetProvider sets field value
func (*CreateLinkedAccount) SetUserId ¶
func (o *CreateLinkedAccount) SetUserId(v string)
SetUserId sets field value
func (CreateLinkedAccount) ToMap ¶
func (o CreateLinkedAccount) ToMap() (map[string]interface{}, error)
func (*CreateLinkedAccount) UnmarshalJSON ¶
func (o *CreateLinkedAccount) UnmarshalJSON(data []byte) (err error)
type CreateOrganization ¶
type CreateOrganization struct {
// The name of organization
Name string `json:"name"`
// The ID of the default region for the organization
DefaultRegionId string `json:"defaultRegionId"`
AdditionalProperties map[string]interface{}
}
CreateOrganization struct for CreateOrganization
func NewCreateOrganization ¶
func NewCreateOrganization(name string, defaultRegionId string) *CreateOrganization
NewCreateOrganization instantiates a new CreateOrganization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationWithDefaults ¶
func NewCreateOrganizationWithDefaults() *CreateOrganization
NewCreateOrganizationWithDefaults instantiates a new CreateOrganization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganization) GetDefaultRegionId ¶
func (o *CreateOrganization) GetDefaultRegionId() string
GetDefaultRegionId returns the DefaultRegionId field value
func (*CreateOrganization) GetDefaultRegionIdOk ¶
func (o *CreateOrganization) GetDefaultRegionIdOk() (*string, bool)
GetDefaultRegionIdOk returns a tuple with the DefaultRegionId field value and a boolean to check if the value has been set.
func (*CreateOrganization) GetName ¶
func (o *CreateOrganization) GetName() string
GetName returns the Name field value
func (*CreateOrganization) GetNameOk ¶
func (o *CreateOrganization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateOrganization) MarshalJSON ¶
func (o CreateOrganization) MarshalJSON() ([]byte, error)
func (*CreateOrganization) SetDefaultRegionId ¶
func (o *CreateOrganization) SetDefaultRegionId(v string)
SetDefaultRegionId sets field value
func (*CreateOrganization) SetName ¶
func (o *CreateOrganization) SetName(v string)
SetName sets field value
func (CreateOrganization) ToMap ¶
func (o CreateOrganization) ToMap() (map[string]interface{}, error)
func (*CreateOrganization) UnmarshalJSON ¶
func (o *CreateOrganization) UnmarshalJSON(data []byte) (err error)
type CreateOrganizationInvitation ¶
type CreateOrganizationInvitation struct {
// Email address of the invitee
Email string `json:"email"`
// Organization member role for the invitee
Role string `json:"role"`
// Array of assigned role IDs for the invitee
AssignedRoleIds []string `json:"assignedRoleIds"`
// Expiration date of the invitation
ExpiresAt *time.Time `json:"expiresAt,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateOrganizationInvitation struct for CreateOrganizationInvitation
func NewCreateOrganizationInvitation ¶
func NewCreateOrganizationInvitation(email string, role string, assignedRoleIds []string) *CreateOrganizationInvitation
NewCreateOrganizationInvitation instantiates a new CreateOrganizationInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationInvitationWithDefaults ¶
func NewCreateOrganizationInvitationWithDefaults() *CreateOrganizationInvitation
NewCreateOrganizationInvitationWithDefaults instantiates a new CreateOrganizationInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganizationInvitation) GetAssignedRoleIds ¶
func (o *CreateOrganizationInvitation) GetAssignedRoleIds() []string
GetAssignedRoleIds returns the AssignedRoleIds field value
func (*CreateOrganizationInvitation) GetAssignedRoleIdsOk ¶
func (o *CreateOrganizationInvitation) GetAssignedRoleIdsOk() ([]string, bool)
GetAssignedRoleIdsOk returns a tuple with the AssignedRoleIds field value and a boolean to check if the value has been set.
func (*CreateOrganizationInvitation) GetEmail ¶
func (o *CreateOrganizationInvitation) GetEmail() string
GetEmail returns the Email field value
func (*CreateOrganizationInvitation) GetEmailOk ¶
func (o *CreateOrganizationInvitation) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateOrganizationInvitation) GetExpiresAt ¶
func (o *CreateOrganizationInvitation) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*CreateOrganizationInvitation) GetExpiresAtOk ¶
func (o *CreateOrganizationInvitation) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationInvitation) GetRole ¶
func (o *CreateOrganizationInvitation) GetRole() string
GetRole returns the Role field value
func (*CreateOrganizationInvitation) GetRoleOk ¶
func (o *CreateOrganizationInvitation) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*CreateOrganizationInvitation) HasExpiresAt ¶
func (o *CreateOrganizationInvitation) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (CreateOrganizationInvitation) MarshalJSON ¶
func (o CreateOrganizationInvitation) MarshalJSON() ([]byte, error)
func (*CreateOrganizationInvitation) SetAssignedRoleIds ¶
func (o *CreateOrganizationInvitation) SetAssignedRoleIds(v []string)
SetAssignedRoleIds sets field value
func (*CreateOrganizationInvitation) SetEmail ¶
func (o *CreateOrganizationInvitation) SetEmail(v string)
SetEmail sets field value
func (*CreateOrganizationInvitation) SetExpiresAt ¶
func (o *CreateOrganizationInvitation) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*CreateOrganizationInvitation) SetRole ¶
func (o *CreateOrganizationInvitation) SetRole(v string)
SetRole sets field value
func (CreateOrganizationInvitation) ToMap ¶
func (o CreateOrganizationInvitation) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationInvitation) UnmarshalJSON ¶
func (o *CreateOrganizationInvitation) UnmarshalJSON(data []byte) (err error)
type CreateOrganizationQuota ¶
type CreateOrganizationQuota struct {
TotalCpuQuota *float32 `json:"totalCpuQuota,omitempty"`
TotalMemoryQuota *float32 `json:"totalMemoryQuota,omitempty"`
TotalDiskQuota *float32 `json:"totalDiskQuota,omitempty"`
TotalGpuQuota *float32 `json:"totalGpuQuota,omitempty"`
MaxCpuPerSandbox *float32 `json:"maxCpuPerSandbox,omitempty"`
MaxMemoryPerSandbox *float32 `json:"maxMemoryPerSandbox,omitempty"`
MaxDiskPerSandbox *float32 `json:"maxDiskPerSandbox,omitempty"`
SnapshotQuota *float32 `json:"snapshotQuota,omitempty"`
MaxSnapshotSize *float32 `json:"maxSnapshotSize,omitempty"`
VolumeQuota *float32 `json:"volumeQuota,omitempty"`
// Maximum number of snapshots an organization can process (building or pulling) concurrently. Excess are queued. <= 0 means unlimited.
MaxConcurrentSnapshotProcessing *float32 `json:"maxConcurrentSnapshotProcessing,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateOrganizationQuota struct for CreateOrganizationQuota
func NewCreateOrganizationQuota ¶
func NewCreateOrganizationQuota() *CreateOrganizationQuota
NewCreateOrganizationQuota instantiates a new CreateOrganizationQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationQuotaWithDefaults ¶
func NewCreateOrganizationQuotaWithDefaults() *CreateOrganizationQuota
NewCreateOrganizationQuotaWithDefaults instantiates a new CreateOrganizationQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganizationQuota) GetMaxConcurrentSnapshotProcessing ¶
func (o *CreateOrganizationQuota) GetMaxConcurrentSnapshotProcessing() float32
GetMaxConcurrentSnapshotProcessing returns the MaxConcurrentSnapshotProcessing field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetMaxConcurrentSnapshotProcessingOk ¶
func (o *CreateOrganizationQuota) GetMaxConcurrentSnapshotProcessingOk() (*float32, bool)
GetMaxConcurrentSnapshotProcessingOk returns a tuple with the MaxConcurrentSnapshotProcessing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetMaxCpuPerSandbox ¶
func (o *CreateOrganizationQuota) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetMaxCpuPerSandboxOk ¶
func (o *CreateOrganizationQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetMaxDiskPerSandbox ¶
func (o *CreateOrganizationQuota) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetMaxDiskPerSandboxOk ¶
func (o *CreateOrganizationQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetMaxMemoryPerSandbox ¶
func (o *CreateOrganizationQuota) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetMaxMemoryPerSandboxOk ¶
func (o *CreateOrganizationQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetMaxSnapshotSize ¶
func (o *CreateOrganizationQuota) GetMaxSnapshotSize() float32
GetMaxSnapshotSize returns the MaxSnapshotSize field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetMaxSnapshotSizeOk ¶
func (o *CreateOrganizationQuota) GetMaxSnapshotSizeOk() (*float32, bool)
GetMaxSnapshotSizeOk returns a tuple with the MaxSnapshotSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetSnapshotQuota ¶
func (o *CreateOrganizationQuota) GetSnapshotQuota() float32
GetSnapshotQuota returns the SnapshotQuota field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetSnapshotQuotaOk ¶
func (o *CreateOrganizationQuota) GetSnapshotQuotaOk() (*float32, bool)
GetSnapshotQuotaOk returns a tuple with the SnapshotQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetTotalCpuQuota ¶
func (o *CreateOrganizationQuota) GetTotalCpuQuota() float32
GetTotalCpuQuota returns the TotalCpuQuota field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetTotalCpuQuotaOk ¶
func (o *CreateOrganizationQuota) GetTotalCpuQuotaOk() (*float32, bool)
GetTotalCpuQuotaOk returns a tuple with the TotalCpuQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetTotalDiskQuota ¶
func (o *CreateOrganizationQuota) GetTotalDiskQuota() float32
GetTotalDiskQuota returns the TotalDiskQuota field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetTotalDiskQuotaOk ¶
func (o *CreateOrganizationQuota) GetTotalDiskQuotaOk() (*float32, bool)
GetTotalDiskQuotaOk returns a tuple with the TotalDiskQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetTotalGpuQuota ¶ added in v0.196.0
func (o *CreateOrganizationQuota) GetTotalGpuQuota() float32
GetTotalGpuQuota returns the TotalGpuQuota field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetTotalGpuQuotaOk ¶ added in v0.196.0
func (o *CreateOrganizationQuota) GetTotalGpuQuotaOk() (*float32, bool)
GetTotalGpuQuotaOk returns a tuple with the TotalGpuQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetTotalMemoryQuota ¶
func (o *CreateOrganizationQuota) GetTotalMemoryQuota() float32
GetTotalMemoryQuota returns the TotalMemoryQuota field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetTotalMemoryQuotaOk ¶
func (o *CreateOrganizationQuota) GetTotalMemoryQuotaOk() (*float32, bool)
GetTotalMemoryQuotaOk returns a tuple with the TotalMemoryQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) GetVolumeQuota ¶
func (o *CreateOrganizationQuota) GetVolumeQuota() float32
GetVolumeQuota returns the VolumeQuota field value if set, zero value otherwise.
func (*CreateOrganizationQuota) GetVolumeQuotaOk ¶
func (o *CreateOrganizationQuota) GetVolumeQuotaOk() (*float32, bool)
GetVolumeQuotaOk returns a tuple with the VolumeQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateOrganizationQuota) HasMaxConcurrentSnapshotProcessing ¶
func (o *CreateOrganizationQuota) HasMaxConcurrentSnapshotProcessing() bool
HasMaxConcurrentSnapshotProcessing returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasMaxCpuPerSandbox ¶
func (o *CreateOrganizationQuota) HasMaxCpuPerSandbox() bool
HasMaxCpuPerSandbox returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasMaxDiskPerSandbox ¶
func (o *CreateOrganizationQuota) HasMaxDiskPerSandbox() bool
HasMaxDiskPerSandbox returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasMaxMemoryPerSandbox ¶
func (o *CreateOrganizationQuota) HasMaxMemoryPerSandbox() bool
HasMaxMemoryPerSandbox returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasMaxSnapshotSize ¶
func (o *CreateOrganizationQuota) HasMaxSnapshotSize() bool
HasMaxSnapshotSize returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasSnapshotQuota ¶
func (o *CreateOrganizationQuota) HasSnapshotQuota() bool
HasSnapshotQuota returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasTotalCpuQuota ¶
func (o *CreateOrganizationQuota) HasTotalCpuQuota() bool
HasTotalCpuQuota returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasTotalDiskQuota ¶
func (o *CreateOrganizationQuota) HasTotalDiskQuota() bool
HasTotalDiskQuota returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasTotalGpuQuota ¶ added in v0.196.0
func (o *CreateOrganizationQuota) HasTotalGpuQuota() bool
HasTotalGpuQuota returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasTotalMemoryQuota ¶
func (o *CreateOrganizationQuota) HasTotalMemoryQuota() bool
HasTotalMemoryQuota returns a boolean if a field has been set.
func (*CreateOrganizationQuota) HasVolumeQuota ¶
func (o *CreateOrganizationQuota) HasVolumeQuota() bool
HasVolumeQuota returns a boolean if a field has been set.
func (CreateOrganizationQuota) MarshalJSON ¶
func (o CreateOrganizationQuota) MarshalJSON() ([]byte, error)
func (*CreateOrganizationQuota) SetMaxConcurrentSnapshotProcessing ¶
func (o *CreateOrganizationQuota) SetMaxConcurrentSnapshotProcessing(v float32)
SetMaxConcurrentSnapshotProcessing gets a reference to the given float32 and assigns it to the MaxConcurrentSnapshotProcessing field.
func (*CreateOrganizationQuota) SetMaxCpuPerSandbox ¶
func (o *CreateOrganizationQuota) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox gets a reference to the given float32 and assigns it to the MaxCpuPerSandbox field.
func (*CreateOrganizationQuota) SetMaxDiskPerSandbox ¶
func (o *CreateOrganizationQuota) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox gets a reference to the given float32 and assigns it to the MaxDiskPerSandbox field.
func (*CreateOrganizationQuota) SetMaxMemoryPerSandbox ¶
func (o *CreateOrganizationQuota) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox gets a reference to the given float32 and assigns it to the MaxMemoryPerSandbox field.
func (*CreateOrganizationQuota) SetMaxSnapshotSize ¶
func (o *CreateOrganizationQuota) SetMaxSnapshotSize(v float32)
SetMaxSnapshotSize gets a reference to the given float32 and assigns it to the MaxSnapshotSize field.
func (*CreateOrganizationQuota) SetSnapshotQuota ¶
func (o *CreateOrganizationQuota) SetSnapshotQuota(v float32)
SetSnapshotQuota gets a reference to the given float32 and assigns it to the SnapshotQuota field.
func (*CreateOrganizationQuota) SetTotalCpuQuota ¶
func (o *CreateOrganizationQuota) SetTotalCpuQuota(v float32)
SetTotalCpuQuota gets a reference to the given float32 and assigns it to the TotalCpuQuota field.
func (*CreateOrganizationQuota) SetTotalDiskQuota ¶
func (o *CreateOrganizationQuota) SetTotalDiskQuota(v float32)
SetTotalDiskQuota gets a reference to the given float32 and assigns it to the TotalDiskQuota field.
func (*CreateOrganizationQuota) SetTotalGpuQuota ¶ added in v0.196.0
func (o *CreateOrganizationQuota) SetTotalGpuQuota(v float32)
SetTotalGpuQuota gets a reference to the given float32 and assigns it to the TotalGpuQuota field.
func (*CreateOrganizationQuota) SetTotalMemoryQuota ¶
func (o *CreateOrganizationQuota) SetTotalMemoryQuota(v float32)
SetTotalMemoryQuota gets a reference to the given float32 and assigns it to the TotalMemoryQuota field.
func (*CreateOrganizationQuota) SetVolumeQuota ¶
func (o *CreateOrganizationQuota) SetVolumeQuota(v float32)
SetVolumeQuota gets a reference to the given float32 and assigns it to the VolumeQuota field.
func (CreateOrganizationQuota) ToMap ¶
func (o CreateOrganizationQuota) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationQuota) UnmarshalJSON ¶
func (o *CreateOrganizationQuota) UnmarshalJSON(data []byte) (err error)
type CreateOrganizationRegionQuota ¶
type CreateOrganizationRegionQuota struct {
SandboxClass SandboxClass `json:"sandboxClass"`
TotalCpuQuota float32 `json:"totalCpuQuota"`
TotalMemoryQuota float32 `json:"totalMemoryQuota"`
TotalDiskQuota float32 `json:"totalDiskQuota"`
TotalGpuQuota float32 `json:"totalGpuQuota"`
AllowedGpuTypes []GpuType `json:"allowedGpuTypes,omitempty"`
MaxCpuPerSandbox NullableFloat32 `json:"maxCpuPerSandbox,omitempty"`
MaxMemoryPerSandbox NullableFloat32 `json:"maxMemoryPerSandbox,omitempty"`
MaxDiskPerSandbox NullableFloat32 `json:"maxDiskPerSandbox,omitempty"`
MaxDiskPerNonEphemeralSandbox NullableFloat32 `json:"maxDiskPerNonEphemeralSandbox,omitempty"`
MaxCpuPerGpuSandbox NullableFloat32 `json:"maxCpuPerGpuSandbox,omitempty"`
MaxMemoryPerGpuSandbox NullableFloat32 `json:"maxMemoryPerGpuSandbox,omitempty"`
MaxDiskPerGpuSandbox NullableFloat32 `json:"maxDiskPerGpuSandbox,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateOrganizationRegionQuota struct for CreateOrganizationRegionQuota
func NewCreateOrganizationRegionQuota ¶
func NewCreateOrganizationRegionQuota(sandboxClass SandboxClass, totalCpuQuota float32, totalMemoryQuota float32, totalDiskQuota float32, totalGpuQuota float32) *CreateOrganizationRegionQuota
NewCreateOrganizationRegionQuota instantiates a new CreateOrganizationRegionQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationRegionQuotaWithDefaults ¶
func NewCreateOrganizationRegionQuotaWithDefaults() *CreateOrganizationRegionQuota
NewCreateOrganizationRegionQuotaWithDefaults instantiates a new CreateOrganizationRegionQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganizationRegionQuota) GetAllowedGpuTypes ¶
func (o *CreateOrganizationRegionQuota) GetAllowedGpuTypes() []GpuType
GetAllowedGpuTypes returns the AllowedGpuTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetAllowedGpuTypesOk ¶
func (o *CreateOrganizationRegionQuota) GetAllowedGpuTypesOk() ([]GpuType, bool)
GetAllowedGpuTypesOk returns a tuple with the AllowedGpuTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxCpuPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxCpuPerGpuSandbox() float32
GetMaxCpuPerGpuSandbox returns the MaxCpuPerGpuSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxCpuPerGpuSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
GetMaxCpuPerGpuSandboxOk returns a tuple with the MaxCpuPerGpuSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxCpuPerSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxCpuPerSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxDiskPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxDiskPerGpuSandbox() float32
GetMaxDiskPerGpuSandbox returns the MaxDiskPerGpuSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxDiskPerGpuSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
GetMaxDiskPerGpuSandboxOk returns a tuple with the MaxDiskPerGpuSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandbox() float32
GetMaxDiskPerNonEphemeralSandbox returns the MaxDiskPerNonEphemeralSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
GetMaxDiskPerNonEphemeralSandboxOk returns a tuple with the MaxDiskPerNonEphemeralSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxDiskPerSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxDiskPerSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxMemoryPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerGpuSandbox() float32
GetMaxMemoryPerGpuSandbox returns the MaxMemoryPerGpuSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxMemoryPerGpuSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
GetMaxMemoryPerGpuSandboxOk returns a tuple with the MaxMemoryPerGpuSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetMaxMemoryPerSandbox ¶
func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateOrganizationRegionQuota) GetMaxMemoryPerSandboxOk ¶
func (o *CreateOrganizationRegionQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateOrganizationRegionQuota) GetSandboxClass ¶
func (o *CreateOrganizationRegionQuota) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value
func (*CreateOrganizationRegionQuota) GetSandboxClassOk ¶
func (o *CreateOrganizationRegionQuota) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value and a boolean to check if the value has been set.
func (*CreateOrganizationRegionQuota) GetTotalCpuQuota ¶
func (o *CreateOrganizationRegionQuota) GetTotalCpuQuota() float32
GetTotalCpuQuota returns the TotalCpuQuota field value
func (*CreateOrganizationRegionQuota) GetTotalCpuQuotaOk ¶
func (o *CreateOrganizationRegionQuota) GetTotalCpuQuotaOk() (*float32, bool)
GetTotalCpuQuotaOk returns a tuple with the TotalCpuQuota field value and a boolean to check if the value has been set.
func (*CreateOrganizationRegionQuota) GetTotalDiskQuota ¶
func (o *CreateOrganizationRegionQuota) GetTotalDiskQuota() float32
GetTotalDiskQuota returns the TotalDiskQuota field value
func (*CreateOrganizationRegionQuota) GetTotalDiskQuotaOk ¶
func (o *CreateOrganizationRegionQuota) GetTotalDiskQuotaOk() (*float32, bool)
GetTotalDiskQuotaOk returns a tuple with the TotalDiskQuota field value and a boolean to check if the value has been set.
func (*CreateOrganizationRegionQuota) GetTotalGpuQuota ¶
func (o *CreateOrganizationRegionQuota) GetTotalGpuQuota() float32
GetTotalGpuQuota returns the TotalGpuQuota field value
func (*CreateOrganizationRegionQuota) GetTotalGpuQuotaOk ¶
func (o *CreateOrganizationRegionQuota) GetTotalGpuQuotaOk() (*float32, bool)
GetTotalGpuQuotaOk returns a tuple with the TotalGpuQuota field value and a boolean to check if the value has been set.
func (*CreateOrganizationRegionQuota) GetTotalMemoryQuota ¶
func (o *CreateOrganizationRegionQuota) GetTotalMemoryQuota() float32
GetTotalMemoryQuota returns the TotalMemoryQuota field value
func (*CreateOrganizationRegionQuota) GetTotalMemoryQuotaOk ¶
func (o *CreateOrganizationRegionQuota) GetTotalMemoryQuotaOk() (*float32, bool)
GetTotalMemoryQuotaOk returns a tuple with the TotalMemoryQuota field value and a boolean to check if the value has been set.
func (*CreateOrganizationRegionQuota) HasAllowedGpuTypes ¶
func (o *CreateOrganizationRegionQuota) HasAllowedGpuTypes() bool
HasAllowedGpuTypes returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxCpuPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxCpuPerGpuSandbox() bool
HasMaxCpuPerGpuSandbox returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxCpuPerSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxCpuPerSandbox() bool
HasMaxCpuPerSandbox returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxDiskPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxDiskPerGpuSandbox() bool
HasMaxDiskPerGpuSandbox returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxDiskPerNonEphemeralSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxDiskPerNonEphemeralSandbox() bool
HasMaxDiskPerNonEphemeralSandbox returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxDiskPerSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxDiskPerSandbox() bool
HasMaxDiskPerSandbox returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxMemoryPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxMemoryPerGpuSandbox() bool
HasMaxMemoryPerGpuSandbox returns a boolean if a field has been set.
func (*CreateOrganizationRegionQuota) HasMaxMemoryPerSandbox ¶
func (o *CreateOrganizationRegionQuota) HasMaxMemoryPerSandbox() bool
HasMaxMemoryPerSandbox returns a boolean if a field has been set.
func (CreateOrganizationRegionQuota) MarshalJSON ¶
func (o CreateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
func (*CreateOrganizationRegionQuota) SetAllowedGpuTypes ¶
func (o *CreateOrganizationRegionQuota) SetAllowedGpuTypes(v []GpuType)
SetAllowedGpuTypes gets a reference to the given []GpuType and assigns it to the AllowedGpuTypes field.
func (*CreateOrganizationRegionQuota) SetMaxCpuPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxCpuPerGpuSandbox(v float32)
SetMaxCpuPerGpuSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxCpuPerGpuSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxCpuPerGpuSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxCpuPerGpuSandboxNil()
SetMaxCpuPerGpuSandboxNil sets the value for MaxCpuPerGpuSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetMaxCpuPerSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxCpuPerSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxCpuPerSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxCpuPerSandboxNil()
SetMaxCpuPerSandboxNil sets the value for MaxCpuPerSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetMaxDiskPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxDiskPerGpuSandbox(v float32)
SetMaxDiskPerGpuSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxDiskPerGpuSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxDiskPerGpuSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxDiskPerGpuSandboxNil()
SetMaxDiskPerGpuSandboxNil sets the value for MaxDiskPerGpuSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandbox(v float32)
SetMaxDiskPerNonEphemeralSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxDiskPerNonEphemeralSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandboxNil()
SetMaxDiskPerNonEphemeralSandboxNil sets the value for MaxDiskPerNonEphemeralSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetMaxDiskPerSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxDiskPerSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxDiskPerSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxDiskPerSandboxNil()
SetMaxDiskPerSandboxNil sets the value for MaxDiskPerSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetMaxMemoryPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerGpuSandbox(v float32)
SetMaxMemoryPerGpuSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxMemoryPerGpuSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxMemoryPerGpuSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerGpuSandboxNil()
SetMaxMemoryPerGpuSandboxNil sets the value for MaxMemoryPerGpuSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetMaxMemoryPerSandbox ¶
func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxMemoryPerSandbox field.
func (*CreateOrganizationRegionQuota) SetMaxMemoryPerSandboxNil ¶
func (o *CreateOrganizationRegionQuota) SetMaxMemoryPerSandboxNil()
SetMaxMemoryPerSandboxNil sets the value for MaxMemoryPerSandbox to be an explicit nil
func (*CreateOrganizationRegionQuota) SetSandboxClass ¶
func (o *CreateOrganizationRegionQuota) SetSandboxClass(v SandboxClass)
SetSandboxClass sets field value
func (*CreateOrganizationRegionQuota) SetTotalCpuQuota ¶
func (o *CreateOrganizationRegionQuota) SetTotalCpuQuota(v float32)
SetTotalCpuQuota sets field value
func (*CreateOrganizationRegionQuota) SetTotalDiskQuota ¶
func (o *CreateOrganizationRegionQuota) SetTotalDiskQuota(v float32)
SetTotalDiskQuota sets field value
func (*CreateOrganizationRegionQuota) SetTotalGpuQuota ¶
func (o *CreateOrganizationRegionQuota) SetTotalGpuQuota(v float32)
SetTotalGpuQuota sets field value
func (*CreateOrganizationRegionQuota) SetTotalMemoryQuota ¶
func (o *CreateOrganizationRegionQuota) SetTotalMemoryQuota(v float32)
SetTotalMemoryQuota sets field value
func (CreateOrganizationRegionQuota) ToMap ¶
func (o CreateOrganizationRegionQuota) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationRegionQuota) UnmarshalJSON ¶
func (o *CreateOrganizationRegionQuota) UnmarshalJSON(data []byte) (err error)
func (*CreateOrganizationRegionQuota) UnsetMaxCpuPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxCpuPerGpuSandbox()
UnsetMaxCpuPerGpuSandbox ensures that no value is present for MaxCpuPerGpuSandbox, not even an explicit nil
func (*CreateOrganizationRegionQuota) UnsetMaxCpuPerSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxCpuPerSandbox()
UnsetMaxCpuPerSandbox ensures that no value is present for MaxCpuPerSandbox, not even an explicit nil
func (*CreateOrganizationRegionQuota) UnsetMaxDiskPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxDiskPerGpuSandbox()
UnsetMaxDiskPerGpuSandbox ensures that no value is present for MaxDiskPerGpuSandbox, not even an explicit nil
func (*CreateOrganizationRegionQuota) UnsetMaxDiskPerNonEphemeralSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxDiskPerNonEphemeralSandbox()
UnsetMaxDiskPerNonEphemeralSandbox ensures that no value is present for MaxDiskPerNonEphemeralSandbox, not even an explicit nil
func (*CreateOrganizationRegionQuota) UnsetMaxDiskPerSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxDiskPerSandbox()
UnsetMaxDiskPerSandbox ensures that no value is present for MaxDiskPerSandbox, not even an explicit nil
func (*CreateOrganizationRegionQuota) UnsetMaxMemoryPerGpuSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxMemoryPerGpuSandbox()
UnsetMaxMemoryPerGpuSandbox ensures that no value is present for MaxMemoryPerGpuSandbox, not even an explicit nil
func (*CreateOrganizationRegionQuota) UnsetMaxMemoryPerSandbox ¶
func (o *CreateOrganizationRegionQuota) UnsetMaxMemoryPerSandbox()
UnsetMaxMemoryPerSandbox ensures that no value is present for MaxMemoryPerSandbox, not even an explicit nil
type CreateOrganizationRole ¶
type CreateOrganizationRole struct {
// The name of the role
Name string `json:"name"`
// The description of the role
Description string `json:"description"`
// The list of permissions assigned to the role
Permissions []string `json:"permissions"`
AdditionalProperties map[string]interface{}
}
CreateOrganizationRole struct for CreateOrganizationRole
func NewCreateOrganizationRole ¶
func NewCreateOrganizationRole(name string, description string, permissions []string) *CreateOrganizationRole
NewCreateOrganizationRole instantiates a new CreateOrganizationRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateOrganizationRoleWithDefaults ¶
func NewCreateOrganizationRoleWithDefaults() *CreateOrganizationRole
NewCreateOrganizationRoleWithDefaults instantiates a new CreateOrganizationRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateOrganizationRole) GetDescription ¶
func (o *CreateOrganizationRole) GetDescription() string
GetDescription returns the Description field value
func (*CreateOrganizationRole) GetDescriptionOk ¶
func (o *CreateOrganizationRole) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*CreateOrganizationRole) GetName ¶
func (o *CreateOrganizationRole) GetName() string
GetName returns the Name field value
func (*CreateOrganizationRole) GetNameOk ¶
func (o *CreateOrganizationRole) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateOrganizationRole) GetPermissions ¶
func (o *CreateOrganizationRole) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*CreateOrganizationRole) GetPermissionsOk ¶
func (o *CreateOrganizationRole) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (CreateOrganizationRole) MarshalJSON ¶
func (o CreateOrganizationRole) MarshalJSON() ([]byte, error)
func (*CreateOrganizationRole) SetDescription ¶
func (o *CreateOrganizationRole) SetDescription(v string)
SetDescription sets field value
func (*CreateOrganizationRole) SetName ¶
func (o *CreateOrganizationRole) SetName(v string)
SetName sets field value
func (*CreateOrganizationRole) SetPermissions ¶
func (o *CreateOrganizationRole) SetPermissions(v []string)
SetPermissions sets field value
func (CreateOrganizationRole) ToMap ¶
func (o CreateOrganizationRole) ToMap() (map[string]interface{}, error)
func (*CreateOrganizationRole) UnmarshalJSON ¶
func (o *CreateOrganizationRole) UnmarshalJSON(data []byte) (err error)
type CreateRegion ¶
type CreateRegion struct {
// Region name
Name string `json:"name"`
// Proxy URL for the region
ProxyUrl NullableString `json:"proxyUrl,omitempty"`
// SSH Gateway URL for the region
SshGatewayUrl NullableString `json:"sshGatewayUrl,omitempty"`
// Snapshot Manager URL for the region
SnapshotManagerUrl NullableString `json:"snapshotManagerUrl,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateRegion struct for CreateRegion
func NewCreateRegion ¶
func NewCreateRegion(name string) *CreateRegion
NewCreateRegion instantiates a new CreateRegion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateRegionWithDefaults ¶
func NewCreateRegionWithDefaults() *CreateRegion
NewCreateRegionWithDefaults instantiates a new CreateRegion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateRegion) GetName ¶
func (o *CreateRegion) GetName() string
GetName returns the Name field value
func (*CreateRegion) GetNameOk ¶
func (o *CreateRegion) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateRegion) GetProxyUrl ¶
func (o *CreateRegion) GetProxyUrl() string
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegion) GetProxyUrlOk ¶
func (o *CreateRegion) GetProxyUrlOk() (*string, bool)
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegion) GetSnapshotManagerUrl ¶
func (o *CreateRegion) GetSnapshotManagerUrl() string
GetSnapshotManagerUrl returns the SnapshotManagerUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegion) GetSnapshotManagerUrlOk ¶
func (o *CreateRegion) GetSnapshotManagerUrlOk() (*string, bool)
GetSnapshotManagerUrlOk returns a tuple with the SnapshotManagerUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegion) GetSshGatewayUrl ¶
func (o *CreateRegion) GetSshGatewayUrl() string
GetSshGatewayUrl returns the SshGatewayUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegion) GetSshGatewayUrlOk ¶
func (o *CreateRegion) GetSshGatewayUrlOk() (*string, bool)
GetSshGatewayUrlOk returns a tuple with the SshGatewayUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegion) HasProxyUrl ¶
func (o *CreateRegion) HasProxyUrl() bool
HasProxyUrl returns a boolean if a field has been set.
func (*CreateRegion) HasSnapshotManagerUrl ¶
func (o *CreateRegion) HasSnapshotManagerUrl() bool
HasSnapshotManagerUrl returns a boolean if a field has been set.
func (*CreateRegion) HasSshGatewayUrl ¶
func (o *CreateRegion) HasSshGatewayUrl() bool
HasSshGatewayUrl returns a boolean if a field has been set.
func (CreateRegion) MarshalJSON ¶
func (o CreateRegion) MarshalJSON() ([]byte, error)
func (*CreateRegion) SetProxyUrl ¶
func (o *CreateRegion) SetProxyUrl(v string)
SetProxyUrl gets a reference to the given NullableString and assigns it to the ProxyUrl field.
func (*CreateRegion) SetProxyUrlNil ¶
func (o *CreateRegion) SetProxyUrlNil()
SetProxyUrlNil sets the value for ProxyUrl to be an explicit nil
func (*CreateRegion) SetSnapshotManagerUrl ¶
func (o *CreateRegion) SetSnapshotManagerUrl(v string)
SetSnapshotManagerUrl gets a reference to the given NullableString and assigns it to the SnapshotManagerUrl field.
func (*CreateRegion) SetSnapshotManagerUrlNil ¶
func (o *CreateRegion) SetSnapshotManagerUrlNil()
SetSnapshotManagerUrlNil sets the value for SnapshotManagerUrl to be an explicit nil
func (*CreateRegion) SetSshGatewayUrl ¶
func (o *CreateRegion) SetSshGatewayUrl(v string)
SetSshGatewayUrl gets a reference to the given NullableString and assigns it to the SshGatewayUrl field.
func (*CreateRegion) SetSshGatewayUrlNil ¶
func (o *CreateRegion) SetSshGatewayUrlNil()
SetSshGatewayUrlNil sets the value for SshGatewayUrl to be an explicit nil
func (CreateRegion) ToMap ¶
func (o CreateRegion) ToMap() (map[string]interface{}, error)
func (*CreateRegion) UnmarshalJSON ¶
func (o *CreateRegion) UnmarshalJSON(data []byte) (err error)
func (*CreateRegion) UnsetProxyUrl ¶
func (o *CreateRegion) UnsetProxyUrl()
UnsetProxyUrl ensures that no value is present for ProxyUrl, not even an explicit nil
func (*CreateRegion) UnsetSnapshotManagerUrl ¶
func (o *CreateRegion) UnsetSnapshotManagerUrl()
UnsetSnapshotManagerUrl ensures that no value is present for SnapshotManagerUrl, not even an explicit nil
func (*CreateRegion) UnsetSshGatewayUrl ¶
func (o *CreateRegion) UnsetSshGatewayUrl()
UnsetSshGatewayUrl ensures that no value is present for SshGatewayUrl, not even an explicit nil
type CreateRegionResponse ¶
type CreateRegionResponse struct {
// ID of the created region
Id string `json:"id"`
// Proxy API key for the region
ProxyApiKey NullableString `json:"proxyApiKey,omitempty"`
// SSH Gateway API key for the region
SshGatewayApiKey NullableString `json:"sshGatewayApiKey,omitempty"`
// Snapshot Manager username for the region
SnapshotManagerUsername NullableString `json:"snapshotManagerUsername,omitempty"`
// Snapshot Manager password for the region
SnapshotManagerPassword NullableString `json:"snapshotManagerPassword,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateRegionResponse struct for CreateRegionResponse
func NewCreateRegionResponse ¶
func NewCreateRegionResponse(id string) *CreateRegionResponse
NewCreateRegionResponse instantiates a new CreateRegionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateRegionResponseWithDefaults ¶
func NewCreateRegionResponseWithDefaults() *CreateRegionResponse
NewCreateRegionResponseWithDefaults instantiates a new CreateRegionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateRegionResponse) GetId ¶
func (o *CreateRegionResponse) GetId() string
GetId returns the Id field value
func (*CreateRegionResponse) GetIdOk ¶
func (o *CreateRegionResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateRegionResponse) GetProxyApiKey ¶
func (o *CreateRegionResponse) GetProxyApiKey() string
GetProxyApiKey returns the ProxyApiKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegionResponse) GetProxyApiKeyOk ¶
func (o *CreateRegionResponse) GetProxyApiKeyOk() (*string, bool)
GetProxyApiKeyOk returns a tuple with the ProxyApiKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegionResponse) GetSnapshotManagerPassword ¶
func (o *CreateRegionResponse) GetSnapshotManagerPassword() string
GetSnapshotManagerPassword returns the SnapshotManagerPassword field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegionResponse) GetSnapshotManagerPasswordOk ¶
func (o *CreateRegionResponse) GetSnapshotManagerPasswordOk() (*string, bool)
GetSnapshotManagerPasswordOk returns a tuple with the SnapshotManagerPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegionResponse) GetSnapshotManagerUsername ¶
func (o *CreateRegionResponse) GetSnapshotManagerUsername() string
GetSnapshotManagerUsername returns the SnapshotManagerUsername field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegionResponse) GetSnapshotManagerUsernameOk ¶
func (o *CreateRegionResponse) GetSnapshotManagerUsernameOk() (*string, bool)
GetSnapshotManagerUsernameOk returns a tuple with the SnapshotManagerUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegionResponse) GetSshGatewayApiKey ¶
func (o *CreateRegionResponse) GetSshGatewayApiKey() string
GetSshGatewayApiKey returns the SshGatewayApiKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateRegionResponse) GetSshGatewayApiKeyOk ¶
func (o *CreateRegionResponse) GetSshGatewayApiKeyOk() (*string, bool)
GetSshGatewayApiKeyOk returns a tuple with the SshGatewayApiKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateRegionResponse) HasProxyApiKey ¶
func (o *CreateRegionResponse) HasProxyApiKey() bool
HasProxyApiKey returns a boolean if a field has been set.
func (*CreateRegionResponse) HasSnapshotManagerPassword ¶
func (o *CreateRegionResponse) HasSnapshotManagerPassword() bool
HasSnapshotManagerPassword returns a boolean if a field has been set.
func (*CreateRegionResponse) HasSnapshotManagerUsername ¶
func (o *CreateRegionResponse) HasSnapshotManagerUsername() bool
HasSnapshotManagerUsername returns a boolean if a field has been set.
func (*CreateRegionResponse) HasSshGatewayApiKey ¶
func (o *CreateRegionResponse) HasSshGatewayApiKey() bool
HasSshGatewayApiKey returns a boolean if a field has been set.
func (CreateRegionResponse) MarshalJSON ¶
func (o CreateRegionResponse) MarshalJSON() ([]byte, error)
func (*CreateRegionResponse) SetId ¶
func (o *CreateRegionResponse) SetId(v string)
SetId sets field value
func (*CreateRegionResponse) SetProxyApiKey ¶
func (o *CreateRegionResponse) SetProxyApiKey(v string)
SetProxyApiKey gets a reference to the given NullableString and assigns it to the ProxyApiKey field.
func (*CreateRegionResponse) SetProxyApiKeyNil ¶
func (o *CreateRegionResponse) SetProxyApiKeyNil()
SetProxyApiKeyNil sets the value for ProxyApiKey to be an explicit nil
func (*CreateRegionResponse) SetSnapshotManagerPassword ¶
func (o *CreateRegionResponse) SetSnapshotManagerPassword(v string)
SetSnapshotManagerPassword gets a reference to the given NullableString and assigns it to the SnapshotManagerPassword field.
func (*CreateRegionResponse) SetSnapshotManagerPasswordNil ¶
func (o *CreateRegionResponse) SetSnapshotManagerPasswordNil()
SetSnapshotManagerPasswordNil sets the value for SnapshotManagerPassword to be an explicit nil
func (*CreateRegionResponse) SetSnapshotManagerUsername ¶
func (o *CreateRegionResponse) SetSnapshotManagerUsername(v string)
SetSnapshotManagerUsername gets a reference to the given NullableString and assigns it to the SnapshotManagerUsername field.
func (*CreateRegionResponse) SetSnapshotManagerUsernameNil ¶
func (o *CreateRegionResponse) SetSnapshotManagerUsernameNil()
SetSnapshotManagerUsernameNil sets the value for SnapshotManagerUsername to be an explicit nil
func (*CreateRegionResponse) SetSshGatewayApiKey ¶
func (o *CreateRegionResponse) SetSshGatewayApiKey(v string)
SetSshGatewayApiKey gets a reference to the given NullableString and assigns it to the SshGatewayApiKey field.
func (*CreateRegionResponse) SetSshGatewayApiKeyNil ¶
func (o *CreateRegionResponse) SetSshGatewayApiKeyNil()
SetSshGatewayApiKeyNil sets the value for SshGatewayApiKey to be an explicit nil
func (CreateRegionResponse) ToMap ¶
func (o CreateRegionResponse) ToMap() (map[string]interface{}, error)
func (*CreateRegionResponse) UnmarshalJSON ¶
func (o *CreateRegionResponse) UnmarshalJSON(data []byte) (err error)
func (*CreateRegionResponse) UnsetProxyApiKey ¶
func (o *CreateRegionResponse) UnsetProxyApiKey()
UnsetProxyApiKey ensures that no value is present for ProxyApiKey, not even an explicit nil
func (*CreateRegionResponse) UnsetSnapshotManagerPassword ¶
func (o *CreateRegionResponse) UnsetSnapshotManagerPassword()
UnsetSnapshotManagerPassword ensures that no value is present for SnapshotManagerPassword, not even an explicit nil
func (*CreateRegionResponse) UnsetSnapshotManagerUsername ¶
func (o *CreateRegionResponse) UnsetSnapshotManagerUsername()
UnsetSnapshotManagerUsername ensures that no value is present for SnapshotManagerUsername, not even an explicit nil
func (*CreateRegionResponse) UnsetSshGatewayApiKey ¶
func (o *CreateRegionResponse) UnsetSshGatewayApiKey()
UnsetSshGatewayApiKey ensures that no value is present for SshGatewayApiKey, not even an explicit nil
type CreateRunner ¶
type CreateRunner struct {
RegionId string `json:"regionId"`
Name string `json:"name"`
// Tags to associate with the runner
Tags []string `json:"tags,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateRunner struct for CreateRunner
func NewCreateRunner ¶
func NewCreateRunner(regionId string, name string) *CreateRunner
NewCreateRunner instantiates a new CreateRunner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateRunnerWithDefaults ¶
func NewCreateRunnerWithDefaults() *CreateRunner
NewCreateRunnerWithDefaults instantiates a new CreateRunner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateRunner) GetName ¶
func (o *CreateRunner) GetName() string
GetName returns the Name field value
func (*CreateRunner) GetNameOk ¶
func (o *CreateRunner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateRunner) GetRegionId ¶
func (o *CreateRunner) GetRegionId() string
GetRegionId returns the RegionId field value
func (*CreateRunner) GetRegionIdOk ¶
func (o *CreateRunner) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value and a boolean to check if the value has been set.
func (*CreateRunner) GetTags ¶
func (o *CreateRunner) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*CreateRunner) GetTagsOk ¶
func (o *CreateRunner) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateRunner) HasTags ¶
func (o *CreateRunner) HasTags() bool
HasTags returns a boolean if a field has been set.
func (CreateRunner) MarshalJSON ¶
func (o CreateRunner) MarshalJSON() ([]byte, error)
func (*CreateRunner) SetRegionId ¶
func (o *CreateRunner) SetRegionId(v string)
SetRegionId sets field value
func (*CreateRunner) SetTags ¶
func (o *CreateRunner) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (CreateRunner) ToMap ¶
func (o CreateRunner) ToMap() (map[string]interface{}, error)
func (*CreateRunner) UnmarshalJSON ¶
func (o *CreateRunner) UnmarshalJSON(data []byte) (err error)
type CreateRunnerResponse ¶
type CreateRunnerResponse struct {
// The ID of the runner
Id string `json:"id"`
// The API key for the runner
ApiKey string `json:"apiKey"`
AdditionalProperties map[string]interface{}
}
CreateRunnerResponse struct for CreateRunnerResponse
func NewCreateRunnerResponse ¶
func NewCreateRunnerResponse(id string, apiKey string) *CreateRunnerResponse
NewCreateRunnerResponse instantiates a new CreateRunnerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateRunnerResponseWithDefaults ¶
func NewCreateRunnerResponseWithDefaults() *CreateRunnerResponse
NewCreateRunnerResponseWithDefaults instantiates a new CreateRunnerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateRunnerResponse) GetApiKey ¶
func (o *CreateRunnerResponse) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*CreateRunnerResponse) GetApiKeyOk ¶
func (o *CreateRunnerResponse) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*CreateRunnerResponse) GetId ¶
func (o *CreateRunnerResponse) GetId() string
GetId returns the Id field value
func (*CreateRunnerResponse) GetIdOk ¶
func (o *CreateRunnerResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (CreateRunnerResponse) MarshalJSON ¶
func (o CreateRunnerResponse) MarshalJSON() ([]byte, error)
func (*CreateRunnerResponse) SetApiKey ¶
func (o *CreateRunnerResponse) SetApiKey(v string)
SetApiKey sets field value
func (*CreateRunnerResponse) SetId ¶
func (o *CreateRunnerResponse) SetId(v string)
SetId sets field value
func (CreateRunnerResponse) ToMap ¶
func (o CreateRunnerResponse) ToMap() (map[string]interface{}, error)
func (*CreateRunnerResponse) UnmarshalJSON ¶
func (o *CreateRunnerResponse) UnmarshalJSON(data []byte) (err error)
type CreateSandbox ¶
type CreateSandbox struct {
// The name of the sandbox. If not provided, the sandbox ID will be used as the name
Name *string `json:"name,omitempty"`
// The ID or name of the snapshot used for the sandbox
Snapshot *string `json:"snapshot,omitempty"`
// The user associated with the project
User *string `json:"user,omitempty"`
// Environment variables for the sandbox
Env *map[string]string `json:"env,omitempty"`
// Labels for the sandbox
Labels *map[string]string `json:"labels,omitempty"`
// Whether the sandbox http preview is publicly accessible
Public *bool `json:"public,omitempty"`
// Whether to block all network access for the sandbox
NetworkBlockAll *bool `json:"networkBlockAll,omitempty"`
// Comma-separated list of allowed CIDR network addresses for the sandbox
NetworkAllowList *string `json:"networkAllowList,omitempty"`
// Comma-separated list of allowed domains for the sandbox
DomainAllowList *string `json:"domainAllowList,omitempty"`
// The target (region) where the sandbox will be created
Target *string `json:"target,omitempty"`
// CPU cores allocated to the sandbox
Cpu *int32 `json:"cpu,omitempty"`
// GPU units allocated to the sandbox
Gpu *int32 `json:"gpu,omitempty"`
// Preferred GPU type for the sandbox. Accepts a single value or an ordered preference list — the scheduler tries each in order and pins the sandbox to the first that has capacity.
GpuType []GpuType `json:"gpuType,omitempty"`
// Memory allocated to the sandbox in GB
Memory *int32 `json:"memory,omitempty"`
// Disk space allocated to the sandbox in GB
Disk *int32 `json:"disk,omitempty"`
// Auto-stop interval in minutes (0 means disabled)
AutoStopInterval *int32 `json:"autoStopInterval,omitempty"`
// Auto-pause interval in minutes (0 means disabled). Only supported for sandbox classes that support pausing. Not allowed for ephemeral sandboxes. At most one of autoStopInterval and autoPauseInterval may be non-zero. For non-ephemeral sandbox classes that support pausing, defaults to 60 minutes (with auto-stop disabled) when neither interval is provided.
AutoPauseInterval *int32 `json:"autoPauseInterval,omitempty"`
// Auto-archive interval in minutes (0 means the maximum interval will be used)
AutoArchiveInterval *int32 `json:"autoArchiveInterval,omitempty"`
// Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping)
AutoDeleteInterval *int32 `json:"autoDeleteInterval,omitempty"`
// Maximum time to live in minutes, counted as wall-clock time since creation regardless of sandbox state (0 means disabled). When it elapses the sandbox is destroyed, even if it is stopped, paused, or archived.
TtlMinutes *int32 `json:"ttlMinutes,omitempty"`
// Array of volumes to attach to the sandbox
Volumes []SandboxVolume `json:"volumes,omitempty"`
// Build information for the sandbox
BuildInfo *CreateBuildInfo `json:"buildInfo,omitempty"`
// ID or name of an existing sandbox to link the new sandbox to. The new sandbox will be scheduled on the same runner as the linked sandbox so a local network can be established between them. Linked sandboxes must be ephemeral (autoDeleteInterval=0) and cannot themselves be linked to another sandbox.
LinkedSandbox *string `json:"linkedSandbox,omitempty"`
// Secrets to mount in this sandbox. Each entry maps an env var name to a vault secret name.
Secrets []map[string]string `json:"secrets,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateSandbox struct for CreateSandbox
func NewCreateSandbox ¶
func NewCreateSandbox() *CreateSandbox
NewCreateSandbox instantiates a new CreateSandbox object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSandboxWithDefaults ¶
func NewCreateSandboxWithDefaults() *CreateSandbox
NewCreateSandboxWithDefaults instantiates a new CreateSandbox object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSandbox) GetAutoArchiveInterval ¶
func (o *CreateSandbox) GetAutoArchiveInterval() int32
GetAutoArchiveInterval returns the AutoArchiveInterval field value if set, zero value otherwise.
func (*CreateSandbox) GetAutoArchiveIntervalOk ¶
func (o *CreateSandbox) GetAutoArchiveIntervalOk() (*int32, bool)
GetAutoArchiveIntervalOk returns a tuple with the AutoArchiveInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetAutoDeleteInterval ¶
func (o *CreateSandbox) GetAutoDeleteInterval() int32
GetAutoDeleteInterval returns the AutoDeleteInterval field value if set, zero value otherwise.
func (*CreateSandbox) GetAutoDeleteIntervalOk ¶
func (o *CreateSandbox) GetAutoDeleteIntervalOk() (*int32, bool)
GetAutoDeleteIntervalOk returns a tuple with the AutoDeleteInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetAutoPauseInterval ¶ added in v0.197.0
func (o *CreateSandbox) GetAutoPauseInterval() int32
GetAutoPauseInterval returns the AutoPauseInterval field value if set, zero value otherwise.
func (*CreateSandbox) GetAutoPauseIntervalOk ¶ added in v0.197.0
func (o *CreateSandbox) GetAutoPauseIntervalOk() (*int32, bool)
GetAutoPauseIntervalOk returns a tuple with the AutoPauseInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetAutoStopInterval ¶
func (o *CreateSandbox) GetAutoStopInterval() int32
GetAutoStopInterval returns the AutoStopInterval field value if set, zero value otherwise.
func (*CreateSandbox) GetAutoStopIntervalOk ¶
func (o *CreateSandbox) GetAutoStopIntervalOk() (*int32, bool)
GetAutoStopIntervalOk returns a tuple with the AutoStopInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetBuildInfo ¶
func (o *CreateSandbox) GetBuildInfo() CreateBuildInfo
GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.
func (*CreateSandbox) GetBuildInfoOk ¶
func (o *CreateSandbox) GetBuildInfoOk() (*CreateBuildInfo, bool)
GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetCpu ¶
func (o *CreateSandbox) GetCpu() int32
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*CreateSandbox) GetCpuOk ¶
func (o *CreateSandbox) GetCpuOk() (*int32, bool)
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetDisk ¶
func (o *CreateSandbox) GetDisk() int32
GetDisk returns the Disk field value if set, zero value otherwise.
func (*CreateSandbox) GetDiskOk ¶
func (o *CreateSandbox) GetDiskOk() (*int32, bool)
GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetDomainAllowList ¶
func (o *CreateSandbox) GetDomainAllowList() string
GetDomainAllowList returns the DomainAllowList field value if set, zero value otherwise.
func (*CreateSandbox) GetDomainAllowListOk ¶
func (o *CreateSandbox) GetDomainAllowListOk() (*string, bool)
GetDomainAllowListOk returns a tuple with the DomainAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetEnv ¶
func (o *CreateSandbox) GetEnv() map[string]string
GetEnv returns the Env field value if set, zero value otherwise.
func (*CreateSandbox) GetEnvOk ¶
func (o *CreateSandbox) GetEnvOk() (*map[string]string, bool)
GetEnvOk returns a tuple with the Env field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetGpu ¶
func (o *CreateSandbox) GetGpu() int32
GetGpu returns the Gpu field value if set, zero value otherwise.
func (*CreateSandbox) GetGpuOk ¶
func (o *CreateSandbox) GetGpuOk() (*int32, bool)
GetGpuOk returns a tuple with the Gpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetGpuType ¶
func (o *CreateSandbox) GetGpuType() []GpuType
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*CreateSandbox) GetGpuTypeOk ¶
func (o *CreateSandbox) GetGpuTypeOk() ([]GpuType, bool)
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetLabels ¶
func (o *CreateSandbox) GetLabels() map[string]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*CreateSandbox) GetLabelsOk ¶
func (o *CreateSandbox) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetLinkedSandbox ¶
func (o *CreateSandbox) GetLinkedSandbox() string
GetLinkedSandbox returns the LinkedSandbox field value if set, zero value otherwise.
func (*CreateSandbox) GetLinkedSandboxOk ¶
func (o *CreateSandbox) GetLinkedSandboxOk() (*string, bool)
GetLinkedSandboxOk returns a tuple with the LinkedSandbox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetMemory ¶
func (o *CreateSandbox) GetMemory() int32
GetMemory returns the Memory field value if set, zero value otherwise.
func (*CreateSandbox) GetMemoryOk ¶
func (o *CreateSandbox) GetMemoryOk() (*int32, bool)
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetName ¶
func (o *CreateSandbox) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateSandbox) GetNameOk ¶
func (o *CreateSandbox) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetNetworkAllowList ¶
func (o *CreateSandbox) GetNetworkAllowList() string
GetNetworkAllowList returns the NetworkAllowList field value if set, zero value otherwise.
func (*CreateSandbox) GetNetworkAllowListOk ¶
func (o *CreateSandbox) GetNetworkAllowListOk() (*string, bool)
GetNetworkAllowListOk returns a tuple with the NetworkAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetNetworkBlockAll ¶
func (o *CreateSandbox) GetNetworkBlockAll() bool
GetNetworkBlockAll returns the NetworkBlockAll field value if set, zero value otherwise.
func (*CreateSandbox) GetNetworkBlockAllOk ¶
func (o *CreateSandbox) GetNetworkBlockAllOk() (*bool, bool)
GetNetworkBlockAllOk returns a tuple with the NetworkBlockAll field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetPublic ¶
func (o *CreateSandbox) GetPublic() bool
GetPublic returns the Public field value if set, zero value otherwise.
func (*CreateSandbox) GetPublicOk ¶
func (o *CreateSandbox) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetSecrets ¶
func (o *CreateSandbox) GetSecrets() []map[string]string
GetSecrets returns the Secrets field value if set, zero value otherwise.
func (*CreateSandbox) GetSecretsOk ¶
func (o *CreateSandbox) GetSecretsOk() ([]map[string]string, bool)
GetSecretsOk returns a tuple with the Secrets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetSnapshot ¶
func (o *CreateSandbox) GetSnapshot() string
GetSnapshot returns the Snapshot field value if set, zero value otherwise.
func (*CreateSandbox) GetSnapshotOk ¶
func (o *CreateSandbox) GetSnapshotOk() (*string, bool)
GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetTarget ¶
func (o *CreateSandbox) GetTarget() string
GetTarget returns the Target field value if set, zero value otherwise.
func (*CreateSandbox) GetTargetOk ¶
func (o *CreateSandbox) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetTtlMinutes ¶ added in v0.199.0
func (o *CreateSandbox) GetTtlMinutes() int32
GetTtlMinutes returns the TtlMinutes field value if set, zero value otherwise.
func (*CreateSandbox) GetTtlMinutesOk ¶ added in v0.199.0
func (o *CreateSandbox) GetTtlMinutesOk() (*int32, bool)
GetTtlMinutesOk returns a tuple with the TtlMinutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetUser ¶
func (o *CreateSandbox) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*CreateSandbox) GetUserOk ¶
func (o *CreateSandbox) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) GetVolumes ¶
func (o *CreateSandbox) GetVolumes() []SandboxVolume
GetVolumes returns the Volumes field value if set, zero value otherwise.
func (*CreateSandbox) GetVolumesOk ¶
func (o *CreateSandbox) GetVolumesOk() ([]SandboxVolume, bool)
GetVolumesOk returns a tuple with the Volumes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandbox) HasAutoArchiveInterval ¶
func (o *CreateSandbox) HasAutoArchiveInterval() bool
HasAutoArchiveInterval returns a boolean if a field has been set.
func (*CreateSandbox) HasAutoDeleteInterval ¶
func (o *CreateSandbox) HasAutoDeleteInterval() bool
HasAutoDeleteInterval returns a boolean if a field has been set.
func (*CreateSandbox) HasAutoPauseInterval ¶ added in v0.197.0
func (o *CreateSandbox) HasAutoPauseInterval() bool
HasAutoPauseInterval returns a boolean if a field has been set.
func (*CreateSandbox) HasAutoStopInterval ¶
func (o *CreateSandbox) HasAutoStopInterval() bool
HasAutoStopInterval returns a boolean if a field has been set.
func (*CreateSandbox) HasBuildInfo ¶
func (o *CreateSandbox) HasBuildInfo() bool
HasBuildInfo returns a boolean if a field has been set.
func (*CreateSandbox) HasCpu ¶
func (o *CreateSandbox) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (*CreateSandbox) HasDisk ¶
func (o *CreateSandbox) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (*CreateSandbox) HasDomainAllowList ¶
func (o *CreateSandbox) HasDomainAllowList() bool
HasDomainAllowList returns a boolean if a field has been set.
func (*CreateSandbox) HasEnv ¶
func (o *CreateSandbox) HasEnv() bool
HasEnv returns a boolean if a field has been set.
func (*CreateSandbox) HasGpu ¶
func (o *CreateSandbox) HasGpu() bool
HasGpu returns a boolean if a field has been set.
func (*CreateSandbox) HasGpuType ¶
func (o *CreateSandbox) HasGpuType() bool
HasGpuType returns a boolean if a field has been set.
func (*CreateSandbox) HasLabels ¶
func (o *CreateSandbox) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*CreateSandbox) HasLinkedSandbox ¶
func (o *CreateSandbox) HasLinkedSandbox() bool
HasLinkedSandbox returns a boolean if a field has been set.
func (*CreateSandbox) HasMemory ¶
func (o *CreateSandbox) HasMemory() bool
HasMemory returns a boolean if a field has been set.
func (*CreateSandbox) HasName ¶
func (o *CreateSandbox) HasName() bool
HasName returns a boolean if a field has been set.
func (*CreateSandbox) HasNetworkAllowList ¶
func (o *CreateSandbox) HasNetworkAllowList() bool
HasNetworkAllowList returns a boolean if a field has been set.
func (*CreateSandbox) HasNetworkBlockAll ¶
func (o *CreateSandbox) HasNetworkBlockAll() bool
HasNetworkBlockAll returns a boolean if a field has been set.
func (*CreateSandbox) HasPublic ¶
func (o *CreateSandbox) HasPublic() bool
HasPublic returns a boolean if a field has been set.
func (*CreateSandbox) HasSecrets ¶
func (o *CreateSandbox) HasSecrets() bool
HasSecrets returns a boolean if a field has been set.
func (*CreateSandbox) HasSnapshot ¶
func (o *CreateSandbox) HasSnapshot() bool
HasSnapshot returns a boolean if a field has been set.
func (*CreateSandbox) HasTarget ¶
func (o *CreateSandbox) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (*CreateSandbox) HasTtlMinutes ¶ added in v0.199.0
func (o *CreateSandbox) HasTtlMinutes() bool
HasTtlMinutes returns a boolean if a field has been set.
func (*CreateSandbox) HasUser ¶
func (o *CreateSandbox) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*CreateSandbox) HasVolumes ¶
func (o *CreateSandbox) HasVolumes() bool
HasVolumes returns a boolean if a field has been set.
func (CreateSandbox) MarshalJSON ¶
func (o CreateSandbox) MarshalJSON() ([]byte, error)
func (*CreateSandbox) SetAutoArchiveInterval ¶
func (o *CreateSandbox) SetAutoArchiveInterval(v int32)
SetAutoArchiveInterval gets a reference to the given int32 and assigns it to the AutoArchiveInterval field.
func (*CreateSandbox) SetAutoDeleteInterval ¶
func (o *CreateSandbox) SetAutoDeleteInterval(v int32)
SetAutoDeleteInterval gets a reference to the given int32 and assigns it to the AutoDeleteInterval field.
func (*CreateSandbox) SetAutoPauseInterval ¶ added in v0.197.0
func (o *CreateSandbox) SetAutoPauseInterval(v int32)
SetAutoPauseInterval gets a reference to the given int32 and assigns it to the AutoPauseInterval field.
func (*CreateSandbox) SetAutoStopInterval ¶
func (o *CreateSandbox) SetAutoStopInterval(v int32)
SetAutoStopInterval gets a reference to the given int32 and assigns it to the AutoStopInterval field.
func (*CreateSandbox) SetBuildInfo ¶
func (o *CreateSandbox) SetBuildInfo(v CreateBuildInfo)
SetBuildInfo gets a reference to the given CreateBuildInfo and assigns it to the BuildInfo field.
func (*CreateSandbox) SetCpu ¶
func (o *CreateSandbox) SetCpu(v int32)
SetCpu gets a reference to the given int32 and assigns it to the Cpu field.
func (*CreateSandbox) SetDisk ¶
func (o *CreateSandbox) SetDisk(v int32)
SetDisk gets a reference to the given int32 and assigns it to the Disk field.
func (*CreateSandbox) SetDomainAllowList ¶
func (o *CreateSandbox) SetDomainAllowList(v string)
SetDomainAllowList gets a reference to the given string and assigns it to the DomainAllowList field.
func (*CreateSandbox) SetEnv ¶
func (o *CreateSandbox) SetEnv(v map[string]string)
SetEnv gets a reference to the given map[string]string and assigns it to the Env field.
func (*CreateSandbox) SetGpu ¶
func (o *CreateSandbox) SetGpu(v int32)
SetGpu gets a reference to the given int32 and assigns it to the Gpu field.
func (*CreateSandbox) SetGpuType ¶
func (o *CreateSandbox) SetGpuType(v []GpuType)
SetGpuType gets a reference to the given []GpuType and assigns it to the GpuType field.
func (*CreateSandbox) SetLabels ¶
func (o *CreateSandbox) SetLabels(v map[string]string)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*CreateSandbox) SetLinkedSandbox ¶
func (o *CreateSandbox) SetLinkedSandbox(v string)
SetLinkedSandbox gets a reference to the given string and assigns it to the LinkedSandbox field.
func (*CreateSandbox) SetMemory ¶
func (o *CreateSandbox) SetMemory(v int32)
SetMemory gets a reference to the given int32 and assigns it to the Memory field.
func (*CreateSandbox) SetName ¶
func (o *CreateSandbox) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CreateSandbox) SetNetworkAllowList ¶
func (o *CreateSandbox) SetNetworkAllowList(v string)
SetNetworkAllowList gets a reference to the given string and assigns it to the NetworkAllowList field.
func (*CreateSandbox) SetNetworkBlockAll ¶
func (o *CreateSandbox) SetNetworkBlockAll(v bool)
SetNetworkBlockAll gets a reference to the given bool and assigns it to the NetworkBlockAll field.
func (*CreateSandbox) SetPublic ¶
func (o *CreateSandbox) SetPublic(v bool)
SetPublic gets a reference to the given bool and assigns it to the Public field.
func (*CreateSandbox) SetSecrets ¶
func (o *CreateSandbox) SetSecrets(v []map[string]string)
SetSecrets gets a reference to the given []map[string]string and assigns it to the Secrets field.
func (*CreateSandbox) SetSnapshot ¶
func (o *CreateSandbox) SetSnapshot(v string)
SetSnapshot gets a reference to the given string and assigns it to the Snapshot field.
func (*CreateSandbox) SetTarget ¶
func (o *CreateSandbox) SetTarget(v string)
SetTarget gets a reference to the given string and assigns it to the Target field.
func (*CreateSandbox) SetTtlMinutes ¶ added in v0.199.0
func (o *CreateSandbox) SetTtlMinutes(v int32)
SetTtlMinutes gets a reference to the given int32 and assigns it to the TtlMinutes field.
func (*CreateSandbox) SetUser ¶
func (o *CreateSandbox) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (*CreateSandbox) SetVolumes ¶
func (o *CreateSandbox) SetVolumes(v []SandboxVolume)
SetVolumes gets a reference to the given []SandboxVolume and assigns it to the Volumes field.
func (CreateSandbox) ToMap ¶
func (o CreateSandbox) ToMap() (map[string]interface{}, error)
func (*CreateSandbox) UnmarshalJSON ¶
func (o *CreateSandbox) UnmarshalJSON(data []byte) (err error)
type CreateSandboxSnapshot ¶
type CreateSandboxSnapshot struct {
// Name for the new snapshot
Name string `json:"name"`
// Include the VM's memory in the snapshot. VM sandboxes only. When true the sandbox must be STARTED; when false (default) VM sandboxes must be STOPPED. Container sandboxes do not support memory snapshots.
IncludeMemory *bool `json:"includeMemory,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateSandboxSnapshot struct for CreateSandboxSnapshot
func NewCreateSandboxSnapshot ¶
func NewCreateSandboxSnapshot(name string) *CreateSandboxSnapshot
NewCreateSandboxSnapshot instantiates a new CreateSandboxSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSandboxSnapshotWithDefaults ¶
func NewCreateSandboxSnapshotWithDefaults() *CreateSandboxSnapshot
NewCreateSandboxSnapshotWithDefaults instantiates a new CreateSandboxSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSandboxSnapshot) GetIncludeMemory ¶
func (o *CreateSandboxSnapshot) GetIncludeMemory() bool
GetIncludeMemory returns the IncludeMemory field value if set, zero value otherwise.
func (*CreateSandboxSnapshot) GetIncludeMemoryOk ¶
func (o *CreateSandboxSnapshot) GetIncludeMemoryOk() (*bool, bool)
GetIncludeMemoryOk returns a tuple with the IncludeMemory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSandboxSnapshot) GetName ¶
func (o *CreateSandboxSnapshot) GetName() string
GetName returns the Name field value
func (*CreateSandboxSnapshot) GetNameOk ¶
func (o *CreateSandboxSnapshot) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateSandboxSnapshot) HasIncludeMemory ¶
func (o *CreateSandboxSnapshot) HasIncludeMemory() bool
HasIncludeMemory returns a boolean if a field has been set.
func (CreateSandboxSnapshot) MarshalJSON ¶
func (o CreateSandboxSnapshot) MarshalJSON() ([]byte, error)
func (*CreateSandboxSnapshot) SetIncludeMemory ¶
func (o *CreateSandboxSnapshot) SetIncludeMemory(v bool)
SetIncludeMemory gets a reference to the given bool and assigns it to the IncludeMemory field.
func (*CreateSandboxSnapshot) SetName ¶
func (o *CreateSandboxSnapshot) SetName(v string)
SetName sets field value
func (CreateSandboxSnapshot) ToMap ¶
func (o CreateSandboxSnapshot) ToMap() (map[string]interface{}, error)
func (*CreateSandboxSnapshot) UnmarshalJSON ¶
func (o *CreateSandboxSnapshot) UnmarshalJSON(data []byte) (err error)
type CreateSecret ¶
type CreateSecret struct {
// Secret name (alphanumeric, hyphens, underscores)
Name string `json:"name"`
// Secret value
Value string `json:"value"`
// Optional description of the secret
Description *string `json:"description,omitempty"`
// Allowed hosts this secret may be sent to
Hosts []string `json:"hosts,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateSecret struct for CreateSecret
func NewCreateSecret ¶
func NewCreateSecret(name string, value string) *CreateSecret
NewCreateSecret instantiates a new CreateSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSecretWithDefaults ¶
func NewCreateSecretWithDefaults() *CreateSecret
NewCreateSecretWithDefaults instantiates a new CreateSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSecret) GetDescription ¶
func (o *CreateSecret) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateSecret) GetDescriptionOk ¶
func (o *CreateSecret) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSecret) GetHosts ¶
func (o *CreateSecret) GetHosts() []string
GetHosts returns the Hosts field value if set, zero value otherwise.
func (*CreateSecret) GetHostsOk ¶
func (o *CreateSecret) GetHostsOk() ([]string, bool)
GetHostsOk returns a tuple with the Hosts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSecret) GetName ¶
func (o *CreateSecret) GetName() string
GetName returns the Name field value
func (*CreateSecret) GetNameOk ¶
func (o *CreateSecret) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateSecret) GetValue ¶
func (o *CreateSecret) GetValue() string
GetValue returns the Value field value
func (*CreateSecret) GetValueOk ¶
func (o *CreateSecret) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*CreateSecret) HasDescription ¶
func (o *CreateSecret) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateSecret) HasHosts ¶
func (o *CreateSecret) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (CreateSecret) MarshalJSON ¶
func (o CreateSecret) MarshalJSON() ([]byte, error)
func (*CreateSecret) SetDescription ¶
func (o *CreateSecret) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateSecret) SetHosts ¶
func (o *CreateSecret) SetHosts(v []string)
SetHosts gets a reference to the given []string and assigns it to the Hosts field.
func (CreateSecret) ToMap ¶
func (o CreateSecret) ToMap() (map[string]interface{}, error)
func (*CreateSecret) UnmarshalJSON ¶
func (o *CreateSecret) UnmarshalJSON(data []byte) (err error)
type CreateSnapshot ¶
type CreateSnapshot struct {
// The name of the snapshot
Name string `json:"name"`
// The image name of the snapshot
ImageName *string `json:"imageName,omitempty"`
// The entrypoint command for the snapshot
Entrypoint []string `json:"entrypoint,omitempty"`
// CPU cores allocated to the resulting sandbox
Cpu *int32 `json:"cpu,omitempty"`
// GPU units allocated to the resulting sandbox
Gpu *int32 `json:"gpu,omitempty"`
// Preferred GPU type for the resulting sandbox.
GpuType []GpuType `json:"gpuType,omitempty"`
// Memory allocated to the resulting sandbox in GB
Memory *int32 `json:"memory,omitempty"`
// Disk space allocated to the sandbox in GB
Disk *int32 `json:"disk,omitempty"`
// Build information for the snapshot
BuildInfo *CreateBuildInfo `json:"buildInfo,omitempty"`
// ID of the region where the snapshot will be available. Defaults to organization default region if not specified.
RegionId *string `json:"regionId,omitempty"`
// Target sandbox class. Determines which runners can host sandboxes created from this snapshot.
SandboxClass *SandboxClass `json:"sandboxClass,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateSnapshot struct for CreateSnapshot
func NewCreateSnapshot ¶
func NewCreateSnapshot(name string) *CreateSnapshot
NewCreateSnapshot instantiates a new CreateSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateSnapshotWithDefaults ¶
func NewCreateSnapshotWithDefaults() *CreateSnapshot
NewCreateSnapshotWithDefaults instantiates a new CreateSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateSnapshot) GetBuildInfo ¶
func (o *CreateSnapshot) GetBuildInfo() CreateBuildInfo
GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.
func (*CreateSnapshot) GetBuildInfoOk ¶
func (o *CreateSnapshot) GetBuildInfoOk() (*CreateBuildInfo, bool)
GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetCpu ¶
func (o *CreateSnapshot) GetCpu() int32
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*CreateSnapshot) GetCpuOk ¶
func (o *CreateSnapshot) GetCpuOk() (*int32, bool)
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetDisk ¶
func (o *CreateSnapshot) GetDisk() int32
GetDisk returns the Disk field value if set, zero value otherwise.
func (*CreateSnapshot) GetDiskOk ¶
func (o *CreateSnapshot) GetDiskOk() (*int32, bool)
GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetEntrypoint ¶
func (o *CreateSnapshot) GetEntrypoint() []string
GetEntrypoint returns the Entrypoint field value if set, zero value otherwise.
func (*CreateSnapshot) GetEntrypointOk ¶
func (o *CreateSnapshot) GetEntrypointOk() ([]string, bool)
GetEntrypointOk returns a tuple with the Entrypoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetGpu ¶
func (o *CreateSnapshot) GetGpu() int32
GetGpu returns the Gpu field value if set, zero value otherwise.
func (*CreateSnapshot) GetGpuOk ¶
func (o *CreateSnapshot) GetGpuOk() (*int32, bool)
GetGpuOk returns a tuple with the Gpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetGpuType ¶
func (o *CreateSnapshot) GetGpuType() []GpuType
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*CreateSnapshot) GetGpuTypeOk ¶
func (o *CreateSnapshot) GetGpuTypeOk() ([]GpuType, bool)
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetImageName ¶
func (o *CreateSnapshot) GetImageName() string
GetImageName returns the ImageName field value if set, zero value otherwise.
func (*CreateSnapshot) GetImageNameOk ¶
func (o *CreateSnapshot) GetImageNameOk() (*string, bool)
GetImageNameOk returns a tuple with the ImageName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetMemory ¶
func (o *CreateSnapshot) GetMemory() int32
GetMemory returns the Memory field value if set, zero value otherwise.
func (*CreateSnapshot) GetMemoryOk ¶
func (o *CreateSnapshot) GetMemoryOk() (*int32, bool)
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetName ¶
func (o *CreateSnapshot) GetName() string
GetName returns the Name field value
func (*CreateSnapshot) GetNameOk ¶
func (o *CreateSnapshot) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateSnapshot) GetRegionId ¶
func (o *CreateSnapshot) GetRegionId() string
GetRegionId returns the RegionId field value if set, zero value otherwise.
func (*CreateSnapshot) GetRegionIdOk ¶
func (o *CreateSnapshot) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) GetSandboxClass ¶
func (o *CreateSnapshot) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*CreateSnapshot) GetSandboxClassOk ¶
func (o *CreateSnapshot) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateSnapshot) HasBuildInfo ¶
func (o *CreateSnapshot) HasBuildInfo() bool
HasBuildInfo returns a boolean if a field has been set.
func (*CreateSnapshot) HasCpu ¶
func (o *CreateSnapshot) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (*CreateSnapshot) HasDisk ¶
func (o *CreateSnapshot) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (*CreateSnapshot) HasEntrypoint ¶
func (o *CreateSnapshot) HasEntrypoint() bool
HasEntrypoint returns a boolean if a field has been set.
func (*CreateSnapshot) HasGpu ¶
func (o *CreateSnapshot) HasGpu() bool
HasGpu returns a boolean if a field has been set.
func (*CreateSnapshot) HasGpuType ¶
func (o *CreateSnapshot) HasGpuType() bool
HasGpuType returns a boolean if a field has been set.
func (*CreateSnapshot) HasImageName ¶
func (o *CreateSnapshot) HasImageName() bool
HasImageName returns a boolean if a field has been set.
func (*CreateSnapshot) HasMemory ¶
func (o *CreateSnapshot) HasMemory() bool
HasMemory returns a boolean if a field has been set.
func (*CreateSnapshot) HasRegionId ¶
func (o *CreateSnapshot) HasRegionId() bool
HasRegionId returns a boolean if a field has been set.
func (*CreateSnapshot) HasSandboxClass ¶
func (o *CreateSnapshot) HasSandboxClass() bool
HasSandboxClass returns a boolean if a field has been set.
func (CreateSnapshot) MarshalJSON ¶
func (o CreateSnapshot) MarshalJSON() ([]byte, error)
func (*CreateSnapshot) SetBuildInfo ¶
func (o *CreateSnapshot) SetBuildInfo(v CreateBuildInfo)
SetBuildInfo gets a reference to the given CreateBuildInfo and assigns it to the BuildInfo field.
func (*CreateSnapshot) SetCpu ¶
func (o *CreateSnapshot) SetCpu(v int32)
SetCpu gets a reference to the given int32 and assigns it to the Cpu field.
func (*CreateSnapshot) SetDisk ¶
func (o *CreateSnapshot) SetDisk(v int32)
SetDisk gets a reference to the given int32 and assigns it to the Disk field.
func (*CreateSnapshot) SetEntrypoint ¶
func (o *CreateSnapshot) SetEntrypoint(v []string)
SetEntrypoint gets a reference to the given []string and assigns it to the Entrypoint field.
func (*CreateSnapshot) SetGpu ¶
func (o *CreateSnapshot) SetGpu(v int32)
SetGpu gets a reference to the given int32 and assigns it to the Gpu field.
func (*CreateSnapshot) SetGpuType ¶
func (o *CreateSnapshot) SetGpuType(v []GpuType)
SetGpuType gets a reference to the given []GpuType and assigns it to the GpuType field.
func (*CreateSnapshot) SetImageName ¶
func (o *CreateSnapshot) SetImageName(v string)
SetImageName gets a reference to the given string and assigns it to the ImageName field.
func (*CreateSnapshot) SetMemory ¶
func (o *CreateSnapshot) SetMemory(v int32)
SetMemory gets a reference to the given int32 and assigns it to the Memory field.
func (*CreateSnapshot) SetName ¶
func (o *CreateSnapshot) SetName(v string)
SetName sets field value
func (*CreateSnapshot) SetRegionId ¶
func (o *CreateSnapshot) SetRegionId(v string)
SetRegionId gets a reference to the given string and assigns it to the RegionId field.
func (*CreateSnapshot) SetSandboxClass ¶
func (o *CreateSnapshot) SetSandboxClass(v SandboxClass)
SetSandboxClass gets a reference to the given SandboxClass and assigns it to the SandboxClass field.
func (CreateSnapshot) ToMap ¶
func (o CreateSnapshot) ToMap() (map[string]interface{}, error)
func (*CreateSnapshot) UnmarshalJSON ¶
func (o *CreateSnapshot) UnmarshalJSON(data []byte) (err error)
type CreateUser ¶
type CreateUser struct {
Id string `json:"id"`
Name string `json:"name"`
Email *string `json:"email,omitempty"`
PersonalOrganizationQuota *CreateOrganizationQuota `json:"personalOrganizationQuota,omitempty"`
PersonalOrganizationDefaultRegionId *string `json:"personalOrganizationDefaultRegionId,omitempty"`
Role *string `json:"role,omitempty"`
EmailVerified *bool `json:"emailVerified,omitempty"`
AdditionalProperties map[string]interface{}
}
CreateUser struct for CreateUser
func NewCreateUser ¶
func NewCreateUser(id string, name string) *CreateUser
NewCreateUser instantiates a new CreateUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateUserWithDefaults ¶
func NewCreateUserWithDefaults() *CreateUser
NewCreateUserWithDefaults instantiates a new CreateUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateUser) GetEmail ¶
func (o *CreateUser) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*CreateUser) GetEmailOk ¶
func (o *CreateUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUser) GetEmailVerified ¶
func (o *CreateUser) GetEmailVerified() bool
GetEmailVerified returns the EmailVerified field value if set, zero value otherwise.
func (*CreateUser) GetEmailVerifiedOk ¶
func (o *CreateUser) GetEmailVerifiedOk() (*bool, bool)
GetEmailVerifiedOk returns a tuple with the EmailVerified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUser) GetIdOk ¶
func (o *CreateUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateUser) GetName ¶
func (o *CreateUser) GetName() string
GetName returns the Name field value
func (*CreateUser) GetNameOk ¶
func (o *CreateUser) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateUser) GetPersonalOrganizationDefaultRegionId ¶
func (o *CreateUser) GetPersonalOrganizationDefaultRegionId() string
GetPersonalOrganizationDefaultRegionId returns the PersonalOrganizationDefaultRegionId field value if set, zero value otherwise.
func (*CreateUser) GetPersonalOrganizationDefaultRegionIdOk ¶
func (o *CreateUser) GetPersonalOrganizationDefaultRegionIdOk() (*string, bool)
GetPersonalOrganizationDefaultRegionIdOk returns a tuple with the PersonalOrganizationDefaultRegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUser) GetPersonalOrganizationQuota ¶
func (o *CreateUser) GetPersonalOrganizationQuota() CreateOrganizationQuota
GetPersonalOrganizationQuota returns the PersonalOrganizationQuota field value if set, zero value otherwise.
func (*CreateUser) GetPersonalOrganizationQuotaOk ¶
func (o *CreateUser) GetPersonalOrganizationQuotaOk() (*CreateOrganizationQuota, bool)
GetPersonalOrganizationQuotaOk returns a tuple with the PersonalOrganizationQuota field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUser) GetRole ¶
func (o *CreateUser) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*CreateUser) GetRoleOk ¶
func (o *CreateUser) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateUser) HasEmail ¶
func (o *CreateUser) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*CreateUser) HasEmailVerified ¶
func (o *CreateUser) HasEmailVerified() bool
HasEmailVerified returns a boolean if a field has been set.
func (*CreateUser) HasPersonalOrganizationDefaultRegionId ¶
func (o *CreateUser) HasPersonalOrganizationDefaultRegionId() bool
HasPersonalOrganizationDefaultRegionId returns a boolean if a field has been set.
func (*CreateUser) HasPersonalOrganizationQuota ¶
func (o *CreateUser) HasPersonalOrganizationQuota() bool
HasPersonalOrganizationQuota returns a boolean if a field has been set.
func (*CreateUser) HasRole ¶
func (o *CreateUser) HasRole() bool
HasRole returns a boolean if a field has been set.
func (CreateUser) MarshalJSON ¶
func (o CreateUser) MarshalJSON() ([]byte, error)
func (*CreateUser) SetEmail ¶
func (o *CreateUser) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*CreateUser) SetEmailVerified ¶
func (o *CreateUser) SetEmailVerified(v bool)
SetEmailVerified gets a reference to the given bool and assigns it to the EmailVerified field.
func (*CreateUser) SetPersonalOrganizationDefaultRegionId ¶
func (o *CreateUser) SetPersonalOrganizationDefaultRegionId(v string)
SetPersonalOrganizationDefaultRegionId gets a reference to the given string and assigns it to the PersonalOrganizationDefaultRegionId field.
func (*CreateUser) SetPersonalOrganizationQuota ¶
func (o *CreateUser) SetPersonalOrganizationQuota(v CreateOrganizationQuota)
SetPersonalOrganizationQuota gets a reference to the given CreateOrganizationQuota and assigns it to the PersonalOrganizationQuota field.
func (*CreateUser) SetRole ¶
func (o *CreateUser) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
func (CreateUser) ToMap ¶
func (o CreateUser) ToMap() (map[string]interface{}, error)
func (*CreateUser) UnmarshalJSON ¶
func (o *CreateUser) UnmarshalJSON(data []byte) (err error)
type CreateVolume ¶
CreateVolume struct for CreateVolume
func NewCreateVolume ¶
func NewCreateVolume(name string) *CreateVolume
NewCreateVolume instantiates a new CreateVolume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateVolumeWithDefaults ¶
func NewCreateVolumeWithDefaults() *CreateVolume
NewCreateVolumeWithDefaults instantiates a new CreateVolume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateVolume) GetName ¶
func (o *CreateVolume) GetName() string
GetName returns the Name field value
func (*CreateVolume) GetNameOk ¶
func (o *CreateVolume) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CreateVolume) MarshalJSON ¶
func (o CreateVolume) MarshalJSON() ([]byte, error)
func (CreateVolume) ToMap ¶
func (o CreateVolume) ToMap() (map[string]interface{}, error)
func (*CreateVolume) UnmarshalJSON ¶
func (o *CreateVolume) UnmarshalJSON(data []byte) (err error)
type DateFilter ¶
type DateFilter struct {
// Match values greater than or equal to this timestamp (ISO 8601).
Gte *time.Time `json:"gte,omitempty"`
// Match values less than or equal to this timestamp (ISO 8601).
Lte *time.Time `json:"lte,omitempty"`
// Match values strictly greater than this timestamp (ISO 8601).
Gt *time.Time `json:"gt,omitempty"`
// Match values strictly less than this timestamp (ISO 8601).
Lt *time.Time `json:"lt,omitempty"`
AdditionalProperties map[string]interface{}
}
DateFilter struct for DateFilter
func NewDateFilter ¶
func NewDateFilter() *DateFilter
NewDateFilter instantiates a new DateFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDateFilterWithDefaults ¶
func NewDateFilterWithDefaults() *DateFilter
NewDateFilterWithDefaults instantiates a new DateFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DateFilter) GetGt ¶
func (o *DateFilter) GetGt() time.Time
GetGt returns the Gt field value if set, zero value otherwise.
func (*DateFilter) GetGtOk ¶
func (o *DateFilter) GetGtOk() (*time.Time, bool)
GetGtOk returns a tuple with the Gt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DateFilter) GetGte ¶
func (o *DateFilter) GetGte() time.Time
GetGte returns the Gte field value if set, zero value otherwise.
func (*DateFilter) GetGteOk ¶
func (o *DateFilter) GetGteOk() (*time.Time, bool)
GetGteOk returns a tuple with the Gte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DateFilter) GetLt ¶
func (o *DateFilter) GetLt() time.Time
GetLt returns the Lt field value if set, zero value otherwise.
func (*DateFilter) GetLtOk ¶
func (o *DateFilter) GetLtOk() (*time.Time, bool)
GetLtOk returns a tuple with the Lt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DateFilter) GetLte ¶
func (o *DateFilter) GetLte() time.Time
GetLte returns the Lte field value if set, zero value otherwise.
func (*DateFilter) GetLteOk ¶
func (o *DateFilter) GetLteOk() (*time.Time, bool)
GetLteOk returns a tuple with the Lte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DateFilter) HasGt ¶
func (o *DateFilter) HasGt() bool
HasGt returns a boolean if a field has been set.
func (*DateFilter) HasGte ¶
func (o *DateFilter) HasGte() bool
HasGte returns a boolean if a field has been set.
func (*DateFilter) HasLt ¶
func (o *DateFilter) HasLt() bool
HasLt returns a boolean if a field has been set.
func (*DateFilter) HasLte ¶
func (o *DateFilter) HasLte() bool
HasLte returns a boolean if a field has been set.
func (DateFilter) MarshalJSON ¶
func (o DateFilter) MarshalJSON() ([]byte, error)
func (*DateFilter) SetGt ¶
func (o *DateFilter) SetGt(v time.Time)
SetGt gets a reference to the given time.Time and assigns it to the Gt field.
func (*DateFilter) SetGte ¶
func (o *DateFilter) SetGte(v time.Time)
SetGte gets a reference to the given time.Time and assigns it to the Gte field.
func (*DateFilter) SetLt ¶
func (o *DateFilter) SetLt(v time.Time)
SetLt gets a reference to the given time.Time and assigns it to the Lt field.
func (*DateFilter) SetLte ¶
func (o *DateFilter) SetLte(v time.Time)
SetLte gets a reference to the given time.Time and assigns it to the Lte field.
func (DateFilter) ToMap ¶
func (o DateFilter) ToMap() (map[string]interface{}, error)
func (*DateFilter) UnmarshalJSON ¶
func (o *DateFilter) UnmarshalJSON(data []byte) (err error)
type DaytonaConfiguration ¶
type DaytonaConfiguration struct {
// Daytona version
Version string `json:"version"`
// PostHog configuration
Posthog *PosthogConfig `json:"posthog,omitempty"`
// OIDC configuration
Oidc OidcConfig `json:"oidc"`
// Whether linked accounts are enabled
LinkedAccountsEnabled bool `json:"linkedAccountsEnabled"`
// System announcements
Announcements map[string]Announcement `json:"announcements"`
// Pylon application ID
PylonAppId *string `json:"pylonAppId,omitempty"`
// Proxy template URL
ProxyTemplateUrl string `json:"proxyTemplateUrl"`
// Toolbox template URL
ProxyToolboxUrl string `json:"proxyToolboxUrl"`
// Default snapshot for sandboxes
DefaultSnapshot string `json:"defaultSnapshot"`
// Dashboard URL
DashboardUrl string `json:"dashboardUrl"`
// Maximum auto-archive interval in minutes
MaxAutoArchiveInterval float32 `json:"maxAutoArchiveInterval"`
// Whether maintenance mode is enabled
MaintananceMode bool `json:"maintananceMode"`
// Current environment
Environment string `json:"environment"`
// Billing API URL
BillingApiUrl *string `json:"billingApiUrl,omitempty"`
// Analytics API URL
AnalyticsApiUrl *string `json:"analyticsApiUrl,omitempty"`
// Stripe publishable key for client-side Stripe.js
StripePublishableKey *string `json:"stripePublishableKey,omitempty"`
// SSH Gateway command
SshGatewayCommand *string `json:"sshGatewayCommand,omitempty"`
// Base64 encoded SSH Gateway public key
SshGatewayPublicKey *string `json:"sshGatewayPublicKey,omitempty"`
// Rate limit configuration
RateLimit *RateLimitConfig `json:"rateLimit,omitempty"`
AdditionalProperties map[string]interface{}
}
DaytonaConfiguration struct for DaytonaConfiguration
func NewDaytonaConfiguration ¶
func NewDaytonaConfiguration(version string, oidc OidcConfig, linkedAccountsEnabled bool, announcements map[string]Announcement, proxyTemplateUrl string, proxyToolboxUrl string, defaultSnapshot string, dashboardUrl string, maxAutoArchiveInterval float32, maintananceMode bool, environment string) *DaytonaConfiguration
NewDaytonaConfiguration instantiates a new DaytonaConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDaytonaConfigurationWithDefaults ¶
func NewDaytonaConfigurationWithDefaults() *DaytonaConfiguration
NewDaytonaConfigurationWithDefaults instantiates a new DaytonaConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DaytonaConfiguration) GetAnalyticsApiUrl ¶
func (o *DaytonaConfiguration) GetAnalyticsApiUrl() string
GetAnalyticsApiUrl returns the AnalyticsApiUrl field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetAnalyticsApiUrlOk ¶
func (o *DaytonaConfiguration) GetAnalyticsApiUrlOk() (*string, bool)
GetAnalyticsApiUrlOk returns a tuple with the AnalyticsApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetAnnouncements ¶
func (o *DaytonaConfiguration) GetAnnouncements() map[string]Announcement
GetAnnouncements returns the Announcements field value
func (*DaytonaConfiguration) GetAnnouncementsOk ¶
func (o *DaytonaConfiguration) GetAnnouncementsOk() (*map[string]Announcement, bool)
GetAnnouncementsOk returns a tuple with the Announcements field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetBillingApiUrl ¶
func (o *DaytonaConfiguration) GetBillingApiUrl() string
GetBillingApiUrl returns the BillingApiUrl field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetBillingApiUrlOk ¶
func (o *DaytonaConfiguration) GetBillingApiUrlOk() (*string, bool)
GetBillingApiUrlOk returns a tuple with the BillingApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetDashboardUrl ¶
func (o *DaytonaConfiguration) GetDashboardUrl() string
GetDashboardUrl returns the DashboardUrl field value
func (*DaytonaConfiguration) GetDashboardUrlOk ¶
func (o *DaytonaConfiguration) GetDashboardUrlOk() (*string, bool)
GetDashboardUrlOk returns a tuple with the DashboardUrl field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetDefaultSnapshot ¶
func (o *DaytonaConfiguration) GetDefaultSnapshot() string
GetDefaultSnapshot returns the DefaultSnapshot field value
func (*DaytonaConfiguration) GetDefaultSnapshotOk ¶
func (o *DaytonaConfiguration) GetDefaultSnapshotOk() (*string, bool)
GetDefaultSnapshotOk returns a tuple with the DefaultSnapshot field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetEnvironment ¶
func (o *DaytonaConfiguration) GetEnvironment() string
GetEnvironment returns the Environment field value
func (*DaytonaConfiguration) GetEnvironmentOk ¶
func (o *DaytonaConfiguration) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetLinkedAccountsEnabled ¶
func (o *DaytonaConfiguration) GetLinkedAccountsEnabled() bool
GetLinkedAccountsEnabled returns the LinkedAccountsEnabled field value
func (*DaytonaConfiguration) GetLinkedAccountsEnabledOk ¶
func (o *DaytonaConfiguration) GetLinkedAccountsEnabledOk() (*bool, bool)
GetLinkedAccountsEnabledOk returns a tuple with the LinkedAccountsEnabled field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetMaintananceMode ¶
func (o *DaytonaConfiguration) GetMaintananceMode() bool
GetMaintananceMode returns the MaintananceMode field value
func (*DaytonaConfiguration) GetMaintananceModeOk ¶
func (o *DaytonaConfiguration) GetMaintananceModeOk() (*bool, bool)
GetMaintananceModeOk returns a tuple with the MaintananceMode field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetMaxAutoArchiveInterval ¶
func (o *DaytonaConfiguration) GetMaxAutoArchiveInterval() float32
GetMaxAutoArchiveInterval returns the MaxAutoArchiveInterval field value
func (*DaytonaConfiguration) GetMaxAutoArchiveIntervalOk ¶
func (o *DaytonaConfiguration) GetMaxAutoArchiveIntervalOk() (*float32, bool)
GetMaxAutoArchiveIntervalOk returns a tuple with the MaxAutoArchiveInterval field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetOidc ¶
func (o *DaytonaConfiguration) GetOidc() OidcConfig
GetOidc returns the Oidc field value
func (*DaytonaConfiguration) GetOidcOk ¶
func (o *DaytonaConfiguration) GetOidcOk() (*OidcConfig, bool)
GetOidcOk returns a tuple with the Oidc field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetPosthog ¶
func (o *DaytonaConfiguration) GetPosthog() PosthogConfig
GetPosthog returns the Posthog field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetPosthogOk ¶
func (o *DaytonaConfiguration) GetPosthogOk() (*PosthogConfig, bool)
GetPosthogOk returns a tuple with the Posthog field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetProxyTemplateUrl ¶
func (o *DaytonaConfiguration) GetProxyTemplateUrl() string
GetProxyTemplateUrl returns the ProxyTemplateUrl field value
func (*DaytonaConfiguration) GetProxyTemplateUrlOk ¶
func (o *DaytonaConfiguration) GetProxyTemplateUrlOk() (*string, bool)
GetProxyTemplateUrlOk returns a tuple with the ProxyTemplateUrl field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetProxyToolboxUrl ¶
func (o *DaytonaConfiguration) GetProxyToolboxUrl() string
GetProxyToolboxUrl returns the ProxyToolboxUrl field value
func (*DaytonaConfiguration) GetProxyToolboxUrlOk ¶
func (o *DaytonaConfiguration) GetProxyToolboxUrlOk() (*string, bool)
GetProxyToolboxUrlOk returns a tuple with the ProxyToolboxUrl field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetPylonAppId ¶
func (o *DaytonaConfiguration) GetPylonAppId() string
GetPylonAppId returns the PylonAppId field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetPylonAppIdOk ¶
func (o *DaytonaConfiguration) GetPylonAppIdOk() (*string, bool)
GetPylonAppIdOk returns a tuple with the PylonAppId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetRateLimit ¶
func (o *DaytonaConfiguration) GetRateLimit() RateLimitConfig
GetRateLimit returns the RateLimit field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetRateLimitOk ¶
func (o *DaytonaConfiguration) GetRateLimitOk() (*RateLimitConfig, bool)
GetRateLimitOk returns a tuple with the RateLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetSshGatewayCommand ¶
func (o *DaytonaConfiguration) GetSshGatewayCommand() string
GetSshGatewayCommand returns the SshGatewayCommand field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetSshGatewayCommandOk ¶
func (o *DaytonaConfiguration) GetSshGatewayCommandOk() (*string, bool)
GetSshGatewayCommandOk returns a tuple with the SshGatewayCommand field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetSshGatewayPublicKey ¶
func (o *DaytonaConfiguration) GetSshGatewayPublicKey() string
GetSshGatewayPublicKey returns the SshGatewayPublicKey field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetSshGatewayPublicKeyOk ¶
func (o *DaytonaConfiguration) GetSshGatewayPublicKeyOk() (*string, bool)
GetSshGatewayPublicKeyOk returns a tuple with the SshGatewayPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetStripePublishableKey ¶
func (o *DaytonaConfiguration) GetStripePublishableKey() string
GetStripePublishableKey returns the StripePublishableKey field value if set, zero value otherwise.
func (*DaytonaConfiguration) GetStripePublishableKeyOk ¶
func (o *DaytonaConfiguration) GetStripePublishableKeyOk() (*string, bool)
GetStripePublishableKeyOk returns a tuple with the StripePublishableKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DaytonaConfiguration) GetVersion ¶
func (o *DaytonaConfiguration) GetVersion() string
GetVersion returns the Version field value
func (*DaytonaConfiguration) GetVersionOk ¶
func (o *DaytonaConfiguration) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*DaytonaConfiguration) HasAnalyticsApiUrl ¶
func (o *DaytonaConfiguration) HasAnalyticsApiUrl() bool
HasAnalyticsApiUrl returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasBillingApiUrl ¶
func (o *DaytonaConfiguration) HasBillingApiUrl() bool
HasBillingApiUrl returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasPosthog ¶
func (o *DaytonaConfiguration) HasPosthog() bool
HasPosthog returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasPylonAppId ¶
func (o *DaytonaConfiguration) HasPylonAppId() bool
HasPylonAppId returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasRateLimit ¶
func (o *DaytonaConfiguration) HasRateLimit() bool
HasRateLimit returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasSshGatewayCommand ¶
func (o *DaytonaConfiguration) HasSshGatewayCommand() bool
HasSshGatewayCommand returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasSshGatewayPublicKey ¶
func (o *DaytonaConfiguration) HasSshGatewayPublicKey() bool
HasSshGatewayPublicKey returns a boolean if a field has been set.
func (*DaytonaConfiguration) HasStripePublishableKey ¶
func (o *DaytonaConfiguration) HasStripePublishableKey() bool
HasStripePublishableKey returns a boolean if a field has been set.
func (DaytonaConfiguration) MarshalJSON ¶
func (o DaytonaConfiguration) MarshalJSON() ([]byte, error)
func (*DaytonaConfiguration) SetAnalyticsApiUrl ¶
func (o *DaytonaConfiguration) SetAnalyticsApiUrl(v string)
SetAnalyticsApiUrl gets a reference to the given string and assigns it to the AnalyticsApiUrl field.
func (*DaytonaConfiguration) SetAnnouncements ¶
func (o *DaytonaConfiguration) SetAnnouncements(v map[string]Announcement)
SetAnnouncements sets field value
func (*DaytonaConfiguration) SetBillingApiUrl ¶
func (o *DaytonaConfiguration) SetBillingApiUrl(v string)
SetBillingApiUrl gets a reference to the given string and assigns it to the BillingApiUrl field.
func (*DaytonaConfiguration) SetDashboardUrl ¶
func (o *DaytonaConfiguration) SetDashboardUrl(v string)
SetDashboardUrl sets field value
func (*DaytonaConfiguration) SetDefaultSnapshot ¶
func (o *DaytonaConfiguration) SetDefaultSnapshot(v string)
SetDefaultSnapshot sets field value
func (*DaytonaConfiguration) SetEnvironment ¶
func (o *DaytonaConfiguration) SetEnvironment(v string)
SetEnvironment sets field value
func (*DaytonaConfiguration) SetLinkedAccountsEnabled ¶
func (o *DaytonaConfiguration) SetLinkedAccountsEnabled(v bool)
SetLinkedAccountsEnabled sets field value
func (*DaytonaConfiguration) SetMaintananceMode ¶
func (o *DaytonaConfiguration) SetMaintananceMode(v bool)
SetMaintananceMode sets field value
func (*DaytonaConfiguration) SetMaxAutoArchiveInterval ¶
func (o *DaytonaConfiguration) SetMaxAutoArchiveInterval(v float32)
SetMaxAutoArchiveInterval sets field value
func (*DaytonaConfiguration) SetOidc ¶
func (o *DaytonaConfiguration) SetOidc(v OidcConfig)
SetOidc sets field value
func (*DaytonaConfiguration) SetPosthog ¶
func (o *DaytonaConfiguration) SetPosthog(v PosthogConfig)
SetPosthog gets a reference to the given PosthogConfig and assigns it to the Posthog field.
func (*DaytonaConfiguration) SetProxyTemplateUrl ¶
func (o *DaytonaConfiguration) SetProxyTemplateUrl(v string)
SetProxyTemplateUrl sets field value
func (*DaytonaConfiguration) SetProxyToolboxUrl ¶
func (o *DaytonaConfiguration) SetProxyToolboxUrl(v string)
SetProxyToolboxUrl sets field value
func (*DaytonaConfiguration) SetPylonAppId ¶
func (o *DaytonaConfiguration) SetPylonAppId(v string)
SetPylonAppId gets a reference to the given string and assigns it to the PylonAppId field.
func (*DaytonaConfiguration) SetRateLimit ¶
func (o *DaytonaConfiguration) SetRateLimit(v RateLimitConfig)
SetRateLimit gets a reference to the given RateLimitConfig and assigns it to the RateLimit field.
func (*DaytonaConfiguration) SetSshGatewayCommand ¶
func (o *DaytonaConfiguration) SetSshGatewayCommand(v string)
SetSshGatewayCommand gets a reference to the given string and assigns it to the SshGatewayCommand field.
func (*DaytonaConfiguration) SetSshGatewayPublicKey ¶
func (o *DaytonaConfiguration) SetSshGatewayPublicKey(v string)
SetSshGatewayPublicKey gets a reference to the given string and assigns it to the SshGatewayPublicKey field.
func (*DaytonaConfiguration) SetStripePublishableKey ¶
func (o *DaytonaConfiguration) SetStripePublishableKey(v string)
SetStripePublishableKey gets a reference to the given string and assigns it to the StripePublishableKey field.
func (*DaytonaConfiguration) SetVersion ¶
func (o *DaytonaConfiguration) SetVersion(v string)
SetVersion sets field value
func (DaytonaConfiguration) ToMap ¶
func (o DaytonaConfiguration) ToMap() (map[string]interface{}, error)
func (*DaytonaConfiguration) UnmarshalJSON ¶
func (o *DaytonaConfiguration) UnmarshalJSON(data []byte) (err error)
type DockerRegistry ¶
type DockerRegistry struct {
// Registry ID
Id string `json:"id"`
// Registry name
Name string `json:"name"`
// Registry URL
Url string `json:"url"`
// Registry username
Username string `json:"username"`
// Registry project
Project string `json:"project"`
// Registry type
RegistryType string `json:"registryType"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
// Last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
DockerRegistry struct for DockerRegistry
func NewDockerRegistry ¶
func NewDockerRegistry(id string, name string, url string, username string, project string, registryType string, createdAt time.Time, updatedAt time.Time) *DockerRegistry
NewDockerRegistry instantiates a new DockerRegistry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDockerRegistryWithDefaults ¶
func NewDockerRegistryWithDefaults() *DockerRegistry
NewDockerRegistryWithDefaults instantiates a new DockerRegistry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DockerRegistry) GetCreatedAt ¶
func (o *DockerRegistry) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*DockerRegistry) GetCreatedAtOk ¶
func (o *DockerRegistry) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetId ¶
func (o *DockerRegistry) GetId() string
GetId returns the Id field value
func (*DockerRegistry) GetIdOk ¶
func (o *DockerRegistry) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetName ¶
func (o *DockerRegistry) GetName() string
GetName returns the Name field value
func (*DockerRegistry) GetNameOk ¶
func (o *DockerRegistry) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetProject ¶
func (o *DockerRegistry) GetProject() string
GetProject returns the Project field value
func (*DockerRegistry) GetProjectOk ¶
func (o *DockerRegistry) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetRegistryType ¶
func (o *DockerRegistry) GetRegistryType() string
GetRegistryType returns the RegistryType field value
func (*DockerRegistry) GetRegistryTypeOk ¶
func (o *DockerRegistry) GetRegistryTypeOk() (*string, bool)
GetRegistryTypeOk returns a tuple with the RegistryType field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetUpdatedAt ¶
func (o *DockerRegistry) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*DockerRegistry) GetUpdatedAtOk ¶
func (o *DockerRegistry) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetUrl ¶
func (o *DockerRegistry) GetUrl() string
GetUrl returns the Url field value
func (*DockerRegistry) GetUrlOk ¶
func (o *DockerRegistry) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*DockerRegistry) GetUsername ¶
func (o *DockerRegistry) GetUsername() string
GetUsername returns the Username field value
func (*DockerRegistry) GetUsernameOk ¶
func (o *DockerRegistry) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (DockerRegistry) MarshalJSON ¶
func (o DockerRegistry) MarshalJSON() ([]byte, error)
func (*DockerRegistry) SetCreatedAt ¶
func (o *DockerRegistry) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*DockerRegistry) SetName ¶
func (o *DockerRegistry) SetName(v string)
SetName sets field value
func (*DockerRegistry) SetProject ¶
func (o *DockerRegistry) SetProject(v string)
SetProject sets field value
func (*DockerRegistry) SetRegistryType ¶
func (o *DockerRegistry) SetRegistryType(v string)
SetRegistryType sets field value
func (*DockerRegistry) SetUpdatedAt ¶
func (o *DockerRegistry) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*DockerRegistry) SetUsername ¶
func (o *DockerRegistry) SetUsername(v string)
SetUsername sets field value
func (DockerRegistry) ToMap ¶
func (o DockerRegistry) ToMap() (map[string]interface{}, error)
func (*DockerRegistry) UnmarshalJSON ¶
func (o *DockerRegistry) UnmarshalJSON(data []byte) (err error)
type DockerRegistryAPI ¶
type DockerRegistryAPI interface {
/*
CreateRegistry Create registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DockerRegistryAPICreateRegistryRequest
*/
CreateRegistry(ctx context.Context) DockerRegistryAPICreateRegistryRequest
// CreateRegistryExecute executes the request
// @return DockerRegistry
CreateRegistryExecute(r DockerRegistryAPICreateRegistryRequest) (*DockerRegistry, *http.Response, error)
/*
DeleteRegistry Delete registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the docker registry
@return DockerRegistryAPIDeleteRegistryRequest
*/
DeleteRegistry(ctx context.Context, id string) DockerRegistryAPIDeleteRegistryRequest
// DeleteRegistryExecute executes the request
DeleteRegistryExecute(r DockerRegistryAPIDeleteRegistryRequest) (*http.Response, error)
/*
GetRegistry Get registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the docker registry
@return DockerRegistryAPIGetRegistryRequest
*/
GetRegistry(ctx context.Context, id string) DockerRegistryAPIGetRegistryRequest
// GetRegistryExecute executes the request
// @return DockerRegistry
GetRegistryExecute(r DockerRegistryAPIGetRegistryRequest) (*DockerRegistry, *http.Response, error)
/*
GetTransientPushAccess Get temporary registry access for pushing snapshots
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DockerRegistryAPIGetTransientPushAccessRequest
*/
GetTransientPushAccess(ctx context.Context) DockerRegistryAPIGetTransientPushAccessRequest
// GetTransientPushAccessExecute executes the request
// @return RegistryPushAccessDto
GetTransientPushAccessExecute(r DockerRegistryAPIGetTransientPushAccessRequest) (*RegistryPushAccessDto, *http.Response, error)
/*
ListRegistries List registries
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return DockerRegistryAPIListRegistriesRequest
*/
ListRegistries(ctx context.Context) DockerRegistryAPIListRegistriesRequest
// ListRegistriesExecute executes the request
// @return []DockerRegistry
ListRegistriesExecute(r DockerRegistryAPIListRegistriesRequest) ([]DockerRegistry, *http.Response, error)
/*
UpdateRegistry Update registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id ID of the docker registry
@return DockerRegistryAPIUpdateRegistryRequest
*/
UpdateRegistry(ctx context.Context, id string) DockerRegistryAPIUpdateRegistryRequest
// UpdateRegistryExecute executes the request
// @return DockerRegistry
UpdateRegistryExecute(r DockerRegistryAPIUpdateRegistryRequest) (*DockerRegistry, *http.Response, error)
}
type DockerRegistryAPICreateRegistryRequest ¶
type DockerRegistryAPICreateRegistryRequest struct {
ApiService DockerRegistryAPI
// contains filtered or unexported fields
}
func (DockerRegistryAPICreateRegistryRequest) CreateDockerRegistry ¶
func (r DockerRegistryAPICreateRegistryRequest) CreateDockerRegistry(createDockerRegistry CreateDockerRegistry) DockerRegistryAPICreateRegistryRequest
func (DockerRegistryAPICreateRegistryRequest) Execute ¶
func (r DockerRegistryAPICreateRegistryRequest) Execute() (*DockerRegistry, *http.Response, error)
func (DockerRegistryAPICreateRegistryRequest) XDaytonaOrganizationID ¶
func (r DockerRegistryAPICreateRegistryRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPICreateRegistryRequest
Use with JWT to specify the organization ID
type DockerRegistryAPIDeleteRegistryRequest ¶
type DockerRegistryAPIDeleteRegistryRequest struct {
ApiService DockerRegistryAPI
// contains filtered or unexported fields
}
func (DockerRegistryAPIDeleteRegistryRequest) Execute ¶
func (r DockerRegistryAPIDeleteRegistryRequest) Execute() (*http.Response, error)
func (DockerRegistryAPIDeleteRegistryRequest) XDaytonaOrganizationID ¶
func (r DockerRegistryAPIDeleteRegistryRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIDeleteRegistryRequest
Use with JWT to specify the organization ID
type DockerRegistryAPIGetRegistryRequest ¶
type DockerRegistryAPIGetRegistryRequest struct {
ApiService DockerRegistryAPI
// contains filtered or unexported fields
}
func (DockerRegistryAPIGetRegistryRequest) Execute ¶
func (r DockerRegistryAPIGetRegistryRequest) Execute() (*DockerRegistry, *http.Response, error)
func (DockerRegistryAPIGetRegistryRequest) XDaytonaOrganizationID ¶
func (r DockerRegistryAPIGetRegistryRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIGetRegistryRequest
Use with JWT to specify the organization ID
type DockerRegistryAPIGetTransientPushAccessRequest ¶
type DockerRegistryAPIGetTransientPushAccessRequest struct {
ApiService DockerRegistryAPI
// contains filtered or unexported fields
}
func (DockerRegistryAPIGetTransientPushAccessRequest) Execute ¶
func (r DockerRegistryAPIGetTransientPushAccessRequest) Execute() (*RegistryPushAccessDto, *http.Response, error)
func (DockerRegistryAPIGetTransientPushAccessRequest) RegionId ¶
func (r DockerRegistryAPIGetTransientPushAccessRequest) RegionId(regionId string) DockerRegistryAPIGetTransientPushAccessRequest
ID of the region where the snapshot will be available (defaults to organization default region)
func (DockerRegistryAPIGetTransientPushAccessRequest) XDaytonaOrganizationID ¶
func (r DockerRegistryAPIGetTransientPushAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIGetTransientPushAccessRequest
Use with JWT to specify the organization ID
type DockerRegistryAPIListRegistriesRequest ¶
type DockerRegistryAPIListRegistriesRequest struct {
ApiService DockerRegistryAPI
// contains filtered or unexported fields
}
func (DockerRegistryAPIListRegistriesRequest) Execute ¶
func (r DockerRegistryAPIListRegistriesRequest) Execute() ([]DockerRegistry, *http.Response, error)
func (DockerRegistryAPIListRegistriesRequest) XDaytonaOrganizationID ¶
func (r DockerRegistryAPIListRegistriesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIListRegistriesRequest
Use with JWT to specify the organization ID
type DockerRegistryAPIService ¶
type DockerRegistryAPIService service
DockerRegistryAPIService DockerRegistryAPI service
func (*DockerRegistryAPIService) CreateRegistry ¶
func (a *DockerRegistryAPIService) CreateRegistry(ctx context.Context) DockerRegistryAPICreateRegistryRequest
CreateRegistry Create registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return DockerRegistryAPICreateRegistryRequest
func (*DockerRegistryAPIService) CreateRegistryExecute ¶
func (a *DockerRegistryAPIService) CreateRegistryExecute(r DockerRegistryAPICreateRegistryRequest) (*DockerRegistry, *http.Response, error)
Execute executes the request
@return DockerRegistry
func (*DockerRegistryAPIService) DeleteRegistry ¶
func (a *DockerRegistryAPIService) DeleteRegistry(ctx context.Context, id string) DockerRegistryAPIDeleteRegistryRequest
DeleteRegistry Delete registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID of the docker registry @return DockerRegistryAPIDeleteRegistryRequest
func (*DockerRegistryAPIService) DeleteRegistryExecute ¶
func (a *DockerRegistryAPIService) DeleteRegistryExecute(r DockerRegistryAPIDeleteRegistryRequest) (*http.Response, error)
Execute executes the request
func (*DockerRegistryAPIService) GetRegistry ¶
func (a *DockerRegistryAPIService) GetRegistry(ctx context.Context, id string) DockerRegistryAPIGetRegistryRequest
GetRegistry Get registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID of the docker registry @return DockerRegistryAPIGetRegistryRequest
func (*DockerRegistryAPIService) GetRegistryExecute ¶
func (a *DockerRegistryAPIService) GetRegistryExecute(r DockerRegistryAPIGetRegistryRequest) (*DockerRegistry, *http.Response, error)
Execute executes the request
@return DockerRegistry
func (*DockerRegistryAPIService) GetTransientPushAccess ¶
func (a *DockerRegistryAPIService) GetTransientPushAccess(ctx context.Context) DockerRegistryAPIGetTransientPushAccessRequest
GetTransientPushAccess Get temporary registry access for pushing snapshots
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return DockerRegistryAPIGetTransientPushAccessRequest
func (*DockerRegistryAPIService) GetTransientPushAccessExecute ¶
func (a *DockerRegistryAPIService) GetTransientPushAccessExecute(r DockerRegistryAPIGetTransientPushAccessRequest) (*RegistryPushAccessDto, *http.Response, error)
Execute executes the request
@return RegistryPushAccessDto
func (*DockerRegistryAPIService) ListRegistries ¶
func (a *DockerRegistryAPIService) ListRegistries(ctx context.Context) DockerRegistryAPIListRegistriesRequest
ListRegistries List registries
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return DockerRegistryAPIListRegistriesRequest
func (*DockerRegistryAPIService) ListRegistriesExecute ¶
func (a *DockerRegistryAPIService) ListRegistriesExecute(r DockerRegistryAPIListRegistriesRequest) ([]DockerRegistry, *http.Response, error)
Execute executes the request
@return []DockerRegistry
func (*DockerRegistryAPIService) UpdateRegistry ¶
func (a *DockerRegistryAPIService) UpdateRegistry(ctx context.Context, id string) DockerRegistryAPIUpdateRegistryRequest
UpdateRegistry Update registry
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id ID of the docker registry @return DockerRegistryAPIUpdateRegistryRequest
func (*DockerRegistryAPIService) UpdateRegistryExecute ¶
func (a *DockerRegistryAPIService) UpdateRegistryExecute(r DockerRegistryAPIUpdateRegistryRequest) (*DockerRegistry, *http.Response, error)
Execute executes the request
@return DockerRegistry
type DockerRegistryAPIUpdateRegistryRequest ¶
type DockerRegistryAPIUpdateRegistryRequest struct {
ApiService DockerRegistryAPI
// contains filtered or unexported fields
}
func (DockerRegistryAPIUpdateRegistryRequest) Execute ¶
func (r DockerRegistryAPIUpdateRegistryRequest) Execute() (*DockerRegistry, *http.Response, error)
func (DockerRegistryAPIUpdateRegistryRequest) UpdateDockerRegistry ¶
func (r DockerRegistryAPIUpdateRegistryRequest) UpdateDockerRegistry(updateDockerRegistry UpdateDockerRegistry) DockerRegistryAPIUpdateRegistryRequest
func (DockerRegistryAPIUpdateRegistryRequest) XDaytonaOrganizationID ¶
func (r DockerRegistryAPIUpdateRegistryRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) DockerRegistryAPIUpdateRegistryRequest
Use with JWT to specify the organization ID
type ForkSandbox ¶
type ForkSandbox struct {
// The name for the forked sandbox. If not provided, a unique name will be generated.
Name *string `json:"name,omitempty"`
AdditionalProperties map[string]interface{}
}
ForkSandbox struct for ForkSandbox
func NewForkSandbox ¶
func NewForkSandbox() *ForkSandbox
NewForkSandbox instantiates a new ForkSandbox object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewForkSandboxWithDefaults ¶
func NewForkSandboxWithDefaults() *ForkSandbox
NewForkSandboxWithDefaults instantiates a new ForkSandbox object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ForkSandbox) GetName ¶
func (o *ForkSandbox) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ForkSandbox) GetNameOk ¶
func (o *ForkSandbox) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ForkSandbox) HasName ¶
func (o *ForkSandbox) HasName() bool
HasName returns a boolean if a field has been set.
func (ForkSandbox) MarshalJSON ¶
func (o ForkSandbox) MarshalJSON() ([]byte, error)
func (*ForkSandbox) SetName ¶
func (o *ForkSandbox) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ForkSandbox) ToMap ¶
func (o ForkSandbox) ToMap() (map[string]interface{}, error)
func (*ForkSandbox) UnmarshalJSON ¶
func (o *ForkSandbox) UnmarshalJSON(data []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GpuType ¶
type GpuType string
GpuType the model 'GpuType'
const ( GPUTYPE_H100 GpuType = "H100" GPUTYPE_H200 GpuType = "H200" GPUTYPE_RTX_PRO_6000 GpuType = "RTX-PRO-6000" GPUTYPE_RTX_4090 GpuType = "RTX-4090" GPUTYPE_RTX_5090 GpuType = "RTX-5090" GPUTYPE_UNKNOWN_DEFAULT_OPEN_API GpuType = "11184809" )
List of GpuType
func NewGpuTypeFromValue ¶
NewGpuTypeFromValue returns a pointer to a valid GpuType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*GpuType) UnmarshalJSON ¶
type HealthAPI ¶
type HealthAPI interface {
/*
HealthControllerCheck Method for HealthControllerCheck
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return HealthAPIHealthControllerCheckRequest
*/
HealthControllerCheck(ctx context.Context) HealthAPIHealthControllerCheckRequest
// HealthControllerCheckExecute executes the request
// @return HealthControllerCheck200Response
HealthControllerCheckExecute(r HealthAPIHealthControllerCheckRequest) (*HealthControllerCheck200Response, *http.Response, error)
/*
HealthControllerLive Method for HealthControllerLive
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return HealthAPIHealthControllerLiveRequest
*/
HealthControllerLive(ctx context.Context) HealthAPIHealthControllerLiveRequest
// HealthControllerLiveExecute executes the request
HealthControllerLiveExecute(r HealthAPIHealthControllerLiveRequest) (*http.Response, error)
}
type HealthAPIHealthControllerCheckRequest ¶
type HealthAPIHealthControllerCheckRequest struct {
ApiService HealthAPI
// contains filtered or unexported fields
}
func (HealthAPIHealthControllerCheckRequest) Execute ¶
func (r HealthAPIHealthControllerCheckRequest) Execute() (*HealthControllerCheck200Response, *http.Response, error)
type HealthAPIHealthControllerLiveRequest ¶
type HealthAPIHealthControllerLiveRequest struct {
ApiService HealthAPI
// contains filtered or unexported fields
}
type HealthAPIService ¶
type HealthAPIService service
HealthAPIService HealthAPI service
func (*HealthAPIService) HealthControllerCheck ¶
func (a *HealthAPIService) HealthControllerCheck(ctx context.Context) HealthAPIHealthControllerCheckRequest
HealthControllerCheck Method for HealthControllerCheck
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return HealthAPIHealthControllerCheckRequest
func (*HealthAPIService) HealthControllerCheckExecute ¶
func (a *HealthAPIService) HealthControllerCheckExecute(r HealthAPIHealthControllerCheckRequest) (*HealthControllerCheck200Response, *http.Response, error)
Execute executes the request
@return HealthControllerCheck200Response
func (*HealthAPIService) HealthControllerLive ¶
func (a *HealthAPIService) HealthControllerLive(ctx context.Context) HealthAPIHealthControllerLiveRequest
HealthControllerLive Method for HealthControllerLive
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return HealthAPIHealthControllerLiveRequest
func (*HealthAPIService) HealthControllerLiveExecute ¶
func (a *HealthAPIService) HealthControllerLiveExecute(r HealthAPIHealthControllerLiveRequest) (*http.Response, error)
Execute executes the request
type HealthControllerCheck200Response ¶
type HealthControllerCheck200Response struct {
Status *string `json:"status,omitempty"`
Info map[string]HealthControllerCheck200ResponseInfoValue `json:"info,omitempty"`
Error map[string]HealthControllerCheck200ResponseInfoValue `json:"error,omitempty"`
Details *map[string]HealthControllerCheck200ResponseInfoValue `json:"details,omitempty"`
AdditionalProperties map[string]interface{}
}
HealthControllerCheck200Response struct for HealthControllerCheck200Response
func NewHealthControllerCheck200Response ¶
func NewHealthControllerCheck200Response() *HealthControllerCheck200Response
NewHealthControllerCheck200Response instantiates a new HealthControllerCheck200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHealthControllerCheck200ResponseWithDefaults ¶
func NewHealthControllerCheck200ResponseWithDefaults() *HealthControllerCheck200Response
NewHealthControllerCheck200ResponseWithDefaults instantiates a new HealthControllerCheck200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HealthControllerCheck200Response) GetDetails ¶
func (o *HealthControllerCheck200Response) GetDetails() map[string]HealthControllerCheck200ResponseInfoValue
GetDetails returns the Details field value if set, zero value otherwise.
func (*HealthControllerCheck200Response) GetDetailsOk ¶
func (o *HealthControllerCheck200Response) GetDetailsOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthControllerCheck200Response) GetError ¶
func (o *HealthControllerCheck200Response) GetError() map[string]HealthControllerCheck200ResponseInfoValue
GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HealthControllerCheck200Response) GetErrorOk ¶
func (o *HealthControllerCheck200Response) GetErrorOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*HealthControllerCheck200Response) GetInfo ¶
func (o *HealthControllerCheck200Response) GetInfo() map[string]HealthControllerCheck200ResponseInfoValue
GetInfo returns the Info field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HealthControllerCheck200Response) GetInfoOk ¶
func (o *HealthControllerCheck200Response) GetInfoOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*HealthControllerCheck200Response) GetStatus ¶
func (o *HealthControllerCheck200Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*HealthControllerCheck200Response) GetStatusOk ¶
func (o *HealthControllerCheck200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthControllerCheck200Response) HasDetails ¶
func (o *HealthControllerCheck200Response) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*HealthControllerCheck200Response) HasError ¶
func (o *HealthControllerCheck200Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*HealthControllerCheck200Response) HasInfo ¶
func (o *HealthControllerCheck200Response) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (*HealthControllerCheck200Response) HasStatus ¶
func (o *HealthControllerCheck200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (HealthControllerCheck200Response) MarshalJSON ¶
func (o HealthControllerCheck200Response) MarshalJSON() ([]byte, error)
func (*HealthControllerCheck200Response) SetDetails ¶
func (o *HealthControllerCheck200Response) SetDetails(v map[string]HealthControllerCheck200ResponseInfoValue)
SetDetails gets a reference to the given map[string]HealthControllerCheck200ResponseInfoValue and assigns it to the Details field.
func (*HealthControllerCheck200Response) SetError ¶
func (o *HealthControllerCheck200Response) SetError(v map[string]HealthControllerCheck200ResponseInfoValue)
SetError gets a reference to the given map[string]HealthControllerCheck200ResponseInfoValue and assigns it to the Error field.
func (*HealthControllerCheck200Response) SetInfo ¶
func (o *HealthControllerCheck200Response) SetInfo(v map[string]HealthControllerCheck200ResponseInfoValue)
SetInfo gets a reference to the given map[string]HealthControllerCheck200ResponseInfoValue and assigns it to the Info field.
func (*HealthControllerCheck200Response) SetStatus ¶
func (o *HealthControllerCheck200Response) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (HealthControllerCheck200Response) ToMap ¶
func (o HealthControllerCheck200Response) ToMap() (map[string]interface{}, error)
func (*HealthControllerCheck200Response) UnmarshalJSON ¶
func (o *HealthControllerCheck200Response) UnmarshalJSON(data []byte) (err error)
type HealthControllerCheck200ResponseInfoValue ¶
type HealthControllerCheck200ResponseInfoValue struct {
Status string `json:"status"`
AdditionalProperties map[string]interface{}
}
HealthControllerCheck200ResponseInfoValue struct for HealthControllerCheck200ResponseInfoValue
func NewHealthControllerCheck200ResponseInfoValue ¶
func NewHealthControllerCheck200ResponseInfoValue(status string) *HealthControllerCheck200ResponseInfoValue
NewHealthControllerCheck200ResponseInfoValue instantiates a new HealthControllerCheck200ResponseInfoValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHealthControllerCheck200ResponseInfoValueWithDefaults ¶
func NewHealthControllerCheck200ResponseInfoValueWithDefaults() *HealthControllerCheck200ResponseInfoValue
NewHealthControllerCheck200ResponseInfoValueWithDefaults instantiates a new HealthControllerCheck200ResponseInfoValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HealthControllerCheck200ResponseInfoValue) GetStatus ¶
func (o *HealthControllerCheck200ResponseInfoValue) GetStatus() string
GetStatus returns the Status field value
func (*HealthControllerCheck200ResponseInfoValue) GetStatusOk ¶
func (o *HealthControllerCheck200ResponseInfoValue) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (HealthControllerCheck200ResponseInfoValue) MarshalJSON ¶
func (o HealthControllerCheck200ResponseInfoValue) MarshalJSON() ([]byte, error)
func (*HealthControllerCheck200ResponseInfoValue) SetStatus ¶
func (o *HealthControllerCheck200ResponseInfoValue) SetStatus(v string)
SetStatus sets field value
func (HealthControllerCheck200ResponseInfoValue) ToMap ¶
func (o HealthControllerCheck200ResponseInfoValue) ToMap() (map[string]interface{}, error)
func (*HealthControllerCheck200ResponseInfoValue) UnmarshalJSON ¶
func (o *HealthControllerCheck200ResponseInfoValue) UnmarshalJSON(data []byte) (err error)
type HealthControllerCheck503Response ¶
type HealthControllerCheck503Response struct {
Status *string `json:"status,omitempty"`
Info map[string]HealthControllerCheck200ResponseInfoValue `json:"info,omitempty"`
Error map[string]HealthControllerCheck200ResponseInfoValue `json:"error,omitempty"`
Details *map[string]HealthControllerCheck200ResponseInfoValue `json:"details,omitempty"`
AdditionalProperties map[string]interface{}
}
HealthControllerCheck503Response struct for HealthControllerCheck503Response
func NewHealthControllerCheck503Response ¶
func NewHealthControllerCheck503Response() *HealthControllerCheck503Response
NewHealthControllerCheck503Response instantiates a new HealthControllerCheck503Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHealthControllerCheck503ResponseWithDefaults ¶
func NewHealthControllerCheck503ResponseWithDefaults() *HealthControllerCheck503Response
NewHealthControllerCheck503ResponseWithDefaults instantiates a new HealthControllerCheck503Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HealthControllerCheck503Response) GetDetails ¶
func (o *HealthControllerCheck503Response) GetDetails() map[string]HealthControllerCheck200ResponseInfoValue
GetDetails returns the Details field value if set, zero value otherwise.
func (*HealthControllerCheck503Response) GetDetailsOk ¶
func (o *HealthControllerCheck503Response) GetDetailsOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthControllerCheck503Response) GetError ¶
func (o *HealthControllerCheck503Response) GetError() map[string]HealthControllerCheck200ResponseInfoValue
GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HealthControllerCheck503Response) GetErrorOk ¶
func (o *HealthControllerCheck503Response) GetErrorOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*HealthControllerCheck503Response) GetInfo ¶
func (o *HealthControllerCheck503Response) GetInfo() map[string]HealthControllerCheck200ResponseInfoValue
GetInfo returns the Info field value if set, zero value otherwise (both if not set or set to explicit null).
func (*HealthControllerCheck503Response) GetInfoOk ¶
func (o *HealthControllerCheck503Response) GetInfoOk() (*map[string]HealthControllerCheck200ResponseInfoValue, bool)
GetInfoOk returns a tuple with the Info field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*HealthControllerCheck503Response) GetStatus ¶
func (o *HealthControllerCheck503Response) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*HealthControllerCheck503Response) GetStatusOk ¶
func (o *HealthControllerCheck503Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HealthControllerCheck503Response) HasDetails ¶
func (o *HealthControllerCheck503Response) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*HealthControllerCheck503Response) HasError ¶
func (o *HealthControllerCheck503Response) HasError() bool
HasError returns a boolean if a field has been set.
func (*HealthControllerCheck503Response) HasInfo ¶
func (o *HealthControllerCheck503Response) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (*HealthControllerCheck503Response) HasStatus ¶
func (o *HealthControllerCheck503Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (HealthControllerCheck503Response) MarshalJSON ¶
func (o HealthControllerCheck503Response) MarshalJSON() ([]byte, error)
func (*HealthControllerCheck503Response) SetDetails ¶
func (o *HealthControllerCheck503Response) SetDetails(v map[string]HealthControllerCheck200ResponseInfoValue)
SetDetails gets a reference to the given map[string]HealthControllerCheck200ResponseInfoValue and assigns it to the Details field.
func (*HealthControllerCheck503Response) SetError ¶
func (o *HealthControllerCheck503Response) SetError(v map[string]HealthControllerCheck200ResponseInfoValue)
SetError gets a reference to the given map[string]HealthControllerCheck200ResponseInfoValue and assigns it to the Error field.
func (*HealthControllerCheck503Response) SetInfo ¶
func (o *HealthControllerCheck503Response) SetInfo(v map[string]HealthControllerCheck200ResponseInfoValue)
SetInfo gets a reference to the given map[string]HealthControllerCheck200ResponseInfoValue and assigns it to the Info field.
func (*HealthControllerCheck503Response) SetStatus ¶
func (o *HealthControllerCheck503Response) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (HealthControllerCheck503Response) ToMap ¶
func (o HealthControllerCheck503Response) ToMap() (map[string]interface{}, error)
func (*HealthControllerCheck503Response) UnmarshalJSON ¶
func (o *HealthControllerCheck503Response) UnmarshalJSON(data []byte) (err error)
type IntFilter ¶
type IntFilter struct {
// Match values equal to this value.
Eq *float32 `json:"eq,omitempty"`
// Match values not equal to this value.
Not *float32 `json:"not,omitempty"`
// Match values present in this list. Accepts comma-separated values or repeated query parameters. Maximum 100 entries.
In []float32 `json:"in,omitempty"`
// Match values not present in this list. Accepts comma-separated values or repeated query parameters. Maximum 100 entries.
NotIn []float32 `json:"notIn,omitempty"`
// Match values greater than or equal to this value.
Gte *float32 `json:"gte,omitempty"`
// Match values less than or equal to this value.
Lte *float32 `json:"lte,omitempty"`
// Match values strictly greater than this value.
Gt *float32 `json:"gt,omitempty"`
// Match values strictly less than this value.
Lt *float32 `json:"lt,omitempty"`
AdditionalProperties map[string]interface{}
}
IntFilter struct for IntFilter
func NewIntFilter ¶
func NewIntFilter() *IntFilter
NewIntFilter instantiates a new IntFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntFilterWithDefaults ¶
func NewIntFilterWithDefaults() *IntFilter
NewIntFilterWithDefaults instantiates a new IntFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IntFilter) GetEqOk ¶
GetEqOk returns a tuple with the Eq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetGtOk ¶
GetGtOk returns a tuple with the Gt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetGteOk ¶
GetGteOk returns a tuple with the Gte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetInOk ¶
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetLtOk ¶
GetLtOk returns a tuple with the Lt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetLteOk ¶
GetLteOk returns a tuple with the Lte field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetNotInOk ¶
GetNotInOk returns a tuple with the NotIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IntFilter) GetNotOk ¶
GetNotOk returns a tuple with the Not field value if set, nil otherwise and a boolean to check if the value has been set.
func (IntFilter) MarshalJSON ¶
func (*IntFilter) SetEq ¶
SetEq gets a reference to the given float32 and assigns it to the Eq field.
func (*IntFilter) SetGt ¶
SetGt gets a reference to the given float32 and assigns it to the Gt field.
func (*IntFilter) SetGte ¶
SetGte gets a reference to the given float32 and assigns it to the Gte field.
func (*IntFilter) SetIn ¶
SetIn gets a reference to the given []float32 and assigns it to the In field.
func (*IntFilter) SetLt ¶
SetLt gets a reference to the given float32 and assigns it to the Lt field.
func (*IntFilter) SetLte ¶
SetLte gets a reference to the given float32 and assigns it to the Lte field.
func (*IntFilter) SetNot ¶
SetNot gets a reference to the given float32 and assigns it to the Not field.
func (*IntFilter) SetNotIn ¶
SetNotIn gets a reference to the given []float32 and assigns it to the NotIn field.
func (*IntFilter) UnmarshalJSON ¶
type Job ¶
type Job struct {
// The ID of the job
Id string `json:"id"`
// The type of the job
Type JobType `json:"type"`
// The status of the job
Status JobStatus `json:"status"`
// The type of resource this job operates on
ResourceType string `json:"resourceType"`
// The ID of the resource this job operates on (sandboxId, snapshotRef, etc.)
ResourceId string `json:"resourceId"`
// Job-specific JSON-encoded payload data (operational metadata)
Payload *string `json:"payload,omitempty"`
// OpenTelemetry trace context for distributed tracing (W3C Trace Context format)
TraceContext map[string]interface{} `json:"traceContext,omitempty"`
// Error message if the job failed
ErrorMessage *string `json:"errorMessage,omitempty"`
// The creation timestamp of the job
CreatedAt string `json:"createdAt"`
// The last update timestamp of the job
UpdatedAt *string `json:"updatedAt,omitempty"`
AdditionalProperties map[string]interface{}
}
Job struct for Job
func NewJob ¶
func NewJob(id string, type_ JobType, status JobStatus, resourceType string, resourceId string, createdAt string) *Job
NewJob instantiates a new Job object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJobWithDefaults ¶
func NewJobWithDefaults() *Job
NewJobWithDefaults instantiates a new Job object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Job) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Job) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Job) GetErrorMessage ¶
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*Job) GetErrorMessageOk ¶
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Job) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Job) GetPayload ¶
GetPayload returns the Payload field value if set, zero value otherwise.
func (*Job) GetPayloadOk ¶
GetPayloadOk returns a tuple with the Payload field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Job) GetResourceId ¶
GetResourceId returns the ResourceId field value
func (*Job) GetResourceIdOk ¶
GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.
func (*Job) GetResourceType ¶
GetResourceType returns the ResourceType field value
func (*Job) GetResourceTypeOk ¶
GetResourceTypeOk returns a tuple with the ResourceType field value and a boolean to check if the value has been set.
func (*Job) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*Job) GetTraceContext ¶
GetTraceContext returns the TraceContext field value if set, zero value otherwise.
func (*Job) GetTraceContextOk ¶
GetTraceContextOk returns a tuple with the TraceContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Job) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Job) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Job) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Job) HasErrorMessage ¶
HasErrorMessage returns a boolean if a field has been set.
func (*Job) HasPayload ¶
HasPayload returns a boolean if a field has been set.
func (*Job) HasTraceContext ¶
HasTraceContext returns a boolean if a field has been set.
func (*Job) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Job) MarshalJSON ¶
func (*Job) SetErrorMessage ¶
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*Job) SetPayload ¶
SetPayload gets a reference to the given string and assigns it to the Payload field.
func (*Job) SetResourceType ¶
SetResourceType sets field value
func (*Job) SetTraceContext ¶
SetTraceContext gets a reference to the given map[string]interface{} and assigns it to the TraceContext field.
func (*Job) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Job) UnmarshalJSON ¶
type JobStatus ¶
type JobStatus string
JobStatus the model 'JobStatus'
const ( JOBSTATUS_PENDING JobStatus = "PENDING" JOBSTATUS_IN_PROGRESS JobStatus = "IN_PROGRESS" JOBSTATUS_COMPLETED JobStatus = "COMPLETED" JOBSTATUS_FAILED JobStatus = "FAILED" JOBSTATUS_UNKNOWN_DEFAULT_OPEN_API JobStatus = "11184809" )
List of JobStatus
func NewJobStatusFromValue ¶
NewJobStatusFromValue returns a pointer to a valid JobStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*JobStatus) UnmarshalJSON ¶
type JobType ¶
type JobType string
JobType The type of the job
const ( JOBTYPE_CREATE_SANDBOX JobType = "CREATE_SANDBOX" JOBTYPE_START_SANDBOX JobType = "START_SANDBOX" JOBTYPE_STOP_SANDBOX JobType = "STOP_SANDBOX" JOBTYPE_DESTROY_SANDBOX JobType = "DESTROY_SANDBOX" JOBTYPE_RESIZE_SANDBOX JobType = "RESIZE_SANDBOX" JOBTYPE_CREATE_BACKUP JobType = "CREATE_BACKUP" JOBTYPE_BUILD_SNAPSHOT JobType = "BUILD_SNAPSHOT" JOBTYPE_PULL_SNAPSHOT JobType = "PULL_SNAPSHOT" JOBTYPE_RECOVER_SANDBOX JobType = "RECOVER_SANDBOX" JOBTYPE_INSPECT_SNAPSHOT_IN_REGISTRY JobType = "INSPECT_SNAPSHOT_IN_REGISTRY" JOBTYPE_REMOVE_SNAPSHOT JobType = "REMOVE_SNAPSHOT" JOBTYPE_UPDATE_SANDBOX_NETWORK_SETTINGS JobType = "UPDATE_SANDBOX_NETWORK_SETTINGS" JOBTYPE_UPDATE_SANDBOX_SECRETS JobType = "UPDATE_SANDBOX_SECRETS" JOBTYPE_SNAPSHOT_SANDBOX JobType = "SNAPSHOT_SANDBOX" JOBTYPE_FORK_SANDBOX JobType = "FORK_SANDBOX" JOBTYPE_PAUSE_SANDBOX JobType = "PAUSE_SANDBOX" JOBTYPE_UNKNOWN_DEFAULT_OPEN_API JobType = "11184809" )
List of JobType
func NewJobTypeFromValue ¶
NewJobTypeFromValue returns a pointer to a valid JobType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*JobType) UnmarshalJSON ¶
type JobsAPI ¶
type JobsAPI interface {
/*
GetJob Get job details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param jobId ID of the job
@return JobsAPIGetJobRequest
*/
GetJob(ctx context.Context, jobId string) JobsAPIGetJobRequest
// GetJobExecute executes the request
// @return Job
GetJobExecute(r JobsAPIGetJobRequest) (*Job, *http.Response, error)
/*
ListJobs List jobs for the runner
Returns a paginated list of jobs for the runner, optionally filtered by status.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return JobsAPIListJobsRequest
*/
ListJobs(ctx context.Context) JobsAPIListJobsRequest
// ListJobsExecute executes the request
// @return PaginatedJobs
ListJobsExecute(r JobsAPIListJobsRequest) (*PaginatedJobs, *http.Response, error)
/*
PollJobs Long poll for jobs
Long poll endpoint for runners to fetch pending jobs. Returns immediately if jobs are available, otherwise waits up to timeout seconds.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return JobsAPIPollJobsRequest
*/
PollJobs(ctx context.Context) JobsAPIPollJobsRequest
// PollJobsExecute executes the request
// @return PollJobsResponse
PollJobsExecute(r JobsAPIPollJobsRequest) (*PollJobsResponse, *http.Response, error)
/*
UpdateJobStatus Update job status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param jobId ID of the job
@return JobsAPIUpdateJobStatusRequest
*/
UpdateJobStatus(ctx context.Context, jobId string) JobsAPIUpdateJobStatusRequest
// UpdateJobStatusExecute executes the request
// @return Job
UpdateJobStatusExecute(r JobsAPIUpdateJobStatusRequest) (*Job, *http.Response, error)
}
type JobsAPIGetJobRequest ¶
type JobsAPIGetJobRequest struct {
ApiService JobsAPI
// contains filtered or unexported fields
}
type JobsAPIListJobsRequest ¶
type JobsAPIListJobsRequest struct {
ApiService JobsAPI
// contains filtered or unexported fields
}
func (JobsAPIListJobsRequest) Execute ¶
func (r JobsAPIListJobsRequest) Execute() (*PaginatedJobs, *http.Response, error)
func (JobsAPIListJobsRequest) Limit ¶
func (r JobsAPIListJobsRequest) Limit(limit float32) JobsAPIListJobsRequest
Maximum number of jobs to return (default: 100, max: 500)
func (JobsAPIListJobsRequest) Offset ¶
func (r JobsAPIListJobsRequest) Offset(offset float32) JobsAPIListJobsRequest
Number of jobs to skip for pagination (default: 0)
func (JobsAPIListJobsRequest) Page ¶
func (r JobsAPIListJobsRequest) Page(page float32) JobsAPIListJobsRequest
Page number of the results
func (JobsAPIListJobsRequest) Status ¶
func (r JobsAPIListJobsRequest) Status(status JobStatus) JobsAPIListJobsRequest
Filter jobs by status
type JobsAPIPollJobsRequest ¶
type JobsAPIPollJobsRequest struct {
ApiService JobsAPI
// contains filtered or unexported fields
}
func (JobsAPIPollJobsRequest) Execute ¶
func (r JobsAPIPollJobsRequest) Execute() (*PollJobsResponse, *http.Response, error)
func (JobsAPIPollJobsRequest) Limit ¶
func (r JobsAPIPollJobsRequest) Limit(limit float32) JobsAPIPollJobsRequest
Maximum number of jobs to return (default: 10, max: 100)
func (JobsAPIPollJobsRequest) Timeout ¶
func (r JobsAPIPollJobsRequest) Timeout(timeout float32) JobsAPIPollJobsRequest
Timeout in seconds for long polling (default: 30, max: 60)
type JobsAPIService ¶
type JobsAPIService service
JobsAPIService JobsAPI service
func (*JobsAPIService) GetJob ¶
func (a *JobsAPIService) GetJob(ctx context.Context, jobId string) JobsAPIGetJobRequest
GetJob Get job details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobId ID of the job @return JobsAPIGetJobRequest
func (*JobsAPIService) GetJobExecute ¶
func (a *JobsAPIService) GetJobExecute(r JobsAPIGetJobRequest) (*Job, *http.Response, error)
Execute executes the request
@return Job
func (*JobsAPIService) ListJobs ¶
func (a *JobsAPIService) ListJobs(ctx context.Context) JobsAPIListJobsRequest
ListJobs List jobs for the runner
Returns a paginated list of jobs for the runner, optionally filtered by status.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return JobsAPIListJobsRequest
func (*JobsAPIService) ListJobsExecute ¶
func (a *JobsAPIService) ListJobsExecute(r JobsAPIListJobsRequest) (*PaginatedJobs, *http.Response, error)
Execute executes the request
@return PaginatedJobs
func (*JobsAPIService) PollJobs ¶
func (a *JobsAPIService) PollJobs(ctx context.Context) JobsAPIPollJobsRequest
PollJobs Long poll for jobs
Long poll endpoint for runners to fetch pending jobs. Returns immediately if jobs are available, otherwise waits up to timeout seconds.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return JobsAPIPollJobsRequest
func (*JobsAPIService) PollJobsExecute ¶
func (a *JobsAPIService) PollJobsExecute(r JobsAPIPollJobsRequest) (*PollJobsResponse, *http.Response, error)
Execute executes the request
@return PollJobsResponse
func (*JobsAPIService) UpdateJobStatus ¶
func (a *JobsAPIService) UpdateJobStatus(ctx context.Context, jobId string) JobsAPIUpdateJobStatusRequest
UpdateJobStatus Update job status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param jobId ID of the job @return JobsAPIUpdateJobStatusRequest
func (*JobsAPIService) UpdateJobStatusExecute ¶
func (a *JobsAPIService) UpdateJobStatusExecute(r JobsAPIUpdateJobStatusRequest) (*Job, *http.Response, error)
Execute executes the request
@return Job
type JobsAPIUpdateJobStatusRequest ¶
type JobsAPIUpdateJobStatusRequest struct {
ApiService JobsAPI
// contains filtered or unexported fields
}
func (JobsAPIUpdateJobStatusRequest) Execute ¶
func (r JobsAPIUpdateJobStatusRequest) Execute() (*Job, *http.Response, error)
func (JobsAPIUpdateJobStatusRequest) UpdateJobStatus ¶
func (r JobsAPIUpdateJobStatusRequest) UpdateJobStatus(updateJobStatus UpdateJobStatus) JobsAPIUpdateJobStatusRequest
type ListSandboxesResponse ¶
type ListSandboxesResponse struct {
// List of results for the current page
Items []SandboxListItem `json:"items"`
// Cursor for the next page of results
NextCursor NullableString `json:"nextCursor"`
AdditionalProperties map[string]interface{}
}
ListSandboxesResponse struct for ListSandboxesResponse
func NewListSandboxesResponse ¶
func NewListSandboxesResponse(items []SandboxListItem, nextCursor NullableString) *ListSandboxesResponse
NewListSandboxesResponse instantiates a new ListSandboxesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListSandboxesResponseWithDefaults ¶
func NewListSandboxesResponseWithDefaults() *ListSandboxesResponse
NewListSandboxesResponseWithDefaults instantiates a new ListSandboxesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListSandboxesResponse) GetItems ¶
func (o *ListSandboxesResponse) GetItems() []SandboxListItem
GetItems returns the Items field value
func (*ListSandboxesResponse) GetItemsOk ¶
func (o *ListSandboxesResponse) GetItemsOk() ([]SandboxListItem, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ListSandboxesResponse) GetNextCursor ¶
func (o *ListSandboxesResponse) GetNextCursor() string
GetNextCursor returns the NextCursor field value If the value is explicit nil, the zero value for string will be returned
func (*ListSandboxesResponse) GetNextCursorOk ¶
func (o *ListSandboxesResponse) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (ListSandboxesResponse) MarshalJSON ¶
func (o ListSandboxesResponse) MarshalJSON() ([]byte, error)
func (*ListSandboxesResponse) SetItems ¶
func (o *ListSandboxesResponse) SetItems(v []SandboxListItem)
SetItems sets field value
func (*ListSandboxesResponse) SetNextCursor ¶
func (o *ListSandboxesResponse) SetNextCursor(v string)
SetNextCursor sets field value
func (ListSandboxesResponse) ToMap ¶
func (o ListSandboxesResponse) ToMap() (map[string]interface{}, error)
func (*ListSandboxesResponse) UnmarshalJSON ¶
func (o *ListSandboxesResponse) UnmarshalJSON(data []byte) (err error)
type ListSecretsResponse ¶ added in v0.194.0
type ListSecretsResponse struct {
// List of results for the current page
Items []Secret `json:"items"`
// Total number of secrets matching the filters
Total float32 `json:"total"`
// Cursor for the next page of results
NextCursor NullableString `json:"nextCursor"`
AdditionalProperties map[string]interface{}
}
ListSecretsResponse struct for ListSecretsResponse
func NewListSecretsResponse ¶ added in v0.194.0
func NewListSecretsResponse(items []Secret, total float32, nextCursor NullableString) *ListSecretsResponse
NewListSecretsResponse instantiates a new ListSecretsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListSecretsResponseWithDefaults ¶ added in v0.194.0
func NewListSecretsResponseWithDefaults() *ListSecretsResponse
NewListSecretsResponseWithDefaults instantiates a new ListSecretsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListSecretsResponse) GetItems ¶ added in v0.194.0
func (o *ListSecretsResponse) GetItems() []Secret
GetItems returns the Items field value
func (*ListSecretsResponse) GetItemsOk ¶ added in v0.194.0
func (o *ListSecretsResponse) GetItemsOk() ([]Secret, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ListSecretsResponse) GetNextCursor ¶ added in v0.194.0
func (o *ListSecretsResponse) GetNextCursor() string
GetNextCursor returns the NextCursor field value If the value is explicit nil, the zero value for string will be returned
func (*ListSecretsResponse) GetNextCursorOk ¶ added in v0.194.0
func (o *ListSecretsResponse) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ListSecretsResponse) GetTotal ¶ added in v0.194.0
func (o *ListSecretsResponse) GetTotal() float32
GetTotal returns the Total field value
func (*ListSecretsResponse) GetTotalOk ¶ added in v0.194.0
func (o *ListSecretsResponse) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ListSecretsResponse) MarshalJSON ¶ added in v0.194.0
func (o ListSecretsResponse) MarshalJSON() ([]byte, error)
func (*ListSecretsResponse) SetItems ¶ added in v0.194.0
func (o *ListSecretsResponse) SetItems(v []Secret)
SetItems sets field value
func (*ListSecretsResponse) SetNextCursor ¶ added in v0.194.0
func (o *ListSecretsResponse) SetNextCursor(v string)
SetNextCursor sets field value
func (*ListSecretsResponse) SetTotal ¶ added in v0.194.0
func (o *ListSecretsResponse) SetTotal(v float32)
SetTotal sets field value
func (ListSecretsResponse) ToMap ¶ added in v0.194.0
func (o ListSecretsResponse) ToMap() (map[string]interface{}, error)
func (*ListSecretsResponse) UnmarshalJSON ¶ added in v0.194.0
func (o *ListSecretsResponse) UnmarshalJSON(data []byte) (err error)
type LogEntry ¶
type LogEntry struct {
// Timestamp of the log entry
Timestamp string `json:"timestamp"`
// Log message body
Body string `json:"body"`
// Severity level text (e.g., INFO, WARN, ERROR)
SeverityText string `json:"severityText"`
// Severity level number
SeverityNumber *float32 `json:"severityNumber,omitempty"`
// Service name that generated the log
ServiceName string `json:"serviceName"`
// Resource attributes from OTEL
ResourceAttributes map[string]string `json:"resourceAttributes"`
// Log-specific attributes
LogAttributes map[string]string `json:"logAttributes"`
// Associated trace ID if available
TraceId *string `json:"traceId,omitempty"`
// Associated span ID if available
SpanId *string `json:"spanId,omitempty"`
AdditionalProperties map[string]interface{}
}
LogEntry struct for LogEntry
func NewLogEntry ¶
func NewLogEntry(timestamp string, body string, severityText string, serviceName string, resourceAttributes map[string]string, logAttributes map[string]string) *LogEntry
NewLogEntry instantiates a new LogEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLogEntryWithDefaults ¶
func NewLogEntryWithDefaults() *LogEntry
NewLogEntryWithDefaults instantiates a new LogEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LogEntry) GetBodyOk ¶
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*LogEntry) GetLogAttributes ¶
GetLogAttributes returns the LogAttributes field value
func (*LogEntry) GetLogAttributesOk ¶
GetLogAttributesOk returns a tuple with the LogAttributes field value and a boolean to check if the value has been set.
func (*LogEntry) GetResourceAttributes ¶
GetResourceAttributes returns the ResourceAttributes field value
func (*LogEntry) GetResourceAttributesOk ¶
GetResourceAttributesOk returns a tuple with the ResourceAttributes field value and a boolean to check if the value has been set.
func (*LogEntry) GetServiceName ¶
GetServiceName returns the ServiceName field value
func (*LogEntry) GetServiceNameOk ¶
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*LogEntry) GetSeverityNumber ¶
GetSeverityNumber returns the SeverityNumber field value if set, zero value otherwise.
func (*LogEntry) GetSeverityNumberOk ¶
GetSeverityNumberOk returns a tuple with the SeverityNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogEntry) GetSeverityText ¶
GetSeverityText returns the SeverityText field value
func (*LogEntry) GetSeverityTextOk ¶
GetSeverityTextOk returns a tuple with the SeverityText field value and a boolean to check if the value has been set.
func (*LogEntry) GetSpanIdOk ¶
GetSpanIdOk returns a tuple with the SpanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogEntry) GetTimestamp ¶
GetTimestamp returns the Timestamp field value
func (*LogEntry) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*LogEntry) GetTraceId ¶
GetTraceId returns the TraceId field value if set, zero value otherwise.
func (*LogEntry) GetTraceIdOk ¶
GetTraceIdOk returns a tuple with the TraceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogEntry) HasSeverityNumber ¶
HasSeverityNumber returns a boolean if a field has been set.
func (*LogEntry) HasTraceId ¶
HasTraceId returns a boolean if a field has been set.
func (LogEntry) MarshalJSON ¶
func (*LogEntry) SetLogAttributes ¶
SetLogAttributes sets field value
func (*LogEntry) SetResourceAttributes ¶
SetResourceAttributes sets field value
func (*LogEntry) SetServiceName ¶
SetServiceName sets field value
func (*LogEntry) SetSeverityNumber ¶
SetSeverityNumber gets a reference to the given float32 and assigns it to the SeverityNumber field.
func (*LogEntry) SetSeverityText ¶
SetSeverityText sets field value
func (*LogEntry) SetSpanId ¶
SetSpanId gets a reference to the given string and assigns it to the SpanId field.
func (*LogEntry) SetTimestamp ¶
SetTimestamp sets field value
func (*LogEntry) SetTraceId ¶
SetTraceId gets a reference to the given string and assigns it to the TraceId field.
func (*LogEntry) UnmarshalJSON ¶
type MappedNullable ¶
type MetricDataPoint ¶
type MetricDataPoint struct {
// Timestamp of the data point
Timestamp string `json:"timestamp"`
// Value at this timestamp
Value float32 `json:"value"`
AdditionalProperties map[string]interface{}
}
MetricDataPoint struct for MetricDataPoint
func NewMetricDataPoint ¶
func NewMetricDataPoint(timestamp string, value float32) *MetricDataPoint
NewMetricDataPoint instantiates a new MetricDataPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricDataPointWithDefaults ¶
func NewMetricDataPointWithDefaults() *MetricDataPoint
NewMetricDataPointWithDefaults instantiates a new MetricDataPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MetricDataPoint) GetTimestamp ¶
func (o *MetricDataPoint) GetTimestamp() string
GetTimestamp returns the Timestamp field value
func (*MetricDataPoint) GetTimestampOk ¶
func (o *MetricDataPoint) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*MetricDataPoint) GetValue ¶
func (o *MetricDataPoint) GetValue() float32
GetValue returns the Value field value
func (*MetricDataPoint) GetValueOk ¶
func (o *MetricDataPoint) GetValueOk() (*float32, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (MetricDataPoint) MarshalJSON ¶
func (o MetricDataPoint) MarshalJSON() ([]byte, error)
func (*MetricDataPoint) SetTimestamp ¶
func (o *MetricDataPoint) SetTimestamp(v string)
SetTimestamp sets field value
func (*MetricDataPoint) SetValue ¶
func (o *MetricDataPoint) SetValue(v float32)
SetValue sets field value
func (MetricDataPoint) ToMap ¶
func (o MetricDataPoint) ToMap() (map[string]interface{}, error)
func (*MetricDataPoint) UnmarshalJSON ¶
func (o *MetricDataPoint) UnmarshalJSON(data []byte) (err error)
type MetricSeries ¶
type MetricSeries struct {
// Name of the metric
MetricName string `json:"metricName"`
// Data points for this metric
DataPoints []MetricDataPoint `json:"dataPoints"`
AdditionalProperties map[string]interface{}
}
MetricSeries struct for MetricSeries
func NewMetricSeries ¶
func NewMetricSeries(metricName string, dataPoints []MetricDataPoint) *MetricSeries
NewMetricSeries instantiates a new MetricSeries object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricSeriesWithDefaults ¶
func NewMetricSeriesWithDefaults() *MetricSeries
NewMetricSeriesWithDefaults instantiates a new MetricSeries object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MetricSeries) GetDataPoints ¶
func (o *MetricSeries) GetDataPoints() []MetricDataPoint
GetDataPoints returns the DataPoints field value
func (*MetricSeries) GetDataPointsOk ¶
func (o *MetricSeries) GetDataPointsOk() ([]MetricDataPoint, bool)
GetDataPointsOk returns a tuple with the DataPoints field value and a boolean to check if the value has been set.
func (*MetricSeries) GetMetricName ¶
func (o *MetricSeries) GetMetricName() string
GetMetricName returns the MetricName field value
func (*MetricSeries) GetMetricNameOk ¶
func (o *MetricSeries) GetMetricNameOk() (*string, bool)
GetMetricNameOk returns a tuple with the MetricName field value and a boolean to check if the value has been set.
func (MetricSeries) MarshalJSON ¶
func (o MetricSeries) MarshalJSON() ([]byte, error)
func (*MetricSeries) SetDataPoints ¶
func (o *MetricSeries) SetDataPoints(v []MetricDataPoint)
SetDataPoints sets field value
func (*MetricSeries) SetMetricName ¶
func (o *MetricSeries) SetMetricName(v string)
SetMetricName sets field value
func (MetricSeries) ToMap ¶
func (o MetricSeries) ToMap() (map[string]interface{}, error)
func (*MetricSeries) UnmarshalJSON ¶
func (o *MetricSeries) UnmarshalJSON(data []byte) (err error)
type MetricsResponse ¶
type MetricsResponse struct {
// List of metric series
Series []MetricSeries `json:"series"`
AdditionalProperties map[string]interface{}
}
MetricsResponse struct for MetricsResponse
func NewMetricsResponse ¶
func NewMetricsResponse(series []MetricSeries) *MetricsResponse
NewMetricsResponse instantiates a new MetricsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMetricsResponseWithDefaults ¶
func NewMetricsResponseWithDefaults() *MetricsResponse
NewMetricsResponseWithDefaults instantiates a new MetricsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MetricsResponse) GetSeries ¶
func (o *MetricsResponse) GetSeries() []MetricSeries
GetSeries returns the Series field value
func (*MetricsResponse) GetSeriesOk ¶
func (o *MetricsResponse) GetSeriesOk() ([]MetricSeries, bool)
GetSeriesOk returns a tuple with the Series field value and a boolean to check if the value has been set.
func (MetricsResponse) MarshalJSON ¶
func (o MetricsResponse) MarshalJSON() ([]byte, error)
func (*MetricsResponse) SetSeries ¶
func (o *MetricsResponse) SetSeries(v []MetricSeries)
SetSeries sets field value
func (MetricsResponse) ToMap ¶
func (o MetricsResponse) ToMap() (map[string]interface{}, error)
func (*MetricsResponse) UnmarshalJSON ¶
func (o *MetricsResponse) UnmarshalJSON(data []byte) (err error)
type NullableAccountProvider ¶
type NullableAccountProvider struct {
// contains filtered or unexported fields
}
func NewNullableAccountProvider ¶
func NewNullableAccountProvider(val *AccountProvider) *NullableAccountProvider
func (NullableAccountProvider) Get ¶
func (v NullableAccountProvider) Get() *AccountProvider
func (NullableAccountProvider) IsSet ¶
func (v NullableAccountProvider) IsSet() bool
func (NullableAccountProvider) MarshalJSON ¶
func (v NullableAccountProvider) MarshalJSON() ([]byte, error)
func (*NullableAccountProvider) Set ¶
func (v *NullableAccountProvider) Set(val *AccountProvider)
func (*NullableAccountProvider) UnmarshalJSON ¶
func (v *NullableAccountProvider) UnmarshalJSON(src []byte) error
func (*NullableAccountProvider) Unset ¶
func (v *NullableAccountProvider) Unset()
type NullableAdminCreateOrganization ¶ added in v0.194.0
type NullableAdminCreateOrganization struct {
// contains filtered or unexported fields
}
func NewNullableAdminCreateOrganization ¶ added in v0.194.0
func NewNullableAdminCreateOrganization(val *AdminCreateOrganization) *NullableAdminCreateOrganization
func (NullableAdminCreateOrganization) Get ¶ added in v0.194.0
func (v NullableAdminCreateOrganization) Get() *AdminCreateOrganization
func (NullableAdminCreateOrganization) IsSet ¶ added in v0.194.0
func (v NullableAdminCreateOrganization) IsSet() bool
func (NullableAdminCreateOrganization) MarshalJSON ¶ added in v0.194.0
func (v NullableAdminCreateOrganization) MarshalJSON() ([]byte, error)
func (*NullableAdminCreateOrganization) Set ¶ added in v0.194.0
func (v *NullableAdminCreateOrganization) Set(val *AdminCreateOrganization)
func (*NullableAdminCreateOrganization) UnmarshalJSON ¶ added in v0.194.0
func (v *NullableAdminCreateOrganization) UnmarshalJSON(src []byte) error
func (*NullableAdminCreateOrganization) Unset ¶ added in v0.194.0
func (v *NullableAdminCreateOrganization) Unset()
type NullableAdminCreateRunner ¶
type NullableAdminCreateRunner struct {
// contains filtered or unexported fields
}
func NewNullableAdminCreateRunner ¶
func NewNullableAdminCreateRunner(val *AdminCreateRunner) *NullableAdminCreateRunner
func (NullableAdminCreateRunner) Get ¶
func (v NullableAdminCreateRunner) Get() *AdminCreateRunner
func (NullableAdminCreateRunner) IsSet ¶
func (v NullableAdminCreateRunner) IsSet() bool
func (NullableAdminCreateRunner) MarshalJSON ¶
func (v NullableAdminCreateRunner) MarshalJSON() ([]byte, error)
func (*NullableAdminCreateRunner) Set ¶
func (v *NullableAdminCreateRunner) Set(val *AdminCreateRunner)
func (*NullableAdminCreateRunner) UnmarshalJSON ¶
func (v *NullableAdminCreateRunner) UnmarshalJSON(src []byte) error
func (*NullableAdminCreateRunner) Unset ¶
func (v *NullableAdminCreateRunner) Unset()
type NullableAdminGetWebhookStatus200Response ¶
type NullableAdminGetWebhookStatus200Response struct {
// contains filtered or unexported fields
}
func NewNullableAdminGetWebhookStatus200Response ¶
func NewNullableAdminGetWebhookStatus200Response(val *AdminGetWebhookStatus200Response) *NullableAdminGetWebhookStatus200Response
func (NullableAdminGetWebhookStatus200Response) IsSet ¶
func (v NullableAdminGetWebhookStatus200Response) IsSet() bool
func (NullableAdminGetWebhookStatus200Response) MarshalJSON ¶
func (v NullableAdminGetWebhookStatus200Response) MarshalJSON() ([]byte, error)
func (*NullableAdminGetWebhookStatus200Response) Set ¶
func (v *NullableAdminGetWebhookStatus200Response) Set(val *AdminGetWebhookStatus200Response)
func (*NullableAdminGetWebhookStatus200Response) UnmarshalJSON ¶
func (v *NullableAdminGetWebhookStatus200Response) UnmarshalJSON(src []byte) error
func (*NullableAdminGetWebhookStatus200Response) Unset ¶
func (v *NullableAdminGetWebhookStatus200Response) Unset()
type NullableAnnouncement ¶
type NullableAnnouncement struct {
// contains filtered or unexported fields
}
func NewNullableAnnouncement ¶
func NewNullableAnnouncement(val *Announcement) *NullableAnnouncement
func (NullableAnnouncement) Get ¶
func (v NullableAnnouncement) Get() *Announcement
func (NullableAnnouncement) IsSet ¶
func (v NullableAnnouncement) IsSet() bool
func (NullableAnnouncement) MarshalJSON ¶
func (v NullableAnnouncement) MarshalJSON() ([]byte, error)
func (*NullableAnnouncement) Set ¶
func (v *NullableAnnouncement) Set(val *Announcement)
func (*NullableAnnouncement) UnmarshalJSON ¶
func (v *NullableAnnouncement) UnmarshalJSON(src []byte) error
func (*NullableAnnouncement) Unset ¶
func (v *NullableAnnouncement) Unset()
type NullableApiKeyList ¶
type NullableApiKeyList struct {
// contains filtered or unexported fields
}
func NewNullableApiKeyList ¶
func NewNullableApiKeyList(val *ApiKeyList) *NullableApiKeyList
func (NullableApiKeyList) Get ¶
func (v NullableApiKeyList) Get() *ApiKeyList
func (NullableApiKeyList) IsSet ¶
func (v NullableApiKeyList) IsSet() bool
func (NullableApiKeyList) MarshalJSON ¶
func (v NullableApiKeyList) MarshalJSON() ([]byte, error)
func (*NullableApiKeyList) Set ¶
func (v *NullableApiKeyList) Set(val *ApiKeyList)
func (*NullableApiKeyList) UnmarshalJSON ¶
func (v *NullableApiKeyList) UnmarshalJSON(src []byte) error
func (*NullableApiKeyList) Unset ¶
func (v *NullableApiKeyList) Unset()
type NullableApiKeyResponse ¶
type NullableApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableApiKeyResponse ¶
func NewNullableApiKeyResponse(val *ApiKeyResponse) *NullableApiKeyResponse
func (NullableApiKeyResponse) Get ¶
func (v NullableApiKeyResponse) Get() *ApiKeyResponse
func (NullableApiKeyResponse) IsSet ¶
func (v NullableApiKeyResponse) IsSet() bool
func (NullableApiKeyResponse) MarshalJSON ¶
func (v NullableApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableApiKeyResponse) Set ¶
func (v *NullableApiKeyResponse) Set(val *ApiKeyResponse)
func (*NullableApiKeyResponse) UnmarshalJSON ¶
func (v *NullableApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableApiKeyResponse) Unset ¶
func (v *NullableApiKeyResponse) Unset()
type NullableAuditLog ¶
type NullableAuditLog struct {
// contains filtered or unexported fields
}
func NewNullableAuditLog ¶
func NewNullableAuditLog(val *AuditLog) *NullableAuditLog
func (NullableAuditLog) Get ¶
func (v NullableAuditLog) Get() *AuditLog
func (NullableAuditLog) IsSet ¶
func (v NullableAuditLog) IsSet() bool
func (NullableAuditLog) MarshalJSON ¶
func (v NullableAuditLog) MarshalJSON() ([]byte, error)
func (*NullableAuditLog) Set ¶
func (v *NullableAuditLog) Set(val *AuditLog)
func (*NullableAuditLog) UnmarshalJSON ¶
func (v *NullableAuditLog) UnmarshalJSON(src []byte) error
func (*NullableAuditLog) Unset ¶
func (v *NullableAuditLog) Unset()
type NullableAvailableSandboxClass ¶ added in v0.197.0
type NullableAvailableSandboxClass struct {
// contains filtered or unexported fields
}
func NewNullableAvailableSandboxClass ¶ added in v0.197.0
func NewNullableAvailableSandboxClass(val *AvailableSandboxClass) *NullableAvailableSandboxClass
func (NullableAvailableSandboxClass) Get ¶ added in v0.197.0
func (v NullableAvailableSandboxClass) Get() *AvailableSandboxClass
func (NullableAvailableSandboxClass) IsSet ¶ added in v0.197.0
func (v NullableAvailableSandboxClass) IsSet() bool
func (NullableAvailableSandboxClass) MarshalJSON ¶ added in v0.197.0
func (v NullableAvailableSandboxClass) MarshalJSON() ([]byte, error)
func (*NullableAvailableSandboxClass) Set ¶ added in v0.197.0
func (v *NullableAvailableSandboxClass) Set(val *AvailableSandboxClass)
func (*NullableAvailableSandboxClass) UnmarshalJSON ¶ added in v0.197.0
func (v *NullableAvailableSandboxClass) UnmarshalJSON(src []byte) error
func (*NullableAvailableSandboxClass) Unset ¶ added in v0.197.0
func (v *NullableAvailableSandboxClass) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBuildInfo ¶
type NullableBuildInfo struct {
// contains filtered or unexported fields
}
func NewNullableBuildInfo ¶
func NewNullableBuildInfo(val *BuildInfo) *NullableBuildInfo
func (NullableBuildInfo) Get ¶
func (v NullableBuildInfo) Get() *BuildInfo
func (NullableBuildInfo) IsSet ¶
func (v NullableBuildInfo) IsSet() bool
func (NullableBuildInfo) MarshalJSON ¶
func (v NullableBuildInfo) MarshalJSON() ([]byte, error)
func (*NullableBuildInfo) Set ¶
func (v *NullableBuildInfo) Set(val *BuildInfo)
func (*NullableBuildInfo) UnmarshalJSON ¶
func (v *NullableBuildInfo) UnmarshalJSON(src []byte) error
func (*NullableBuildInfo) Unset ¶
func (v *NullableBuildInfo) Unset()
type NullableCreateApiKey ¶
type NullableCreateApiKey struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKey ¶
func NewNullableCreateApiKey(val *CreateApiKey) *NullableCreateApiKey
func (NullableCreateApiKey) Get ¶
func (v NullableCreateApiKey) Get() *CreateApiKey
func (NullableCreateApiKey) IsSet ¶
func (v NullableCreateApiKey) IsSet() bool
func (NullableCreateApiKey) MarshalJSON ¶
func (v NullableCreateApiKey) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKey) Set ¶
func (v *NullableCreateApiKey) Set(val *CreateApiKey)
func (*NullableCreateApiKey) UnmarshalJSON ¶
func (v *NullableCreateApiKey) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKey) Unset ¶
func (v *NullableCreateApiKey) Unset()
type NullableCreateBuildInfo ¶
type NullableCreateBuildInfo struct {
// contains filtered or unexported fields
}
func NewNullableCreateBuildInfo ¶
func NewNullableCreateBuildInfo(val *CreateBuildInfo) *NullableCreateBuildInfo
func (NullableCreateBuildInfo) Get ¶
func (v NullableCreateBuildInfo) Get() *CreateBuildInfo
func (NullableCreateBuildInfo) IsSet ¶
func (v NullableCreateBuildInfo) IsSet() bool
func (NullableCreateBuildInfo) MarshalJSON ¶
func (v NullableCreateBuildInfo) MarshalJSON() ([]byte, error)
func (*NullableCreateBuildInfo) Set ¶
func (v *NullableCreateBuildInfo) Set(val *CreateBuildInfo)
func (*NullableCreateBuildInfo) UnmarshalJSON ¶
func (v *NullableCreateBuildInfo) UnmarshalJSON(src []byte) error
func (*NullableCreateBuildInfo) Unset ¶
func (v *NullableCreateBuildInfo) Unset()
type NullableCreateDockerRegistry ¶
type NullableCreateDockerRegistry struct {
// contains filtered or unexported fields
}
func NewNullableCreateDockerRegistry ¶
func NewNullableCreateDockerRegistry(val *CreateDockerRegistry) *NullableCreateDockerRegistry
func (NullableCreateDockerRegistry) Get ¶
func (v NullableCreateDockerRegistry) Get() *CreateDockerRegistry
func (NullableCreateDockerRegistry) IsSet ¶
func (v NullableCreateDockerRegistry) IsSet() bool
func (NullableCreateDockerRegistry) MarshalJSON ¶
func (v NullableCreateDockerRegistry) MarshalJSON() ([]byte, error)
func (*NullableCreateDockerRegistry) Set ¶
func (v *NullableCreateDockerRegistry) Set(val *CreateDockerRegistry)
func (*NullableCreateDockerRegistry) UnmarshalJSON ¶
func (v *NullableCreateDockerRegistry) UnmarshalJSON(src []byte) error
func (*NullableCreateDockerRegistry) Unset ¶
func (v *NullableCreateDockerRegistry) Unset()
type NullableCreateLinkedAccount ¶
type NullableCreateLinkedAccount struct {
// contains filtered or unexported fields
}
func NewNullableCreateLinkedAccount ¶
func NewNullableCreateLinkedAccount(val *CreateLinkedAccount) *NullableCreateLinkedAccount
func (NullableCreateLinkedAccount) Get ¶
func (v NullableCreateLinkedAccount) Get() *CreateLinkedAccount
func (NullableCreateLinkedAccount) IsSet ¶
func (v NullableCreateLinkedAccount) IsSet() bool
func (NullableCreateLinkedAccount) MarshalJSON ¶
func (v NullableCreateLinkedAccount) MarshalJSON() ([]byte, error)
func (*NullableCreateLinkedAccount) Set ¶
func (v *NullableCreateLinkedAccount) Set(val *CreateLinkedAccount)
func (*NullableCreateLinkedAccount) UnmarshalJSON ¶
func (v *NullableCreateLinkedAccount) UnmarshalJSON(src []byte) error
func (*NullableCreateLinkedAccount) Unset ¶
func (v *NullableCreateLinkedAccount) Unset()
type NullableCreateOrganization ¶
type NullableCreateOrganization struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganization ¶
func NewNullableCreateOrganization(val *CreateOrganization) *NullableCreateOrganization
func (NullableCreateOrganization) Get ¶
func (v NullableCreateOrganization) Get() *CreateOrganization
func (NullableCreateOrganization) IsSet ¶
func (v NullableCreateOrganization) IsSet() bool
func (NullableCreateOrganization) MarshalJSON ¶
func (v NullableCreateOrganization) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganization) Set ¶
func (v *NullableCreateOrganization) Set(val *CreateOrganization)
func (*NullableCreateOrganization) UnmarshalJSON ¶
func (v *NullableCreateOrganization) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganization) Unset ¶
func (v *NullableCreateOrganization) Unset()
type NullableCreateOrganizationInvitation ¶
type NullableCreateOrganizationInvitation struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationInvitation ¶
func NewNullableCreateOrganizationInvitation(val *CreateOrganizationInvitation) *NullableCreateOrganizationInvitation
func (NullableCreateOrganizationInvitation) Get ¶
func (v NullableCreateOrganizationInvitation) Get() *CreateOrganizationInvitation
func (NullableCreateOrganizationInvitation) IsSet ¶
func (v NullableCreateOrganizationInvitation) IsSet() bool
func (NullableCreateOrganizationInvitation) MarshalJSON ¶
func (v NullableCreateOrganizationInvitation) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationInvitation) Set ¶
func (v *NullableCreateOrganizationInvitation) Set(val *CreateOrganizationInvitation)
func (*NullableCreateOrganizationInvitation) UnmarshalJSON ¶
func (v *NullableCreateOrganizationInvitation) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationInvitation) Unset ¶
func (v *NullableCreateOrganizationInvitation) Unset()
type NullableCreateOrganizationQuota ¶
type NullableCreateOrganizationQuota struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationQuota ¶
func NewNullableCreateOrganizationQuota(val *CreateOrganizationQuota) *NullableCreateOrganizationQuota
func (NullableCreateOrganizationQuota) Get ¶
func (v NullableCreateOrganizationQuota) Get() *CreateOrganizationQuota
func (NullableCreateOrganizationQuota) IsSet ¶
func (v NullableCreateOrganizationQuota) IsSet() bool
func (NullableCreateOrganizationQuota) MarshalJSON ¶
func (v NullableCreateOrganizationQuota) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationQuota) Set ¶
func (v *NullableCreateOrganizationQuota) Set(val *CreateOrganizationQuota)
func (*NullableCreateOrganizationQuota) UnmarshalJSON ¶
func (v *NullableCreateOrganizationQuota) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationQuota) Unset ¶
func (v *NullableCreateOrganizationQuota) Unset()
type NullableCreateOrganizationRegionQuota ¶
type NullableCreateOrganizationRegionQuota struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationRegionQuota ¶
func NewNullableCreateOrganizationRegionQuota(val *CreateOrganizationRegionQuota) *NullableCreateOrganizationRegionQuota
func (NullableCreateOrganizationRegionQuota) Get ¶
func (v NullableCreateOrganizationRegionQuota) Get() *CreateOrganizationRegionQuota
func (NullableCreateOrganizationRegionQuota) IsSet ¶
func (v NullableCreateOrganizationRegionQuota) IsSet() bool
func (NullableCreateOrganizationRegionQuota) MarshalJSON ¶
func (v NullableCreateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationRegionQuota) Set ¶
func (v *NullableCreateOrganizationRegionQuota) Set(val *CreateOrganizationRegionQuota)
func (*NullableCreateOrganizationRegionQuota) UnmarshalJSON ¶
func (v *NullableCreateOrganizationRegionQuota) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationRegionQuota) Unset ¶
func (v *NullableCreateOrganizationRegionQuota) Unset()
type NullableCreateOrganizationRole ¶
type NullableCreateOrganizationRole struct {
// contains filtered or unexported fields
}
func NewNullableCreateOrganizationRole ¶
func NewNullableCreateOrganizationRole(val *CreateOrganizationRole) *NullableCreateOrganizationRole
func (NullableCreateOrganizationRole) Get ¶
func (v NullableCreateOrganizationRole) Get() *CreateOrganizationRole
func (NullableCreateOrganizationRole) IsSet ¶
func (v NullableCreateOrganizationRole) IsSet() bool
func (NullableCreateOrganizationRole) MarshalJSON ¶
func (v NullableCreateOrganizationRole) MarshalJSON() ([]byte, error)
func (*NullableCreateOrganizationRole) Set ¶
func (v *NullableCreateOrganizationRole) Set(val *CreateOrganizationRole)
func (*NullableCreateOrganizationRole) UnmarshalJSON ¶
func (v *NullableCreateOrganizationRole) UnmarshalJSON(src []byte) error
func (*NullableCreateOrganizationRole) Unset ¶
func (v *NullableCreateOrganizationRole) Unset()
type NullableCreateRegion ¶
type NullableCreateRegion struct {
// contains filtered or unexported fields
}
func NewNullableCreateRegion ¶
func NewNullableCreateRegion(val *CreateRegion) *NullableCreateRegion
func (NullableCreateRegion) Get ¶
func (v NullableCreateRegion) Get() *CreateRegion
func (NullableCreateRegion) IsSet ¶
func (v NullableCreateRegion) IsSet() bool
func (NullableCreateRegion) MarshalJSON ¶
func (v NullableCreateRegion) MarshalJSON() ([]byte, error)
func (*NullableCreateRegion) Set ¶
func (v *NullableCreateRegion) Set(val *CreateRegion)
func (*NullableCreateRegion) UnmarshalJSON ¶
func (v *NullableCreateRegion) UnmarshalJSON(src []byte) error
func (*NullableCreateRegion) Unset ¶
func (v *NullableCreateRegion) Unset()
type NullableCreateRegionResponse ¶
type NullableCreateRegionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateRegionResponse ¶
func NewNullableCreateRegionResponse(val *CreateRegionResponse) *NullableCreateRegionResponse
func (NullableCreateRegionResponse) Get ¶
func (v NullableCreateRegionResponse) Get() *CreateRegionResponse
func (NullableCreateRegionResponse) IsSet ¶
func (v NullableCreateRegionResponse) IsSet() bool
func (NullableCreateRegionResponse) MarshalJSON ¶
func (v NullableCreateRegionResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateRegionResponse) Set ¶
func (v *NullableCreateRegionResponse) Set(val *CreateRegionResponse)
func (*NullableCreateRegionResponse) UnmarshalJSON ¶
func (v *NullableCreateRegionResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateRegionResponse) Unset ¶
func (v *NullableCreateRegionResponse) Unset()
type NullableCreateRunner ¶
type NullableCreateRunner struct {
// contains filtered or unexported fields
}
func NewNullableCreateRunner ¶
func NewNullableCreateRunner(val *CreateRunner) *NullableCreateRunner
func (NullableCreateRunner) Get ¶
func (v NullableCreateRunner) Get() *CreateRunner
func (NullableCreateRunner) IsSet ¶
func (v NullableCreateRunner) IsSet() bool
func (NullableCreateRunner) MarshalJSON ¶
func (v NullableCreateRunner) MarshalJSON() ([]byte, error)
func (*NullableCreateRunner) Set ¶
func (v *NullableCreateRunner) Set(val *CreateRunner)
func (*NullableCreateRunner) UnmarshalJSON ¶
func (v *NullableCreateRunner) UnmarshalJSON(src []byte) error
func (*NullableCreateRunner) Unset ¶
func (v *NullableCreateRunner) Unset()
type NullableCreateRunnerResponse ¶
type NullableCreateRunnerResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateRunnerResponse ¶
func NewNullableCreateRunnerResponse(val *CreateRunnerResponse) *NullableCreateRunnerResponse
func (NullableCreateRunnerResponse) Get ¶
func (v NullableCreateRunnerResponse) Get() *CreateRunnerResponse
func (NullableCreateRunnerResponse) IsSet ¶
func (v NullableCreateRunnerResponse) IsSet() bool
func (NullableCreateRunnerResponse) MarshalJSON ¶
func (v NullableCreateRunnerResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateRunnerResponse) Set ¶
func (v *NullableCreateRunnerResponse) Set(val *CreateRunnerResponse)
func (*NullableCreateRunnerResponse) UnmarshalJSON ¶
func (v *NullableCreateRunnerResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateRunnerResponse) Unset ¶
func (v *NullableCreateRunnerResponse) Unset()
type NullableCreateSandbox ¶
type NullableCreateSandbox struct {
// contains filtered or unexported fields
}
func NewNullableCreateSandbox ¶
func NewNullableCreateSandbox(val *CreateSandbox) *NullableCreateSandbox
func (NullableCreateSandbox) Get ¶
func (v NullableCreateSandbox) Get() *CreateSandbox
func (NullableCreateSandbox) IsSet ¶
func (v NullableCreateSandbox) IsSet() bool
func (NullableCreateSandbox) MarshalJSON ¶
func (v NullableCreateSandbox) MarshalJSON() ([]byte, error)
func (*NullableCreateSandbox) Set ¶
func (v *NullableCreateSandbox) Set(val *CreateSandbox)
func (*NullableCreateSandbox) UnmarshalJSON ¶
func (v *NullableCreateSandbox) UnmarshalJSON(src []byte) error
func (*NullableCreateSandbox) Unset ¶
func (v *NullableCreateSandbox) Unset()
type NullableCreateSandboxSnapshot ¶
type NullableCreateSandboxSnapshot struct {
// contains filtered or unexported fields
}
func NewNullableCreateSandboxSnapshot ¶
func NewNullableCreateSandboxSnapshot(val *CreateSandboxSnapshot) *NullableCreateSandboxSnapshot
func (NullableCreateSandboxSnapshot) Get ¶
func (v NullableCreateSandboxSnapshot) Get() *CreateSandboxSnapshot
func (NullableCreateSandboxSnapshot) IsSet ¶
func (v NullableCreateSandboxSnapshot) IsSet() bool
func (NullableCreateSandboxSnapshot) MarshalJSON ¶
func (v NullableCreateSandboxSnapshot) MarshalJSON() ([]byte, error)
func (*NullableCreateSandboxSnapshot) Set ¶
func (v *NullableCreateSandboxSnapshot) Set(val *CreateSandboxSnapshot)
func (*NullableCreateSandboxSnapshot) UnmarshalJSON ¶
func (v *NullableCreateSandboxSnapshot) UnmarshalJSON(src []byte) error
func (*NullableCreateSandboxSnapshot) Unset ¶
func (v *NullableCreateSandboxSnapshot) Unset()
type NullableCreateSecret ¶
type NullableCreateSecret struct {
// contains filtered or unexported fields
}
func NewNullableCreateSecret ¶
func NewNullableCreateSecret(val *CreateSecret) *NullableCreateSecret
func (NullableCreateSecret) Get ¶
func (v NullableCreateSecret) Get() *CreateSecret
func (NullableCreateSecret) IsSet ¶
func (v NullableCreateSecret) IsSet() bool
func (NullableCreateSecret) MarshalJSON ¶
func (v NullableCreateSecret) MarshalJSON() ([]byte, error)
func (*NullableCreateSecret) Set ¶
func (v *NullableCreateSecret) Set(val *CreateSecret)
func (*NullableCreateSecret) UnmarshalJSON ¶
func (v *NullableCreateSecret) UnmarshalJSON(src []byte) error
func (*NullableCreateSecret) Unset ¶
func (v *NullableCreateSecret) Unset()
type NullableCreateSnapshot ¶
type NullableCreateSnapshot struct {
// contains filtered or unexported fields
}
func NewNullableCreateSnapshot ¶
func NewNullableCreateSnapshot(val *CreateSnapshot) *NullableCreateSnapshot
func (NullableCreateSnapshot) Get ¶
func (v NullableCreateSnapshot) Get() *CreateSnapshot
func (NullableCreateSnapshot) IsSet ¶
func (v NullableCreateSnapshot) IsSet() bool
func (NullableCreateSnapshot) MarshalJSON ¶
func (v NullableCreateSnapshot) MarshalJSON() ([]byte, error)
func (*NullableCreateSnapshot) Set ¶
func (v *NullableCreateSnapshot) Set(val *CreateSnapshot)
func (*NullableCreateSnapshot) UnmarshalJSON ¶
func (v *NullableCreateSnapshot) UnmarshalJSON(src []byte) error
func (*NullableCreateSnapshot) Unset ¶
func (v *NullableCreateSnapshot) Unset()
type NullableCreateUser ¶
type NullableCreateUser struct {
// contains filtered or unexported fields
}
func NewNullableCreateUser ¶
func NewNullableCreateUser(val *CreateUser) *NullableCreateUser
func (NullableCreateUser) Get ¶
func (v NullableCreateUser) Get() *CreateUser
func (NullableCreateUser) IsSet ¶
func (v NullableCreateUser) IsSet() bool
func (NullableCreateUser) MarshalJSON ¶
func (v NullableCreateUser) MarshalJSON() ([]byte, error)
func (*NullableCreateUser) Set ¶
func (v *NullableCreateUser) Set(val *CreateUser)
func (*NullableCreateUser) UnmarshalJSON ¶
func (v *NullableCreateUser) UnmarshalJSON(src []byte) error
func (*NullableCreateUser) Unset ¶
func (v *NullableCreateUser) Unset()
type NullableCreateVolume ¶
type NullableCreateVolume struct {
// contains filtered or unexported fields
}
func NewNullableCreateVolume ¶
func NewNullableCreateVolume(val *CreateVolume) *NullableCreateVolume
func (NullableCreateVolume) Get ¶
func (v NullableCreateVolume) Get() *CreateVolume
func (NullableCreateVolume) IsSet ¶
func (v NullableCreateVolume) IsSet() bool
func (NullableCreateVolume) MarshalJSON ¶
func (v NullableCreateVolume) MarshalJSON() ([]byte, error)
func (*NullableCreateVolume) Set ¶
func (v *NullableCreateVolume) Set(val *CreateVolume)
func (*NullableCreateVolume) UnmarshalJSON ¶
func (v *NullableCreateVolume) UnmarshalJSON(src []byte) error
func (*NullableCreateVolume) Unset ¶
func (v *NullableCreateVolume) Unset()
type NullableDateFilter ¶
type NullableDateFilter struct {
// contains filtered or unexported fields
}
func NewNullableDateFilter ¶
func NewNullableDateFilter(val *DateFilter) *NullableDateFilter
func (NullableDateFilter) Get ¶
func (v NullableDateFilter) Get() *DateFilter
func (NullableDateFilter) IsSet ¶
func (v NullableDateFilter) IsSet() bool
func (NullableDateFilter) MarshalJSON ¶
func (v NullableDateFilter) MarshalJSON() ([]byte, error)
func (*NullableDateFilter) Set ¶
func (v *NullableDateFilter) Set(val *DateFilter)
func (*NullableDateFilter) UnmarshalJSON ¶
func (v *NullableDateFilter) UnmarshalJSON(src []byte) error
func (*NullableDateFilter) Unset ¶
func (v *NullableDateFilter) Unset()
type NullableDaytonaConfiguration ¶
type NullableDaytonaConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableDaytonaConfiguration ¶
func NewNullableDaytonaConfiguration(val *DaytonaConfiguration) *NullableDaytonaConfiguration
func (NullableDaytonaConfiguration) Get ¶
func (v NullableDaytonaConfiguration) Get() *DaytonaConfiguration
func (NullableDaytonaConfiguration) IsSet ¶
func (v NullableDaytonaConfiguration) IsSet() bool
func (NullableDaytonaConfiguration) MarshalJSON ¶
func (v NullableDaytonaConfiguration) MarshalJSON() ([]byte, error)
func (*NullableDaytonaConfiguration) Set ¶
func (v *NullableDaytonaConfiguration) Set(val *DaytonaConfiguration)
func (*NullableDaytonaConfiguration) UnmarshalJSON ¶
func (v *NullableDaytonaConfiguration) UnmarshalJSON(src []byte) error
func (*NullableDaytonaConfiguration) Unset ¶
func (v *NullableDaytonaConfiguration) Unset()
type NullableDockerRegistry ¶
type NullableDockerRegistry struct {
// contains filtered or unexported fields
}
func NewNullableDockerRegistry ¶
func NewNullableDockerRegistry(val *DockerRegistry) *NullableDockerRegistry
func (NullableDockerRegistry) Get ¶
func (v NullableDockerRegistry) Get() *DockerRegistry
func (NullableDockerRegistry) IsSet ¶
func (v NullableDockerRegistry) IsSet() bool
func (NullableDockerRegistry) MarshalJSON ¶
func (v NullableDockerRegistry) MarshalJSON() ([]byte, error)
func (*NullableDockerRegistry) Set ¶
func (v *NullableDockerRegistry) Set(val *DockerRegistry)
func (*NullableDockerRegistry) UnmarshalJSON ¶
func (v *NullableDockerRegistry) UnmarshalJSON(src []byte) error
func (*NullableDockerRegistry) Unset ¶
func (v *NullableDockerRegistry) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableForkSandbox ¶
type NullableForkSandbox struct {
// contains filtered or unexported fields
}
func NewNullableForkSandbox ¶
func NewNullableForkSandbox(val *ForkSandbox) *NullableForkSandbox
func (NullableForkSandbox) Get ¶
func (v NullableForkSandbox) Get() *ForkSandbox
func (NullableForkSandbox) IsSet ¶
func (v NullableForkSandbox) IsSet() bool
func (NullableForkSandbox) MarshalJSON ¶
func (v NullableForkSandbox) MarshalJSON() ([]byte, error)
func (*NullableForkSandbox) Set ¶
func (v *NullableForkSandbox) Set(val *ForkSandbox)
func (*NullableForkSandbox) UnmarshalJSON ¶
func (v *NullableForkSandbox) UnmarshalJSON(src []byte) error
func (*NullableForkSandbox) Unset ¶
func (v *NullableForkSandbox) Unset()
type NullableGpuType ¶
type NullableGpuType struct {
// contains filtered or unexported fields
}
func NewNullableGpuType ¶
func NewNullableGpuType(val *GpuType) *NullableGpuType
func (NullableGpuType) Get ¶
func (v NullableGpuType) Get() *GpuType
func (NullableGpuType) IsSet ¶
func (v NullableGpuType) IsSet() bool
func (NullableGpuType) MarshalJSON ¶
func (v NullableGpuType) MarshalJSON() ([]byte, error)
func (*NullableGpuType) Set ¶
func (v *NullableGpuType) Set(val *GpuType)
func (*NullableGpuType) UnmarshalJSON ¶
func (v *NullableGpuType) UnmarshalJSON(src []byte) error
func (*NullableGpuType) Unset ¶
func (v *NullableGpuType) Unset()
type NullableHealthControllerCheck200Response ¶
type NullableHealthControllerCheck200Response struct {
// contains filtered or unexported fields
}
func NewNullableHealthControllerCheck200Response ¶
func NewNullableHealthControllerCheck200Response(val *HealthControllerCheck200Response) *NullableHealthControllerCheck200Response
func (NullableHealthControllerCheck200Response) IsSet ¶
func (v NullableHealthControllerCheck200Response) IsSet() bool
func (NullableHealthControllerCheck200Response) MarshalJSON ¶
func (v NullableHealthControllerCheck200Response) MarshalJSON() ([]byte, error)
func (*NullableHealthControllerCheck200Response) Set ¶
func (v *NullableHealthControllerCheck200Response) Set(val *HealthControllerCheck200Response)
func (*NullableHealthControllerCheck200Response) UnmarshalJSON ¶
func (v *NullableHealthControllerCheck200Response) UnmarshalJSON(src []byte) error
func (*NullableHealthControllerCheck200Response) Unset ¶
func (v *NullableHealthControllerCheck200Response) Unset()
type NullableHealthControllerCheck200ResponseInfoValue ¶
type NullableHealthControllerCheck200ResponseInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableHealthControllerCheck200ResponseInfoValue ¶
func NewNullableHealthControllerCheck200ResponseInfoValue(val *HealthControllerCheck200ResponseInfoValue) *NullableHealthControllerCheck200ResponseInfoValue
func (NullableHealthControllerCheck200ResponseInfoValue) IsSet ¶
func (v NullableHealthControllerCheck200ResponseInfoValue) IsSet() bool
func (NullableHealthControllerCheck200ResponseInfoValue) MarshalJSON ¶
func (v NullableHealthControllerCheck200ResponseInfoValue) MarshalJSON() ([]byte, error)
func (*NullableHealthControllerCheck200ResponseInfoValue) UnmarshalJSON ¶
func (v *NullableHealthControllerCheck200ResponseInfoValue) UnmarshalJSON(src []byte) error
func (*NullableHealthControllerCheck200ResponseInfoValue) Unset ¶
func (v *NullableHealthControllerCheck200ResponseInfoValue) Unset()
type NullableHealthControllerCheck503Response ¶
type NullableHealthControllerCheck503Response struct {
// contains filtered or unexported fields
}
func NewNullableHealthControllerCheck503Response ¶
func NewNullableHealthControllerCheck503Response(val *HealthControllerCheck503Response) *NullableHealthControllerCheck503Response
func (NullableHealthControllerCheck503Response) IsSet ¶
func (v NullableHealthControllerCheck503Response) IsSet() bool
func (NullableHealthControllerCheck503Response) MarshalJSON ¶
func (v NullableHealthControllerCheck503Response) MarshalJSON() ([]byte, error)
func (*NullableHealthControllerCheck503Response) Set ¶
func (v *NullableHealthControllerCheck503Response) Set(val *HealthControllerCheck503Response)
func (*NullableHealthControllerCheck503Response) UnmarshalJSON ¶
func (v *NullableHealthControllerCheck503Response) UnmarshalJSON(src []byte) error
func (*NullableHealthControllerCheck503Response) Unset ¶
func (v *NullableHealthControllerCheck503Response) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableIntFilter ¶
type NullableIntFilter struct {
// contains filtered or unexported fields
}
func NewNullableIntFilter ¶
func NewNullableIntFilter(val *IntFilter) *NullableIntFilter
func (NullableIntFilter) Get ¶
func (v NullableIntFilter) Get() *IntFilter
func (NullableIntFilter) IsSet ¶
func (v NullableIntFilter) IsSet() bool
func (NullableIntFilter) MarshalJSON ¶
func (v NullableIntFilter) MarshalJSON() ([]byte, error)
func (*NullableIntFilter) Set ¶
func (v *NullableIntFilter) Set(val *IntFilter)
func (*NullableIntFilter) UnmarshalJSON ¶
func (v *NullableIntFilter) UnmarshalJSON(src []byte) error
func (*NullableIntFilter) Unset ¶
func (v *NullableIntFilter) Unset()
type NullableJob ¶
type NullableJob struct {
// contains filtered or unexported fields
}
func NewNullableJob ¶
func NewNullableJob(val *Job) *NullableJob
func (NullableJob) Get ¶
func (v NullableJob) Get() *Job
func (NullableJob) IsSet ¶
func (v NullableJob) IsSet() bool
func (NullableJob) MarshalJSON ¶
func (v NullableJob) MarshalJSON() ([]byte, error)
func (*NullableJob) Set ¶
func (v *NullableJob) Set(val *Job)
func (*NullableJob) UnmarshalJSON ¶
func (v *NullableJob) UnmarshalJSON(src []byte) error
func (*NullableJob) Unset ¶
func (v *NullableJob) Unset()
type NullableJobStatus ¶
type NullableJobStatus struct {
// contains filtered or unexported fields
}
func NewNullableJobStatus ¶
func NewNullableJobStatus(val *JobStatus) *NullableJobStatus
func (NullableJobStatus) Get ¶
func (v NullableJobStatus) Get() *JobStatus
func (NullableJobStatus) IsSet ¶
func (v NullableJobStatus) IsSet() bool
func (NullableJobStatus) MarshalJSON ¶
func (v NullableJobStatus) MarshalJSON() ([]byte, error)
func (*NullableJobStatus) Set ¶
func (v *NullableJobStatus) Set(val *JobStatus)
func (*NullableJobStatus) UnmarshalJSON ¶
func (v *NullableJobStatus) UnmarshalJSON(src []byte) error
func (*NullableJobStatus) Unset ¶
func (v *NullableJobStatus) Unset()
type NullableJobType ¶
type NullableJobType struct {
// contains filtered or unexported fields
}
func NewNullableJobType ¶
func NewNullableJobType(val *JobType) *NullableJobType
func (NullableJobType) Get ¶
func (v NullableJobType) Get() *JobType
func (NullableJobType) IsSet ¶
func (v NullableJobType) IsSet() bool
func (NullableJobType) MarshalJSON ¶
func (v NullableJobType) MarshalJSON() ([]byte, error)
func (*NullableJobType) Set ¶
func (v *NullableJobType) Set(val *JobType)
func (*NullableJobType) UnmarshalJSON ¶
func (v *NullableJobType) UnmarshalJSON(src []byte) error
func (*NullableJobType) Unset ¶
func (v *NullableJobType) Unset()
type NullableListSandboxesResponse ¶
type NullableListSandboxesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListSandboxesResponse ¶
func NewNullableListSandboxesResponse(val *ListSandboxesResponse) *NullableListSandboxesResponse
func (NullableListSandboxesResponse) Get ¶
func (v NullableListSandboxesResponse) Get() *ListSandboxesResponse
func (NullableListSandboxesResponse) IsSet ¶
func (v NullableListSandboxesResponse) IsSet() bool
func (NullableListSandboxesResponse) MarshalJSON ¶
func (v NullableListSandboxesResponse) MarshalJSON() ([]byte, error)
func (*NullableListSandboxesResponse) Set ¶
func (v *NullableListSandboxesResponse) Set(val *ListSandboxesResponse)
func (*NullableListSandboxesResponse) UnmarshalJSON ¶
func (v *NullableListSandboxesResponse) UnmarshalJSON(src []byte) error
func (*NullableListSandboxesResponse) Unset ¶
func (v *NullableListSandboxesResponse) Unset()
type NullableListSecretsResponse ¶ added in v0.194.0
type NullableListSecretsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListSecretsResponse ¶ added in v0.194.0
func NewNullableListSecretsResponse(val *ListSecretsResponse) *NullableListSecretsResponse
func (NullableListSecretsResponse) Get ¶ added in v0.194.0
func (v NullableListSecretsResponse) Get() *ListSecretsResponse
func (NullableListSecretsResponse) IsSet ¶ added in v0.194.0
func (v NullableListSecretsResponse) IsSet() bool
func (NullableListSecretsResponse) MarshalJSON ¶ added in v0.194.0
func (v NullableListSecretsResponse) MarshalJSON() ([]byte, error)
func (*NullableListSecretsResponse) Set ¶ added in v0.194.0
func (v *NullableListSecretsResponse) Set(val *ListSecretsResponse)
func (*NullableListSecretsResponse) UnmarshalJSON ¶ added in v0.194.0
func (v *NullableListSecretsResponse) UnmarshalJSON(src []byte) error
func (*NullableListSecretsResponse) Unset ¶ added in v0.194.0
func (v *NullableListSecretsResponse) Unset()
type NullableLogEntry ¶
type NullableLogEntry struct {
// contains filtered or unexported fields
}
func NewNullableLogEntry ¶
func NewNullableLogEntry(val *LogEntry) *NullableLogEntry
func (NullableLogEntry) Get ¶
func (v NullableLogEntry) Get() *LogEntry
func (NullableLogEntry) IsSet ¶
func (v NullableLogEntry) IsSet() bool
func (NullableLogEntry) MarshalJSON ¶
func (v NullableLogEntry) MarshalJSON() ([]byte, error)
func (*NullableLogEntry) Set ¶
func (v *NullableLogEntry) Set(val *LogEntry)
func (*NullableLogEntry) UnmarshalJSON ¶
func (v *NullableLogEntry) UnmarshalJSON(src []byte) error
func (*NullableLogEntry) Unset ¶
func (v *NullableLogEntry) Unset()
type NullableMetricDataPoint ¶
type NullableMetricDataPoint struct {
// contains filtered or unexported fields
}
func NewNullableMetricDataPoint ¶
func NewNullableMetricDataPoint(val *MetricDataPoint) *NullableMetricDataPoint
func (NullableMetricDataPoint) Get ¶
func (v NullableMetricDataPoint) Get() *MetricDataPoint
func (NullableMetricDataPoint) IsSet ¶
func (v NullableMetricDataPoint) IsSet() bool
func (NullableMetricDataPoint) MarshalJSON ¶
func (v NullableMetricDataPoint) MarshalJSON() ([]byte, error)
func (*NullableMetricDataPoint) Set ¶
func (v *NullableMetricDataPoint) Set(val *MetricDataPoint)
func (*NullableMetricDataPoint) UnmarshalJSON ¶
func (v *NullableMetricDataPoint) UnmarshalJSON(src []byte) error
func (*NullableMetricDataPoint) Unset ¶
func (v *NullableMetricDataPoint) Unset()
type NullableMetricSeries ¶
type NullableMetricSeries struct {
// contains filtered or unexported fields
}
func NewNullableMetricSeries ¶
func NewNullableMetricSeries(val *MetricSeries) *NullableMetricSeries
func (NullableMetricSeries) Get ¶
func (v NullableMetricSeries) Get() *MetricSeries
func (NullableMetricSeries) IsSet ¶
func (v NullableMetricSeries) IsSet() bool
func (NullableMetricSeries) MarshalJSON ¶
func (v NullableMetricSeries) MarshalJSON() ([]byte, error)
func (*NullableMetricSeries) Set ¶
func (v *NullableMetricSeries) Set(val *MetricSeries)
func (*NullableMetricSeries) UnmarshalJSON ¶
func (v *NullableMetricSeries) UnmarshalJSON(src []byte) error
func (*NullableMetricSeries) Unset ¶
func (v *NullableMetricSeries) Unset()
type NullableMetricsResponse ¶
type NullableMetricsResponse struct {
// contains filtered or unexported fields
}
func NewNullableMetricsResponse ¶
func NewNullableMetricsResponse(val *MetricsResponse) *NullableMetricsResponse
func (NullableMetricsResponse) Get ¶
func (v NullableMetricsResponse) Get() *MetricsResponse
func (NullableMetricsResponse) IsSet ¶
func (v NullableMetricsResponse) IsSet() bool
func (NullableMetricsResponse) MarshalJSON ¶
func (v NullableMetricsResponse) MarshalJSON() ([]byte, error)
func (*NullableMetricsResponse) Set ¶
func (v *NullableMetricsResponse) Set(val *MetricsResponse)
func (*NullableMetricsResponse) UnmarshalJSON ¶
func (v *NullableMetricsResponse) UnmarshalJSON(src []byte) error
func (*NullableMetricsResponse) Unset ¶
func (v *NullableMetricsResponse) Unset()
type NullableOidcConfig ¶
type NullableOidcConfig struct {
// contains filtered or unexported fields
}
func NewNullableOidcConfig ¶
func NewNullableOidcConfig(val *OidcConfig) *NullableOidcConfig
func (NullableOidcConfig) Get ¶
func (v NullableOidcConfig) Get() *OidcConfig
func (NullableOidcConfig) IsSet ¶
func (v NullableOidcConfig) IsSet() bool
func (NullableOidcConfig) MarshalJSON ¶
func (v NullableOidcConfig) MarshalJSON() ([]byte, error)
func (*NullableOidcConfig) Set ¶
func (v *NullableOidcConfig) Set(val *OidcConfig)
func (*NullableOidcConfig) UnmarshalJSON ¶
func (v *NullableOidcConfig) UnmarshalJSON(src []byte) error
func (*NullableOidcConfig) Unset ¶
func (v *NullableOidcConfig) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationInvitation ¶
type NullableOrganizationInvitation struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationInvitation ¶
func NewNullableOrganizationInvitation(val *OrganizationInvitation) *NullableOrganizationInvitation
func (NullableOrganizationInvitation) Get ¶
func (v NullableOrganizationInvitation) Get() *OrganizationInvitation
func (NullableOrganizationInvitation) IsSet ¶
func (v NullableOrganizationInvitation) IsSet() bool
func (NullableOrganizationInvitation) MarshalJSON ¶
func (v NullableOrganizationInvitation) MarshalJSON() ([]byte, error)
func (*NullableOrganizationInvitation) Set ¶
func (v *NullableOrganizationInvitation) Set(val *OrganizationInvitation)
func (*NullableOrganizationInvitation) UnmarshalJSON ¶
func (v *NullableOrganizationInvitation) UnmarshalJSON(src []byte) error
func (*NullableOrganizationInvitation) Unset ¶
func (v *NullableOrganizationInvitation) Unset()
type NullableOrganizationPreviewWarning ¶ added in v0.197.0
type NullableOrganizationPreviewWarning struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationPreviewWarning ¶ added in v0.197.0
func NewNullableOrganizationPreviewWarning(val *OrganizationPreviewWarning) *NullableOrganizationPreviewWarning
func (NullableOrganizationPreviewWarning) Get ¶ added in v0.197.0
func (v NullableOrganizationPreviewWarning) Get() *OrganizationPreviewWarning
func (NullableOrganizationPreviewWarning) IsSet ¶ added in v0.197.0
func (v NullableOrganizationPreviewWarning) IsSet() bool
func (NullableOrganizationPreviewWarning) MarshalJSON ¶ added in v0.197.0
func (v NullableOrganizationPreviewWarning) MarshalJSON() ([]byte, error)
func (*NullableOrganizationPreviewWarning) Set ¶ added in v0.197.0
func (v *NullableOrganizationPreviewWarning) Set(val *OrganizationPreviewWarning)
func (*NullableOrganizationPreviewWarning) UnmarshalJSON ¶ added in v0.197.0
func (v *NullableOrganizationPreviewWarning) UnmarshalJSON(src []byte) error
func (*NullableOrganizationPreviewWarning) Unset ¶ added in v0.197.0
func (v *NullableOrganizationPreviewWarning) Unset()
type NullableOrganizationRole ¶
type NullableOrganizationRole struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationRole ¶
func NewNullableOrganizationRole(val *OrganizationRole) *NullableOrganizationRole
func (NullableOrganizationRole) Get ¶
func (v NullableOrganizationRole) Get() *OrganizationRole
func (NullableOrganizationRole) IsSet ¶
func (v NullableOrganizationRole) IsSet() bool
func (NullableOrganizationRole) MarshalJSON ¶
func (v NullableOrganizationRole) MarshalJSON() ([]byte, error)
func (*NullableOrganizationRole) Set ¶
func (v *NullableOrganizationRole) Set(val *OrganizationRole)
func (*NullableOrganizationRole) UnmarshalJSON ¶
func (v *NullableOrganizationRole) UnmarshalJSON(src []byte) error
func (*NullableOrganizationRole) Unset ¶
func (v *NullableOrganizationRole) Unset()
type NullableOrganizationSandboxDefaultLimitedNetworkEgress ¶
type NullableOrganizationSandboxDefaultLimitedNetworkEgress struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationSandboxDefaultLimitedNetworkEgress ¶
func NewNullableOrganizationSandboxDefaultLimitedNetworkEgress(val *OrganizationSandboxDefaultLimitedNetworkEgress) *NullableOrganizationSandboxDefaultLimitedNetworkEgress
func (NullableOrganizationSandboxDefaultLimitedNetworkEgress) IsSet ¶
func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) IsSet() bool
func (NullableOrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON ¶
func (v NullableOrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON() ([]byte, error)
func (*NullableOrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON ¶
func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON(src []byte) error
func (*NullableOrganizationSandboxDefaultLimitedNetworkEgress) Unset ¶
func (v *NullableOrganizationSandboxDefaultLimitedNetworkEgress) Unset()
type NullableOrganizationSuspension ¶
type NullableOrganizationSuspension struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationSuspension ¶
func NewNullableOrganizationSuspension(val *OrganizationSuspension) *NullableOrganizationSuspension
func (NullableOrganizationSuspension) Get ¶
func (v NullableOrganizationSuspension) Get() *OrganizationSuspension
func (NullableOrganizationSuspension) IsSet ¶
func (v NullableOrganizationSuspension) IsSet() bool
func (NullableOrganizationSuspension) MarshalJSON ¶
func (v NullableOrganizationSuspension) MarshalJSON() ([]byte, error)
func (*NullableOrganizationSuspension) Set ¶
func (v *NullableOrganizationSuspension) Set(val *OrganizationSuspension)
func (*NullableOrganizationSuspension) UnmarshalJSON ¶
func (v *NullableOrganizationSuspension) UnmarshalJSON(src []byte) error
func (*NullableOrganizationSuspension) Unset ¶
func (v *NullableOrganizationSuspension) Unset()
type NullableOrganizationUsageOverview ¶
type NullableOrganizationUsageOverview struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUsageOverview ¶
func NewNullableOrganizationUsageOverview(val *OrganizationUsageOverview) *NullableOrganizationUsageOverview
func (NullableOrganizationUsageOverview) Get ¶
func (v NullableOrganizationUsageOverview) Get() *OrganizationUsageOverview
func (NullableOrganizationUsageOverview) IsSet ¶
func (v NullableOrganizationUsageOverview) IsSet() bool
func (NullableOrganizationUsageOverview) MarshalJSON ¶
func (v NullableOrganizationUsageOverview) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUsageOverview) Set ¶
func (v *NullableOrganizationUsageOverview) Set(val *OrganizationUsageOverview)
func (*NullableOrganizationUsageOverview) UnmarshalJSON ¶
func (v *NullableOrganizationUsageOverview) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUsageOverview) Unset ¶
func (v *NullableOrganizationUsageOverview) Unset()
type NullableOrganizationUser ¶
type NullableOrganizationUser struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationUser ¶
func NewNullableOrganizationUser(val *OrganizationUser) *NullableOrganizationUser
func (NullableOrganizationUser) Get ¶
func (v NullableOrganizationUser) Get() *OrganizationUser
func (NullableOrganizationUser) IsSet ¶
func (v NullableOrganizationUser) IsSet() bool
func (NullableOrganizationUser) MarshalJSON ¶
func (v NullableOrganizationUser) MarshalJSON() ([]byte, error)
func (*NullableOrganizationUser) Set ¶
func (v *NullableOrganizationUser) Set(val *OrganizationUser)
func (*NullableOrganizationUser) UnmarshalJSON ¶
func (v *NullableOrganizationUser) UnmarshalJSON(src []byte) error
func (*NullableOrganizationUser) Unset ¶
func (v *NullableOrganizationUser) Unset()
type NullableOtelConfig ¶
type NullableOtelConfig struct {
// contains filtered or unexported fields
}
func NewNullableOtelConfig ¶
func NewNullableOtelConfig(val *OtelConfig) *NullableOtelConfig
func (NullableOtelConfig) Get ¶
func (v NullableOtelConfig) Get() *OtelConfig
func (NullableOtelConfig) IsSet ¶
func (v NullableOtelConfig) IsSet() bool
func (NullableOtelConfig) MarshalJSON ¶
func (v NullableOtelConfig) MarshalJSON() ([]byte, error)
func (*NullableOtelConfig) Set ¶
func (v *NullableOtelConfig) Set(val *OtelConfig)
func (*NullableOtelConfig) UnmarshalJSON ¶
func (v *NullableOtelConfig) UnmarshalJSON(src []byte) error
func (*NullableOtelConfig) Unset ¶
func (v *NullableOtelConfig) Unset()
type NullablePaginatedAuditLogs ¶
type NullablePaginatedAuditLogs struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedAuditLogs ¶
func NewNullablePaginatedAuditLogs(val *PaginatedAuditLogs) *NullablePaginatedAuditLogs
func (NullablePaginatedAuditLogs) Get ¶
func (v NullablePaginatedAuditLogs) Get() *PaginatedAuditLogs
func (NullablePaginatedAuditLogs) IsSet ¶
func (v NullablePaginatedAuditLogs) IsSet() bool
func (NullablePaginatedAuditLogs) MarshalJSON ¶
func (v NullablePaginatedAuditLogs) MarshalJSON() ([]byte, error)
func (*NullablePaginatedAuditLogs) Set ¶
func (v *NullablePaginatedAuditLogs) Set(val *PaginatedAuditLogs)
func (*NullablePaginatedAuditLogs) UnmarshalJSON ¶
func (v *NullablePaginatedAuditLogs) UnmarshalJSON(src []byte) error
func (*NullablePaginatedAuditLogs) Unset ¶
func (v *NullablePaginatedAuditLogs) Unset()
type NullablePaginatedJobs ¶
type NullablePaginatedJobs struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedJobs ¶
func NewNullablePaginatedJobs(val *PaginatedJobs) *NullablePaginatedJobs
func (NullablePaginatedJobs) Get ¶
func (v NullablePaginatedJobs) Get() *PaginatedJobs
func (NullablePaginatedJobs) IsSet ¶
func (v NullablePaginatedJobs) IsSet() bool
func (NullablePaginatedJobs) MarshalJSON ¶
func (v NullablePaginatedJobs) MarshalJSON() ([]byte, error)
func (*NullablePaginatedJobs) Set ¶
func (v *NullablePaginatedJobs) Set(val *PaginatedJobs)
func (*NullablePaginatedJobs) UnmarshalJSON ¶
func (v *NullablePaginatedJobs) UnmarshalJSON(src []byte) error
func (*NullablePaginatedJobs) Unset ¶
func (v *NullablePaginatedJobs) Unset()
type NullablePaginatedLogs ¶
type NullablePaginatedLogs struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedLogs ¶
func NewNullablePaginatedLogs(val *PaginatedLogs) *NullablePaginatedLogs
func (NullablePaginatedLogs) Get ¶
func (v NullablePaginatedLogs) Get() *PaginatedLogs
func (NullablePaginatedLogs) IsSet ¶
func (v NullablePaginatedLogs) IsSet() bool
func (NullablePaginatedLogs) MarshalJSON ¶
func (v NullablePaginatedLogs) MarshalJSON() ([]byte, error)
func (*NullablePaginatedLogs) Set ¶
func (v *NullablePaginatedLogs) Set(val *PaginatedLogs)
func (*NullablePaginatedLogs) UnmarshalJSON ¶
func (v *NullablePaginatedLogs) UnmarshalJSON(src []byte) error
func (*NullablePaginatedLogs) Unset ¶
func (v *NullablePaginatedLogs) Unset()
type NullablePaginatedSandboxesDeprecated ¶
type NullablePaginatedSandboxesDeprecated struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedSandboxesDeprecated ¶
func NewNullablePaginatedSandboxesDeprecated(val *PaginatedSandboxesDeprecated) *NullablePaginatedSandboxesDeprecated
func (NullablePaginatedSandboxesDeprecated) Get ¶
func (v NullablePaginatedSandboxesDeprecated) Get() *PaginatedSandboxesDeprecated
func (NullablePaginatedSandboxesDeprecated) IsSet ¶
func (v NullablePaginatedSandboxesDeprecated) IsSet() bool
func (NullablePaginatedSandboxesDeprecated) MarshalJSON ¶
func (v NullablePaginatedSandboxesDeprecated) MarshalJSON() ([]byte, error)
func (*NullablePaginatedSandboxesDeprecated) Set ¶
func (v *NullablePaginatedSandboxesDeprecated) Set(val *PaginatedSandboxesDeprecated)
func (*NullablePaginatedSandboxesDeprecated) UnmarshalJSON ¶
func (v *NullablePaginatedSandboxesDeprecated) UnmarshalJSON(src []byte) error
func (*NullablePaginatedSandboxesDeprecated) Unset ¶
func (v *NullablePaginatedSandboxesDeprecated) Unset()
type NullablePaginatedSnapshots ¶
type NullablePaginatedSnapshots struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedSnapshots ¶
func NewNullablePaginatedSnapshots(val *PaginatedSnapshots) *NullablePaginatedSnapshots
func (NullablePaginatedSnapshots) Get ¶
func (v NullablePaginatedSnapshots) Get() *PaginatedSnapshots
func (NullablePaginatedSnapshots) IsSet ¶
func (v NullablePaginatedSnapshots) IsSet() bool
func (NullablePaginatedSnapshots) MarshalJSON ¶
func (v NullablePaginatedSnapshots) MarshalJSON() ([]byte, error)
func (*NullablePaginatedSnapshots) Set ¶
func (v *NullablePaginatedSnapshots) Set(val *PaginatedSnapshots)
func (*NullablePaginatedSnapshots) UnmarshalJSON ¶
func (v *NullablePaginatedSnapshots) UnmarshalJSON(src []byte) error
func (*NullablePaginatedSnapshots) Unset ¶
func (v *NullablePaginatedSnapshots) Unset()
type NullablePaginatedTraces ¶
type NullablePaginatedTraces struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedTraces ¶
func NewNullablePaginatedTraces(val *PaginatedTraces) *NullablePaginatedTraces
func (NullablePaginatedTraces) Get ¶
func (v NullablePaginatedTraces) Get() *PaginatedTraces
func (NullablePaginatedTraces) IsSet ¶
func (v NullablePaginatedTraces) IsSet() bool
func (NullablePaginatedTraces) MarshalJSON ¶
func (v NullablePaginatedTraces) MarshalJSON() ([]byte, error)
func (*NullablePaginatedTraces) Set ¶
func (v *NullablePaginatedTraces) Set(val *PaginatedTraces)
func (*NullablePaginatedTraces) UnmarshalJSON ¶
func (v *NullablePaginatedTraces) UnmarshalJSON(src []byte) error
func (*NullablePaginatedTraces) Unset ¶
func (v *NullablePaginatedTraces) Unset()
type NullablePollJobsResponse ¶
type NullablePollJobsResponse struct {
// contains filtered or unexported fields
}
func NewNullablePollJobsResponse ¶
func NewNullablePollJobsResponse(val *PollJobsResponse) *NullablePollJobsResponse
func (NullablePollJobsResponse) Get ¶
func (v NullablePollJobsResponse) Get() *PollJobsResponse
func (NullablePollJobsResponse) IsSet ¶
func (v NullablePollJobsResponse) IsSet() bool
func (NullablePollJobsResponse) MarshalJSON ¶
func (v NullablePollJobsResponse) MarshalJSON() ([]byte, error)
func (*NullablePollJobsResponse) Set ¶
func (v *NullablePollJobsResponse) Set(val *PollJobsResponse)
func (*NullablePollJobsResponse) UnmarshalJSON ¶
func (v *NullablePollJobsResponse) UnmarshalJSON(src []byte) error
func (*NullablePollJobsResponse) Unset ¶
func (v *NullablePollJobsResponse) Unset()
type NullablePortPreviewUrl ¶
type NullablePortPreviewUrl struct {
// contains filtered or unexported fields
}
func NewNullablePortPreviewUrl ¶
func NewNullablePortPreviewUrl(val *PortPreviewUrl) *NullablePortPreviewUrl
func (NullablePortPreviewUrl) Get ¶
func (v NullablePortPreviewUrl) Get() *PortPreviewUrl
func (NullablePortPreviewUrl) IsSet ¶
func (v NullablePortPreviewUrl) IsSet() bool
func (NullablePortPreviewUrl) MarshalJSON ¶
func (v NullablePortPreviewUrl) MarshalJSON() ([]byte, error)
func (*NullablePortPreviewUrl) Set ¶
func (v *NullablePortPreviewUrl) Set(val *PortPreviewUrl)
func (*NullablePortPreviewUrl) UnmarshalJSON ¶
func (v *NullablePortPreviewUrl) UnmarshalJSON(src []byte) error
func (*NullablePortPreviewUrl) Unset ¶
func (v *NullablePortPreviewUrl) Unset()
type NullablePosthogConfig ¶
type NullablePosthogConfig struct {
// contains filtered or unexported fields
}
func NewNullablePosthogConfig ¶
func NewNullablePosthogConfig(val *PosthogConfig) *NullablePosthogConfig
func (NullablePosthogConfig) Get ¶
func (v NullablePosthogConfig) Get() *PosthogConfig
func (NullablePosthogConfig) IsSet ¶
func (v NullablePosthogConfig) IsSet() bool
func (NullablePosthogConfig) MarshalJSON ¶
func (v NullablePosthogConfig) MarshalJSON() ([]byte, error)
func (*NullablePosthogConfig) Set ¶
func (v *NullablePosthogConfig) Set(val *PosthogConfig)
func (*NullablePosthogConfig) UnmarshalJSON ¶
func (v *NullablePosthogConfig) UnmarshalJSON(src []byte) error
func (*NullablePosthogConfig) Unset ¶
func (v *NullablePosthogConfig) Unset()
type NullablePreviewWarning ¶ added in v0.197.0
type NullablePreviewWarning struct {
// contains filtered or unexported fields
}
func NewNullablePreviewWarning ¶ added in v0.197.0
func NewNullablePreviewWarning(val *PreviewWarning) *NullablePreviewWarning
func (NullablePreviewWarning) Get ¶ added in v0.197.0
func (v NullablePreviewWarning) Get() *PreviewWarning
func (NullablePreviewWarning) IsSet ¶ added in v0.197.0
func (v NullablePreviewWarning) IsSet() bool
func (NullablePreviewWarning) MarshalJSON ¶ added in v0.197.0
func (v NullablePreviewWarning) MarshalJSON() ([]byte, error)
func (*NullablePreviewWarning) Set ¶ added in v0.197.0
func (v *NullablePreviewWarning) Set(val *PreviewWarning)
func (*NullablePreviewWarning) UnmarshalJSON ¶ added in v0.197.0
func (v *NullablePreviewWarning) UnmarshalJSON(src []byte) error
func (*NullablePreviewWarning) Unset ¶ added in v0.197.0
func (v *NullablePreviewWarning) Unset()
type NullableRateLimitConfig ¶
type NullableRateLimitConfig struct {
// contains filtered or unexported fields
}
func NewNullableRateLimitConfig ¶
func NewNullableRateLimitConfig(val *RateLimitConfig) *NullableRateLimitConfig
func (NullableRateLimitConfig) Get ¶
func (v NullableRateLimitConfig) Get() *RateLimitConfig
func (NullableRateLimitConfig) IsSet ¶
func (v NullableRateLimitConfig) IsSet() bool
func (NullableRateLimitConfig) MarshalJSON ¶
func (v NullableRateLimitConfig) MarshalJSON() ([]byte, error)
func (*NullableRateLimitConfig) Set ¶
func (v *NullableRateLimitConfig) Set(val *RateLimitConfig)
func (*NullableRateLimitConfig) UnmarshalJSON ¶
func (v *NullableRateLimitConfig) UnmarshalJSON(src []byte) error
func (*NullableRateLimitConfig) Unset ¶
func (v *NullableRateLimitConfig) Unset()
type NullableRateLimitEntry ¶
type NullableRateLimitEntry struct {
// contains filtered or unexported fields
}
func NewNullableRateLimitEntry ¶
func NewNullableRateLimitEntry(val *RateLimitEntry) *NullableRateLimitEntry
func (NullableRateLimitEntry) Get ¶
func (v NullableRateLimitEntry) Get() *RateLimitEntry
func (NullableRateLimitEntry) IsSet ¶
func (v NullableRateLimitEntry) IsSet() bool
func (NullableRateLimitEntry) MarshalJSON ¶
func (v NullableRateLimitEntry) MarshalJSON() ([]byte, error)
func (*NullableRateLimitEntry) Set ¶
func (v *NullableRateLimitEntry) Set(val *RateLimitEntry)
func (*NullableRateLimitEntry) UnmarshalJSON ¶
func (v *NullableRateLimitEntry) UnmarshalJSON(src []byte) error
func (*NullableRateLimitEntry) Unset ¶
func (v *NullableRateLimitEntry) Unset()
type NullableRegenerateApiKeyResponse ¶
type NullableRegenerateApiKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableRegenerateApiKeyResponse ¶
func NewNullableRegenerateApiKeyResponse(val *RegenerateApiKeyResponse) *NullableRegenerateApiKeyResponse
func (NullableRegenerateApiKeyResponse) Get ¶
func (v NullableRegenerateApiKeyResponse) Get() *RegenerateApiKeyResponse
func (NullableRegenerateApiKeyResponse) IsSet ¶
func (v NullableRegenerateApiKeyResponse) IsSet() bool
func (NullableRegenerateApiKeyResponse) MarshalJSON ¶
func (v NullableRegenerateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableRegenerateApiKeyResponse) Set ¶
func (v *NullableRegenerateApiKeyResponse) Set(val *RegenerateApiKeyResponse)
func (*NullableRegenerateApiKeyResponse) UnmarshalJSON ¶
func (v *NullableRegenerateApiKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableRegenerateApiKeyResponse) Unset ¶
func (v *NullableRegenerateApiKeyResponse) Unset()
type NullableRegion ¶
type NullableRegion struct {
// contains filtered or unexported fields
}
func NewNullableRegion ¶
func NewNullableRegion(val *Region) *NullableRegion
func (NullableRegion) Get ¶
func (v NullableRegion) Get() *Region
func (NullableRegion) IsSet ¶
func (v NullableRegion) IsSet() bool
func (NullableRegion) MarshalJSON ¶
func (v NullableRegion) MarshalJSON() ([]byte, error)
func (*NullableRegion) Set ¶
func (v *NullableRegion) Set(val *Region)
func (*NullableRegion) UnmarshalJSON ¶
func (v *NullableRegion) UnmarshalJSON(src []byte) error
func (*NullableRegion) Unset ¶
func (v *NullableRegion) Unset()
type NullableRegionQuota ¶
type NullableRegionQuota struct {
// contains filtered or unexported fields
}
func NewNullableRegionQuota ¶
func NewNullableRegionQuota(val *RegionQuota) *NullableRegionQuota
func (NullableRegionQuota) Get ¶
func (v NullableRegionQuota) Get() *RegionQuota
func (NullableRegionQuota) IsSet ¶
func (v NullableRegionQuota) IsSet() bool
func (NullableRegionQuota) MarshalJSON ¶
func (v NullableRegionQuota) MarshalJSON() ([]byte, error)
func (*NullableRegionQuota) Set ¶
func (v *NullableRegionQuota) Set(val *RegionQuota)
func (*NullableRegionQuota) UnmarshalJSON ¶
func (v *NullableRegionQuota) UnmarshalJSON(src []byte) error
func (*NullableRegionQuota) Unset ¶
func (v *NullableRegionQuota) Unset()
type NullableRegionType ¶
type NullableRegionType struct {
// contains filtered or unexported fields
}
func NewNullableRegionType ¶
func NewNullableRegionType(val *RegionType) *NullableRegionType
func (NullableRegionType) Get ¶
func (v NullableRegionType) Get() *RegionType
func (NullableRegionType) IsSet ¶
func (v NullableRegionType) IsSet() bool
func (NullableRegionType) MarshalJSON ¶
func (v NullableRegionType) MarshalJSON() ([]byte, error)
func (*NullableRegionType) Set ¶
func (v *NullableRegionType) Set(val *RegionType)
func (*NullableRegionType) UnmarshalJSON ¶
func (v *NullableRegionType) UnmarshalJSON(src []byte) error
func (*NullableRegionType) Unset ¶
func (v *NullableRegionType) Unset()
type NullableRegionUsageOverview ¶
type NullableRegionUsageOverview struct {
// contains filtered or unexported fields
}
func NewNullableRegionUsageOverview ¶
func NewNullableRegionUsageOverview(val *RegionUsageOverview) *NullableRegionUsageOverview
func (NullableRegionUsageOverview) Get ¶
func (v NullableRegionUsageOverview) Get() *RegionUsageOverview
func (NullableRegionUsageOverview) IsSet ¶
func (v NullableRegionUsageOverview) IsSet() bool
func (NullableRegionUsageOverview) MarshalJSON ¶
func (v NullableRegionUsageOverview) MarshalJSON() ([]byte, error)
func (*NullableRegionUsageOverview) Set ¶
func (v *NullableRegionUsageOverview) Set(val *RegionUsageOverview)
func (*NullableRegionUsageOverview) UnmarshalJSON ¶
func (v *NullableRegionUsageOverview) UnmarshalJSON(src []byte) error
func (*NullableRegionUsageOverview) Unset ¶
func (v *NullableRegionUsageOverview) Unset()
type NullableRegistryPushAccessDto ¶
type NullableRegistryPushAccessDto struct {
// contains filtered or unexported fields
}
func NewNullableRegistryPushAccessDto ¶
func NewNullableRegistryPushAccessDto(val *RegistryPushAccessDto) *NullableRegistryPushAccessDto
func (NullableRegistryPushAccessDto) Get ¶
func (v NullableRegistryPushAccessDto) Get() *RegistryPushAccessDto
func (NullableRegistryPushAccessDto) IsSet ¶
func (v NullableRegistryPushAccessDto) IsSet() bool
func (NullableRegistryPushAccessDto) MarshalJSON ¶
func (v NullableRegistryPushAccessDto) MarshalJSON() ([]byte, error)
func (*NullableRegistryPushAccessDto) Set ¶
func (v *NullableRegistryPushAccessDto) Set(val *RegistryPushAccessDto)
func (*NullableRegistryPushAccessDto) UnmarshalJSON ¶
func (v *NullableRegistryPushAccessDto) UnmarshalJSON(src []byte) error
func (*NullableRegistryPushAccessDto) Unset ¶
func (v *NullableRegistryPushAccessDto) Unset()
type NullableResizeSandbox ¶
type NullableResizeSandbox struct {
// contains filtered or unexported fields
}
func NewNullableResizeSandbox ¶
func NewNullableResizeSandbox(val *ResizeSandbox) *NullableResizeSandbox
func (NullableResizeSandbox) Get ¶
func (v NullableResizeSandbox) Get() *ResizeSandbox
func (NullableResizeSandbox) IsSet ¶
func (v NullableResizeSandbox) IsSet() bool
func (NullableResizeSandbox) MarshalJSON ¶
func (v NullableResizeSandbox) MarshalJSON() ([]byte, error)
func (*NullableResizeSandbox) Set ¶
func (v *NullableResizeSandbox) Set(val *ResizeSandbox)
func (*NullableResizeSandbox) UnmarshalJSON ¶
func (v *NullableResizeSandbox) UnmarshalJSON(src []byte) error
func (*NullableResizeSandbox) Unset ¶
func (v *NullableResizeSandbox) Unset()
type NullableResolveSandboxSecrets200ResponseInner ¶
type NullableResolveSandboxSecrets200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableResolveSandboxSecrets200ResponseInner ¶
func NewNullableResolveSandboxSecrets200ResponseInner(val *ResolveSandboxSecrets200ResponseInner) *NullableResolveSandboxSecrets200ResponseInner
func (NullableResolveSandboxSecrets200ResponseInner) IsSet ¶
func (v NullableResolveSandboxSecrets200ResponseInner) IsSet() bool
func (NullableResolveSandboxSecrets200ResponseInner) MarshalJSON ¶
func (v NullableResolveSandboxSecrets200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableResolveSandboxSecrets200ResponseInner) Set ¶
func (v *NullableResolveSandboxSecrets200ResponseInner) Set(val *ResolveSandboxSecrets200ResponseInner)
func (*NullableResolveSandboxSecrets200ResponseInner) UnmarshalJSON ¶
func (v *NullableResolveSandboxSecrets200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableResolveSandboxSecrets200ResponseInner) Unset ¶
func (v *NullableResolveSandboxSecrets200ResponseInner) Unset()
type NullableRunner ¶
type NullableRunner struct {
// contains filtered or unexported fields
}
func NewNullableRunner ¶
func NewNullableRunner(val *Runner) *NullableRunner
func (NullableRunner) Get ¶
func (v NullableRunner) Get() *Runner
func (NullableRunner) IsSet ¶
func (v NullableRunner) IsSet() bool
func (NullableRunner) MarshalJSON ¶
func (v NullableRunner) MarshalJSON() ([]byte, error)
func (*NullableRunner) Set ¶
func (v *NullableRunner) Set(val *Runner)
func (*NullableRunner) UnmarshalJSON ¶
func (v *NullableRunner) UnmarshalJSON(src []byte) error
func (*NullableRunner) Unset ¶
func (v *NullableRunner) Unset()
type NullableRunnerClass ¶
type NullableRunnerClass struct {
// contains filtered or unexported fields
}
func NewNullableRunnerClass ¶
func NewNullableRunnerClass(val *RunnerClass) *NullableRunnerClass
func (NullableRunnerClass) Get ¶
func (v NullableRunnerClass) Get() *RunnerClass
func (NullableRunnerClass) IsSet ¶
func (v NullableRunnerClass) IsSet() bool
func (NullableRunnerClass) MarshalJSON ¶
func (v NullableRunnerClass) MarshalJSON() ([]byte, error)
func (*NullableRunnerClass) Set ¶
func (v *NullableRunnerClass) Set(val *RunnerClass)
func (*NullableRunnerClass) UnmarshalJSON ¶
func (v *NullableRunnerClass) UnmarshalJSON(src []byte) error
func (*NullableRunnerClass) Unset ¶
func (v *NullableRunnerClass) Unset()
type NullableRunnerFull ¶
type NullableRunnerFull struct {
// contains filtered or unexported fields
}
func NewNullableRunnerFull ¶
func NewNullableRunnerFull(val *RunnerFull) *NullableRunnerFull
func (NullableRunnerFull) Get ¶
func (v NullableRunnerFull) Get() *RunnerFull
func (NullableRunnerFull) IsSet ¶
func (v NullableRunnerFull) IsSet() bool
func (NullableRunnerFull) MarshalJSON ¶
func (v NullableRunnerFull) MarshalJSON() ([]byte, error)
func (*NullableRunnerFull) Set ¶
func (v *NullableRunnerFull) Set(val *RunnerFull)
func (*NullableRunnerFull) UnmarshalJSON ¶
func (v *NullableRunnerFull) UnmarshalJSON(src []byte) error
func (*NullableRunnerFull) Unset ¶
func (v *NullableRunnerFull) Unset()
type NullableRunnerHealthMetrics ¶
type NullableRunnerHealthMetrics struct {
// contains filtered or unexported fields
}
func NewNullableRunnerHealthMetrics ¶
func NewNullableRunnerHealthMetrics(val *RunnerHealthMetrics) *NullableRunnerHealthMetrics
func (NullableRunnerHealthMetrics) Get ¶
func (v NullableRunnerHealthMetrics) Get() *RunnerHealthMetrics
func (NullableRunnerHealthMetrics) IsSet ¶
func (v NullableRunnerHealthMetrics) IsSet() bool
func (NullableRunnerHealthMetrics) MarshalJSON ¶
func (v NullableRunnerHealthMetrics) MarshalJSON() ([]byte, error)
func (*NullableRunnerHealthMetrics) Set ¶
func (v *NullableRunnerHealthMetrics) Set(val *RunnerHealthMetrics)
func (*NullableRunnerHealthMetrics) UnmarshalJSON ¶
func (v *NullableRunnerHealthMetrics) UnmarshalJSON(src []byte) error
func (*NullableRunnerHealthMetrics) Unset ¶
func (v *NullableRunnerHealthMetrics) Unset()
type NullableRunnerHealthcheck ¶
type NullableRunnerHealthcheck struct {
// contains filtered or unexported fields
}
func NewNullableRunnerHealthcheck ¶
func NewNullableRunnerHealthcheck(val *RunnerHealthcheck) *NullableRunnerHealthcheck
func (NullableRunnerHealthcheck) Get ¶
func (v NullableRunnerHealthcheck) Get() *RunnerHealthcheck
func (NullableRunnerHealthcheck) IsSet ¶
func (v NullableRunnerHealthcheck) IsSet() bool
func (NullableRunnerHealthcheck) MarshalJSON ¶
func (v NullableRunnerHealthcheck) MarshalJSON() ([]byte, error)
func (*NullableRunnerHealthcheck) Set ¶
func (v *NullableRunnerHealthcheck) Set(val *RunnerHealthcheck)
func (*NullableRunnerHealthcheck) UnmarshalJSON ¶
func (v *NullableRunnerHealthcheck) UnmarshalJSON(src []byte) error
func (*NullableRunnerHealthcheck) Unset ¶
func (v *NullableRunnerHealthcheck) Unset()
type NullableRunnerServiceHealth ¶
type NullableRunnerServiceHealth struct {
// contains filtered or unexported fields
}
func NewNullableRunnerServiceHealth ¶
func NewNullableRunnerServiceHealth(val *RunnerServiceHealth) *NullableRunnerServiceHealth
func (NullableRunnerServiceHealth) Get ¶
func (v NullableRunnerServiceHealth) Get() *RunnerServiceHealth
func (NullableRunnerServiceHealth) IsSet ¶
func (v NullableRunnerServiceHealth) IsSet() bool
func (NullableRunnerServiceHealth) MarshalJSON ¶
func (v NullableRunnerServiceHealth) MarshalJSON() ([]byte, error)
func (*NullableRunnerServiceHealth) Set ¶
func (v *NullableRunnerServiceHealth) Set(val *RunnerServiceHealth)
func (*NullableRunnerServiceHealth) UnmarshalJSON ¶
func (v *NullableRunnerServiceHealth) UnmarshalJSON(src []byte) error
func (*NullableRunnerServiceHealth) Unset ¶
func (v *NullableRunnerServiceHealth) Unset()
type NullableRunnerSnapshotDto ¶
type NullableRunnerSnapshotDto struct {
// contains filtered or unexported fields
}
func NewNullableRunnerSnapshotDto ¶
func NewNullableRunnerSnapshotDto(val *RunnerSnapshotDto) *NullableRunnerSnapshotDto
func (NullableRunnerSnapshotDto) Get ¶
func (v NullableRunnerSnapshotDto) Get() *RunnerSnapshotDto
func (NullableRunnerSnapshotDto) IsSet ¶
func (v NullableRunnerSnapshotDto) IsSet() bool
func (NullableRunnerSnapshotDto) MarshalJSON ¶
func (v NullableRunnerSnapshotDto) MarshalJSON() ([]byte, error)
func (*NullableRunnerSnapshotDto) Set ¶
func (v *NullableRunnerSnapshotDto) Set(val *RunnerSnapshotDto)
func (*NullableRunnerSnapshotDto) UnmarshalJSON ¶
func (v *NullableRunnerSnapshotDto) UnmarshalJSON(src []byte) error
func (*NullableRunnerSnapshotDto) Unset ¶
func (v *NullableRunnerSnapshotDto) Unset()
type NullableRunnerState ¶
type NullableRunnerState struct {
// contains filtered or unexported fields
}
func NewNullableRunnerState ¶
func NewNullableRunnerState(val *RunnerState) *NullableRunnerState
func (NullableRunnerState) Get ¶
func (v NullableRunnerState) Get() *RunnerState
func (NullableRunnerState) IsSet ¶
func (v NullableRunnerState) IsSet() bool
func (NullableRunnerState) MarshalJSON ¶
func (v NullableRunnerState) MarshalJSON() ([]byte, error)
func (*NullableRunnerState) Set ¶
func (v *NullableRunnerState) Set(val *RunnerState)
func (*NullableRunnerState) UnmarshalJSON ¶
func (v *NullableRunnerState) UnmarshalJSON(src []byte) error
func (*NullableRunnerState) Unset ¶
func (v *NullableRunnerState) Unset()
type NullableSandbox ¶
type NullableSandbox struct {
// contains filtered or unexported fields
}
func NewNullableSandbox ¶
func NewNullableSandbox(val *Sandbox) *NullableSandbox
func (NullableSandbox) Get ¶
func (v NullableSandbox) Get() *Sandbox
func (NullableSandbox) IsSet ¶
func (v NullableSandbox) IsSet() bool
func (NullableSandbox) MarshalJSON ¶
func (v NullableSandbox) MarshalJSON() ([]byte, error)
func (*NullableSandbox) Set ¶
func (v *NullableSandbox) Set(val *Sandbox)
func (*NullableSandbox) UnmarshalJSON ¶
func (v *NullableSandbox) UnmarshalJSON(src []byte) error
func (*NullableSandbox) Unset ¶
func (v *NullableSandbox) Unset()
type NullableSandboxClass ¶
type NullableSandboxClass struct {
// contains filtered or unexported fields
}
func NewNullableSandboxClass ¶
func NewNullableSandboxClass(val *SandboxClass) *NullableSandboxClass
func (NullableSandboxClass) Get ¶
func (v NullableSandboxClass) Get() *SandboxClass
func (NullableSandboxClass) IsSet ¶
func (v NullableSandboxClass) IsSet() bool
func (NullableSandboxClass) MarshalJSON ¶
func (v NullableSandboxClass) MarshalJSON() ([]byte, error)
func (*NullableSandboxClass) Set ¶
func (v *NullableSandboxClass) Set(val *SandboxClass)
func (*NullableSandboxClass) UnmarshalJSON ¶
func (v *NullableSandboxClass) UnmarshalJSON(src []byte) error
func (*NullableSandboxClass) Unset ¶
func (v *NullableSandboxClass) Unset()
type NullableSandboxDesiredState ¶
type NullableSandboxDesiredState struct {
// contains filtered or unexported fields
}
func NewNullableSandboxDesiredState ¶
func NewNullableSandboxDesiredState(val *SandboxDesiredState) *NullableSandboxDesiredState
func (NullableSandboxDesiredState) Get ¶
func (v NullableSandboxDesiredState) Get() *SandboxDesiredState
func (NullableSandboxDesiredState) IsSet ¶
func (v NullableSandboxDesiredState) IsSet() bool
func (NullableSandboxDesiredState) MarshalJSON ¶
func (v NullableSandboxDesiredState) MarshalJSON() ([]byte, error)
func (*NullableSandboxDesiredState) Set ¶
func (v *NullableSandboxDesiredState) Set(val *SandboxDesiredState)
func (*NullableSandboxDesiredState) UnmarshalJSON ¶
func (v *NullableSandboxDesiredState) UnmarshalJSON(src []byte) error
func (*NullableSandboxDesiredState) Unset ¶
func (v *NullableSandboxDesiredState) Unset()
type NullableSandboxLabels ¶
type NullableSandboxLabels struct {
// contains filtered or unexported fields
}
func NewNullableSandboxLabels ¶
func NewNullableSandboxLabels(val *SandboxLabels) *NullableSandboxLabels
func (NullableSandboxLabels) Get ¶
func (v NullableSandboxLabels) Get() *SandboxLabels
func (NullableSandboxLabels) IsSet ¶
func (v NullableSandboxLabels) IsSet() bool
func (NullableSandboxLabels) MarshalJSON ¶
func (v NullableSandboxLabels) MarshalJSON() ([]byte, error)
func (*NullableSandboxLabels) Set ¶
func (v *NullableSandboxLabels) Set(val *SandboxLabels)
func (*NullableSandboxLabels) UnmarshalJSON ¶
func (v *NullableSandboxLabels) UnmarshalJSON(src []byte) error
func (*NullableSandboxLabels) Unset ¶
func (v *NullableSandboxLabels) Unset()
type NullableSandboxListItem ¶
type NullableSandboxListItem struct {
// contains filtered or unexported fields
}
func NewNullableSandboxListItem ¶
func NewNullableSandboxListItem(val *SandboxListItem) *NullableSandboxListItem
func (NullableSandboxListItem) Get ¶
func (v NullableSandboxListItem) Get() *SandboxListItem
func (NullableSandboxListItem) IsSet ¶
func (v NullableSandboxListItem) IsSet() bool
func (NullableSandboxListItem) MarshalJSON ¶
func (v NullableSandboxListItem) MarshalJSON() ([]byte, error)
func (*NullableSandboxListItem) Set ¶
func (v *NullableSandboxListItem) Set(val *SandboxListItem)
func (*NullableSandboxListItem) UnmarshalJSON ¶
func (v *NullableSandboxListItem) UnmarshalJSON(src []byte) error
func (*NullableSandboxListItem) Unset ¶
func (v *NullableSandboxListItem) Unset()
type NullableSandboxListSortDirection ¶
type NullableSandboxListSortDirection struct {
// contains filtered or unexported fields
}
func NewNullableSandboxListSortDirection ¶
func NewNullableSandboxListSortDirection(val *SandboxListSortDirection) *NullableSandboxListSortDirection
func (NullableSandboxListSortDirection) Get ¶
func (v NullableSandboxListSortDirection) Get() *SandboxListSortDirection
func (NullableSandboxListSortDirection) IsSet ¶
func (v NullableSandboxListSortDirection) IsSet() bool
func (NullableSandboxListSortDirection) MarshalJSON ¶
func (v NullableSandboxListSortDirection) MarshalJSON() ([]byte, error)
func (*NullableSandboxListSortDirection) Set ¶
func (v *NullableSandboxListSortDirection) Set(val *SandboxListSortDirection)
func (*NullableSandboxListSortDirection) UnmarshalJSON ¶
func (v *NullableSandboxListSortDirection) UnmarshalJSON(src []byte) error
func (*NullableSandboxListSortDirection) Unset ¶
func (v *NullableSandboxListSortDirection) Unset()
type NullableSandboxListSortField ¶
type NullableSandboxListSortField struct {
// contains filtered or unexported fields
}
func NewNullableSandboxListSortField ¶
func NewNullableSandboxListSortField(val *SandboxListSortField) *NullableSandboxListSortField
func (NullableSandboxListSortField) Get ¶
func (v NullableSandboxListSortField) Get() *SandboxListSortField
func (NullableSandboxListSortField) IsSet ¶
func (v NullableSandboxListSortField) IsSet() bool
func (NullableSandboxListSortField) MarshalJSON ¶
func (v NullableSandboxListSortField) MarshalJSON() ([]byte, error)
func (*NullableSandboxListSortField) Set ¶
func (v *NullableSandboxListSortField) Set(val *SandboxListSortField)
func (*NullableSandboxListSortField) UnmarshalJSON ¶
func (v *NullableSandboxListSortField) UnmarshalJSON(src []byte) error
func (*NullableSandboxListSortField) Unset ¶
func (v *NullableSandboxListSortField) Unset()
type NullableSandboxState ¶
type NullableSandboxState struct {
// contains filtered or unexported fields
}
func NewNullableSandboxState ¶
func NewNullableSandboxState(val *SandboxState) *NullableSandboxState
func (NullableSandboxState) Get ¶
func (v NullableSandboxState) Get() *SandboxState
func (NullableSandboxState) IsSet ¶
func (v NullableSandboxState) IsSet() bool
func (NullableSandboxState) MarshalJSON ¶
func (v NullableSandboxState) MarshalJSON() ([]byte, error)
func (*NullableSandboxState) Set ¶
func (v *NullableSandboxState) Set(val *SandboxState)
func (*NullableSandboxState) UnmarshalJSON ¶
func (v *NullableSandboxState) UnmarshalJSON(src []byte) error
func (*NullableSandboxState) Unset ¶
func (v *NullableSandboxState) Unset()
type NullableSandboxVolume ¶
type NullableSandboxVolume struct {
// contains filtered or unexported fields
}
func NewNullableSandboxVolume ¶
func NewNullableSandboxVolume(val *SandboxVolume) *NullableSandboxVolume
func (NullableSandboxVolume) Get ¶
func (v NullableSandboxVolume) Get() *SandboxVolume
func (NullableSandboxVolume) IsSet ¶
func (v NullableSandboxVolume) IsSet() bool
func (NullableSandboxVolume) MarshalJSON ¶
func (v NullableSandboxVolume) MarshalJSON() ([]byte, error)
func (*NullableSandboxVolume) Set ¶
func (v *NullableSandboxVolume) Set(val *SandboxVolume)
func (*NullableSandboxVolume) UnmarshalJSON ¶
func (v *NullableSandboxVolume) UnmarshalJSON(src []byte) error
func (*NullableSandboxVolume) Unset ¶
func (v *NullableSandboxVolume) Unset()
type NullableSecret ¶
type NullableSecret struct {
// contains filtered or unexported fields
}
func NewNullableSecret ¶
func NewNullableSecret(val *Secret) *NullableSecret
func (NullableSecret) Get ¶
func (v NullableSecret) Get() *Secret
func (NullableSecret) IsSet ¶
func (v NullableSecret) IsSet() bool
func (NullableSecret) MarshalJSON ¶
func (v NullableSecret) MarshalJSON() ([]byte, error)
func (*NullableSecret) Set ¶
func (v *NullableSecret) Set(val *Secret)
func (*NullableSecret) UnmarshalJSON ¶
func (v *NullableSecret) UnmarshalJSON(src []byte) error
func (*NullableSecret) Unset ¶
func (v *NullableSecret) Unset()
type NullableSendWebhookDto ¶
type NullableSendWebhookDto struct {
// contains filtered or unexported fields
}
func NewNullableSendWebhookDto ¶
func NewNullableSendWebhookDto(val *SendWebhookDto) *NullableSendWebhookDto
func (NullableSendWebhookDto) Get ¶
func (v NullableSendWebhookDto) Get() *SendWebhookDto
func (NullableSendWebhookDto) IsSet ¶
func (v NullableSendWebhookDto) IsSet() bool
func (NullableSendWebhookDto) MarshalJSON ¶
func (v NullableSendWebhookDto) MarshalJSON() ([]byte, error)
func (*NullableSendWebhookDto) Set ¶
func (v *NullableSendWebhookDto) Set(val *SendWebhookDto)
func (*NullableSendWebhookDto) UnmarshalJSON ¶
func (v *NullableSendWebhookDto) UnmarshalJSON(src []byte) error
func (*NullableSendWebhookDto) Unset ¶
func (v *NullableSendWebhookDto) Unset()
type NullableSetSnapshotGeneralStatusDto ¶
type NullableSetSnapshotGeneralStatusDto struct {
// contains filtered or unexported fields
}
func NewNullableSetSnapshotGeneralStatusDto ¶
func NewNullableSetSnapshotGeneralStatusDto(val *SetSnapshotGeneralStatusDto) *NullableSetSnapshotGeneralStatusDto
func (NullableSetSnapshotGeneralStatusDto) Get ¶
func (v NullableSetSnapshotGeneralStatusDto) Get() *SetSnapshotGeneralStatusDto
func (NullableSetSnapshotGeneralStatusDto) IsSet ¶
func (v NullableSetSnapshotGeneralStatusDto) IsSet() bool
func (NullableSetSnapshotGeneralStatusDto) MarshalJSON ¶
func (v NullableSetSnapshotGeneralStatusDto) MarshalJSON() ([]byte, error)
func (*NullableSetSnapshotGeneralStatusDto) Set ¶
func (v *NullableSetSnapshotGeneralStatusDto) Set(val *SetSnapshotGeneralStatusDto)
func (*NullableSetSnapshotGeneralStatusDto) UnmarshalJSON ¶
func (v *NullableSetSnapshotGeneralStatusDto) UnmarshalJSON(src []byte) error
func (*NullableSetSnapshotGeneralStatusDto) Unset ¶
func (v *NullableSetSnapshotGeneralStatusDto) Unset()
type NullableSignedPortPreviewUrl ¶
type NullableSignedPortPreviewUrl struct {
// contains filtered or unexported fields
}
func NewNullableSignedPortPreviewUrl ¶
func NewNullableSignedPortPreviewUrl(val *SignedPortPreviewUrl) *NullableSignedPortPreviewUrl
func (NullableSignedPortPreviewUrl) Get ¶
func (v NullableSignedPortPreviewUrl) Get() *SignedPortPreviewUrl
func (NullableSignedPortPreviewUrl) IsSet ¶
func (v NullableSignedPortPreviewUrl) IsSet() bool
func (NullableSignedPortPreviewUrl) MarshalJSON ¶
func (v NullableSignedPortPreviewUrl) MarshalJSON() ([]byte, error)
func (*NullableSignedPortPreviewUrl) Set ¶
func (v *NullableSignedPortPreviewUrl) Set(val *SignedPortPreviewUrl)
func (*NullableSignedPortPreviewUrl) UnmarshalJSON ¶
func (v *NullableSignedPortPreviewUrl) UnmarshalJSON(src []byte) error
func (*NullableSignedPortPreviewUrl) Unset ¶
func (v *NullableSignedPortPreviewUrl) Unset()
type NullableSnapshotDto ¶
type NullableSnapshotDto struct {
// contains filtered or unexported fields
}
func NewNullableSnapshotDto ¶
func NewNullableSnapshotDto(val *SnapshotDto) *NullableSnapshotDto
func (NullableSnapshotDto) Get ¶
func (v NullableSnapshotDto) Get() *SnapshotDto
func (NullableSnapshotDto) IsSet ¶
func (v NullableSnapshotDto) IsSet() bool
func (NullableSnapshotDto) MarshalJSON ¶
func (v NullableSnapshotDto) MarshalJSON() ([]byte, error)
func (*NullableSnapshotDto) Set ¶
func (v *NullableSnapshotDto) Set(val *SnapshotDto)
func (*NullableSnapshotDto) UnmarshalJSON ¶
func (v *NullableSnapshotDto) UnmarshalJSON(src []byte) error
func (*NullableSnapshotDto) Unset ¶
func (v *NullableSnapshotDto) Unset()
type NullableSnapshotManagerCredentials ¶
type NullableSnapshotManagerCredentials struct {
// contains filtered or unexported fields
}
func NewNullableSnapshotManagerCredentials ¶
func NewNullableSnapshotManagerCredentials(val *SnapshotManagerCredentials) *NullableSnapshotManagerCredentials
func (NullableSnapshotManagerCredentials) Get ¶
func (v NullableSnapshotManagerCredentials) Get() *SnapshotManagerCredentials
func (NullableSnapshotManagerCredentials) IsSet ¶
func (v NullableSnapshotManagerCredentials) IsSet() bool
func (NullableSnapshotManagerCredentials) MarshalJSON ¶
func (v NullableSnapshotManagerCredentials) MarshalJSON() ([]byte, error)
func (*NullableSnapshotManagerCredentials) Set ¶
func (v *NullableSnapshotManagerCredentials) Set(val *SnapshotManagerCredentials)
func (*NullableSnapshotManagerCredentials) UnmarshalJSON ¶
func (v *NullableSnapshotManagerCredentials) UnmarshalJSON(src []byte) error
func (*NullableSnapshotManagerCredentials) Unset ¶
func (v *NullableSnapshotManagerCredentials) Unset()
type NullableSnapshotState ¶
type NullableSnapshotState struct {
// contains filtered or unexported fields
}
func NewNullableSnapshotState ¶
func NewNullableSnapshotState(val *SnapshotState) *NullableSnapshotState
func (NullableSnapshotState) Get ¶
func (v NullableSnapshotState) Get() *SnapshotState
func (NullableSnapshotState) IsSet ¶
func (v NullableSnapshotState) IsSet() bool
func (NullableSnapshotState) MarshalJSON ¶
func (v NullableSnapshotState) MarshalJSON() ([]byte, error)
func (*NullableSnapshotState) Set ¶
func (v *NullableSnapshotState) Set(val *SnapshotState)
func (*NullableSnapshotState) UnmarshalJSON ¶
func (v *NullableSnapshotState) UnmarshalJSON(src []byte) error
func (*NullableSnapshotState) Unset ¶
func (v *NullableSnapshotState) Unset()
type NullableSshAccessDto ¶
type NullableSshAccessDto struct {
// contains filtered or unexported fields
}
func NewNullableSshAccessDto ¶
func NewNullableSshAccessDto(val *SshAccessDto) *NullableSshAccessDto
func (NullableSshAccessDto) Get ¶
func (v NullableSshAccessDto) Get() *SshAccessDto
func (NullableSshAccessDto) IsSet ¶
func (v NullableSshAccessDto) IsSet() bool
func (NullableSshAccessDto) MarshalJSON ¶
func (v NullableSshAccessDto) MarshalJSON() ([]byte, error)
func (*NullableSshAccessDto) Set ¶
func (v *NullableSshAccessDto) Set(val *SshAccessDto)
func (*NullableSshAccessDto) UnmarshalJSON ¶
func (v *NullableSshAccessDto) UnmarshalJSON(src []byte) error
func (*NullableSshAccessDto) Unset ¶
func (v *NullableSshAccessDto) Unset()
type NullableSshAccessValidationDto ¶
type NullableSshAccessValidationDto struct {
// contains filtered or unexported fields
}
func NewNullableSshAccessValidationDto ¶
func NewNullableSshAccessValidationDto(val *SshAccessValidationDto) *NullableSshAccessValidationDto
func (NullableSshAccessValidationDto) Get ¶
func (v NullableSshAccessValidationDto) Get() *SshAccessValidationDto
func (NullableSshAccessValidationDto) IsSet ¶
func (v NullableSshAccessValidationDto) IsSet() bool
func (NullableSshAccessValidationDto) MarshalJSON ¶
func (v NullableSshAccessValidationDto) MarshalJSON() ([]byte, error)
func (*NullableSshAccessValidationDto) Set ¶
func (v *NullableSshAccessValidationDto) Set(val *SshAccessValidationDto)
func (*NullableSshAccessValidationDto) UnmarshalJSON ¶
func (v *NullableSshAccessValidationDto) UnmarshalJSON(src []byte) error
func (*NullableSshAccessValidationDto) Unset ¶
func (v *NullableSshAccessValidationDto) Unset()
type NullableStorageAccessDto ¶
type NullableStorageAccessDto struct {
// contains filtered or unexported fields
}
func NewNullableStorageAccessDto ¶
func NewNullableStorageAccessDto(val *StorageAccessDto) *NullableStorageAccessDto
func (NullableStorageAccessDto) Get ¶
func (v NullableStorageAccessDto) Get() *StorageAccessDto
func (NullableStorageAccessDto) IsSet ¶
func (v NullableStorageAccessDto) IsSet() bool
func (NullableStorageAccessDto) MarshalJSON ¶
func (v NullableStorageAccessDto) MarshalJSON() ([]byte, error)
func (*NullableStorageAccessDto) Set ¶
func (v *NullableStorageAccessDto) Set(val *StorageAccessDto)
func (*NullableStorageAccessDto) UnmarshalJSON ¶
func (v *NullableStorageAccessDto) UnmarshalJSON(src []byte) error
func (*NullableStorageAccessDto) Unset ¶
func (v *NullableStorageAccessDto) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableStringFilter ¶
type NullableStringFilter struct {
// contains filtered or unexported fields
}
func NewNullableStringFilter ¶
func NewNullableStringFilter(val *StringFilter) *NullableStringFilter
func (NullableStringFilter) Get ¶
func (v NullableStringFilter) Get() *StringFilter
func (NullableStringFilter) IsSet ¶
func (v NullableStringFilter) IsSet() bool
func (NullableStringFilter) MarshalJSON ¶
func (v NullableStringFilter) MarshalJSON() ([]byte, error)
func (*NullableStringFilter) Set ¶
func (v *NullableStringFilter) Set(val *StringFilter)
func (*NullableStringFilter) UnmarshalJSON ¶
func (v *NullableStringFilter) UnmarshalJSON(src []byte) error
func (*NullableStringFilter) Unset ¶
func (v *NullableStringFilter) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableToolboxProxyUrl ¶
type NullableToolboxProxyUrl struct {
// contains filtered or unexported fields
}
func NewNullableToolboxProxyUrl ¶
func NewNullableToolboxProxyUrl(val *ToolboxProxyUrl) *NullableToolboxProxyUrl
func (NullableToolboxProxyUrl) Get ¶
func (v NullableToolboxProxyUrl) Get() *ToolboxProxyUrl
func (NullableToolboxProxyUrl) IsSet ¶
func (v NullableToolboxProxyUrl) IsSet() bool
func (NullableToolboxProxyUrl) MarshalJSON ¶
func (v NullableToolboxProxyUrl) MarshalJSON() ([]byte, error)
func (*NullableToolboxProxyUrl) Set ¶
func (v *NullableToolboxProxyUrl) Set(val *ToolboxProxyUrl)
func (*NullableToolboxProxyUrl) UnmarshalJSON ¶
func (v *NullableToolboxProxyUrl) UnmarshalJSON(src []byte) error
func (*NullableToolboxProxyUrl) Unset ¶
func (v *NullableToolboxProxyUrl) Unset()
type NullableTraceSpan ¶
type NullableTraceSpan struct {
// contains filtered or unexported fields
}
func NewNullableTraceSpan ¶
func NewNullableTraceSpan(val *TraceSpan) *NullableTraceSpan
func (NullableTraceSpan) Get ¶
func (v NullableTraceSpan) Get() *TraceSpan
func (NullableTraceSpan) IsSet ¶
func (v NullableTraceSpan) IsSet() bool
func (NullableTraceSpan) MarshalJSON ¶
func (v NullableTraceSpan) MarshalJSON() ([]byte, error)
func (*NullableTraceSpan) Set ¶
func (v *NullableTraceSpan) Set(val *TraceSpan)
func (*NullableTraceSpan) UnmarshalJSON ¶
func (v *NullableTraceSpan) UnmarshalJSON(src []byte) error
func (*NullableTraceSpan) Unset ¶
func (v *NullableTraceSpan) Unset()
type NullableTraceSummary ¶
type NullableTraceSummary struct {
// contains filtered or unexported fields
}
func NewNullableTraceSummary ¶
func NewNullableTraceSummary(val *TraceSummary) *NullableTraceSummary
func (NullableTraceSummary) Get ¶
func (v NullableTraceSummary) Get() *TraceSummary
func (NullableTraceSummary) IsSet ¶
func (v NullableTraceSummary) IsSet() bool
func (NullableTraceSummary) MarshalJSON ¶
func (v NullableTraceSummary) MarshalJSON() ([]byte, error)
func (*NullableTraceSummary) Set ¶
func (v *NullableTraceSummary) Set(val *TraceSummary)
func (*NullableTraceSummary) UnmarshalJSON ¶
func (v *NullableTraceSummary) UnmarshalJSON(src []byte) error
func (*NullableTraceSummary) Unset ¶
func (v *NullableTraceSummary) Unset()
type NullableUpdateDockerRegistry ¶
type NullableUpdateDockerRegistry struct {
// contains filtered or unexported fields
}
func NewNullableUpdateDockerRegistry ¶
func NewNullableUpdateDockerRegistry(val *UpdateDockerRegistry) *NullableUpdateDockerRegistry
func (NullableUpdateDockerRegistry) Get ¶
func (v NullableUpdateDockerRegistry) Get() *UpdateDockerRegistry
func (NullableUpdateDockerRegistry) IsSet ¶
func (v NullableUpdateDockerRegistry) IsSet() bool
func (NullableUpdateDockerRegistry) MarshalJSON ¶
func (v NullableUpdateDockerRegistry) MarshalJSON() ([]byte, error)
func (*NullableUpdateDockerRegistry) Set ¶
func (v *NullableUpdateDockerRegistry) Set(val *UpdateDockerRegistry)
func (*NullableUpdateDockerRegistry) UnmarshalJSON ¶
func (v *NullableUpdateDockerRegistry) UnmarshalJSON(src []byte) error
func (*NullableUpdateDockerRegistry) Unset ¶
func (v *NullableUpdateDockerRegistry) Unset()
type NullableUpdateJobStatus ¶
type NullableUpdateJobStatus struct {
// contains filtered or unexported fields
}
func NewNullableUpdateJobStatus ¶
func NewNullableUpdateJobStatus(val *UpdateJobStatus) *NullableUpdateJobStatus
func (NullableUpdateJobStatus) Get ¶
func (v NullableUpdateJobStatus) Get() *UpdateJobStatus
func (NullableUpdateJobStatus) IsSet ¶
func (v NullableUpdateJobStatus) IsSet() bool
func (NullableUpdateJobStatus) MarshalJSON ¶
func (v NullableUpdateJobStatus) MarshalJSON() ([]byte, error)
func (*NullableUpdateJobStatus) Set ¶
func (v *NullableUpdateJobStatus) Set(val *UpdateJobStatus)
func (*NullableUpdateJobStatus) UnmarshalJSON ¶
func (v *NullableUpdateJobStatus) UnmarshalJSON(src []byte) error
func (*NullableUpdateJobStatus) Unset ¶
func (v *NullableUpdateJobStatus) Unset()
type NullableUpdateOrganizationDefaultRegion ¶
type NullableUpdateOrganizationDefaultRegion struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationDefaultRegion ¶
func NewNullableUpdateOrganizationDefaultRegion(val *UpdateOrganizationDefaultRegion) *NullableUpdateOrganizationDefaultRegion
func (NullableUpdateOrganizationDefaultRegion) IsSet ¶
func (v NullableUpdateOrganizationDefaultRegion) IsSet() bool
func (NullableUpdateOrganizationDefaultRegion) MarshalJSON ¶
func (v NullableUpdateOrganizationDefaultRegion) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationDefaultRegion) Set ¶
func (v *NullableUpdateOrganizationDefaultRegion) Set(val *UpdateOrganizationDefaultRegion)
func (*NullableUpdateOrganizationDefaultRegion) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationDefaultRegion) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationDefaultRegion) Unset ¶
func (v *NullableUpdateOrganizationDefaultRegion) Unset()
type NullableUpdateOrganizationInvitation ¶
type NullableUpdateOrganizationInvitation struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationInvitation ¶
func NewNullableUpdateOrganizationInvitation(val *UpdateOrganizationInvitation) *NullableUpdateOrganizationInvitation
func (NullableUpdateOrganizationInvitation) Get ¶
func (v NullableUpdateOrganizationInvitation) Get() *UpdateOrganizationInvitation
func (NullableUpdateOrganizationInvitation) IsSet ¶
func (v NullableUpdateOrganizationInvitation) IsSet() bool
func (NullableUpdateOrganizationInvitation) MarshalJSON ¶
func (v NullableUpdateOrganizationInvitation) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationInvitation) Set ¶
func (v *NullableUpdateOrganizationInvitation) Set(val *UpdateOrganizationInvitation)
func (*NullableUpdateOrganizationInvitation) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationInvitation) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationInvitation) Unset ¶
func (v *NullableUpdateOrganizationInvitation) Unset()
type NullableUpdateOrganizationMemberAccess ¶
type NullableUpdateOrganizationMemberAccess struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationMemberAccess ¶
func NewNullableUpdateOrganizationMemberAccess(val *UpdateOrganizationMemberAccess) *NullableUpdateOrganizationMemberAccess
func (NullableUpdateOrganizationMemberAccess) Get ¶
func (v NullableUpdateOrganizationMemberAccess) Get() *UpdateOrganizationMemberAccess
func (NullableUpdateOrganizationMemberAccess) IsSet ¶
func (v NullableUpdateOrganizationMemberAccess) IsSet() bool
func (NullableUpdateOrganizationMemberAccess) MarshalJSON ¶
func (v NullableUpdateOrganizationMemberAccess) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationMemberAccess) Set ¶
func (v *NullableUpdateOrganizationMemberAccess) Set(val *UpdateOrganizationMemberAccess)
func (*NullableUpdateOrganizationMemberAccess) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationMemberAccess) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationMemberAccess) Unset ¶
func (v *NullableUpdateOrganizationMemberAccess) Unset()
type NullableUpdateOrganizationQuota ¶
type NullableUpdateOrganizationQuota struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationQuota ¶
func NewNullableUpdateOrganizationQuota(val *UpdateOrganizationQuota) *NullableUpdateOrganizationQuota
func (NullableUpdateOrganizationQuota) Get ¶
func (v NullableUpdateOrganizationQuota) Get() *UpdateOrganizationQuota
func (NullableUpdateOrganizationQuota) IsSet ¶
func (v NullableUpdateOrganizationQuota) IsSet() bool
func (NullableUpdateOrganizationQuota) MarshalJSON ¶
func (v NullableUpdateOrganizationQuota) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationQuota) Set ¶
func (v *NullableUpdateOrganizationQuota) Set(val *UpdateOrganizationQuota)
func (*NullableUpdateOrganizationQuota) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationQuota) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationQuota) Unset ¶
func (v *NullableUpdateOrganizationQuota) Unset()
type NullableUpdateOrganizationRegionQuota ¶
type NullableUpdateOrganizationRegionQuota struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationRegionQuota ¶
func NewNullableUpdateOrganizationRegionQuota(val *UpdateOrganizationRegionQuota) *NullableUpdateOrganizationRegionQuota
func (NullableUpdateOrganizationRegionQuota) Get ¶
func (v NullableUpdateOrganizationRegionQuota) Get() *UpdateOrganizationRegionQuota
func (NullableUpdateOrganizationRegionQuota) IsSet ¶
func (v NullableUpdateOrganizationRegionQuota) IsSet() bool
func (NullableUpdateOrganizationRegionQuota) MarshalJSON ¶
func (v NullableUpdateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationRegionQuota) Set ¶
func (v *NullableUpdateOrganizationRegionQuota) Set(val *UpdateOrganizationRegionQuota)
func (*NullableUpdateOrganizationRegionQuota) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationRegionQuota) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationRegionQuota) Unset ¶
func (v *NullableUpdateOrganizationRegionQuota) Unset()
type NullableUpdateOrganizationRole ¶
type NullableUpdateOrganizationRole struct {
// contains filtered or unexported fields
}
func NewNullableUpdateOrganizationRole ¶
func NewNullableUpdateOrganizationRole(val *UpdateOrganizationRole) *NullableUpdateOrganizationRole
func (NullableUpdateOrganizationRole) Get ¶
func (v NullableUpdateOrganizationRole) Get() *UpdateOrganizationRole
func (NullableUpdateOrganizationRole) IsSet ¶
func (v NullableUpdateOrganizationRole) IsSet() bool
func (NullableUpdateOrganizationRole) MarshalJSON ¶
func (v NullableUpdateOrganizationRole) MarshalJSON() ([]byte, error)
func (*NullableUpdateOrganizationRole) Set ¶
func (v *NullableUpdateOrganizationRole) Set(val *UpdateOrganizationRole)
func (*NullableUpdateOrganizationRole) UnmarshalJSON ¶
func (v *NullableUpdateOrganizationRole) UnmarshalJSON(src []byte) error
func (*NullableUpdateOrganizationRole) Unset ¶
func (v *NullableUpdateOrganizationRole) Unset()
type NullableUpdateRegion ¶
type NullableUpdateRegion struct {
// contains filtered or unexported fields
}
func NewNullableUpdateRegion ¶
func NewNullableUpdateRegion(val *UpdateRegion) *NullableUpdateRegion
func (NullableUpdateRegion) Get ¶
func (v NullableUpdateRegion) Get() *UpdateRegion
func (NullableUpdateRegion) IsSet ¶
func (v NullableUpdateRegion) IsSet() bool
func (NullableUpdateRegion) MarshalJSON ¶
func (v NullableUpdateRegion) MarshalJSON() ([]byte, error)
func (*NullableUpdateRegion) Set ¶
func (v *NullableUpdateRegion) Set(val *UpdateRegion)
func (*NullableUpdateRegion) UnmarshalJSON ¶
func (v *NullableUpdateRegion) UnmarshalJSON(src []byte) error
func (*NullableUpdateRegion) Unset ¶
func (v *NullableUpdateRegion) Unset()
type NullableUpdateSandboxNetworkSettings ¶
type NullableUpdateSandboxNetworkSettings struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSandboxNetworkSettings ¶
func NewNullableUpdateSandboxNetworkSettings(val *UpdateSandboxNetworkSettings) *NullableUpdateSandboxNetworkSettings
func (NullableUpdateSandboxNetworkSettings) Get ¶
func (v NullableUpdateSandboxNetworkSettings) Get() *UpdateSandboxNetworkSettings
func (NullableUpdateSandboxNetworkSettings) IsSet ¶
func (v NullableUpdateSandboxNetworkSettings) IsSet() bool
func (NullableUpdateSandboxNetworkSettings) MarshalJSON ¶
func (v NullableUpdateSandboxNetworkSettings) MarshalJSON() ([]byte, error)
func (*NullableUpdateSandboxNetworkSettings) Set ¶
func (v *NullableUpdateSandboxNetworkSettings) Set(val *UpdateSandboxNetworkSettings)
func (*NullableUpdateSandboxNetworkSettings) UnmarshalJSON ¶
func (v *NullableUpdateSandboxNetworkSettings) UnmarshalJSON(src []byte) error
func (*NullableUpdateSandboxNetworkSettings) Unset ¶
func (v *NullableUpdateSandboxNetworkSettings) Unset()
type NullableUpdateSandboxSecrets ¶ added in v0.196.0
type NullableUpdateSandboxSecrets struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSandboxSecrets ¶ added in v0.196.0
func NewNullableUpdateSandboxSecrets(val *UpdateSandboxSecrets) *NullableUpdateSandboxSecrets
func (NullableUpdateSandboxSecrets) Get ¶ added in v0.196.0
func (v NullableUpdateSandboxSecrets) Get() *UpdateSandboxSecrets
func (NullableUpdateSandboxSecrets) IsSet ¶ added in v0.196.0
func (v NullableUpdateSandboxSecrets) IsSet() bool
func (NullableUpdateSandboxSecrets) MarshalJSON ¶ added in v0.196.0
func (v NullableUpdateSandboxSecrets) MarshalJSON() ([]byte, error)
func (*NullableUpdateSandboxSecrets) Set ¶ added in v0.196.0
func (v *NullableUpdateSandboxSecrets) Set(val *UpdateSandboxSecrets)
func (*NullableUpdateSandboxSecrets) UnmarshalJSON ¶ added in v0.196.0
func (v *NullableUpdateSandboxSecrets) UnmarshalJSON(src []byte) error
func (*NullableUpdateSandboxSecrets) Unset ¶ added in v0.196.0
func (v *NullableUpdateSandboxSecrets) Unset()
type NullableUpdateSandboxStateDto ¶
type NullableUpdateSandboxStateDto struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSandboxStateDto ¶
func NewNullableUpdateSandboxStateDto(val *UpdateSandboxStateDto) *NullableUpdateSandboxStateDto
func (NullableUpdateSandboxStateDto) Get ¶
func (v NullableUpdateSandboxStateDto) Get() *UpdateSandboxStateDto
func (NullableUpdateSandboxStateDto) IsSet ¶
func (v NullableUpdateSandboxStateDto) IsSet() bool
func (NullableUpdateSandboxStateDto) MarshalJSON ¶
func (v NullableUpdateSandboxStateDto) MarshalJSON() ([]byte, error)
func (*NullableUpdateSandboxStateDto) Set ¶
func (v *NullableUpdateSandboxStateDto) Set(val *UpdateSandboxStateDto)
func (*NullableUpdateSandboxStateDto) UnmarshalJSON ¶
func (v *NullableUpdateSandboxStateDto) UnmarshalJSON(src []byte) error
func (*NullableUpdateSandboxStateDto) Unset ¶
func (v *NullableUpdateSandboxStateDto) Unset()
type NullableUpdateSecret ¶
type NullableUpdateSecret struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSecret ¶
func NewNullableUpdateSecret(val *UpdateSecret) *NullableUpdateSecret
func (NullableUpdateSecret) Get ¶
func (v NullableUpdateSecret) Get() *UpdateSecret
func (NullableUpdateSecret) IsSet ¶
func (v NullableUpdateSecret) IsSet() bool
func (NullableUpdateSecret) MarshalJSON ¶
func (v NullableUpdateSecret) MarshalJSON() ([]byte, error)
func (*NullableUpdateSecret) Set ¶
func (v *NullableUpdateSecret) Set(val *UpdateSecret)
func (*NullableUpdateSecret) UnmarshalJSON ¶
func (v *NullableUpdateSecret) UnmarshalJSON(src []byte) error
func (*NullableUpdateSecret) Unset ¶
func (v *NullableUpdateSecret) Unset()
type NullableUrl ¶
type NullableUrl struct {
// contains filtered or unexported fields
}
func NewNullableUrl ¶
func NewNullableUrl(val *Url) *NullableUrl
func (NullableUrl) Get ¶
func (v NullableUrl) Get() *Url
func (NullableUrl) IsSet ¶
func (v NullableUrl) IsSet() bool
func (NullableUrl) MarshalJSON ¶
func (v NullableUrl) MarshalJSON() ([]byte, error)
func (*NullableUrl) Set ¶
func (v *NullableUrl) Set(val *Url)
func (*NullableUrl) UnmarshalJSON ¶
func (v *NullableUrl) UnmarshalJSON(src []byte) error
func (*NullableUrl) Unset ¶
func (v *NullableUrl) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableUserPublicKey ¶
type NullableUserPublicKey struct {
// contains filtered or unexported fields
}
func NewNullableUserPublicKey ¶
func NewNullableUserPublicKey(val *UserPublicKey) *NullableUserPublicKey
func (NullableUserPublicKey) Get ¶
func (v NullableUserPublicKey) Get() *UserPublicKey
func (NullableUserPublicKey) IsSet ¶
func (v NullableUserPublicKey) IsSet() bool
func (NullableUserPublicKey) MarshalJSON ¶
func (v NullableUserPublicKey) MarshalJSON() ([]byte, error)
func (*NullableUserPublicKey) Set ¶
func (v *NullableUserPublicKey) Set(val *UserPublicKey)
func (*NullableUserPublicKey) UnmarshalJSON ¶
func (v *NullableUserPublicKey) UnmarshalJSON(src []byte) error
func (*NullableUserPublicKey) Unset ¶
func (v *NullableUserPublicKey) Unset()
type NullableVolumeDto ¶
type NullableVolumeDto struct {
// contains filtered or unexported fields
}
func NewNullableVolumeDto ¶
func NewNullableVolumeDto(val *VolumeDto) *NullableVolumeDto
func (NullableVolumeDto) Get ¶
func (v NullableVolumeDto) Get() *VolumeDto
func (NullableVolumeDto) IsSet ¶
func (v NullableVolumeDto) IsSet() bool
func (NullableVolumeDto) MarshalJSON ¶
func (v NullableVolumeDto) MarshalJSON() ([]byte, error)
func (*NullableVolumeDto) Set ¶
func (v *NullableVolumeDto) Set(val *VolumeDto)
func (*NullableVolumeDto) UnmarshalJSON ¶
func (v *NullableVolumeDto) UnmarshalJSON(src []byte) error
func (*NullableVolumeDto) Unset ¶
func (v *NullableVolumeDto) Unset()
type NullableVolumeState ¶
type NullableVolumeState struct {
// contains filtered or unexported fields
}
func NewNullableVolumeState ¶
func NewNullableVolumeState(val *VolumeState) *NullableVolumeState
func (NullableVolumeState) Get ¶
func (v NullableVolumeState) Get() *VolumeState
func (NullableVolumeState) IsSet ¶
func (v NullableVolumeState) IsSet() bool
func (NullableVolumeState) MarshalJSON ¶
func (v NullableVolumeState) MarshalJSON() ([]byte, error)
func (*NullableVolumeState) Set ¶
func (v *NullableVolumeState) Set(val *VolumeState)
func (*NullableVolumeState) UnmarshalJSON ¶
func (v *NullableVolumeState) UnmarshalJSON(src []byte) error
func (*NullableVolumeState) Unset ¶
func (v *NullableVolumeState) Unset()
type NullableWebhookAppPortalAccess ¶
type NullableWebhookAppPortalAccess struct {
// contains filtered or unexported fields
}
func NewNullableWebhookAppPortalAccess ¶
func NewNullableWebhookAppPortalAccess(val *WebhookAppPortalAccess) *NullableWebhookAppPortalAccess
func (NullableWebhookAppPortalAccess) Get ¶
func (v NullableWebhookAppPortalAccess) Get() *WebhookAppPortalAccess
func (NullableWebhookAppPortalAccess) IsSet ¶
func (v NullableWebhookAppPortalAccess) IsSet() bool
func (NullableWebhookAppPortalAccess) MarshalJSON ¶
func (v NullableWebhookAppPortalAccess) MarshalJSON() ([]byte, error)
func (*NullableWebhookAppPortalAccess) Set ¶
func (v *NullableWebhookAppPortalAccess) Set(val *WebhookAppPortalAccess)
func (*NullableWebhookAppPortalAccess) UnmarshalJSON ¶
func (v *NullableWebhookAppPortalAccess) UnmarshalJSON(src []byte) error
func (*NullableWebhookAppPortalAccess) Unset ¶
func (v *NullableWebhookAppPortalAccess) Unset()
type NullableWebhookEvent ¶
type NullableWebhookEvent struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEvent ¶
func NewNullableWebhookEvent(val *WebhookEvent) *NullableWebhookEvent
func (NullableWebhookEvent) Get ¶
func (v NullableWebhookEvent) Get() *WebhookEvent
func (NullableWebhookEvent) IsSet ¶
func (v NullableWebhookEvent) IsSet() bool
func (NullableWebhookEvent) MarshalJSON ¶
func (v NullableWebhookEvent) MarshalJSON() ([]byte, error)
func (*NullableWebhookEvent) Set ¶
func (v *NullableWebhookEvent) Set(val *WebhookEvent)
func (*NullableWebhookEvent) UnmarshalJSON ¶
func (v *NullableWebhookEvent) UnmarshalJSON(src []byte) error
func (*NullableWebhookEvent) Unset ¶
func (v *NullableWebhookEvent) Unset()
type NullableWebhookInitializationStatus ¶
type NullableWebhookInitializationStatus struct {
// contains filtered or unexported fields
}
func NewNullableWebhookInitializationStatus ¶
func NewNullableWebhookInitializationStatus(val *WebhookInitializationStatus) *NullableWebhookInitializationStatus
func (NullableWebhookInitializationStatus) Get ¶
func (v NullableWebhookInitializationStatus) Get() *WebhookInitializationStatus
func (NullableWebhookInitializationStatus) IsSet ¶
func (v NullableWebhookInitializationStatus) IsSet() bool
func (NullableWebhookInitializationStatus) MarshalJSON ¶
func (v NullableWebhookInitializationStatus) MarshalJSON() ([]byte, error)
func (*NullableWebhookInitializationStatus) Set ¶
func (v *NullableWebhookInitializationStatus) Set(val *WebhookInitializationStatus)
func (*NullableWebhookInitializationStatus) UnmarshalJSON ¶
func (v *NullableWebhookInitializationStatus) UnmarshalJSON(src []byte) error
func (*NullableWebhookInitializationStatus) Unset ¶
func (v *NullableWebhookInitializationStatus) Unset()
type ObjectStorageAPI ¶
type ObjectStorageAPI interface {
/*
GetPushAccess Get temporary storage access for pushing objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ObjectStorageAPIGetPushAccessRequest
*/
GetPushAccess(ctx context.Context) ObjectStorageAPIGetPushAccessRequest
// GetPushAccessExecute executes the request
// @return StorageAccessDto
GetPushAccessExecute(r ObjectStorageAPIGetPushAccessRequest) (*StorageAccessDto, *http.Response, error)
}
type ObjectStorageAPIGetPushAccessRequest ¶
type ObjectStorageAPIGetPushAccessRequest struct {
ApiService ObjectStorageAPI
// contains filtered or unexported fields
}
func (ObjectStorageAPIGetPushAccessRequest) Execute ¶
func (r ObjectStorageAPIGetPushAccessRequest) Execute() (*StorageAccessDto, *http.Response, error)
func (ObjectStorageAPIGetPushAccessRequest) XDaytonaOrganizationID ¶
func (r ObjectStorageAPIGetPushAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) ObjectStorageAPIGetPushAccessRequest
Use with JWT to specify the organization ID
type ObjectStorageAPIService ¶
type ObjectStorageAPIService service
ObjectStorageAPIService ObjectStorageAPI service
func (*ObjectStorageAPIService) GetPushAccess ¶
func (a *ObjectStorageAPIService) GetPushAccess(ctx context.Context) ObjectStorageAPIGetPushAccessRequest
GetPushAccess Get temporary storage access for pushing objects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ObjectStorageAPIGetPushAccessRequest
func (*ObjectStorageAPIService) GetPushAccessExecute ¶
func (a *ObjectStorageAPIService) GetPushAccessExecute(r ObjectStorageAPIGetPushAccessRequest) (*StorageAccessDto, *http.Response, error)
Execute executes the request
@return StorageAccessDto
type OidcConfig ¶
type OidcConfig struct {
// OIDC issuer
Issuer string `json:"issuer"`
// OIDC client ID
ClientId string `json:"clientId"`
// OIDC audience
Audience string `json:"audience"`
AdditionalProperties map[string]interface{}
}
OidcConfig struct for OidcConfig
func NewOidcConfig ¶
func NewOidcConfig(issuer string, clientId string, audience string) *OidcConfig
NewOidcConfig instantiates a new OidcConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOidcConfigWithDefaults ¶
func NewOidcConfigWithDefaults() *OidcConfig
NewOidcConfigWithDefaults instantiates a new OidcConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OidcConfig) GetAudience ¶
func (o *OidcConfig) GetAudience() string
GetAudience returns the Audience field value
func (*OidcConfig) GetAudienceOk ¶
func (o *OidcConfig) GetAudienceOk() (*string, bool)
GetAudienceOk returns a tuple with the Audience field value and a boolean to check if the value has been set.
func (*OidcConfig) GetClientId ¶
func (o *OidcConfig) GetClientId() string
GetClientId returns the ClientId field value
func (*OidcConfig) GetClientIdOk ¶
func (o *OidcConfig) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*OidcConfig) GetIssuer ¶
func (o *OidcConfig) GetIssuer() string
GetIssuer returns the Issuer field value
func (*OidcConfig) GetIssuerOk ¶
func (o *OidcConfig) GetIssuerOk() (*string, bool)
GetIssuerOk returns a tuple with the Issuer field value and a boolean to check if the value has been set.
func (OidcConfig) MarshalJSON ¶
func (o OidcConfig) MarshalJSON() ([]byte, error)
func (*OidcConfig) SetAudience ¶
func (o *OidcConfig) SetAudience(v string)
SetAudience sets field value
func (*OidcConfig) SetClientId ¶
func (o *OidcConfig) SetClientId(v string)
SetClientId sets field value
func (OidcConfig) ToMap ¶
func (o OidcConfig) ToMap() (map[string]interface{}, error)
func (*OidcConfig) UnmarshalJSON ¶
func (o *OidcConfig) UnmarshalJSON(data []byte) (err error)
type Organization ¶
type Organization struct {
// Organization ID
Id string `json:"id"`
// Organization name
Name string `json:"name"`
// User ID of the organization creator
CreatedBy string `json:"createdBy"`
// Personal organization flag
Personal bool `json:"personal"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
// Last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
// Suspended flag
Suspended bool `json:"suspended"`
// Suspended at
SuspendedAt time.Time `json:"suspendedAt"`
// Suspended reason
SuspensionReason string `json:"suspensionReason"`
// Suspended until
SuspendedUntil time.Time `json:"suspendedUntil"`
// Suspension cleanup grace period hours
SuspensionCleanupGracePeriodHours float32 `json:"suspensionCleanupGracePeriodHours"`
// Max CPU per sandbox
MaxCpuPerSandbox float32 `json:"maxCpuPerSandbox"`
// Max memory per sandbox
MaxMemoryPerSandbox float32 `json:"maxMemoryPerSandbox"`
// Max disk per sandbox
MaxDiskPerSandbox float32 `json:"maxDiskPerSandbox"`
// Maximum number of secrets
SecretQuota float32 `json:"secretQuota"`
// Maximum number of secrets that can be mounted to a single sandbox
MaxSecretsPerSandbox float32 `json:"maxSecretsPerSandbox"`
// Time in minutes before an unused snapshot is deactivated
SnapshotDeactivationTimeoutMinutes float32 `json:"snapshotDeactivationTimeoutMinutes"`
// Sandbox default network block all
SandboxLimitedNetworkEgress bool `json:"sandboxLimitedNetworkEgress"`
// Whether the proxy shows the preview URL warning page for this organization
PreviewWarningEnabled bool `json:"previewWarningEnabled"`
// Default region ID
DefaultRegionId *string `json:"defaultRegionId,omitempty"`
// Authenticated rate limit per minute
AuthenticatedRateLimit NullableFloat32 `json:"authenticatedRateLimit"`
// Sandbox create rate limit per minute
SandboxCreateRateLimit NullableFloat32 `json:"sandboxCreateRateLimit"`
// Sandbox lifecycle rate limit per minute
SandboxLifecycleRateLimit NullableFloat32 `json:"sandboxLifecycleRateLimit"`
// Experimental configuration
ExperimentalConfig map[string]interface{} `json:"experimentalConfig"`
// OpenTelemetry collection configuration
OtelConfig NullableOtelConfig `json:"otelConfig"`
// Authenticated rate limit TTL in seconds
AuthenticatedRateLimitTtlSeconds NullableFloat32 `json:"authenticatedRateLimitTtlSeconds"`
// Sandbox create rate limit TTL in seconds
SandboxCreateRateLimitTtlSeconds NullableFloat32 `json:"sandboxCreateRateLimitTtlSeconds"`
// Sandbox lifecycle rate limit TTL in seconds
SandboxLifecycleRateLimitTtlSeconds NullableFloat32 `json:"sandboxLifecycleRateLimitTtlSeconds"`
AdditionalProperties map[string]interface{}
}
Organization struct for Organization
func NewOrganization ¶
func NewOrganization(id string, name string, createdBy string, personal bool, createdAt time.Time, updatedAt time.Time, suspended bool, suspendedAt time.Time, suspensionReason string, suspendedUntil time.Time, suspensionCleanupGracePeriodHours float32, maxCpuPerSandbox float32, maxMemoryPerSandbox float32, maxDiskPerSandbox float32, secretQuota float32, maxSecretsPerSandbox float32, snapshotDeactivationTimeoutMinutes float32, sandboxLimitedNetworkEgress bool, previewWarningEnabled bool, authenticatedRateLimit NullableFloat32, sandboxCreateRateLimit NullableFloat32, sandboxLifecycleRateLimit NullableFloat32, experimentalConfig map[string]interface{}, otelConfig NullableOtelConfig, authenticatedRateLimitTtlSeconds NullableFloat32, sandboxCreateRateLimitTtlSeconds NullableFloat32, sandboxLifecycleRateLimitTtlSeconds NullableFloat32) *Organization
NewOrganization instantiates a new Organization object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Organization) GetAuthenticatedRateLimit ¶
func (o *Organization) GetAuthenticatedRateLimit() float32
GetAuthenticatedRateLimit returns the AuthenticatedRateLimit field value If the value is explicit nil, the zero value for float32 will be returned
func (*Organization) GetAuthenticatedRateLimitOk ¶
func (o *Organization) GetAuthenticatedRateLimitOk() (*float32, bool)
GetAuthenticatedRateLimitOk returns a tuple with the AuthenticatedRateLimit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetAuthenticatedRateLimitTtlSeconds ¶
func (o *Organization) GetAuthenticatedRateLimitTtlSeconds() float32
GetAuthenticatedRateLimitTtlSeconds returns the AuthenticatedRateLimitTtlSeconds field value If the value is explicit nil, the zero value for float32 will be returned
func (*Organization) GetAuthenticatedRateLimitTtlSecondsOk ¶
func (o *Organization) GetAuthenticatedRateLimitTtlSecondsOk() (*float32, bool)
GetAuthenticatedRateLimitTtlSecondsOk returns a tuple with the AuthenticatedRateLimitTtlSeconds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetCreatedAt ¶
func (o *Organization) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*Organization) GetCreatedAtOk ¶
func (o *Organization) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Organization) GetCreatedBy ¶
func (o *Organization) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*Organization) GetCreatedByOk ¶
func (o *Organization) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*Organization) GetDefaultRegionId ¶
func (o *Organization) GetDefaultRegionId() string
GetDefaultRegionId returns the DefaultRegionId field value if set, zero value otherwise.
func (*Organization) GetDefaultRegionIdOk ¶
func (o *Organization) GetDefaultRegionIdOk() (*string, bool)
GetDefaultRegionIdOk returns a tuple with the DefaultRegionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetExperimentalConfig ¶
func (o *Organization) GetExperimentalConfig() map[string]interface{}
GetExperimentalConfig returns the ExperimentalConfig field value
func (*Organization) GetExperimentalConfigOk ¶
func (o *Organization) GetExperimentalConfigOk() (map[string]interface{}, bool)
GetExperimentalConfigOk returns a tuple with the ExperimentalConfig field value and a boolean to check if the value has been set.
func (*Organization) GetIdOk ¶
func (o *Organization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Organization) GetMaxCpuPerSandbox ¶
func (o *Organization) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value
func (*Organization) GetMaxCpuPerSandboxOk ¶
func (o *Organization) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value and a boolean to check if the value has been set.
func (*Organization) GetMaxDiskPerSandbox ¶
func (o *Organization) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value
func (*Organization) GetMaxDiskPerSandboxOk ¶
func (o *Organization) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value and a boolean to check if the value has been set.
func (*Organization) GetMaxMemoryPerSandbox ¶
func (o *Organization) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value
func (*Organization) GetMaxMemoryPerSandboxOk ¶
func (o *Organization) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value and a boolean to check if the value has been set.
func (*Organization) GetMaxSecretsPerSandbox ¶ added in v0.194.0
func (o *Organization) GetMaxSecretsPerSandbox() float32
GetMaxSecretsPerSandbox returns the MaxSecretsPerSandbox field value
func (*Organization) GetMaxSecretsPerSandboxOk ¶ added in v0.194.0
func (o *Organization) GetMaxSecretsPerSandboxOk() (*float32, bool)
GetMaxSecretsPerSandboxOk returns a tuple with the MaxSecretsPerSandbox field value and a boolean to check if the value has been set.
func (*Organization) GetName ¶
func (o *Organization) GetName() string
GetName returns the Name field value
func (*Organization) GetNameOk ¶
func (o *Organization) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Organization) GetOtelConfig ¶
func (o *Organization) GetOtelConfig() OtelConfig
GetOtelConfig returns the OtelConfig field value If the value is explicit nil, the zero value for OtelConfig will be returned
func (*Organization) GetOtelConfigOk ¶
func (o *Organization) GetOtelConfigOk() (*OtelConfig, bool)
GetOtelConfigOk returns a tuple with the OtelConfig field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetPersonal ¶
func (o *Organization) GetPersonal() bool
GetPersonal returns the Personal field value
func (*Organization) GetPersonalOk ¶
func (o *Organization) GetPersonalOk() (*bool, bool)
GetPersonalOk returns a tuple with the Personal field value and a boolean to check if the value has been set.
func (*Organization) GetPreviewWarningEnabled ¶ added in v0.197.0
func (o *Organization) GetPreviewWarningEnabled() bool
GetPreviewWarningEnabled returns the PreviewWarningEnabled field value
func (*Organization) GetPreviewWarningEnabledOk ¶ added in v0.197.0
func (o *Organization) GetPreviewWarningEnabledOk() (*bool, bool)
GetPreviewWarningEnabledOk returns a tuple with the PreviewWarningEnabled field value and a boolean to check if the value has been set.
func (*Organization) GetSandboxCreateRateLimit ¶
func (o *Organization) GetSandboxCreateRateLimit() float32
GetSandboxCreateRateLimit returns the SandboxCreateRateLimit field value If the value is explicit nil, the zero value for float32 will be returned
func (*Organization) GetSandboxCreateRateLimitOk ¶
func (o *Organization) GetSandboxCreateRateLimitOk() (*float32, bool)
GetSandboxCreateRateLimitOk returns a tuple with the SandboxCreateRateLimit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetSandboxCreateRateLimitTtlSeconds ¶
func (o *Organization) GetSandboxCreateRateLimitTtlSeconds() float32
GetSandboxCreateRateLimitTtlSeconds returns the SandboxCreateRateLimitTtlSeconds field value If the value is explicit nil, the zero value for float32 will be returned
func (*Organization) GetSandboxCreateRateLimitTtlSecondsOk ¶
func (o *Organization) GetSandboxCreateRateLimitTtlSecondsOk() (*float32, bool)
GetSandboxCreateRateLimitTtlSecondsOk returns a tuple with the SandboxCreateRateLimitTtlSeconds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetSandboxLifecycleRateLimit ¶
func (o *Organization) GetSandboxLifecycleRateLimit() float32
GetSandboxLifecycleRateLimit returns the SandboxLifecycleRateLimit field value If the value is explicit nil, the zero value for float32 will be returned
func (*Organization) GetSandboxLifecycleRateLimitOk ¶
func (o *Organization) GetSandboxLifecycleRateLimitOk() (*float32, bool)
GetSandboxLifecycleRateLimitOk returns a tuple with the SandboxLifecycleRateLimit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetSandboxLifecycleRateLimitTtlSeconds ¶
func (o *Organization) GetSandboxLifecycleRateLimitTtlSeconds() float32
GetSandboxLifecycleRateLimitTtlSeconds returns the SandboxLifecycleRateLimitTtlSeconds field value If the value is explicit nil, the zero value for float32 will be returned
func (*Organization) GetSandboxLifecycleRateLimitTtlSecondsOk ¶
func (o *Organization) GetSandboxLifecycleRateLimitTtlSecondsOk() (*float32, bool)
GetSandboxLifecycleRateLimitTtlSecondsOk returns a tuple with the SandboxLifecycleRateLimitTtlSeconds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Organization) GetSandboxLimitedNetworkEgress ¶
func (o *Organization) GetSandboxLimitedNetworkEgress() bool
GetSandboxLimitedNetworkEgress returns the SandboxLimitedNetworkEgress field value
func (*Organization) GetSandboxLimitedNetworkEgressOk ¶
func (o *Organization) GetSandboxLimitedNetworkEgressOk() (*bool, bool)
GetSandboxLimitedNetworkEgressOk returns a tuple with the SandboxLimitedNetworkEgress field value and a boolean to check if the value has been set.
func (*Organization) GetSecretQuota ¶ added in v0.194.0
func (o *Organization) GetSecretQuota() float32
GetSecretQuota returns the SecretQuota field value
func (*Organization) GetSecretQuotaOk ¶ added in v0.194.0
func (o *Organization) GetSecretQuotaOk() (*float32, bool)
GetSecretQuotaOk returns a tuple with the SecretQuota field value and a boolean to check if the value has been set.
func (*Organization) GetSnapshotDeactivationTimeoutMinutes ¶
func (o *Organization) GetSnapshotDeactivationTimeoutMinutes() float32
GetSnapshotDeactivationTimeoutMinutes returns the SnapshotDeactivationTimeoutMinutes field value
func (*Organization) GetSnapshotDeactivationTimeoutMinutesOk ¶
func (o *Organization) GetSnapshotDeactivationTimeoutMinutesOk() (*float32, bool)
GetSnapshotDeactivationTimeoutMinutesOk returns a tuple with the SnapshotDeactivationTimeoutMinutes field value and a boolean to check if the value has been set.
func (*Organization) GetSuspended ¶
func (o *Organization) GetSuspended() bool
GetSuspended returns the Suspended field value
func (*Organization) GetSuspendedAt ¶
func (o *Organization) GetSuspendedAt() time.Time
GetSuspendedAt returns the SuspendedAt field value
func (*Organization) GetSuspendedAtOk ¶
func (o *Organization) GetSuspendedAtOk() (*time.Time, bool)
GetSuspendedAtOk returns a tuple with the SuspendedAt field value and a boolean to check if the value has been set.
func (*Organization) GetSuspendedOk ¶
func (o *Organization) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value and a boolean to check if the value has been set.
func (*Organization) GetSuspendedUntil ¶
func (o *Organization) GetSuspendedUntil() time.Time
GetSuspendedUntil returns the SuspendedUntil field value
func (*Organization) GetSuspendedUntilOk ¶
func (o *Organization) GetSuspendedUntilOk() (*time.Time, bool)
GetSuspendedUntilOk returns a tuple with the SuspendedUntil field value and a boolean to check if the value has been set.
func (*Organization) GetSuspensionCleanupGracePeriodHours ¶
func (o *Organization) GetSuspensionCleanupGracePeriodHours() float32
GetSuspensionCleanupGracePeriodHours returns the SuspensionCleanupGracePeriodHours field value
func (*Organization) GetSuspensionCleanupGracePeriodHoursOk ¶
func (o *Organization) GetSuspensionCleanupGracePeriodHoursOk() (*float32, bool)
GetSuspensionCleanupGracePeriodHoursOk returns a tuple with the SuspensionCleanupGracePeriodHours field value and a boolean to check if the value has been set.
func (*Organization) GetSuspensionReason ¶
func (o *Organization) GetSuspensionReason() string
GetSuspensionReason returns the SuspensionReason field value
func (*Organization) GetSuspensionReasonOk ¶
func (o *Organization) GetSuspensionReasonOk() (*string, bool)
GetSuspensionReasonOk returns a tuple with the SuspensionReason field value and a boolean to check if the value has been set.
func (*Organization) GetUpdatedAt ¶
func (o *Organization) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*Organization) GetUpdatedAtOk ¶
func (o *Organization) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Organization) HasDefaultRegionId ¶
func (o *Organization) HasDefaultRegionId() bool
HasDefaultRegionId returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetAuthenticatedRateLimit ¶
func (o *Organization) SetAuthenticatedRateLimit(v float32)
SetAuthenticatedRateLimit sets field value
func (*Organization) SetAuthenticatedRateLimitTtlSeconds ¶
func (o *Organization) SetAuthenticatedRateLimitTtlSeconds(v float32)
SetAuthenticatedRateLimitTtlSeconds sets field value
func (*Organization) SetCreatedAt ¶
func (o *Organization) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*Organization) SetCreatedBy ¶
func (o *Organization) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*Organization) SetDefaultRegionId ¶
func (o *Organization) SetDefaultRegionId(v string)
SetDefaultRegionId gets a reference to the given string and assigns it to the DefaultRegionId field.
func (*Organization) SetExperimentalConfig ¶
func (o *Organization) SetExperimentalConfig(v map[string]interface{})
SetExperimentalConfig sets field value
func (*Organization) SetMaxCpuPerSandbox ¶
func (o *Organization) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox sets field value
func (*Organization) SetMaxDiskPerSandbox ¶
func (o *Organization) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox sets field value
func (*Organization) SetMaxMemoryPerSandbox ¶
func (o *Organization) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox sets field value
func (*Organization) SetMaxSecretsPerSandbox ¶ added in v0.194.0
func (o *Organization) SetMaxSecretsPerSandbox(v float32)
SetMaxSecretsPerSandbox sets field value
func (*Organization) SetOtelConfig ¶
func (o *Organization) SetOtelConfig(v OtelConfig)
SetOtelConfig sets field value
func (*Organization) SetPersonal ¶
func (o *Organization) SetPersonal(v bool)
SetPersonal sets field value
func (*Organization) SetPreviewWarningEnabled ¶ added in v0.197.0
func (o *Organization) SetPreviewWarningEnabled(v bool)
SetPreviewWarningEnabled sets field value
func (*Organization) SetSandboxCreateRateLimit ¶
func (o *Organization) SetSandboxCreateRateLimit(v float32)
SetSandboxCreateRateLimit sets field value
func (*Organization) SetSandboxCreateRateLimitTtlSeconds ¶
func (o *Organization) SetSandboxCreateRateLimitTtlSeconds(v float32)
SetSandboxCreateRateLimitTtlSeconds sets field value
func (*Organization) SetSandboxLifecycleRateLimit ¶
func (o *Organization) SetSandboxLifecycleRateLimit(v float32)
SetSandboxLifecycleRateLimit sets field value
func (*Organization) SetSandboxLifecycleRateLimitTtlSeconds ¶
func (o *Organization) SetSandboxLifecycleRateLimitTtlSeconds(v float32)
SetSandboxLifecycleRateLimitTtlSeconds sets field value
func (*Organization) SetSandboxLimitedNetworkEgress ¶
func (o *Organization) SetSandboxLimitedNetworkEgress(v bool)
SetSandboxLimitedNetworkEgress sets field value
func (*Organization) SetSecretQuota ¶ added in v0.194.0
func (o *Organization) SetSecretQuota(v float32)
SetSecretQuota sets field value
func (*Organization) SetSnapshotDeactivationTimeoutMinutes ¶
func (o *Organization) SetSnapshotDeactivationTimeoutMinutes(v float32)
SetSnapshotDeactivationTimeoutMinutes sets field value
func (*Organization) SetSuspended ¶
func (o *Organization) SetSuspended(v bool)
SetSuspended sets field value
func (*Organization) SetSuspendedAt ¶
func (o *Organization) SetSuspendedAt(v time.Time)
SetSuspendedAt sets field value
func (*Organization) SetSuspendedUntil ¶
func (o *Organization) SetSuspendedUntil(v time.Time)
SetSuspendedUntil sets field value
func (*Organization) SetSuspensionCleanupGracePeriodHours ¶
func (o *Organization) SetSuspensionCleanupGracePeriodHours(v float32)
SetSuspensionCleanupGracePeriodHours sets field value
func (*Organization) SetSuspensionReason ¶
func (o *Organization) SetSuspensionReason(v string)
SetSuspensionReason sets field value
func (*Organization) SetUpdatedAt ¶
func (o *Organization) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (Organization) ToMap ¶
func (o Organization) ToMap() (map[string]interface{}, error)
func (*Organization) UnmarshalJSON ¶
func (o *Organization) UnmarshalJSON(data []byte) (err error)
type OrganizationInvitation ¶
type OrganizationInvitation struct {
// Invitation ID
Id string `json:"id"`
// Email address of the invitee
Email string `json:"email"`
// Email address of the inviter
InvitedBy string `json:"invitedBy"`
// Organization ID
OrganizationId string `json:"organizationId"`
// Organization name
OrganizationName string `json:"organizationName"`
// Expiration date of the invitation
ExpiresAt time.Time `json:"expiresAt"`
// Invitation status
Status string `json:"status"`
// Member role
Role string `json:"role"`
// Assigned roles
AssignedRoles []OrganizationRole `json:"assignedRoles"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
// Last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
OrganizationInvitation struct for OrganizationInvitation
func NewOrganizationInvitation ¶
func NewOrganizationInvitation(id string, email string, invitedBy string, organizationId string, organizationName string, expiresAt time.Time, status string, role string, assignedRoles []OrganizationRole, createdAt time.Time, updatedAt time.Time) *OrganizationInvitation
NewOrganizationInvitation instantiates a new OrganizationInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationInvitationWithDefaults ¶
func NewOrganizationInvitationWithDefaults() *OrganizationInvitation
NewOrganizationInvitationWithDefaults instantiates a new OrganizationInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationInvitation) GetAssignedRoles ¶
func (o *OrganizationInvitation) GetAssignedRoles() []OrganizationRole
GetAssignedRoles returns the AssignedRoles field value
func (*OrganizationInvitation) GetAssignedRolesOk ¶
func (o *OrganizationInvitation) GetAssignedRolesOk() ([]OrganizationRole, bool)
GetAssignedRolesOk returns a tuple with the AssignedRoles field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetCreatedAt ¶
func (o *OrganizationInvitation) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrganizationInvitation) GetCreatedAtOk ¶
func (o *OrganizationInvitation) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetEmail ¶
func (o *OrganizationInvitation) GetEmail() string
GetEmail returns the Email field value
func (*OrganizationInvitation) GetEmailOk ¶
func (o *OrganizationInvitation) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetExpiresAt ¶
func (o *OrganizationInvitation) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*OrganizationInvitation) GetExpiresAtOk ¶
func (o *OrganizationInvitation) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetId ¶
func (o *OrganizationInvitation) GetId() string
GetId returns the Id field value
func (*OrganizationInvitation) GetIdOk ¶
func (o *OrganizationInvitation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetInvitedBy ¶
func (o *OrganizationInvitation) GetInvitedBy() string
GetInvitedBy returns the InvitedBy field value
func (*OrganizationInvitation) GetInvitedByOk ¶
func (o *OrganizationInvitation) GetInvitedByOk() (*string, bool)
GetInvitedByOk returns a tuple with the InvitedBy field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetOrganizationId ¶
func (o *OrganizationInvitation) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*OrganizationInvitation) GetOrganizationIdOk ¶
func (o *OrganizationInvitation) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetOrganizationName ¶
func (o *OrganizationInvitation) GetOrganizationName() string
GetOrganizationName returns the OrganizationName field value
func (*OrganizationInvitation) GetOrganizationNameOk ¶
func (o *OrganizationInvitation) GetOrganizationNameOk() (*string, bool)
GetOrganizationNameOk returns a tuple with the OrganizationName field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetRole ¶
func (o *OrganizationInvitation) GetRole() string
GetRole returns the Role field value
func (*OrganizationInvitation) GetRoleOk ¶
func (o *OrganizationInvitation) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetStatus ¶
func (o *OrganizationInvitation) GetStatus() string
GetStatus returns the Status field value
func (*OrganizationInvitation) GetStatusOk ¶
func (o *OrganizationInvitation) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*OrganizationInvitation) GetUpdatedAt ¶
func (o *OrganizationInvitation) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationInvitation) GetUpdatedAtOk ¶
func (o *OrganizationInvitation) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (OrganizationInvitation) MarshalJSON ¶
func (o OrganizationInvitation) MarshalJSON() ([]byte, error)
func (*OrganizationInvitation) SetAssignedRoles ¶
func (o *OrganizationInvitation) SetAssignedRoles(v []OrganizationRole)
SetAssignedRoles sets field value
func (*OrganizationInvitation) SetCreatedAt ¶
func (o *OrganizationInvitation) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrganizationInvitation) SetEmail ¶
func (o *OrganizationInvitation) SetEmail(v string)
SetEmail sets field value
func (*OrganizationInvitation) SetExpiresAt ¶
func (o *OrganizationInvitation) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*OrganizationInvitation) SetId ¶
func (o *OrganizationInvitation) SetId(v string)
SetId sets field value
func (*OrganizationInvitation) SetInvitedBy ¶
func (o *OrganizationInvitation) SetInvitedBy(v string)
SetInvitedBy sets field value
func (*OrganizationInvitation) SetOrganizationId ¶
func (o *OrganizationInvitation) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*OrganizationInvitation) SetOrganizationName ¶
func (o *OrganizationInvitation) SetOrganizationName(v string)
SetOrganizationName sets field value
func (*OrganizationInvitation) SetRole ¶
func (o *OrganizationInvitation) SetRole(v string)
SetRole sets field value
func (*OrganizationInvitation) SetStatus ¶
func (o *OrganizationInvitation) SetStatus(v string)
SetStatus sets field value
func (*OrganizationInvitation) SetUpdatedAt ¶
func (o *OrganizationInvitation) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (OrganizationInvitation) ToMap ¶
func (o OrganizationInvitation) ToMap() (map[string]interface{}, error)
func (*OrganizationInvitation) UnmarshalJSON ¶
func (o *OrganizationInvitation) UnmarshalJSON(data []byte) (err error)
type OrganizationPreviewWarning ¶ added in v0.197.0
type OrganizationPreviewWarning struct {
// Whether the proxy shows the preview URL warning page for this organization
PreviewWarningEnabled bool `json:"previewWarningEnabled"`
AdditionalProperties map[string]interface{}
}
OrganizationPreviewWarning struct for OrganizationPreviewWarning
func NewOrganizationPreviewWarning ¶ added in v0.197.0
func NewOrganizationPreviewWarning(previewWarningEnabled bool) *OrganizationPreviewWarning
NewOrganizationPreviewWarning instantiates a new OrganizationPreviewWarning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationPreviewWarningWithDefaults ¶ added in v0.197.0
func NewOrganizationPreviewWarningWithDefaults() *OrganizationPreviewWarning
NewOrganizationPreviewWarningWithDefaults instantiates a new OrganizationPreviewWarning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationPreviewWarning) GetPreviewWarningEnabled ¶ added in v0.197.0
func (o *OrganizationPreviewWarning) GetPreviewWarningEnabled() bool
GetPreviewWarningEnabled returns the PreviewWarningEnabled field value
func (*OrganizationPreviewWarning) GetPreviewWarningEnabledOk ¶ added in v0.197.0
func (o *OrganizationPreviewWarning) GetPreviewWarningEnabledOk() (*bool, bool)
GetPreviewWarningEnabledOk returns a tuple with the PreviewWarningEnabled field value and a boolean to check if the value has been set.
func (OrganizationPreviewWarning) MarshalJSON ¶ added in v0.197.0
func (o OrganizationPreviewWarning) MarshalJSON() ([]byte, error)
func (*OrganizationPreviewWarning) SetPreviewWarningEnabled ¶ added in v0.197.0
func (o *OrganizationPreviewWarning) SetPreviewWarningEnabled(v bool)
SetPreviewWarningEnabled sets field value
func (OrganizationPreviewWarning) ToMap ¶ added in v0.197.0
func (o OrganizationPreviewWarning) ToMap() (map[string]interface{}, error)
func (*OrganizationPreviewWarning) UnmarshalJSON ¶ added in v0.197.0
func (o *OrganizationPreviewWarning) UnmarshalJSON(data []byte) (err error)
type OrganizationRole ¶
type OrganizationRole struct {
// Role ID
Id string `json:"id"`
// Role name
Name string `json:"name"`
// Role description
Description string `json:"description"`
// Roles assigned to the user
Permissions []string `json:"permissions"`
// Global role flag
IsGlobal bool `json:"isGlobal"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
// Last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
OrganizationRole struct for OrganizationRole
func NewOrganizationRole ¶
func NewOrganizationRole(id string, name string, description string, permissions []string, isGlobal bool, createdAt time.Time, updatedAt time.Time) *OrganizationRole
NewOrganizationRole instantiates a new OrganizationRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationRoleWithDefaults ¶
func NewOrganizationRoleWithDefaults() *OrganizationRole
NewOrganizationRoleWithDefaults instantiates a new OrganizationRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationRole) GetCreatedAt ¶
func (o *OrganizationRole) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrganizationRole) GetCreatedAtOk ¶
func (o *OrganizationRole) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrganizationRole) GetDescription ¶
func (o *OrganizationRole) GetDescription() string
GetDescription returns the Description field value
func (*OrganizationRole) GetDescriptionOk ¶
func (o *OrganizationRole) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*OrganizationRole) GetId ¶
func (o *OrganizationRole) GetId() string
GetId returns the Id field value
func (*OrganizationRole) GetIdOk ¶
func (o *OrganizationRole) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*OrganizationRole) GetIsGlobal ¶
func (o *OrganizationRole) GetIsGlobal() bool
GetIsGlobal returns the IsGlobal field value
func (*OrganizationRole) GetIsGlobalOk ¶
func (o *OrganizationRole) GetIsGlobalOk() (*bool, bool)
GetIsGlobalOk returns a tuple with the IsGlobal field value and a boolean to check if the value has been set.
func (*OrganizationRole) GetName ¶
func (o *OrganizationRole) GetName() string
GetName returns the Name field value
func (*OrganizationRole) GetNameOk ¶
func (o *OrganizationRole) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationRole) GetPermissions ¶
func (o *OrganizationRole) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*OrganizationRole) GetPermissionsOk ¶
func (o *OrganizationRole) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*OrganizationRole) GetUpdatedAt ¶
func (o *OrganizationRole) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationRole) GetUpdatedAtOk ¶
func (o *OrganizationRole) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (OrganizationRole) MarshalJSON ¶
func (o OrganizationRole) MarshalJSON() ([]byte, error)
func (*OrganizationRole) SetCreatedAt ¶
func (o *OrganizationRole) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrganizationRole) SetDescription ¶
func (o *OrganizationRole) SetDescription(v string)
SetDescription sets field value
func (*OrganizationRole) SetIsGlobal ¶
func (o *OrganizationRole) SetIsGlobal(v bool)
SetIsGlobal sets field value
func (*OrganizationRole) SetName ¶
func (o *OrganizationRole) SetName(v string)
SetName sets field value
func (*OrganizationRole) SetPermissions ¶
func (o *OrganizationRole) SetPermissions(v []string)
SetPermissions sets field value
func (*OrganizationRole) SetUpdatedAt ¶
func (o *OrganizationRole) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (OrganizationRole) ToMap ¶
func (o OrganizationRole) ToMap() (map[string]interface{}, error)
func (*OrganizationRole) UnmarshalJSON ¶
func (o *OrganizationRole) UnmarshalJSON(data []byte) (err error)
type OrganizationSandboxDefaultLimitedNetworkEgress ¶
type OrganizationSandboxDefaultLimitedNetworkEgress struct {
// Sandbox default limited network egress
SandboxDefaultLimitedNetworkEgress bool `json:"sandboxDefaultLimitedNetworkEgress"`
AdditionalProperties map[string]interface{}
}
OrganizationSandboxDefaultLimitedNetworkEgress struct for OrganizationSandboxDefaultLimitedNetworkEgress
func NewOrganizationSandboxDefaultLimitedNetworkEgress ¶
func NewOrganizationSandboxDefaultLimitedNetworkEgress(sandboxDefaultLimitedNetworkEgress bool) *OrganizationSandboxDefaultLimitedNetworkEgress
NewOrganizationSandboxDefaultLimitedNetworkEgress instantiates a new OrganizationSandboxDefaultLimitedNetworkEgress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationSandboxDefaultLimitedNetworkEgressWithDefaults ¶
func NewOrganizationSandboxDefaultLimitedNetworkEgressWithDefaults() *OrganizationSandboxDefaultLimitedNetworkEgress
NewOrganizationSandboxDefaultLimitedNetworkEgressWithDefaults instantiates a new OrganizationSandboxDefaultLimitedNetworkEgress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDefaultLimitedNetworkEgress ¶
func (o *OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDefaultLimitedNetworkEgress() bool
GetSandboxDefaultLimitedNetworkEgress returns the SandboxDefaultLimitedNetworkEgress field value
func (*OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDefaultLimitedNetworkEgressOk ¶
func (o *OrganizationSandboxDefaultLimitedNetworkEgress) GetSandboxDefaultLimitedNetworkEgressOk() (*bool, bool)
GetSandboxDefaultLimitedNetworkEgressOk returns a tuple with the SandboxDefaultLimitedNetworkEgress field value and a boolean to check if the value has been set.
func (OrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON ¶
func (o OrganizationSandboxDefaultLimitedNetworkEgress) MarshalJSON() ([]byte, error)
func (*OrganizationSandboxDefaultLimitedNetworkEgress) SetSandboxDefaultLimitedNetworkEgress ¶
func (o *OrganizationSandboxDefaultLimitedNetworkEgress) SetSandboxDefaultLimitedNetworkEgress(v bool)
SetSandboxDefaultLimitedNetworkEgress sets field value
func (OrganizationSandboxDefaultLimitedNetworkEgress) ToMap ¶
func (o OrganizationSandboxDefaultLimitedNetworkEgress) ToMap() (map[string]interface{}, error)
func (*OrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON ¶
func (o *OrganizationSandboxDefaultLimitedNetworkEgress) UnmarshalJSON(data []byte) (err error)
type OrganizationSuspension ¶
type OrganizationSuspension struct {
// Suspension reason
Reason string `json:"reason"`
// Suspension until
Until time.Time `json:"until"`
// Suspension cleanup grace period hours
SuspensionCleanupGracePeriodHours *float32 `json:"suspensionCleanupGracePeriodHours,omitempty"`
AdditionalProperties map[string]interface{}
}
OrganizationSuspension struct for OrganizationSuspension
func NewOrganizationSuspension ¶
func NewOrganizationSuspension(reason string, until time.Time) *OrganizationSuspension
NewOrganizationSuspension instantiates a new OrganizationSuspension object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationSuspensionWithDefaults ¶
func NewOrganizationSuspensionWithDefaults() *OrganizationSuspension
NewOrganizationSuspensionWithDefaults instantiates a new OrganizationSuspension object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationSuspension) GetReason ¶
func (o *OrganizationSuspension) GetReason() string
GetReason returns the Reason field value
func (*OrganizationSuspension) GetReasonOk ¶
func (o *OrganizationSuspension) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (*OrganizationSuspension) GetSuspensionCleanupGracePeriodHours ¶
func (o *OrganizationSuspension) GetSuspensionCleanupGracePeriodHours() float32
GetSuspensionCleanupGracePeriodHours returns the SuspensionCleanupGracePeriodHours field value if set, zero value otherwise.
func (*OrganizationSuspension) GetSuspensionCleanupGracePeriodHoursOk ¶
func (o *OrganizationSuspension) GetSuspensionCleanupGracePeriodHoursOk() (*float32, bool)
GetSuspensionCleanupGracePeriodHoursOk returns a tuple with the SuspensionCleanupGracePeriodHours field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationSuspension) GetUntil ¶
func (o *OrganizationSuspension) GetUntil() time.Time
GetUntil returns the Until field value
func (*OrganizationSuspension) GetUntilOk ¶
func (o *OrganizationSuspension) GetUntilOk() (*time.Time, bool)
GetUntilOk returns a tuple with the Until field value and a boolean to check if the value has been set.
func (*OrganizationSuspension) HasSuspensionCleanupGracePeriodHours ¶
func (o *OrganizationSuspension) HasSuspensionCleanupGracePeriodHours() bool
HasSuspensionCleanupGracePeriodHours returns a boolean if a field has been set.
func (OrganizationSuspension) MarshalJSON ¶
func (o OrganizationSuspension) MarshalJSON() ([]byte, error)
func (*OrganizationSuspension) SetReason ¶
func (o *OrganizationSuspension) SetReason(v string)
SetReason sets field value
func (*OrganizationSuspension) SetSuspensionCleanupGracePeriodHours ¶
func (o *OrganizationSuspension) SetSuspensionCleanupGracePeriodHours(v float32)
SetSuspensionCleanupGracePeriodHours gets a reference to the given float32 and assigns it to the SuspensionCleanupGracePeriodHours field.
func (*OrganizationSuspension) SetUntil ¶
func (o *OrganizationSuspension) SetUntil(v time.Time)
SetUntil sets field value
func (OrganizationSuspension) ToMap ¶
func (o OrganizationSuspension) ToMap() (map[string]interface{}, error)
func (*OrganizationSuspension) UnmarshalJSON ¶
func (o *OrganizationSuspension) UnmarshalJSON(data []byte) (err error)
type OrganizationUsageOverview ¶
type OrganizationUsageOverview struct {
RegionUsage []RegionUsageOverview `json:"regionUsage"`
TotalSnapshotQuota float32 `json:"totalSnapshotQuota"`
CurrentSnapshotUsage float32 `json:"currentSnapshotUsage"`
TotalVolumeQuota float32 `json:"totalVolumeQuota"`
CurrentVolumeUsage float32 `json:"currentVolumeUsage"`
AdditionalProperties map[string]interface{}
}
OrganizationUsageOverview struct for OrganizationUsageOverview
func NewOrganizationUsageOverview ¶
func NewOrganizationUsageOverview(regionUsage []RegionUsageOverview, totalSnapshotQuota float32, currentSnapshotUsage float32, totalVolumeQuota float32, currentVolumeUsage float32) *OrganizationUsageOverview
NewOrganizationUsageOverview instantiates a new OrganizationUsageOverview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationUsageOverviewWithDefaults ¶
func NewOrganizationUsageOverviewWithDefaults() *OrganizationUsageOverview
NewOrganizationUsageOverviewWithDefaults instantiates a new OrganizationUsageOverview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationUsageOverview) GetCurrentSnapshotUsage ¶
func (o *OrganizationUsageOverview) GetCurrentSnapshotUsage() float32
GetCurrentSnapshotUsage returns the CurrentSnapshotUsage field value
func (*OrganizationUsageOverview) GetCurrentSnapshotUsageOk ¶
func (o *OrganizationUsageOverview) GetCurrentSnapshotUsageOk() (*float32, bool)
GetCurrentSnapshotUsageOk returns a tuple with the CurrentSnapshotUsage field value and a boolean to check if the value has been set.
func (*OrganizationUsageOverview) GetCurrentVolumeUsage ¶
func (o *OrganizationUsageOverview) GetCurrentVolumeUsage() float32
GetCurrentVolumeUsage returns the CurrentVolumeUsage field value
func (*OrganizationUsageOverview) GetCurrentVolumeUsageOk ¶
func (o *OrganizationUsageOverview) GetCurrentVolumeUsageOk() (*float32, bool)
GetCurrentVolumeUsageOk returns a tuple with the CurrentVolumeUsage field value and a boolean to check if the value has been set.
func (*OrganizationUsageOverview) GetRegionUsage ¶
func (o *OrganizationUsageOverview) GetRegionUsage() []RegionUsageOverview
GetRegionUsage returns the RegionUsage field value
func (*OrganizationUsageOverview) GetRegionUsageOk ¶
func (o *OrganizationUsageOverview) GetRegionUsageOk() ([]RegionUsageOverview, bool)
GetRegionUsageOk returns a tuple with the RegionUsage field value and a boolean to check if the value has been set.
func (*OrganizationUsageOverview) GetTotalSnapshotQuota ¶
func (o *OrganizationUsageOverview) GetTotalSnapshotQuota() float32
GetTotalSnapshotQuota returns the TotalSnapshotQuota field value
func (*OrganizationUsageOverview) GetTotalSnapshotQuotaOk ¶
func (o *OrganizationUsageOverview) GetTotalSnapshotQuotaOk() (*float32, bool)
GetTotalSnapshotQuotaOk returns a tuple with the TotalSnapshotQuota field value and a boolean to check if the value has been set.
func (*OrganizationUsageOverview) GetTotalVolumeQuota ¶
func (o *OrganizationUsageOverview) GetTotalVolumeQuota() float32
GetTotalVolumeQuota returns the TotalVolumeQuota field value
func (*OrganizationUsageOverview) GetTotalVolumeQuotaOk ¶
func (o *OrganizationUsageOverview) GetTotalVolumeQuotaOk() (*float32, bool)
GetTotalVolumeQuotaOk returns a tuple with the TotalVolumeQuota field value and a boolean to check if the value has been set.
func (OrganizationUsageOverview) MarshalJSON ¶
func (o OrganizationUsageOverview) MarshalJSON() ([]byte, error)
func (*OrganizationUsageOverview) SetCurrentSnapshotUsage ¶
func (o *OrganizationUsageOverview) SetCurrentSnapshotUsage(v float32)
SetCurrentSnapshotUsage sets field value
func (*OrganizationUsageOverview) SetCurrentVolumeUsage ¶
func (o *OrganizationUsageOverview) SetCurrentVolumeUsage(v float32)
SetCurrentVolumeUsage sets field value
func (*OrganizationUsageOverview) SetRegionUsage ¶
func (o *OrganizationUsageOverview) SetRegionUsage(v []RegionUsageOverview)
SetRegionUsage sets field value
func (*OrganizationUsageOverview) SetTotalSnapshotQuota ¶
func (o *OrganizationUsageOverview) SetTotalSnapshotQuota(v float32)
SetTotalSnapshotQuota sets field value
func (*OrganizationUsageOverview) SetTotalVolumeQuota ¶
func (o *OrganizationUsageOverview) SetTotalVolumeQuota(v float32)
SetTotalVolumeQuota sets field value
func (OrganizationUsageOverview) ToMap ¶
func (o OrganizationUsageOverview) ToMap() (map[string]interface{}, error)
func (*OrganizationUsageOverview) UnmarshalJSON ¶
func (o *OrganizationUsageOverview) UnmarshalJSON(data []byte) (err error)
type OrganizationUser ¶
type OrganizationUser struct {
// User ID
UserId string `json:"userId"`
// Organization ID
OrganizationId string `json:"organizationId"`
// User name
Name string `json:"name"`
// User email
Email string `json:"email"`
// Member role
Role string `json:"role"`
// Roles assigned to the user
AssignedRoles []OrganizationRole `json:"assignedRoles"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
// Last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
OrganizationUser struct for OrganizationUser
func NewOrganizationUser ¶
func NewOrganizationUser(userId string, organizationId string, name string, email string, role string, assignedRoles []OrganizationRole, createdAt time.Time, updatedAt time.Time) *OrganizationUser
NewOrganizationUser instantiates a new OrganizationUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOrganizationUserWithDefaults ¶
func NewOrganizationUserWithDefaults() *OrganizationUser
NewOrganizationUserWithDefaults instantiates a new OrganizationUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OrganizationUser) GetAssignedRoles ¶
func (o *OrganizationUser) GetAssignedRoles() []OrganizationRole
GetAssignedRoles returns the AssignedRoles field value
func (*OrganizationUser) GetAssignedRolesOk ¶
func (o *OrganizationUser) GetAssignedRolesOk() ([]OrganizationRole, bool)
GetAssignedRolesOk returns a tuple with the AssignedRoles field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetCreatedAt ¶
func (o *OrganizationUser) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*OrganizationUser) GetCreatedAtOk ¶
func (o *OrganizationUser) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetEmail ¶
func (o *OrganizationUser) GetEmail() string
GetEmail returns the Email field value
func (*OrganizationUser) GetEmailOk ¶
func (o *OrganizationUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetName ¶
func (o *OrganizationUser) GetName() string
GetName returns the Name field value
func (*OrganizationUser) GetNameOk ¶
func (o *OrganizationUser) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetOrganizationId ¶
func (o *OrganizationUser) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*OrganizationUser) GetOrganizationIdOk ¶
func (o *OrganizationUser) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetRole ¶
func (o *OrganizationUser) GetRole() string
GetRole returns the Role field value
func (*OrganizationUser) GetRoleOk ¶
func (o *OrganizationUser) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetUpdatedAt ¶
func (o *OrganizationUser) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*OrganizationUser) GetUpdatedAtOk ¶
func (o *OrganizationUser) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*OrganizationUser) GetUserId ¶
func (o *OrganizationUser) GetUserId() string
GetUserId returns the UserId field value
func (*OrganizationUser) GetUserIdOk ¶
func (o *OrganizationUser) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (OrganizationUser) MarshalJSON ¶
func (o OrganizationUser) MarshalJSON() ([]byte, error)
func (*OrganizationUser) SetAssignedRoles ¶
func (o *OrganizationUser) SetAssignedRoles(v []OrganizationRole)
SetAssignedRoles sets field value
func (*OrganizationUser) SetCreatedAt ¶
func (o *OrganizationUser) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*OrganizationUser) SetEmail ¶
func (o *OrganizationUser) SetEmail(v string)
SetEmail sets field value
func (*OrganizationUser) SetName ¶
func (o *OrganizationUser) SetName(v string)
SetName sets field value
func (*OrganizationUser) SetOrganizationId ¶
func (o *OrganizationUser) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*OrganizationUser) SetRole ¶
func (o *OrganizationUser) SetRole(v string)
SetRole sets field value
func (*OrganizationUser) SetUpdatedAt ¶
func (o *OrganizationUser) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (*OrganizationUser) SetUserId ¶
func (o *OrganizationUser) SetUserId(v string)
SetUserId sets field value
func (OrganizationUser) ToMap ¶
func (o OrganizationUser) ToMap() (map[string]interface{}, error)
func (*OrganizationUser) UnmarshalJSON ¶
func (o *OrganizationUser) UnmarshalJSON(data []byte) (err error)
type OrganizationsAPI ¶
type OrganizationsAPI interface {
/*
AcceptOrganizationInvitation Accept organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param invitationId Invitation ID
@return OrganizationsAPIAcceptOrganizationInvitationRequest
*/
AcceptOrganizationInvitation(ctx context.Context, invitationId string) OrganizationsAPIAcceptOrganizationInvitationRequest
// AcceptOrganizationInvitationExecute executes the request
// @return OrganizationInvitation
AcceptOrganizationInvitationExecute(r OrganizationsAPIAcceptOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
/*
CancelOrganizationInvitation Cancel organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param invitationId Invitation ID
@return OrganizationsAPICancelOrganizationInvitationRequest
*/
CancelOrganizationInvitation(ctx context.Context, organizationId string, invitationId string) OrganizationsAPICancelOrganizationInvitationRequest
// CancelOrganizationInvitationExecute executes the request
CancelOrganizationInvitationExecute(r OrganizationsAPICancelOrganizationInvitationRequest) (*http.Response, error)
/*
CreateOrganization Create organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsAPICreateOrganizationRequest
*/
CreateOrganization(ctx context.Context) OrganizationsAPICreateOrganizationRequest
// CreateOrganizationExecute executes the request
// @return Organization
CreateOrganizationExecute(r OrganizationsAPICreateOrganizationRequest) (*Organization, *http.Response, error)
/*
CreateOrganizationInvitation Create organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPICreateOrganizationInvitationRequest
*/
CreateOrganizationInvitation(ctx context.Context, organizationId string) OrganizationsAPICreateOrganizationInvitationRequest
// CreateOrganizationInvitationExecute executes the request
// @return OrganizationInvitation
CreateOrganizationInvitationExecute(r OrganizationsAPICreateOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
/*
CreateOrganizationRole Create organization role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPICreateOrganizationRoleRequest
*/
CreateOrganizationRole(ctx context.Context, organizationId string) OrganizationsAPICreateOrganizationRoleRequest
// CreateOrganizationRoleExecute executes the request
// @return OrganizationRole
CreateOrganizationRoleExecute(r OrganizationsAPICreateOrganizationRoleRequest) (*OrganizationRole, *http.Response, error)
/*
CreateRegion Create a new region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsAPICreateRegionRequest
*/
CreateRegion(ctx context.Context) OrganizationsAPICreateRegionRequest
// CreateRegionExecute executes the request
// @return CreateRegionResponse
CreateRegionExecute(r OrganizationsAPICreateRegionRequest) (*CreateRegionResponse, *http.Response, error)
/*
DeclineOrganizationInvitation Decline organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param invitationId Invitation ID
@return OrganizationsAPIDeclineOrganizationInvitationRequest
*/
DeclineOrganizationInvitation(ctx context.Context, invitationId string) OrganizationsAPIDeclineOrganizationInvitationRequest
// DeclineOrganizationInvitationExecute executes the request
DeclineOrganizationInvitationExecute(r OrganizationsAPIDeclineOrganizationInvitationRequest) (*http.Response, error)
/*
DeleteOrganization Delete organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIDeleteOrganizationRequest
*/
DeleteOrganization(ctx context.Context, organizationId string) OrganizationsAPIDeleteOrganizationRequest
// DeleteOrganizationExecute executes the request
DeleteOrganizationExecute(r OrganizationsAPIDeleteOrganizationRequest) (*http.Response, error)
/*
DeleteOrganizationMember Delete organization member
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param userId User ID
@return OrganizationsAPIDeleteOrganizationMemberRequest
*/
DeleteOrganizationMember(ctx context.Context, organizationId string, userId string) OrganizationsAPIDeleteOrganizationMemberRequest
// DeleteOrganizationMemberExecute executes the request
DeleteOrganizationMemberExecute(r OrganizationsAPIDeleteOrganizationMemberRequest) (*http.Response, error)
/*
DeleteOrganizationOtelConfig Delete organization OpenTelemetry configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIDeleteOrganizationOtelConfigRequest
*/
DeleteOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIDeleteOrganizationOtelConfigRequest
// DeleteOrganizationOtelConfigExecute executes the request
DeleteOrganizationOtelConfigExecute(r OrganizationsAPIDeleteOrganizationOtelConfigRequest) (*http.Response, error)
/*
DeleteOrganizationRole Delete organization role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param roleId Role ID
@return OrganizationsAPIDeleteOrganizationRoleRequest
*/
DeleteOrganizationRole(ctx context.Context, organizationId string, roleId string) OrganizationsAPIDeleteOrganizationRoleRequest
// DeleteOrganizationRoleExecute executes the request
DeleteOrganizationRoleExecute(r OrganizationsAPIDeleteOrganizationRoleRequest) (*http.Response, error)
/*
DeleteRegion Delete a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Region ID
@return OrganizationsAPIDeleteRegionRequest
*/
DeleteRegion(ctx context.Context, id string) OrganizationsAPIDeleteRegionRequest
// DeleteRegionExecute executes the request
DeleteRegionExecute(r OrganizationsAPIDeleteRegionRequest) (*http.Response, error)
/*
GetOrganization Get organization by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIGetOrganizationRequest
*/
GetOrganization(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationRequest
// GetOrganizationExecute executes the request
// @return Organization
GetOrganizationExecute(r OrganizationsAPIGetOrganizationRequest) (*Organization, *http.Response, error)
/*
GetOrganizationInvitationsCountForAuthenticatedUser Get count of organization invitations for authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest
*/
GetOrganizationInvitationsCountForAuthenticatedUser(ctx context.Context) OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest
// GetOrganizationInvitationsCountForAuthenticatedUserExecute executes the request
// @return float32
GetOrganizationInvitationsCountForAuthenticatedUserExecute(r OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest) (float32, *http.Response, error)
/*
GetOrganizationOtelConfig Get organization OTEL config by organization ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIGetOrganizationOtelConfigRequest
*/
GetOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationOtelConfigRequest
// GetOrganizationOtelConfigExecute executes the request
// @return OtelConfig
GetOrganizationOtelConfigExecute(r OrganizationsAPIGetOrganizationOtelConfigRequest) (*OtelConfig, *http.Response, error)
/*
GetOrganizationOtelConfigBySandboxAuthToken Get organization OTEL config by sandbox auth token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param authToken Sandbox Auth Token
@return OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest
*/
GetOrganizationOtelConfigBySandboxAuthToken(ctx context.Context, authToken string) OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest
// GetOrganizationOtelConfigBySandboxAuthTokenExecute executes the request
// @return OtelConfig
GetOrganizationOtelConfigBySandboxAuthTokenExecute(r OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest) (*OtelConfig, *http.Response, error)
/*
GetOrganizationUsageOverview Get organization current usage overview
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIGetOrganizationUsageOverviewRequest
*/
GetOrganizationUsageOverview(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationUsageOverviewRequest
// GetOrganizationUsageOverviewExecute executes the request
// @return OrganizationUsageOverview
GetOrganizationUsageOverviewExecute(r OrganizationsAPIGetOrganizationUsageOverviewRequest) (*OrganizationUsageOverview, *http.Response, error)
/*
GetRegionById Get region by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Region ID
@return OrganizationsAPIGetRegionByIdRequest
*/
GetRegionById(ctx context.Context, id string) OrganizationsAPIGetRegionByIdRequest
// GetRegionByIdExecute executes the request
// @return Region
GetRegionByIdExecute(r OrganizationsAPIGetRegionByIdRequest) (*Region, *http.Response, error)
/*
LeaveOrganization Leave organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPILeaveOrganizationRequest
*/
LeaveOrganization(ctx context.Context, organizationId string) OrganizationsAPILeaveOrganizationRequest
// LeaveOrganizationExecute executes the request
LeaveOrganizationExecute(r OrganizationsAPILeaveOrganizationRequest) (*http.Response, error)
/*
ListAvailableRegions List all available regions for the organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsAPIListAvailableRegionsRequest
*/
ListAvailableRegions(ctx context.Context) OrganizationsAPIListAvailableRegionsRequest
// ListAvailableRegionsExecute executes the request
// @return []Region
ListAvailableRegionsExecute(r OrganizationsAPIListAvailableRegionsRequest) ([]Region, *http.Response, error)
/*
ListAvailableSandboxClasses List available sandbox classes for organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIListAvailableSandboxClassesRequest
*/
ListAvailableSandboxClasses(ctx context.Context, organizationId string) OrganizationsAPIListAvailableSandboxClassesRequest
// ListAvailableSandboxClassesExecute executes the request
// @return []AvailableSandboxClass
ListAvailableSandboxClassesExecute(r OrganizationsAPIListAvailableSandboxClassesRequest) ([]AvailableSandboxClass, *http.Response, error)
/*
ListOrganizationInvitations List pending organization invitations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIListOrganizationInvitationsRequest
*/
ListOrganizationInvitations(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationInvitationsRequest
// ListOrganizationInvitationsExecute executes the request
// @return []OrganizationInvitation
ListOrganizationInvitationsExecute(r OrganizationsAPIListOrganizationInvitationsRequest) ([]OrganizationInvitation, *http.Response, error)
/*
ListOrganizationInvitationsForAuthenticatedUser List organization invitations for authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest
*/
ListOrganizationInvitationsForAuthenticatedUser(ctx context.Context) OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest
// ListOrganizationInvitationsForAuthenticatedUserExecute executes the request
// @return []OrganizationInvitation
ListOrganizationInvitationsForAuthenticatedUserExecute(r OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest) ([]OrganizationInvitation, *http.Response, error)
/*
ListOrganizationMembers List organization members
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIListOrganizationMembersRequest
*/
ListOrganizationMembers(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationMembersRequest
// ListOrganizationMembersExecute executes the request
// @return []OrganizationUser
ListOrganizationMembersExecute(r OrganizationsAPIListOrganizationMembersRequest) ([]OrganizationUser, *http.Response, error)
/*
ListOrganizationRoles List organization roles
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIListOrganizationRolesRequest
*/
ListOrganizationRoles(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationRolesRequest
// ListOrganizationRolesExecute executes the request
// @return []OrganizationRole
ListOrganizationRolesExecute(r OrganizationsAPIListOrganizationRolesRequest) ([]OrganizationRole, *http.Response, error)
/*
ListOrganizations List organizations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return OrganizationsAPIListOrganizationsRequest
*/
ListOrganizations(ctx context.Context) OrganizationsAPIListOrganizationsRequest
// ListOrganizationsExecute executes the request
// @return []Organization
ListOrganizationsExecute(r OrganizationsAPIListOrganizationsRequest) ([]Organization, *http.Response, error)
/*
RegenerateProxyApiKey Regenerate proxy API key for a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Region ID
@return OrganizationsAPIRegenerateProxyApiKeyRequest
*/
RegenerateProxyApiKey(ctx context.Context, id string) OrganizationsAPIRegenerateProxyApiKeyRequest
// RegenerateProxyApiKeyExecute executes the request
// @return RegenerateApiKeyResponse
RegenerateProxyApiKeyExecute(r OrganizationsAPIRegenerateProxyApiKeyRequest) (*RegenerateApiKeyResponse, *http.Response, error)
/*
RegenerateSnapshotManagerCredentials Regenerate snapshot manager credentials for a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Region ID
@return OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
*/
RegenerateSnapshotManagerCredentials(ctx context.Context, id string) OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
// RegenerateSnapshotManagerCredentialsExecute executes the request
// @return SnapshotManagerCredentials
RegenerateSnapshotManagerCredentialsExecute(r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) (*SnapshotManagerCredentials, *http.Response, error)
/*
RegenerateSshGatewayApiKey Regenerate SSH gateway API key for a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Region ID
@return OrganizationsAPIRegenerateSshGatewayApiKeyRequest
*/
RegenerateSshGatewayApiKey(ctx context.Context, id string) OrganizationsAPIRegenerateSshGatewayApiKeyRequest
// RegenerateSshGatewayApiKeyExecute executes the request
// @return RegenerateApiKeyResponse
RegenerateSshGatewayApiKeyExecute(r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) (*RegenerateApiKeyResponse, *http.Response, error)
/*
SetOrganizationDefaultRegion Set default region for organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPISetOrganizationDefaultRegionRequest
*/
SetOrganizationDefaultRegion(ctx context.Context, organizationId string) OrganizationsAPISetOrganizationDefaultRegionRequest
// SetOrganizationDefaultRegionExecute executes the request
SetOrganizationDefaultRegionExecute(r OrganizationsAPISetOrganizationDefaultRegionRequest) (*http.Response, error)
/*
SuspendOrganization Suspend organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPISuspendOrganizationRequest
*/
SuspendOrganization(ctx context.Context, organizationId string) OrganizationsAPISuspendOrganizationRequest
// SuspendOrganizationExecute executes the request
SuspendOrganizationExecute(r OrganizationsAPISuspendOrganizationRequest) (*http.Response, error)
/*
UnsuspendOrganization Unsuspend organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIUnsuspendOrganizationRequest
*/
UnsuspendOrganization(ctx context.Context, organizationId string) OrganizationsAPIUnsuspendOrganizationRequest
// UnsuspendOrganizationExecute executes the request
UnsuspendOrganizationExecute(r OrganizationsAPIUnsuspendOrganizationRequest) (*http.Response, error)
/*
UpdateAccessForOrganizationMember Update access for organization member
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param userId User ID
@return OrganizationsAPIUpdateAccessForOrganizationMemberRequest
*/
UpdateAccessForOrganizationMember(ctx context.Context, organizationId string, userId string) OrganizationsAPIUpdateAccessForOrganizationMemberRequest
// UpdateAccessForOrganizationMemberExecute executes the request
// @return OrganizationUser
UpdateAccessForOrganizationMemberExecute(r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) (*OrganizationUser, *http.Response, error)
/*
UpdateExperimentalConfig Update experimental configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIUpdateExperimentalConfigRequest
*/
UpdateExperimentalConfig(ctx context.Context, organizationId string) OrganizationsAPIUpdateExperimentalConfigRequest
// UpdateExperimentalConfigExecute executes the request
UpdateExperimentalConfigExecute(r OrganizationsAPIUpdateExperimentalConfigRequest) (*http.Response, error)
/*
UpdateOrganizationInvitation Update organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param invitationId Invitation ID
@return OrganizationsAPIUpdateOrganizationInvitationRequest
*/
UpdateOrganizationInvitation(ctx context.Context, organizationId string, invitationId string) OrganizationsAPIUpdateOrganizationInvitationRequest
// UpdateOrganizationInvitationExecute executes the request
// @return OrganizationInvitation
UpdateOrganizationInvitationExecute(r OrganizationsAPIUpdateOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
/*
UpdateOrganizationOtelConfig Update organization OpenTelemetry configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIUpdateOrganizationOtelConfigRequest
*/
UpdateOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationOtelConfigRequest
// UpdateOrganizationOtelConfigExecute executes the request
UpdateOrganizationOtelConfigExecute(r OrganizationsAPIUpdateOrganizationOtelConfigRequest) (*http.Response, error)
/*
UpdateOrganizationPreviewWarning Update organization preview warning
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIUpdateOrganizationPreviewWarningRequest
*/
UpdateOrganizationPreviewWarning(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationPreviewWarningRequest
// UpdateOrganizationPreviewWarningExecute executes the request
UpdateOrganizationPreviewWarningExecute(r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) (*http.Response, error)
/*
UpdateOrganizationQuota Update organization quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIUpdateOrganizationQuotaRequest
*/
UpdateOrganizationQuota(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationQuotaRequest
// UpdateOrganizationQuotaExecute executes the request
UpdateOrganizationQuotaExecute(r OrganizationsAPIUpdateOrganizationQuotaRequest) (*http.Response, error)
/*
UpdateOrganizationRegionQuota Update organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param regionId ID of the region where the updated quota will be applied
@return OrganizationsAPIUpdateOrganizationRegionQuotaRequest
*/
UpdateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) OrganizationsAPIUpdateOrganizationRegionQuotaRequest
// UpdateOrganizationRegionQuotaExecute executes the request
UpdateOrganizationRegionQuotaExecute(r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) (*http.Response, error)
/*
UpdateOrganizationRole Update organization role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@param roleId Role ID
@return OrganizationsAPIUpdateOrganizationRoleRequest
*/
UpdateOrganizationRole(ctx context.Context, organizationId string, roleId string) OrganizationsAPIUpdateOrganizationRoleRequest
// UpdateOrganizationRoleExecute executes the request
// @return OrganizationRole
UpdateOrganizationRoleExecute(r OrganizationsAPIUpdateOrganizationRoleRequest) (*OrganizationRole, *http.Response, error)
/*
UpdateRegion Update region configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Region ID
@return OrganizationsAPIUpdateRegionRequest
*/
UpdateRegion(ctx context.Context, id string) OrganizationsAPIUpdateRegionRequest
// UpdateRegionExecute executes the request
UpdateRegionExecute(r OrganizationsAPIUpdateRegionRequest) (*http.Response, error)
/*
UpdateSandboxDefaultLimitedNetworkEgress Update sandbox default limited network egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
*/
UpdateSandboxDefaultLimitedNetworkEgress(ctx context.Context, organizationId string) OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
// UpdateSandboxDefaultLimitedNetworkEgressExecute executes the request
UpdateSandboxDefaultLimitedNetworkEgressExecute(r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) (*http.Response, error)
}
type OrganizationsAPIAcceptOrganizationInvitationRequest ¶
type OrganizationsAPIAcceptOrganizationInvitationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIAcceptOrganizationInvitationRequest) Execute ¶
func (r OrganizationsAPIAcceptOrganizationInvitationRequest) Execute() (*OrganizationInvitation, *http.Response, error)
type OrganizationsAPICancelOrganizationInvitationRequest ¶
type OrganizationsAPICancelOrganizationInvitationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPICreateOrganizationInvitationRequest ¶
type OrganizationsAPICreateOrganizationInvitationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPICreateOrganizationInvitationRequest) CreateOrganizationInvitation ¶
func (r OrganizationsAPICreateOrganizationInvitationRequest) CreateOrganizationInvitation(createOrganizationInvitation CreateOrganizationInvitation) OrganizationsAPICreateOrganizationInvitationRequest
func (OrganizationsAPICreateOrganizationInvitationRequest) Execute ¶
func (r OrganizationsAPICreateOrganizationInvitationRequest) Execute() (*OrganizationInvitation, *http.Response, error)
type OrganizationsAPICreateOrganizationRequest ¶
type OrganizationsAPICreateOrganizationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPICreateOrganizationRequest) CreateOrganization ¶
func (r OrganizationsAPICreateOrganizationRequest) CreateOrganization(createOrganization CreateOrganization) OrganizationsAPICreateOrganizationRequest
func (OrganizationsAPICreateOrganizationRequest) Execute ¶
func (r OrganizationsAPICreateOrganizationRequest) Execute() (*Organization, *http.Response, error)
type OrganizationsAPICreateOrganizationRoleRequest ¶
type OrganizationsAPICreateOrganizationRoleRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPICreateOrganizationRoleRequest) CreateOrganizationRole ¶
func (r OrganizationsAPICreateOrganizationRoleRequest) CreateOrganizationRole(createOrganizationRole CreateOrganizationRole) OrganizationsAPICreateOrganizationRoleRequest
func (OrganizationsAPICreateOrganizationRoleRequest) Execute ¶
func (r OrganizationsAPICreateOrganizationRoleRequest) Execute() (*OrganizationRole, *http.Response, error)
type OrganizationsAPICreateRegionRequest ¶
type OrganizationsAPICreateRegionRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPICreateRegionRequest) CreateRegion ¶
func (r OrganizationsAPICreateRegionRequest) CreateRegion(createRegion CreateRegion) OrganizationsAPICreateRegionRequest
func (OrganizationsAPICreateRegionRequest) Execute ¶
func (r OrganizationsAPICreateRegionRequest) Execute() (*CreateRegionResponse, *http.Response, error)
func (OrganizationsAPICreateRegionRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPICreateRegionRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPICreateRegionRequest
Use with JWT to specify the organization ID
type OrganizationsAPIDeclineOrganizationInvitationRequest ¶
type OrganizationsAPIDeclineOrganizationInvitationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIDeleteOrganizationMemberRequest ¶
type OrganizationsAPIDeleteOrganizationMemberRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIDeleteOrganizationOtelConfigRequest ¶
type OrganizationsAPIDeleteOrganizationOtelConfigRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIDeleteOrganizationRequest ¶
type OrganizationsAPIDeleteOrganizationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIDeleteOrganizationRoleRequest ¶
type OrganizationsAPIDeleteOrganizationRoleRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIDeleteRegionRequest ¶
type OrganizationsAPIDeleteRegionRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIDeleteRegionRequest) Execute ¶
func (r OrganizationsAPIDeleteRegionRequest) Execute() (*http.Response, error)
func (OrganizationsAPIDeleteRegionRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIDeleteRegionRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIDeleteRegionRequest
Use with JWT to specify the organization ID
type OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest ¶
type OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest ¶
type OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest) Execute ¶
func (r OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest) Execute() (*OtelConfig, *http.Response, error)
type OrganizationsAPIGetOrganizationOtelConfigRequest ¶
type OrganizationsAPIGetOrganizationOtelConfigRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIGetOrganizationOtelConfigRequest) Execute ¶
func (r OrganizationsAPIGetOrganizationOtelConfigRequest) Execute() (*OtelConfig, *http.Response, error)
type OrganizationsAPIGetOrganizationRequest ¶
type OrganizationsAPIGetOrganizationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIGetOrganizationRequest) Execute ¶
func (r OrganizationsAPIGetOrganizationRequest) Execute() (*Organization, *http.Response, error)
type OrganizationsAPIGetOrganizationUsageOverviewRequest ¶
type OrganizationsAPIGetOrganizationUsageOverviewRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIGetOrganizationUsageOverviewRequest) Execute ¶
func (r OrganizationsAPIGetOrganizationUsageOverviewRequest) Execute() (*OrganizationUsageOverview, *http.Response, error)
type OrganizationsAPIGetRegionByIdRequest ¶
type OrganizationsAPIGetRegionByIdRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIGetRegionByIdRequest) Execute ¶
func (r OrganizationsAPIGetRegionByIdRequest) Execute() (*Region, *http.Response, error)
func (OrganizationsAPIGetRegionByIdRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIGetRegionByIdRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIGetRegionByIdRequest
Use with JWT to specify the organization ID
type OrganizationsAPILeaveOrganizationRequest ¶
type OrganizationsAPILeaveOrganizationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIListAvailableRegionsRequest ¶
type OrganizationsAPIListAvailableRegionsRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListAvailableRegionsRequest) Execute ¶
func (r OrganizationsAPIListAvailableRegionsRequest) Execute() ([]Region, *http.Response, error)
func (OrganizationsAPIListAvailableRegionsRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIListAvailableRegionsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIListAvailableRegionsRequest
Use with JWT to specify the organization ID
type OrganizationsAPIListAvailableSandboxClassesRequest ¶ added in v0.197.0
type OrganizationsAPIListAvailableSandboxClassesRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListAvailableSandboxClassesRequest) Execute ¶ added in v0.197.0
func (r OrganizationsAPIListAvailableSandboxClassesRequest) Execute() ([]AvailableSandboxClass, *http.Response, error)
type OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest ¶
type OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest) Execute ¶
func (r OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest) Execute() ([]OrganizationInvitation, *http.Response, error)
type OrganizationsAPIListOrganizationInvitationsRequest ¶
type OrganizationsAPIListOrganizationInvitationsRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListOrganizationInvitationsRequest) Execute ¶
func (r OrganizationsAPIListOrganizationInvitationsRequest) Execute() ([]OrganizationInvitation, *http.Response, error)
type OrganizationsAPIListOrganizationMembersRequest ¶
type OrganizationsAPIListOrganizationMembersRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListOrganizationMembersRequest) Execute ¶
func (r OrganizationsAPIListOrganizationMembersRequest) Execute() ([]OrganizationUser, *http.Response, error)
type OrganizationsAPIListOrganizationRolesRequest ¶
type OrganizationsAPIListOrganizationRolesRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListOrganizationRolesRequest) Execute ¶
func (r OrganizationsAPIListOrganizationRolesRequest) Execute() ([]OrganizationRole, *http.Response, error)
type OrganizationsAPIListOrganizationsRequest ¶
type OrganizationsAPIListOrganizationsRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIListOrganizationsRequest) Execute ¶
func (r OrganizationsAPIListOrganizationsRequest) Execute() ([]Organization, *http.Response, error)
type OrganizationsAPIRegenerateProxyApiKeyRequest ¶
type OrganizationsAPIRegenerateProxyApiKeyRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIRegenerateProxyApiKeyRequest) Execute ¶
func (r OrganizationsAPIRegenerateProxyApiKeyRequest) Execute() (*RegenerateApiKeyResponse, *http.Response, error)
func (OrganizationsAPIRegenerateProxyApiKeyRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIRegenerateProxyApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIRegenerateProxyApiKeyRequest
Use with JWT to specify the organization ID
type OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest ¶
type OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) Execute ¶
func (r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) Execute() (*SnapshotManagerCredentials, *http.Response, error)
func (OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
Use with JWT to specify the organization ID
type OrganizationsAPIRegenerateSshGatewayApiKeyRequest ¶
type OrganizationsAPIRegenerateSshGatewayApiKeyRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIRegenerateSshGatewayApiKeyRequest) Execute ¶
func (r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) Execute() (*RegenerateApiKeyResponse, *http.Response, error)
func (OrganizationsAPIRegenerateSshGatewayApiKeyRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIRegenerateSshGatewayApiKeyRequest
Use with JWT to specify the organization ID
type OrganizationsAPIService ¶
type OrganizationsAPIService service
OrganizationsAPIService OrganizationsAPI service
func (*OrganizationsAPIService) AcceptOrganizationInvitation ¶
func (a *OrganizationsAPIService) AcceptOrganizationInvitation(ctx context.Context, invitationId string) OrganizationsAPIAcceptOrganizationInvitationRequest
AcceptOrganizationInvitation Accept organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param invitationId Invitation ID @return OrganizationsAPIAcceptOrganizationInvitationRequest
func (*OrganizationsAPIService) AcceptOrganizationInvitationExecute ¶
func (a *OrganizationsAPIService) AcceptOrganizationInvitationExecute(r OrganizationsAPIAcceptOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
Execute executes the request
@return OrganizationInvitation
func (*OrganizationsAPIService) CancelOrganizationInvitation ¶
func (a *OrganizationsAPIService) CancelOrganizationInvitation(ctx context.Context, organizationId string, invitationId string) OrganizationsAPICancelOrganizationInvitationRequest
CancelOrganizationInvitation Cancel organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param invitationId Invitation ID @return OrganizationsAPICancelOrganizationInvitationRequest
func (*OrganizationsAPIService) CancelOrganizationInvitationExecute ¶
func (a *OrganizationsAPIService) CancelOrganizationInvitationExecute(r OrganizationsAPICancelOrganizationInvitationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) CreateOrganization ¶
func (a *OrganizationsAPIService) CreateOrganization(ctx context.Context) OrganizationsAPICreateOrganizationRequest
CreateOrganization Create organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsAPICreateOrganizationRequest
func (*OrganizationsAPIService) CreateOrganizationExecute ¶
func (a *OrganizationsAPIService) CreateOrganizationExecute(r OrganizationsAPICreateOrganizationRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
func (*OrganizationsAPIService) CreateOrganizationInvitation ¶
func (a *OrganizationsAPIService) CreateOrganizationInvitation(ctx context.Context, organizationId string) OrganizationsAPICreateOrganizationInvitationRequest
CreateOrganizationInvitation Create organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPICreateOrganizationInvitationRequest
func (*OrganizationsAPIService) CreateOrganizationInvitationExecute ¶
func (a *OrganizationsAPIService) CreateOrganizationInvitationExecute(r OrganizationsAPICreateOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
Execute executes the request
@return OrganizationInvitation
func (*OrganizationsAPIService) CreateOrganizationRole ¶
func (a *OrganizationsAPIService) CreateOrganizationRole(ctx context.Context, organizationId string) OrganizationsAPICreateOrganizationRoleRequest
CreateOrganizationRole Create organization role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPICreateOrganizationRoleRequest
func (*OrganizationsAPIService) CreateOrganizationRoleExecute ¶
func (a *OrganizationsAPIService) CreateOrganizationRoleExecute(r OrganizationsAPICreateOrganizationRoleRequest) (*OrganizationRole, *http.Response, error)
Execute executes the request
@return OrganizationRole
func (*OrganizationsAPIService) CreateRegion ¶
func (a *OrganizationsAPIService) CreateRegion(ctx context.Context) OrganizationsAPICreateRegionRequest
CreateRegion Create a new region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsAPICreateRegionRequest
func (*OrganizationsAPIService) CreateRegionExecute ¶
func (a *OrganizationsAPIService) CreateRegionExecute(r OrganizationsAPICreateRegionRequest) (*CreateRegionResponse, *http.Response, error)
Execute executes the request
@return CreateRegionResponse
func (*OrganizationsAPIService) DeclineOrganizationInvitation ¶
func (a *OrganizationsAPIService) DeclineOrganizationInvitation(ctx context.Context, invitationId string) OrganizationsAPIDeclineOrganizationInvitationRequest
DeclineOrganizationInvitation Decline organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param invitationId Invitation ID @return OrganizationsAPIDeclineOrganizationInvitationRequest
func (*OrganizationsAPIService) DeclineOrganizationInvitationExecute ¶
func (a *OrganizationsAPIService) DeclineOrganizationInvitationExecute(r OrganizationsAPIDeclineOrganizationInvitationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) DeleteOrganization ¶
func (a *OrganizationsAPIService) DeleteOrganization(ctx context.Context, organizationId string) OrganizationsAPIDeleteOrganizationRequest
DeleteOrganization Delete organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIDeleteOrganizationRequest
func (*OrganizationsAPIService) DeleteOrganizationExecute ¶
func (a *OrganizationsAPIService) DeleteOrganizationExecute(r OrganizationsAPIDeleteOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) DeleteOrganizationMember ¶
func (a *OrganizationsAPIService) DeleteOrganizationMember(ctx context.Context, organizationId string, userId string) OrganizationsAPIDeleteOrganizationMemberRequest
DeleteOrganizationMember Delete organization member
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param userId User ID @return OrganizationsAPIDeleteOrganizationMemberRequest
func (*OrganizationsAPIService) DeleteOrganizationMemberExecute ¶
func (a *OrganizationsAPIService) DeleteOrganizationMemberExecute(r OrganizationsAPIDeleteOrganizationMemberRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) DeleteOrganizationOtelConfig ¶
func (a *OrganizationsAPIService) DeleteOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIDeleteOrganizationOtelConfigRequest
DeleteOrganizationOtelConfig Delete organization OpenTelemetry configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIDeleteOrganizationOtelConfigRequest
func (*OrganizationsAPIService) DeleteOrganizationOtelConfigExecute ¶
func (a *OrganizationsAPIService) DeleteOrganizationOtelConfigExecute(r OrganizationsAPIDeleteOrganizationOtelConfigRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) DeleteOrganizationRole ¶
func (a *OrganizationsAPIService) DeleteOrganizationRole(ctx context.Context, organizationId string, roleId string) OrganizationsAPIDeleteOrganizationRoleRequest
DeleteOrganizationRole Delete organization role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param roleId Role ID @return OrganizationsAPIDeleteOrganizationRoleRequest
func (*OrganizationsAPIService) DeleteOrganizationRoleExecute ¶
func (a *OrganizationsAPIService) DeleteOrganizationRoleExecute(r OrganizationsAPIDeleteOrganizationRoleRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) DeleteRegion ¶
func (a *OrganizationsAPIService) DeleteRegion(ctx context.Context, id string) OrganizationsAPIDeleteRegionRequest
DeleteRegion Delete a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Region ID @return OrganizationsAPIDeleteRegionRequest
func (*OrganizationsAPIService) DeleteRegionExecute ¶
func (a *OrganizationsAPIService) DeleteRegionExecute(r OrganizationsAPIDeleteRegionRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) GetOrganization ¶
func (a *OrganizationsAPIService) GetOrganization(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationRequest
GetOrganization Get organization by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIGetOrganizationRequest
func (*OrganizationsAPIService) GetOrganizationExecute ¶
func (a *OrganizationsAPIService) GetOrganizationExecute(r OrganizationsAPIGetOrganizationRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
func (*OrganizationsAPIService) GetOrganizationInvitationsCountForAuthenticatedUser ¶
func (a *OrganizationsAPIService) GetOrganizationInvitationsCountForAuthenticatedUser(ctx context.Context) OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest
GetOrganizationInvitationsCountForAuthenticatedUser Get count of organization invitations for authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest
func (*OrganizationsAPIService) GetOrganizationInvitationsCountForAuthenticatedUserExecute ¶
func (a *OrganizationsAPIService) GetOrganizationInvitationsCountForAuthenticatedUserExecute(r OrganizationsAPIGetOrganizationInvitationsCountForAuthenticatedUserRequest) (float32, *http.Response, error)
Execute executes the request
@return float32
func (*OrganizationsAPIService) GetOrganizationOtelConfig ¶
func (a *OrganizationsAPIService) GetOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationOtelConfigRequest
GetOrganizationOtelConfig Get organization OTEL config by organization ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIGetOrganizationOtelConfigRequest
func (*OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAuthToken ¶
func (a *OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAuthToken(ctx context.Context, authToken string) OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest
GetOrganizationOtelConfigBySandboxAuthToken Get organization OTEL config by sandbox auth token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param authToken Sandbox Auth Token @return OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest
func (*OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAuthTokenExecute ¶
func (a *OrganizationsAPIService) GetOrganizationOtelConfigBySandboxAuthTokenExecute(r OrganizationsAPIGetOrganizationOtelConfigBySandboxAuthTokenRequest) (*OtelConfig, *http.Response, error)
Execute executes the request
@return OtelConfig
func (*OrganizationsAPIService) GetOrganizationOtelConfigExecute ¶
func (a *OrganizationsAPIService) GetOrganizationOtelConfigExecute(r OrganizationsAPIGetOrganizationOtelConfigRequest) (*OtelConfig, *http.Response, error)
Execute executes the request
@return OtelConfig
func (*OrganizationsAPIService) GetOrganizationUsageOverview ¶
func (a *OrganizationsAPIService) GetOrganizationUsageOverview(ctx context.Context, organizationId string) OrganizationsAPIGetOrganizationUsageOverviewRequest
GetOrganizationUsageOverview Get organization current usage overview
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIGetOrganizationUsageOverviewRequest
func (*OrganizationsAPIService) GetOrganizationUsageOverviewExecute ¶
func (a *OrganizationsAPIService) GetOrganizationUsageOverviewExecute(r OrganizationsAPIGetOrganizationUsageOverviewRequest) (*OrganizationUsageOverview, *http.Response, error)
Execute executes the request
@return OrganizationUsageOverview
func (*OrganizationsAPIService) GetRegionById ¶
func (a *OrganizationsAPIService) GetRegionById(ctx context.Context, id string) OrganizationsAPIGetRegionByIdRequest
GetRegionById Get region by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Region ID @return OrganizationsAPIGetRegionByIdRequest
func (*OrganizationsAPIService) GetRegionByIdExecute ¶
func (a *OrganizationsAPIService) GetRegionByIdExecute(r OrganizationsAPIGetRegionByIdRequest) (*Region, *http.Response, error)
Execute executes the request
@return Region
func (*OrganizationsAPIService) LeaveOrganization ¶
func (a *OrganizationsAPIService) LeaveOrganization(ctx context.Context, organizationId string) OrganizationsAPILeaveOrganizationRequest
LeaveOrganization Leave organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPILeaveOrganizationRequest
func (*OrganizationsAPIService) LeaveOrganizationExecute ¶
func (a *OrganizationsAPIService) LeaveOrganizationExecute(r OrganizationsAPILeaveOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) ListAvailableRegions ¶
func (a *OrganizationsAPIService) ListAvailableRegions(ctx context.Context) OrganizationsAPIListAvailableRegionsRequest
ListAvailableRegions List all available regions for the organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsAPIListAvailableRegionsRequest
func (*OrganizationsAPIService) ListAvailableRegionsExecute ¶
func (a *OrganizationsAPIService) ListAvailableRegionsExecute(r OrganizationsAPIListAvailableRegionsRequest) ([]Region, *http.Response, error)
Execute executes the request
@return []Region
func (*OrganizationsAPIService) ListAvailableSandboxClasses ¶ added in v0.197.0
func (a *OrganizationsAPIService) ListAvailableSandboxClasses(ctx context.Context, organizationId string) OrganizationsAPIListAvailableSandboxClassesRequest
ListAvailableSandboxClasses List available sandbox classes for organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIListAvailableSandboxClassesRequest
func (*OrganizationsAPIService) ListAvailableSandboxClassesExecute ¶ added in v0.197.0
func (a *OrganizationsAPIService) ListAvailableSandboxClassesExecute(r OrganizationsAPIListAvailableSandboxClassesRequest) ([]AvailableSandboxClass, *http.Response, error)
Execute executes the request
@return []AvailableSandboxClass
func (*OrganizationsAPIService) ListOrganizationInvitations ¶
func (a *OrganizationsAPIService) ListOrganizationInvitations(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationInvitationsRequest
ListOrganizationInvitations List pending organization invitations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIListOrganizationInvitationsRequest
func (*OrganizationsAPIService) ListOrganizationInvitationsExecute ¶
func (a *OrganizationsAPIService) ListOrganizationInvitationsExecute(r OrganizationsAPIListOrganizationInvitationsRequest) ([]OrganizationInvitation, *http.Response, error)
Execute executes the request
@return []OrganizationInvitation
func (*OrganizationsAPIService) ListOrganizationInvitationsForAuthenticatedUser ¶
func (a *OrganizationsAPIService) ListOrganizationInvitationsForAuthenticatedUser(ctx context.Context) OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest
ListOrganizationInvitationsForAuthenticatedUser List organization invitations for authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest
func (*OrganizationsAPIService) ListOrganizationInvitationsForAuthenticatedUserExecute ¶
func (a *OrganizationsAPIService) ListOrganizationInvitationsForAuthenticatedUserExecute(r OrganizationsAPIListOrganizationInvitationsForAuthenticatedUserRequest) ([]OrganizationInvitation, *http.Response, error)
Execute executes the request
@return []OrganizationInvitation
func (*OrganizationsAPIService) ListOrganizationMembers ¶
func (a *OrganizationsAPIService) ListOrganizationMembers(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationMembersRequest
ListOrganizationMembers List organization members
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIListOrganizationMembersRequest
func (*OrganizationsAPIService) ListOrganizationMembersExecute ¶
func (a *OrganizationsAPIService) ListOrganizationMembersExecute(r OrganizationsAPIListOrganizationMembersRequest) ([]OrganizationUser, *http.Response, error)
Execute executes the request
@return []OrganizationUser
func (*OrganizationsAPIService) ListOrganizationRoles ¶
func (a *OrganizationsAPIService) ListOrganizationRoles(ctx context.Context, organizationId string) OrganizationsAPIListOrganizationRolesRequest
ListOrganizationRoles List organization roles
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIListOrganizationRolesRequest
func (*OrganizationsAPIService) ListOrganizationRolesExecute ¶
func (a *OrganizationsAPIService) ListOrganizationRolesExecute(r OrganizationsAPIListOrganizationRolesRequest) ([]OrganizationRole, *http.Response, error)
Execute executes the request
@return []OrganizationRole
func (*OrganizationsAPIService) ListOrganizations ¶
func (a *OrganizationsAPIService) ListOrganizations(ctx context.Context) OrganizationsAPIListOrganizationsRequest
ListOrganizations List organizations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsAPIListOrganizationsRequest
func (*OrganizationsAPIService) ListOrganizationsExecute ¶
func (a *OrganizationsAPIService) ListOrganizationsExecute(r OrganizationsAPIListOrganizationsRequest) ([]Organization, *http.Response, error)
Execute executes the request
@return []Organization
func (*OrganizationsAPIService) RegenerateProxyApiKey ¶
func (a *OrganizationsAPIService) RegenerateProxyApiKey(ctx context.Context, id string) OrganizationsAPIRegenerateProxyApiKeyRequest
RegenerateProxyApiKey Regenerate proxy API key for a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Region ID @return OrganizationsAPIRegenerateProxyApiKeyRequest
func (*OrganizationsAPIService) RegenerateProxyApiKeyExecute ¶
func (a *OrganizationsAPIService) RegenerateProxyApiKeyExecute(r OrganizationsAPIRegenerateProxyApiKeyRequest) (*RegenerateApiKeyResponse, *http.Response, error)
Execute executes the request
@return RegenerateApiKeyResponse
func (*OrganizationsAPIService) RegenerateSnapshotManagerCredentials ¶
func (a *OrganizationsAPIService) RegenerateSnapshotManagerCredentials(ctx context.Context, id string) OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
RegenerateSnapshotManagerCredentials Regenerate snapshot manager credentials for a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Region ID @return OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest
func (*OrganizationsAPIService) RegenerateSnapshotManagerCredentialsExecute ¶
func (a *OrganizationsAPIService) RegenerateSnapshotManagerCredentialsExecute(r OrganizationsAPIRegenerateSnapshotManagerCredentialsRequest) (*SnapshotManagerCredentials, *http.Response, error)
Execute executes the request
@return SnapshotManagerCredentials
func (*OrganizationsAPIService) RegenerateSshGatewayApiKey ¶
func (a *OrganizationsAPIService) RegenerateSshGatewayApiKey(ctx context.Context, id string) OrganizationsAPIRegenerateSshGatewayApiKeyRequest
RegenerateSshGatewayApiKey Regenerate SSH gateway API key for a region
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Region ID @return OrganizationsAPIRegenerateSshGatewayApiKeyRequest
func (*OrganizationsAPIService) RegenerateSshGatewayApiKeyExecute ¶
func (a *OrganizationsAPIService) RegenerateSshGatewayApiKeyExecute(r OrganizationsAPIRegenerateSshGatewayApiKeyRequest) (*RegenerateApiKeyResponse, *http.Response, error)
Execute executes the request
@return RegenerateApiKeyResponse
func (*OrganizationsAPIService) SetOrganizationDefaultRegion ¶
func (a *OrganizationsAPIService) SetOrganizationDefaultRegion(ctx context.Context, organizationId string) OrganizationsAPISetOrganizationDefaultRegionRequest
SetOrganizationDefaultRegion Set default region for organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPISetOrganizationDefaultRegionRequest
func (*OrganizationsAPIService) SetOrganizationDefaultRegionExecute ¶
func (a *OrganizationsAPIService) SetOrganizationDefaultRegionExecute(r OrganizationsAPISetOrganizationDefaultRegionRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) SuspendOrganization ¶
func (a *OrganizationsAPIService) SuspendOrganization(ctx context.Context, organizationId string) OrganizationsAPISuspendOrganizationRequest
SuspendOrganization Suspend organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPISuspendOrganizationRequest
func (*OrganizationsAPIService) SuspendOrganizationExecute ¶
func (a *OrganizationsAPIService) SuspendOrganizationExecute(r OrganizationsAPISuspendOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UnsuspendOrganization ¶
func (a *OrganizationsAPIService) UnsuspendOrganization(ctx context.Context, organizationId string) OrganizationsAPIUnsuspendOrganizationRequest
UnsuspendOrganization Unsuspend organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIUnsuspendOrganizationRequest
func (*OrganizationsAPIService) UnsuspendOrganizationExecute ¶
func (a *OrganizationsAPIService) UnsuspendOrganizationExecute(r OrganizationsAPIUnsuspendOrganizationRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateAccessForOrganizationMember ¶
func (a *OrganizationsAPIService) UpdateAccessForOrganizationMember(ctx context.Context, organizationId string, userId string) OrganizationsAPIUpdateAccessForOrganizationMemberRequest
UpdateAccessForOrganizationMember Update access for organization member
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param userId User ID @return OrganizationsAPIUpdateAccessForOrganizationMemberRequest
func (*OrganizationsAPIService) UpdateAccessForOrganizationMemberExecute ¶
func (a *OrganizationsAPIService) UpdateAccessForOrganizationMemberExecute(r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) (*OrganizationUser, *http.Response, error)
Execute executes the request
@return OrganizationUser
func (*OrganizationsAPIService) UpdateExperimentalConfig ¶
func (a *OrganizationsAPIService) UpdateExperimentalConfig(ctx context.Context, organizationId string) OrganizationsAPIUpdateExperimentalConfigRequest
UpdateExperimentalConfig Update experimental configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIUpdateExperimentalConfigRequest
func (*OrganizationsAPIService) UpdateExperimentalConfigExecute ¶
func (a *OrganizationsAPIService) UpdateExperimentalConfigExecute(r OrganizationsAPIUpdateExperimentalConfigRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateOrganizationInvitation ¶
func (a *OrganizationsAPIService) UpdateOrganizationInvitation(ctx context.Context, organizationId string, invitationId string) OrganizationsAPIUpdateOrganizationInvitationRequest
UpdateOrganizationInvitation Update organization invitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param invitationId Invitation ID @return OrganizationsAPIUpdateOrganizationInvitationRequest
func (*OrganizationsAPIService) UpdateOrganizationInvitationExecute ¶
func (a *OrganizationsAPIService) UpdateOrganizationInvitationExecute(r OrganizationsAPIUpdateOrganizationInvitationRequest) (*OrganizationInvitation, *http.Response, error)
Execute executes the request
@return OrganizationInvitation
func (*OrganizationsAPIService) UpdateOrganizationOtelConfig ¶
func (a *OrganizationsAPIService) UpdateOrganizationOtelConfig(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationOtelConfigRequest
UpdateOrganizationOtelConfig Update organization OpenTelemetry configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIUpdateOrganizationOtelConfigRequest
func (*OrganizationsAPIService) UpdateOrganizationOtelConfigExecute ¶
func (a *OrganizationsAPIService) UpdateOrganizationOtelConfigExecute(r OrganizationsAPIUpdateOrganizationOtelConfigRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateOrganizationPreviewWarning ¶ added in v0.197.0
func (a *OrganizationsAPIService) UpdateOrganizationPreviewWarning(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationPreviewWarningRequest
UpdateOrganizationPreviewWarning Update organization preview warning
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIUpdateOrganizationPreviewWarningRequest
func (*OrganizationsAPIService) UpdateOrganizationPreviewWarningExecute ¶ added in v0.197.0
func (a *OrganizationsAPIService) UpdateOrganizationPreviewWarningExecute(r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateOrganizationQuota ¶
func (a *OrganizationsAPIService) UpdateOrganizationQuota(ctx context.Context, organizationId string) OrganizationsAPIUpdateOrganizationQuotaRequest
UpdateOrganizationQuota Update organization quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIUpdateOrganizationQuotaRequest
func (*OrganizationsAPIService) UpdateOrganizationQuotaExecute ¶
func (a *OrganizationsAPIService) UpdateOrganizationQuotaExecute(r OrganizationsAPIUpdateOrganizationQuotaRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateOrganizationRegionQuota ¶
func (a *OrganizationsAPIService) UpdateOrganizationRegionQuota(ctx context.Context, organizationId string, regionId string) OrganizationsAPIUpdateOrganizationRegionQuotaRequest
UpdateOrganizationRegionQuota Update organization region quota
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param regionId ID of the region where the updated quota will be applied @return OrganizationsAPIUpdateOrganizationRegionQuotaRequest
func (*OrganizationsAPIService) UpdateOrganizationRegionQuotaExecute ¶
func (a *OrganizationsAPIService) UpdateOrganizationRegionQuotaExecute(r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateOrganizationRole ¶
func (a *OrganizationsAPIService) UpdateOrganizationRole(ctx context.Context, organizationId string, roleId string) OrganizationsAPIUpdateOrganizationRoleRequest
UpdateOrganizationRole Update organization role
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @param roleId Role ID @return OrganizationsAPIUpdateOrganizationRoleRequest
func (*OrganizationsAPIService) UpdateOrganizationRoleExecute ¶
func (a *OrganizationsAPIService) UpdateOrganizationRoleExecute(r OrganizationsAPIUpdateOrganizationRoleRequest) (*OrganizationRole, *http.Response, error)
Execute executes the request
@return OrganizationRole
func (*OrganizationsAPIService) UpdateRegion ¶
func (a *OrganizationsAPIService) UpdateRegion(ctx context.Context, id string) OrganizationsAPIUpdateRegionRequest
UpdateRegion Update region configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Region ID @return OrganizationsAPIUpdateRegionRequest
func (*OrganizationsAPIService) UpdateRegionExecute ¶
func (a *OrganizationsAPIService) UpdateRegionExecute(r OrganizationsAPIUpdateRegionRequest) (*http.Response, error)
Execute executes the request
func (*OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEgress ¶
func (a *OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEgress(ctx context.Context, organizationId string) OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
UpdateSandboxDefaultLimitedNetworkEgress Update sandbox default limited network egress
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
func (*OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEgressExecute ¶
func (a *OrganizationsAPIService) UpdateSandboxDefaultLimitedNetworkEgressExecute(r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) (*http.Response, error)
Execute executes the request
type OrganizationsAPISetOrganizationDefaultRegionRequest ¶
type OrganizationsAPISetOrganizationDefaultRegionRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPISetOrganizationDefaultRegionRequest) Execute ¶
func (r OrganizationsAPISetOrganizationDefaultRegionRequest) Execute() (*http.Response, error)
func (OrganizationsAPISetOrganizationDefaultRegionRequest) UpdateOrganizationDefaultRegion ¶
func (r OrganizationsAPISetOrganizationDefaultRegionRequest) UpdateOrganizationDefaultRegion(updateOrganizationDefaultRegion UpdateOrganizationDefaultRegion) OrganizationsAPISetOrganizationDefaultRegionRequest
type OrganizationsAPISuspendOrganizationRequest ¶
type OrganizationsAPISuspendOrganizationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPISuspendOrganizationRequest) Execute ¶
func (r OrganizationsAPISuspendOrganizationRequest) Execute() (*http.Response, error)
func (OrganizationsAPISuspendOrganizationRequest) OrganizationSuspension ¶
func (r OrganizationsAPISuspendOrganizationRequest) OrganizationSuspension(organizationSuspension OrganizationSuspension) OrganizationsAPISuspendOrganizationRequest
type OrganizationsAPIUnsuspendOrganizationRequest ¶
type OrganizationsAPIUnsuspendOrganizationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
type OrganizationsAPIUpdateAccessForOrganizationMemberRequest ¶
type OrganizationsAPIUpdateAccessForOrganizationMemberRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateAccessForOrganizationMemberRequest) Execute ¶
func (r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) Execute() (*OrganizationUser, *http.Response, error)
func (OrganizationsAPIUpdateAccessForOrganizationMemberRequest) UpdateOrganizationMemberAccess ¶
func (r OrganizationsAPIUpdateAccessForOrganizationMemberRequest) UpdateOrganizationMemberAccess(updateOrganizationMemberAccess UpdateOrganizationMemberAccess) OrganizationsAPIUpdateAccessForOrganizationMemberRequest
type OrganizationsAPIUpdateExperimentalConfigRequest ¶
type OrganizationsAPIUpdateExperimentalConfigRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateExperimentalConfigRequest) Execute ¶
func (r OrganizationsAPIUpdateExperimentalConfigRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateExperimentalConfigRequest) RequestBody ¶
func (r OrganizationsAPIUpdateExperimentalConfigRequest) RequestBody(requestBody map[string]interface{}) OrganizationsAPIUpdateExperimentalConfigRequest
Experimental configuration as a JSON object. Set to null to clear the configuration.
type OrganizationsAPIUpdateOrganizationInvitationRequest ¶
type OrganizationsAPIUpdateOrganizationInvitationRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateOrganizationInvitationRequest) Execute ¶
func (r OrganizationsAPIUpdateOrganizationInvitationRequest) Execute() (*OrganizationInvitation, *http.Response, error)
func (OrganizationsAPIUpdateOrganizationInvitationRequest) UpdateOrganizationInvitation ¶
func (r OrganizationsAPIUpdateOrganizationInvitationRequest) UpdateOrganizationInvitation(updateOrganizationInvitation UpdateOrganizationInvitation) OrganizationsAPIUpdateOrganizationInvitationRequest
type OrganizationsAPIUpdateOrganizationOtelConfigRequest ¶
type OrganizationsAPIUpdateOrganizationOtelConfigRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateOrganizationOtelConfigRequest) Execute ¶
func (r OrganizationsAPIUpdateOrganizationOtelConfigRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateOrganizationOtelConfigRequest) OtelConfig ¶
func (r OrganizationsAPIUpdateOrganizationOtelConfigRequest) OtelConfig(otelConfig OtelConfig) OrganizationsAPIUpdateOrganizationOtelConfigRequest
type OrganizationsAPIUpdateOrganizationPreviewWarningRequest ¶ added in v0.197.0
type OrganizationsAPIUpdateOrganizationPreviewWarningRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateOrganizationPreviewWarningRequest) Execute ¶ added in v0.197.0
func (r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateOrganizationPreviewWarningRequest) OrganizationPreviewWarning ¶ added in v0.197.0
func (r OrganizationsAPIUpdateOrganizationPreviewWarningRequest) OrganizationPreviewWarning(organizationPreviewWarning OrganizationPreviewWarning) OrganizationsAPIUpdateOrganizationPreviewWarningRequest
type OrganizationsAPIUpdateOrganizationQuotaRequest ¶
type OrganizationsAPIUpdateOrganizationQuotaRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateOrganizationQuotaRequest) Execute ¶
func (r OrganizationsAPIUpdateOrganizationQuotaRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateOrganizationQuotaRequest) UpdateOrganizationQuota ¶
func (r OrganizationsAPIUpdateOrganizationQuotaRequest) UpdateOrganizationQuota(updateOrganizationQuota UpdateOrganizationQuota) OrganizationsAPIUpdateOrganizationQuotaRequest
type OrganizationsAPIUpdateOrganizationRegionQuotaRequest ¶
type OrganizationsAPIUpdateOrganizationRegionQuotaRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateOrganizationRegionQuotaRequest) Execute ¶
func (r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateOrganizationRegionQuotaRequest) UpdateOrganizationRegionQuota ¶
func (r OrganizationsAPIUpdateOrganizationRegionQuotaRequest) UpdateOrganizationRegionQuota(updateOrganizationRegionQuota UpdateOrganizationRegionQuota) OrganizationsAPIUpdateOrganizationRegionQuotaRequest
type OrganizationsAPIUpdateOrganizationRoleRequest ¶
type OrganizationsAPIUpdateOrganizationRoleRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateOrganizationRoleRequest) Execute ¶
func (r OrganizationsAPIUpdateOrganizationRoleRequest) Execute() (*OrganizationRole, *http.Response, error)
func (OrganizationsAPIUpdateOrganizationRoleRequest) UpdateOrganizationRole ¶
func (r OrganizationsAPIUpdateOrganizationRoleRequest) UpdateOrganizationRole(updateOrganizationRole UpdateOrganizationRole) OrganizationsAPIUpdateOrganizationRoleRequest
type OrganizationsAPIUpdateRegionRequest ¶
type OrganizationsAPIUpdateRegionRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateRegionRequest) Execute ¶
func (r OrganizationsAPIUpdateRegionRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateRegionRequest) UpdateRegion ¶
func (r OrganizationsAPIUpdateRegionRequest) UpdateRegion(updateRegion UpdateRegion) OrganizationsAPIUpdateRegionRequest
func (OrganizationsAPIUpdateRegionRequest) XDaytonaOrganizationID ¶
func (r OrganizationsAPIUpdateRegionRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) OrganizationsAPIUpdateRegionRequest
Use with JWT to specify the organization ID
type OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest ¶
type OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest struct {
ApiService OrganizationsAPI
// contains filtered or unexported fields
}
func (OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) Execute ¶
func (r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) Execute() (*http.Response, error)
func (OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) OrganizationSandboxDefaultLimitedNetworkEgress ¶
func (r OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest) OrganizationSandboxDefaultLimitedNetworkEgress(organizationSandboxDefaultLimitedNetworkEgress OrganizationSandboxDefaultLimitedNetworkEgress) OrganizationsAPIUpdateSandboxDefaultLimitedNetworkEgressRequest
type OtelConfig ¶
type OtelConfig struct {
// Endpoint
Endpoint string `json:"endpoint"`
// Headers
Headers map[string]string `json:"headers,omitempty"`
// Organization ID the config belongs to
OrganizationId *string `json:"organizationId,omitempty"`
AdditionalProperties map[string]interface{}
}
OtelConfig struct for OtelConfig
func NewOtelConfig ¶
func NewOtelConfig(endpoint string) *OtelConfig
NewOtelConfig instantiates a new OtelConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewOtelConfigWithDefaults ¶
func NewOtelConfigWithDefaults() *OtelConfig
NewOtelConfigWithDefaults instantiates a new OtelConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*OtelConfig) GetEndpoint ¶
func (o *OtelConfig) GetEndpoint() string
GetEndpoint returns the Endpoint field value
func (*OtelConfig) GetEndpointOk ¶
func (o *OtelConfig) GetEndpointOk() (*string, bool)
GetEndpointOk returns a tuple with the Endpoint field value and a boolean to check if the value has been set.
func (*OtelConfig) GetHeaders ¶
func (o *OtelConfig) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*OtelConfig) GetHeadersOk ¶
func (o *OtelConfig) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*OtelConfig) GetOrganizationId ¶ added in v0.194.0
func (o *OtelConfig) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*OtelConfig) GetOrganizationIdOk ¶ added in v0.194.0
func (o *OtelConfig) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OtelConfig) HasHeaders ¶
func (o *OtelConfig) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*OtelConfig) HasOrganizationId ¶ added in v0.194.0
func (o *OtelConfig) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (OtelConfig) MarshalJSON ¶
func (o OtelConfig) MarshalJSON() ([]byte, error)
func (*OtelConfig) SetEndpoint ¶
func (o *OtelConfig) SetEndpoint(v string)
SetEndpoint sets field value
func (*OtelConfig) SetHeaders ¶
func (o *OtelConfig) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*OtelConfig) SetOrganizationId ¶ added in v0.194.0
func (o *OtelConfig) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (OtelConfig) ToMap ¶
func (o OtelConfig) ToMap() (map[string]interface{}, error)
func (*OtelConfig) UnmarshalJSON ¶
func (o *OtelConfig) UnmarshalJSON(data []byte) (err error)
type PaginatedAuditLogs ¶
type PaginatedAuditLogs struct {
Items []AuditLog `json:"items"`
Total float32 `json:"total"`
Page float32 `json:"page"`
TotalPages float32 `json:"totalPages"`
// Token for next page in cursor-based pagination
NextToken *string `json:"nextToken,omitempty"`
AdditionalProperties map[string]interface{}
}
PaginatedAuditLogs struct for PaginatedAuditLogs
func NewPaginatedAuditLogs ¶
func NewPaginatedAuditLogs(items []AuditLog, total float32, page float32, totalPages float32) *PaginatedAuditLogs
NewPaginatedAuditLogs instantiates a new PaginatedAuditLogs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedAuditLogsWithDefaults ¶
func NewPaginatedAuditLogsWithDefaults() *PaginatedAuditLogs
NewPaginatedAuditLogsWithDefaults instantiates a new PaginatedAuditLogs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedAuditLogs) GetItems ¶
func (o *PaginatedAuditLogs) GetItems() []AuditLog
GetItems returns the Items field value
func (*PaginatedAuditLogs) GetItemsOk ¶
func (o *PaginatedAuditLogs) GetItemsOk() ([]AuditLog, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PaginatedAuditLogs) GetNextToken ¶
func (o *PaginatedAuditLogs) GetNextToken() string
GetNextToken returns the NextToken field value if set, zero value otherwise.
func (*PaginatedAuditLogs) GetNextTokenOk ¶
func (o *PaginatedAuditLogs) GetNextTokenOk() (*string, bool)
GetNextTokenOk returns a tuple with the NextToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PaginatedAuditLogs) GetPage ¶
func (o *PaginatedAuditLogs) GetPage() float32
GetPage returns the Page field value
func (*PaginatedAuditLogs) GetPageOk ¶
func (o *PaginatedAuditLogs) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PaginatedAuditLogs) GetTotal ¶
func (o *PaginatedAuditLogs) GetTotal() float32
GetTotal returns the Total field value
func (*PaginatedAuditLogs) GetTotalOk ¶
func (o *PaginatedAuditLogs) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*PaginatedAuditLogs) GetTotalPages ¶
func (o *PaginatedAuditLogs) GetTotalPages() float32
GetTotalPages returns the TotalPages field value
func (*PaginatedAuditLogs) GetTotalPagesOk ¶
func (o *PaginatedAuditLogs) GetTotalPagesOk() (*float32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (*PaginatedAuditLogs) HasNextToken ¶
func (o *PaginatedAuditLogs) HasNextToken() bool
HasNextToken returns a boolean if a field has been set.
func (PaginatedAuditLogs) MarshalJSON ¶
func (o PaginatedAuditLogs) MarshalJSON() ([]byte, error)
func (*PaginatedAuditLogs) SetItems ¶
func (o *PaginatedAuditLogs) SetItems(v []AuditLog)
SetItems sets field value
func (*PaginatedAuditLogs) SetNextToken ¶
func (o *PaginatedAuditLogs) SetNextToken(v string)
SetNextToken gets a reference to the given string and assigns it to the NextToken field.
func (*PaginatedAuditLogs) SetPage ¶
func (o *PaginatedAuditLogs) SetPage(v float32)
SetPage sets field value
func (*PaginatedAuditLogs) SetTotal ¶
func (o *PaginatedAuditLogs) SetTotal(v float32)
SetTotal sets field value
func (*PaginatedAuditLogs) SetTotalPages ¶
func (o *PaginatedAuditLogs) SetTotalPages(v float32)
SetTotalPages sets field value
func (PaginatedAuditLogs) ToMap ¶
func (o PaginatedAuditLogs) ToMap() (map[string]interface{}, error)
func (*PaginatedAuditLogs) UnmarshalJSON ¶
func (o *PaginatedAuditLogs) UnmarshalJSON(data []byte) (err error)
type PaginatedJobs ¶
type PaginatedJobs struct {
Items []Job `json:"items"`
Total float32 `json:"total"`
Page float32 `json:"page"`
TotalPages float32 `json:"totalPages"`
AdditionalProperties map[string]interface{}
}
PaginatedJobs struct for PaginatedJobs
func NewPaginatedJobs ¶
func NewPaginatedJobs(items []Job, total float32, page float32, totalPages float32) *PaginatedJobs
NewPaginatedJobs instantiates a new PaginatedJobs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedJobsWithDefaults ¶
func NewPaginatedJobsWithDefaults() *PaginatedJobs
NewPaginatedJobsWithDefaults instantiates a new PaginatedJobs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedJobs) GetItems ¶
func (o *PaginatedJobs) GetItems() []Job
GetItems returns the Items field value
func (*PaginatedJobs) GetItemsOk ¶
func (o *PaginatedJobs) GetItemsOk() ([]Job, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PaginatedJobs) GetPage ¶
func (o *PaginatedJobs) GetPage() float32
GetPage returns the Page field value
func (*PaginatedJobs) GetPageOk ¶
func (o *PaginatedJobs) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PaginatedJobs) GetTotal ¶
func (o *PaginatedJobs) GetTotal() float32
GetTotal returns the Total field value
func (*PaginatedJobs) GetTotalOk ¶
func (o *PaginatedJobs) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*PaginatedJobs) GetTotalPages ¶
func (o *PaginatedJobs) GetTotalPages() float32
GetTotalPages returns the TotalPages field value
func (*PaginatedJobs) GetTotalPagesOk ¶
func (o *PaginatedJobs) GetTotalPagesOk() (*float32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (PaginatedJobs) MarshalJSON ¶
func (o PaginatedJobs) MarshalJSON() ([]byte, error)
func (*PaginatedJobs) SetItems ¶
func (o *PaginatedJobs) SetItems(v []Job)
SetItems sets field value
func (*PaginatedJobs) SetTotal ¶
func (o *PaginatedJobs) SetTotal(v float32)
SetTotal sets field value
func (*PaginatedJobs) SetTotalPages ¶
func (o *PaginatedJobs) SetTotalPages(v float32)
SetTotalPages sets field value
func (PaginatedJobs) ToMap ¶
func (o PaginatedJobs) ToMap() (map[string]interface{}, error)
func (*PaginatedJobs) UnmarshalJSON ¶
func (o *PaginatedJobs) UnmarshalJSON(data []byte) (err error)
type PaginatedLogs ¶
type PaginatedLogs struct {
// List of log entries
Items []LogEntry `json:"items"`
// Total number of log entries matching the query
Total float32 `json:"total"`
// Current page number
Page float32 `json:"page"`
// Total number of pages
TotalPages float32 `json:"totalPages"`
AdditionalProperties map[string]interface{}
}
PaginatedLogs struct for PaginatedLogs
func NewPaginatedLogs ¶
func NewPaginatedLogs(items []LogEntry, total float32, page float32, totalPages float32) *PaginatedLogs
NewPaginatedLogs instantiates a new PaginatedLogs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedLogsWithDefaults ¶
func NewPaginatedLogsWithDefaults() *PaginatedLogs
NewPaginatedLogsWithDefaults instantiates a new PaginatedLogs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedLogs) GetItems ¶
func (o *PaginatedLogs) GetItems() []LogEntry
GetItems returns the Items field value
func (*PaginatedLogs) GetItemsOk ¶
func (o *PaginatedLogs) GetItemsOk() ([]LogEntry, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PaginatedLogs) GetPage ¶
func (o *PaginatedLogs) GetPage() float32
GetPage returns the Page field value
func (*PaginatedLogs) GetPageOk ¶
func (o *PaginatedLogs) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PaginatedLogs) GetTotal ¶
func (o *PaginatedLogs) GetTotal() float32
GetTotal returns the Total field value
func (*PaginatedLogs) GetTotalOk ¶
func (o *PaginatedLogs) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*PaginatedLogs) GetTotalPages ¶
func (o *PaginatedLogs) GetTotalPages() float32
GetTotalPages returns the TotalPages field value
func (*PaginatedLogs) GetTotalPagesOk ¶
func (o *PaginatedLogs) GetTotalPagesOk() (*float32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (PaginatedLogs) MarshalJSON ¶
func (o PaginatedLogs) MarshalJSON() ([]byte, error)
func (*PaginatedLogs) SetItems ¶
func (o *PaginatedLogs) SetItems(v []LogEntry)
SetItems sets field value
func (*PaginatedLogs) SetTotal ¶
func (o *PaginatedLogs) SetTotal(v float32)
SetTotal sets field value
func (*PaginatedLogs) SetTotalPages ¶
func (o *PaginatedLogs) SetTotalPages(v float32)
SetTotalPages sets field value
func (PaginatedLogs) ToMap ¶
func (o PaginatedLogs) ToMap() (map[string]interface{}, error)
func (*PaginatedLogs) UnmarshalJSON ¶
func (o *PaginatedLogs) UnmarshalJSON(data []byte) (err error)
type PaginatedSandboxesDeprecated ¶
type PaginatedSandboxesDeprecated struct {
Items []Sandbox `json:"items"`
Total float32 `json:"total"`
Page float32 `json:"page"`
TotalPages float32 `json:"totalPages"`
AdditionalProperties map[string]interface{}
}
PaginatedSandboxesDeprecated struct for PaginatedSandboxesDeprecated
func NewPaginatedSandboxesDeprecated ¶
func NewPaginatedSandboxesDeprecated(items []Sandbox, total float32, page float32, totalPages float32) *PaginatedSandboxesDeprecated
NewPaginatedSandboxesDeprecated instantiates a new PaginatedSandboxesDeprecated object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedSandboxesDeprecatedWithDefaults ¶
func NewPaginatedSandboxesDeprecatedWithDefaults() *PaginatedSandboxesDeprecated
NewPaginatedSandboxesDeprecatedWithDefaults instantiates a new PaginatedSandboxesDeprecated object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedSandboxesDeprecated) GetItems ¶
func (o *PaginatedSandboxesDeprecated) GetItems() []Sandbox
GetItems returns the Items field value
func (*PaginatedSandboxesDeprecated) GetItemsOk ¶
func (o *PaginatedSandboxesDeprecated) GetItemsOk() ([]Sandbox, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PaginatedSandboxesDeprecated) GetPage ¶
func (o *PaginatedSandboxesDeprecated) GetPage() float32
GetPage returns the Page field value
func (*PaginatedSandboxesDeprecated) GetPageOk ¶
func (o *PaginatedSandboxesDeprecated) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PaginatedSandboxesDeprecated) GetTotal ¶
func (o *PaginatedSandboxesDeprecated) GetTotal() float32
GetTotal returns the Total field value
func (*PaginatedSandboxesDeprecated) GetTotalOk ¶
func (o *PaginatedSandboxesDeprecated) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*PaginatedSandboxesDeprecated) GetTotalPages ¶
func (o *PaginatedSandboxesDeprecated) GetTotalPages() float32
GetTotalPages returns the TotalPages field value
func (*PaginatedSandboxesDeprecated) GetTotalPagesOk ¶
func (o *PaginatedSandboxesDeprecated) GetTotalPagesOk() (*float32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (PaginatedSandboxesDeprecated) MarshalJSON ¶
func (o PaginatedSandboxesDeprecated) MarshalJSON() ([]byte, error)
func (*PaginatedSandboxesDeprecated) SetItems ¶
func (o *PaginatedSandboxesDeprecated) SetItems(v []Sandbox)
SetItems sets field value
func (*PaginatedSandboxesDeprecated) SetPage ¶
func (o *PaginatedSandboxesDeprecated) SetPage(v float32)
SetPage sets field value
func (*PaginatedSandboxesDeprecated) SetTotal ¶
func (o *PaginatedSandboxesDeprecated) SetTotal(v float32)
SetTotal sets field value
func (*PaginatedSandboxesDeprecated) SetTotalPages ¶
func (o *PaginatedSandboxesDeprecated) SetTotalPages(v float32)
SetTotalPages sets field value
func (PaginatedSandboxesDeprecated) ToMap ¶
func (o PaginatedSandboxesDeprecated) ToMap() (map[string]interface{}, error)
func (*PaginatedSandboxesDeprecated) UnmarshalJSON ¶
func (o *PaginatedSandboxesDeprecated) UnmarshalJSON(data []byte) (err error)
type PaginatedSnapshots ¶
type PaginatedSnapshots struct {
Items []SnapshotDto `json:"items"`
Total float32 `json:"total"`
Page float32 `json:"page"`
TotalPages float32 `json:"totalPages"`
AdditionalProperties map[string]interface{}
}
PaginatedSnapshots struct for PaginatedSnapshots
func NewPaginatedSnapshots ¶
func NewPaginatedSnapshots(items []SnapshotDto, total float32, page float32, totalPages float32) *PaginatedSnapshots
NewPaginatedSnapshots instantiates a new PaginatedSnapshots object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedSnapshotsWithDefaults ¶
func NewPaginatedSnapshotsWithDefaults() *PaginatedSnapshots
NewPaginatedSnapshotsWithDefaults instantiates a new PaginatedSnapshots object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedSnapshots) GetItems ¶
func (o *PaginatedSnapshots) GetItems() []SnapshotDto
GetItems returns the Items field value
func (*PaginatedSnapshots) GetItemsOk ¶
func (o *PaginatedSnapshots) GetItemsOk() ([]SnapshotDto, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PaginatedSnapshots) GetPage ¶
func (o *PaginatedSnapshots) GetPage() float32
GetPage returns the Page field value
func (*PaginatedSnapshots) GetPageOk ¶
func (o *PaginatedSnapshots) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PaginatedSnapshots) GetTotal ¶
func (o *PaginatedSnapshots) GetTotal() float32
GetTotal returns the Total field value
func (*PaginatedSnapshots) GetTotalOk ¶
func (o *PaginatedSnapshots) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*PaginatedSnapshots) GetTotalPages ¶
func (o *PaginatedSnapshots) GetTotalPages() float32
GetTotalPages returns the TotalPages field value
func (*PaginatedSnapshots) GetTotalPagesOk ¶
func (o *PaginatedSnapshots) GetTotalPagesOk() (*float32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (PaginatedSnapshots) MarshalJSON ¶
func (o PaginatedSnapshots) MarshalJSON() ([]byte, error)
func (*PaginatedSnapshots) SetItems ¶
func (o *PaginatedSnapshots) SetItems(v []SnapshotDto)
SetItems sets field value
func (*PaginatedSnapshots) SetPage ¶
func (o *PaginatedSnapshots) SetPage(v float32)
SetPage sets field value
func (*PaginatedSnapshots) SetTotal ¶
func (o *PaginatedSnapshots) SetTotal(v float32)
SetTotal sets field value
func (*PaginatedSnapshots) SetTotalPages ¶
func (o *PaginatedSnapshots) SetTotalPages(v float32)
SetTotalPages sets field value
func (PaginatedSnapshots) ToMap ¶
func (o PaginatedSnapshots) ToMap() (map[string]interface{}, error)
func (*PaginatedSnapshots) UnmarshalJSON ¶
func (o *PaginatedSnapshots) UnmarshalJSON(data []byte) (err error)
type PaginatedTraces ¶
type PaginatedTraces struct {
// List of trace summaries
Items []TraceSummary `json:"items"`
// Total number of traces matching the query
Total float32 `json:"total"`
// Current page number
Page float32 `json:"page"`
// Total number of pages
TotalPages float32 `json:"totalPages"`
AdditionalProperties map[string]interface{}
}
PaginatedTraces struct for PaginatedTraces
func NewPaginatedTraces ¶
func NewPaginatedTraces(items []TraceSummary, total float32, page float32, totalPages float32) *PaginatedTraces
NewPaginatedTraces instantiates a new PaginatedTraces object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedTracesWithDefaults ¶
func NewPaginatedTracesWithDefaults() *PaginatedTraces
NewPaginatedTracesWithDefaults instantiates a new PaginatedTraces object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedTraces) GetItems ¶
func (o *PaginatedTraces) GetItems() []TraceSummary
GetItems returns the Items field value
func (*PaginatedTraces) GetItemsOk ¶
func (o *PaginatedTraces) GetItemsOk() ([]TraceSummary, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*PaginatedTraces) GetPage ¶
func (o *PaginatedTraces) GetPage() float32
GetPage returns the Page field value
func (*PaginatedTraces) GetPageOk ¶
func (o *PaginatedTraces) GetPageOk() (*float32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*PaginatedTraces) GetTotal ¶
func (o *PaginatedTraces) GetTotal() float32
GetTotal returns the Total field value
func (*PaginatedTraces) GetTotalOk ¶
func (o *PaginatedTraces) GetTotalOk() (*float32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*PaginatedTraces) GetTotalPages ¶
func (o *PaginatedTraces) GetTotalPages() float32
GetTotalPages returns the TotalPages field value
func (*PaginatedTraces) GetTotalPagesOk ¶
func (o *PaginatedTraces) GetTotalPagesOk() (*float32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value and a boolean to check if the value has been set.
func (PaginatedTraces) MarshalJSON ¶
func (o PaginatedTraces) MarshalJSON() ([]byte, error)
func (*PaginatedTraces) SetItems ¶
func (o *PaginatedTraces) SetItems(v []TraceSummary)
SetItems sets field value
func (*PaginatedTraces) SetPage ¶
func (o *PaginatedTraces) SetPage(v float32)
SetPage sets field value
func (*PaginatedTraces) SetTotal ¶
func (o *PaginatedTraces) SetTotal(v float32)
SetTotal sets field value
func (*PaginatedTraces) SetTotalPages ¶
func (o *PaginatedTraces) SetTotalPages(v float32)
SetTotalPages sets field value
func (PaginatedTraces) ToMap ¶
func (o PaginatedTraces) ToMap() (map[string]interface{}, error)
func (*PaginatedTraces) UnmarshalJSON ¶
func (o *PaginatedTraces) UnmarshalJSON(data []byte) (err error)
type PollJobsResponse ¶
type PollJobsResponse struct {
// List of jobs
Jobs []Job `json:"jobs"`
AdditionalProperties map[string]interface{}
}
PollJobsResponse struct for PollJobsResponse
func NewPollJobsResponse ¶
func NewPollJobsResponse(jobs []Job) *PollJobsResponse
NewPollJobsResponse instantiates a new PollJobsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPollJobsResponseWithDefaults ¶
func NewPollJobsResponseWithDefaults() *PollJobsResponse
NewPollJobsResponseWithDefaults instantiates a new PollJobsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PollJobsResponse) GetJobs ¶
func (o *PollJobsResponse) GetJobs() []Job
GetJobs returns the Jobs field value
func (*PollJobsResponse) GetJobsOk ¶
func (o *PollJobsResponse) GetJobsOk() ([]Job, bool)
GetJobsOk returns a tuple with the Jobs field value and a boolean to check if the value has been set.
func (PollJobsResponse) MarshalJSON ¶
func (o PollJobsResponse) MarshalJSON() ([]byte, error)
func (*PollJobsResponse) SetJobs ¶
func (o *PollJobsResponse) SetJobs(v []Job)
SetJobs sets field value
func (PollJobsResponse) ToMap ¶
func (o PollJobsResponse) ToMap() (map[string]interface{}, error)
func (*PollJobsResponse) UnmarshalJSON ¶
func (o *PollJobsResponse) UnmarshalJSON(data []byte) (err error)
type PortPreviewUrl ¶
type PortPreviewUrl struct {
// ID of the sandbox
SandboxId string `json:"sandboxId"`
// Preview url
Url string `json:"url"`
// Access token
Token string `json:"token"`
AdditionalProperties map[string]interface{}
}
PortPreviewUrl struct for PortPreviewUrl
func NewPortPreviewUrl ¶
func NewPortPreviewUrl(sandboxId string, url string, token string) *PortPreviewUrl
NewPortPreviewUrl instantiates a new PortPreviewUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPortPreviewUrlWithDefaults ¶
func NewPortPreviewUrlWithDefaults() *PortPreviewUrl
NewPortPreviewUrlWithDefaults instantiates a new PortPreviewUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PortPreviewUrl) GetSandboxId ¶
func (o *PortPreviewUrl) GetSandboxId() string
GetSandboxId returns the SandboxId field value
func (*PortPreviewUrl) GetSandboxIdOk ¶
func (o *PortPreviewUrl) GetSandboxIdOk() (*string, bool)
GetSandboxIdOk returns a tuple with the SandboxId field value and a boolean to check if the value has been set.
func (*PortPreviewUrl) GetToken ¶
func (o *PortPreviewUrl) GetToken() string
GetToken returns the Token field value
func (*PortPreviewUrl) GetTokenOk ¶
func (o *PortPreviewUrl) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*PortPreviewUrl) GetUrl ¶
func (o *PortPreviewUrl) GetUrl() string
GetUrl returns the Url field value
func (*PortPreviewUrl) GetUrlOk ¶
func (o *PortPreviewUrl) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (PortPreviewUrl) MarshalJSON ¶
func (o PortPreviewUrl) MarshalJSON() ([]byte, error)
func (*PortPreviewUrl) SetSandboxId ¶
func (o *PortPreviewUrl) SetSandboxId(v string)
SetSandboxId sets field value
func (*PortPreviewUrl) SetToken ¶
func (o *PortPreviewUrl) SetToken(v string)
SetToken sets field value
func (PortPreviewUrl) ToMap ¶
func (o PortPreviewUrl) ToMap() (map[string]interface{}, error)
func (*PortPreviewUrl) UnmarshalJSON ¶
func (o *PortPreviewUrl) UnmarshalJSON(data []byte) (err error)
type PosthogConfig ¶
type PosthogConfig struct {
// PostHog API key
ApiKey string `json:"apiKey"`
// PostHog host URL
Host string `json:"host"`
AdditionalProperties map[string]interface{}
}
PosthogConfig struct for PosthogConfig
func NewPosthogConfig ¶
func NewPosthogConfig(apiKey string, host string) *PosthogConfig
NewPosthogConfig instantiates a new PosthogConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPosthogConfigWithDefaults ¶
func NewPosthogConfigWithDefaults() *PosthogConfig
NewPosthogConfigWithDefaults instantiates a new PosthogConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PosthogConfig) GetApiKey ¶
func (o *PosthogConfig) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*PosthogConfig) GetApiKeyOk ¶
func (o *PosthogConfig) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*PosthogConfig) GetHost ¶
func (o *PosthogConfig) GetHost() string
GetHost returns the Host field value
func (*PosthogConfig) GetHostOk ¶
func (o *PosthogConfig) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (PosthogConfig) MarshalJSON ¶
func (o PosthogConfig) MarshalJSON() ([]byte, error)
func (*PosthogConfig) SetApiKey ¶
func (o *PosthogConfig) SetApiKey(v string)
SetApiKey sets field value
func (PosthogConfig) ToMap ¶
func (o PosthogConfig) ToMap() (map[string]interface{}, error)
func (*PosthogConfig) UnmarshalJSON ¶
func (o *PosthogConfig) UnmarshalJSON(data []byte) (err error)
type PreviewAPI ¶
type PreviewAPI interface {
/*
GetSandboxIdFromSignedPreviewUrlToken Get sandbox ID from signed preview URL token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param signedPreviewToken Signed preview URL token
@param port Port number to get sandbox ID from signed preview URL token
@return PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest
*/
GetSandboxIdFromSignedPreviewUrlToken(ctx context.Context, signedPreviewToken string, port float32) PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest
// GetSandboxIdFromSignedPreviewUrlTokenExecute executes the request
// @return string
GetSandboxIdFromSignedPreviewUrlTokenExecute(r PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest) (string, *http.Response, error)
/*
HasSandboxAccess Check if user has access to the sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId
@return PreviewAPIHasSandboxAccessRequest
*/
HasSandboxAccess(ctx context.Context, sandboxId string) PreviewAPIHasSandboxAccessRequest
// HasSandboxAccessExecute executes the request
// @return bool
HasSandboxAccessExecute(r PreviewAPIHasSandboxAccessRequest) (bool, *http.Response, error)
/*
IsPreviewWarningEnabled Check if the preview warning page is enabled for the sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox, or a signed preview URL token (requires the port query param)
@return PreviewAPIIsPreviewWarningEnabledRequest
*/
IsPreviewWarningEnabled(ctx context.Context, sandboxId string) PreviewAPIIsPreviewWarningEnabledRequest
// IsPreviewWarningEnabledExecute executes the request
// @return PreviewWarning
IsPreviewWarningEnabledExecute(r PreviewAPIIsPreviewWarningEnabledRequest) (*PreviewWarning, *http.Response, error)
/*
IsSandboxPublic Check if sandbox is public
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return PreviewAPIIsSandboxPublicRequest
*/
IsSandboxPublic(ctx context.Context, sandboxId string) PreviewAPIIsSandboxPublicRequest
// IsSandboxPublicExecute executes the request
// @return bool
IsSandboxPublicExecute(r PreviewAPIIsSandboxPublicRequest) (bool, *http.Response, error)
/*
IsValidAuthToken Check if sandbox auth token is valid
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@param authToken Auth token of the sandbox
@return PreviewAPIIsValidAuthTokenRequest
*/
IsValidAuthToken(ctx context.Context, sandboxId string, authToken string) PreviewAPIIsValidAuthTokenRequest
// IsValidAuthTokenExecute executes the request
// @return bool
IsValidAuthTokenExecute(r PreviewAPIIsValidAuthTokenRequest) (bool, *http.Response, error)
}
type PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest ¶
type PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest struct {
ApiService PreviewAPI
// contains filtered or unexported fields
}
type PreviewAPIHasSandboxAccessRequest ¶
type PreviewAPIHasSandboxAccessRequest struct {
ApiService PreviewAPI
// contains filtered or unexported fields
}
type PreviewAPIIsPreviewWarningEnabledRequest ¶ added in v0.197.0
type PreviewAPIIsPreviewWarningEnabledRequest struct {
ApiService PreviewAPI
// contains filtered or unexported fields
}
func (PreviewAPIIsPreviewWarningEnabledRequest) Execute ¶ added in v0.197.0
func (r PreviewAPIIsPreviewWarningEnabledRequest) Execute() (*PreviewWarning, *http.Response, error)
func (PreviewAPIIsPreviewWarningEnabledRequest) Port ¶ added in v0.197.0
func (r PreviewAPIIsPreviewWarningEnabledRequest) Port(port float32) PreviewAPIIsPreviewWarningEnabledRequest
Port the signed preview URL token was issued for. Required when sandboxId is a signed token.
type PreviewAPIIsSandboxPublicRequest ¶
type PreviewAPIIsSandboxPublicRequest struct {
ApiService PreviewAPI
// contains filtered or unexported fields
}
type PreviewAPIIsValidAuthTokenRequest ¶
type PreviewAPIIsValidAuthTokenRequest struct {
ApiService PreviewAPI
// contains filtered or unexported fields
}
type PreviewAPIService ¶
type PreviewAPIService service
PreviewAPIService PreviewAPI service
func (*PreviewAPIService) GetSandboxIdFromSignedPreviewUrlToken ¶
func (a *PreviewAPIService) GetSandboxIdFromSignedPreviewUrlToken(ctx context.Context, signedPreviewToken string, port float32) PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest
GetSandboxIdFromSignedPreviewUrlToken Get sandbox ID from signed preview URL token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param signedPreviewToken Signed preview URL token @param port Port number to get sandbox ID from signed preview URL token @return PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest
func (*PreviewAPIService) GetSandboxIdFromSignedPreviewUrlTokenExecute ¶
func (a *PreviewAPIService) GetSandboxIdFromSignedPreviewUrlTokenExecute(r PreviewAPIGetSandboxIdFromSignedPreviewUrlTokenRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*PreviewAPIService) HasSandboxAccess ¶
func (a *PreviewAPIService) HasSandboxAccess(ctx context.Context, sandboxId string) PreviewAPIHasSandboxAccessRequest
HasSandboxAccess Check if user has access to the sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId @return PreviewAPIHasSandboxAccessRequest
func (*PreviewAPIService) HasSandboxAccessExecute ¶
func (a *PreviewAPIService) HasSandboxAccessExecute(r PreviewAPIHasSandboxAccessRequest) (bool, *http.Response, error)
Execute executes the request
@return bool
func (*PreviewAPIService) IsPreviewWarningEnabled ¶ added in v0.197.0
func (a *PreviewAPIService) IsPreviewWarningEnabled(ctx context.Context, sandboxId string) PreviewAPIIsPreviewWarningEnabledRequest
IsPreviewWarningEnabled Check if the preview warning page is enabled for the sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox, or a signed preview URL token (requires the port query param) @return PreviewAPIIsPreviewWarningEnabledRequest
func (*PreviewAPIService) IsPreviewWarningEnabledExecute ¶ added in v0.197.0
func (a *PreviewAPIService) IsPreviewWarningEnabledExecute(r PreviewAPIIsPreviewWarningEnabledRequest) (*PreviewWarning, *http.Response, error)
Execute executes the request
@return PreviewWarning
func (*PreviewAPIService) IsSandboxPublic ¶
func (a *PreviewAPIService) IsSandboxPublic(ctx context.Context, sandboxId string) PreviewAPIIsSandboxPublicRequest
IsSandboxPublic Check if sandbox is public
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return PreviewAPIIsSandboxPublicRequest
func (*PreviewAPIService) IsSandboxPublicExecute ¶
func (a *PreviewAPIService) IsSandboxPublicExecute(r PreviewAPIIsSandboxPublicRequest) (bool, *http.Response, error)
Execute executes the request
@return bool
func (*PreviewAPIService) IsValidAuthToken ¶
func (a *PreviewAPIService) IsValidAuthToken(ctx context.Context, sandboxId string, authToken string) PreviewAPIIsValidAuthTokenRequest
IsValidAuthToken Check if sandbox auth token is valid
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @param authToken Auth token of the sandbox @return PreviewAPIIsValidAuthTokenRequest
func (*PreviewAPIService) IsValidAuthTokenExecute ¶
func (a *PreviewAPIService) IsValidAuthTokenExecute(r PreviewAPIIsValidAuthTokenRequest) (bool, *http.Response, error)
Execute executes the request
@return bool
type PreviewWarning ¶ added in v0.197.0
type PreviewWarning struct {
// Whether the preview warning page is enabled for the sandbox
Enabled bool `json:"enabled"`
AdditionalProperties map[string]interface{}
}
PreviewWarning struct for PreviewWarning
func NewPreviewWarning ¶ added in v0.197.0
func NewPreviewWarning(enabled bool) *PreviewWarning
NewPreviewWarning instantiates a new PreviewWarning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPreviewWarningWithDefaults ¶ added in v0.197.0
func NewPreviewWarningWithDefaults() *PreviewWarning
NewPreviewWarningWithDefaults instantiates a new PreviewWarning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PreviewWarning) GetEnabled ¶ added in v0.197.0
func (o *PreviewWarning) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*PreviewWarning) GetEnabledOk ¶ added in v0.197.0
func (o *PreviewWarning) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (PreviewWarning) MarshalJSON ¶ added in v0.197.0
func (o PreviewWarning) MarshalJSON() ([]byte, error)
func (*PreviewWarning) SetEnabled ¶ added in v0.197.0
func (o *PreviewWarning) SetEnabled(v bool)
SetEnabled sets field value
func (PreviewWarning) ToMap ¶ added in v0.197.0
func (o PreviewWarning) ToMap() (map[string]interface{}, error)
func (*PreviewWarning) UnmarshalJSON ¶ added in v0.197.0
func (o *PreviewWarning) UnmarshalJSON(data []byte) (err error)
type RateLimitConfig ¶
type RateLimitConfig struct {
// Failed authentication rate limit
FailedAuth *RateLimitEntry `json:"failedAuth,omitempty"`
// Authenticated rate limit
Authenticated *RateLimitEntry `json:"authenticated,omitempty"`
// Sandbox create rate limit
SandboxCreate *RateLimitEntry `json:"sandboxCreate,omitempty"`
// Sandbox lifecycle rate limit
SandboxLifecycle *RateLimitEntry `json:"sandboxLifecycle,omitempty"`
// Sandbox list rate limit
SandboxList *RateLimitEntry `json:"sandboxList,omitempty"`
AdditionalProperties map[string]interface{}
}
RateLimitConfig struct for RateLimitConfig
func NewRateLimitConfig ¶
func NewRateLimitConfig() *RateLimitConfig
NewRateLimitConfig instantiates a new RateLimitConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRateLimitConfigWithDefaults ¶
func NewRateLimitConfigWithDefaults() *RateLimitConfig
NewRateLimitConfigWithDefaults instantiates a new RateLimitConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RateLimitConfig) GetAuthenticated ¶
func (o *RateLimitConfig) GetAuthenticated() RateLimitEntry
GetAuthenticated returns the Authenticated field value if set, zero value otherwise.
func (*RateLimitConfig) GetAuthenticatedOk ¶
func (o *RateLimitConfig) GetAuthenticatedOk() (*RateLimitEntry, bool)
GetAuthenticatedOk returns a tuple with the Authenticated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitConfig) GetFailedAuth ¶
func (o *RateLimitConfig) GetFailedAuth() RateLimitEntry
GetFailedAuth returns the FailedAuth field value if set, zero value otherwise.
func (*RateLimitConfig) GetFailedAuthOk ¶
func (o *RateLimitConfig) GetFailedAuthOk() (*RateLimitEntry, bool)
GetFailedAuthOk returns a tuple with the FailedAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitConfig) GetSandboxCreate ¶
func (o *RateLimitConfig) GetSandboxCreate() RateLimitEntry
GetSandboxCreate returns the SandboxCreate field value if set, zero value otherwise.
func (*RateLimitConfig) GetSandboxCreateOk ¶
func (o *RateLimitConfig) GetSandboxCreateOk() (*RateLimitEntry, bool)
GetSandboxCreateOk returns a tuple with the SandboxCreate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitConfig) GetSandboxLifecycle ¶
func (o *RateLimitConfig) GetSandboxLifecycle() RateLimitEntry
GetSandboxLifecycle returns the SandboxLifecycle field value if set, zero value otherwise.
func (*RateLimitConfig) GetSandboxLifecycleOk ¶
func (o *RateLimitConfig) GetSandboxLifecycleOk() (*RateLimitEntry, bool)
GetSandboxLifecycleOk returns a tuple with the SandboxLifecycle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitConfig) GetSandboxList ¶
func (o *RateLimitConfig) GetSandboxList() RateLimitEntry
GetSandboxList returns the SandboxList field value if set, zero value otherwise.
func (*RateLimitConfig) GetSandboxListOk ¶
func (o *RateLimitConfig) GetSandboxListOk() (*RateLimitEntry, bool)
GetSandboxListOk returns a tuple with the SandboxList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitConfig) HasAuthenticated ¶
func (o *RateLimitConfig) HasAuthenticated() bool
HasAuthenticated returns a boolean if a field has been set.
func (*RateLimitConfig) HasFailedAuth ¶
func (o *RateLimitConfig) HasFailedAuth() bool
HasFailedAuth returns a boolean if a field has been set.
func (*RateLimitConfig) HasSandboxCreate ¶
func (o *RateLimitConfig) HasSandboxCreate() bool
HasSandboxCreate returns a boolean if a field has been set.
func (*RateLimitConfig) HasSandboxLifecycle ¶
func (o *RateLimitConfig) HasSandboxLifecycle() bool
HasSandboxLifecycle returns a boolean if a field has been set.
func (*RateLimitConfig) HasSandboxList ¶
func (o *RateLimitConfig) HasSandboxList() bool
HasSandboxList returns a boolean if a field has been set.
func (RateLimitConfig) MarshalJSON ¶
func (o RateLimitConfig) MarshalJSON() ([]byte, error)
func (*RateLimitConfig) SetAuthenticated ¶
func (o *RateLimitConfig) SetAuthenticated(v RateLimitEntry)
SetAuthenticated gets a reference to the given RateLimitEntry and assigns it to the Authenticated field.
func (*RateLimitConfig) SetFailedAuth ¶
func (o *RateLimitConfig) SetFailedAuth(v RateLimitEntry)
SetFailedAuth gets a reference to the given RateLimitEntry and assigns it to the FailedAuth field.
func (*RateLimitConfig) SetSandboxCreate ¶
func (o *RateLimitConfig) SetSandboxCreate(v RateLimitEntry)
SetSandboxCreate gets a reference to the given RateLimitEntry and assigns it to the SandboxCreate field.
func (*RateLimitConfig) SetSandboxLifecycle ¶
func (o *RateLimitConfig) SetSandboxLifecycle(v RateLimitEntry)
SetSandboxLifecycle gets a reference to the given RateLimitEntry and assigns it to the SandboxLifecycle field.
func (*RateLimitConfig) SetSandboxList ¶
func (o *RateLimitConfig) SetSandboxList(v RateLimitEntry)
SetSandboxList gets a reference to the given RateLimitEntry and assigns it to the SandboxList field.
func (RateLimitConfig) ToMap ¶
func (o RateLimitConfig) ToMap() (map[string]interface{}, error)
func (*RateLimitConfig) UnmarshalJSON ¶
func (o *RateLimitConfig) UnmarshalJSON(data []byte) (err error)
type RateLimitEntry ¶
type RateLimitEntry struct {
// Rate limit TTL in seconds
Ttl *float32 `json:"ttl,omitempty"`
// Rate limit max requests
Limit *float32 `json:"limit,omitempty"`
AdditionalProperties map[string]interface{}
}
RateLimitEntry struct for RateLimitEntry
func NewRateLimitEntry ¶
func NewRateLimitEntry() *RateLimitEntry
NewRateLimitEntry instantiates a new RateLimitEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRateLimitEntryWithDefaults ¶
func NewRateLimitEntryWithDefaults() *RateLimitEntry
NewRateLimitEntryWithDefaults instantiates a new RateLimitEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RateLimitEntry) GetLimit ¶
func (o *RateLimitEntry) GetLimit() float32
GetLimit returns the Limit field value if set, zero value otherwise.
func (*RateLimitEntry) GetLimitOk ¶
func (o *RateLimitEntry) GetLimitOk() (*float32, bool)
GetLimitOk returns a tuple with the Limit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitEntry) GetTtl ¶
func (o *RateLimitEntry) GetTtl() float32
GetTtl returns the Ttl field value if set, zero value otherwise.
func (*RateLimitEntry) GetTtlOk ¶
func (o *RateLimitEntry) GetTtlOk() (*float32, bool)
GetTtlOk returns a tuple with the Ttl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RateLimitEntry) HasLimit ¶
func (o *RateLimitEntry) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (*RateLimitEntry) HasTtl ¶
func (o *RateLimitEntry) HasTtl() bool
HasTtl returns a boolean if a field has been set.
func (RateLimitEntry) MarshalJSON ¶
func (o RateLimitEntry) MarshalJSON() ([]byte, error)
func (*RateLimitEntry) SetLimit ¶
func (o *RateLimitEntry) SetLimit(v float32)
SetLimit gets a reference to the given float32 and assigns it to the Limit field.
func (*RateLimitEntry) SetTtl ¶
func (o *RateLimitEntry) SetTtl(v float32)
SetTtl gets a reference to the given float32 and assigns it to the Ttl field.
func (RateLimitEntry) ToMap ¶
func (o RateLimitEntry) ToMap() (map[string]interface{}, error)
func (*RateLimitEntry) UnmarshalJSON ¶
func (o *RateLimitEntry) UnmarshalJSON(data []byte) (err error)
type RegenerateApiKeyResponse ¶
type RegenerateApiKeyResponse struct {
// The newly generated API key
ApiKey string `json:"apiKey"`
AdditionalProperties map[string]interface{}
}
RegenerateApiKeyResponse struct for RegenerateApiKeyResponse
func NewRegenerateApiKeyResponse ¶
func NewRegenerateApiKeyResponse(apiKey string) *RegenerateApiKeyResponse
NewRegenerateApiKeyResponse instantiates a new RegenerateApiKeyResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegenerateApiKeyResponseWithDefaults ¶
func NewRegenerateApiKeyResponseWithDefaults() *RegenerateApiKeyResponse
NewRegenerateApiKeyResponseWithDefaults instantiates a new RegenerateApiKeyResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegenerateApiKeyResponse) GetApiKey ¶
func (o *RegenerateApiKeyResponse) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*RegenerateApiKeyResponse) GetApiKeyOk ¶
func (o *RegenerateApiKeyResponse) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (RegenerateApiKeyResponse) MarshalJSON ¶
func (o RegenerateApiKeyResponse) MarshalJSON() ([]byte, error)
func (*RegenerateApiKeyResponse) SetApiKey ¶
func (o *RegenerateApiKeyResponse) SetApiKey(v string)
SetApiKey sets field value
func (RegenerateApiKeyResponse) ToMap ¶
func (o RegenerateApiKeyResponse) ToMap() (map[string]interface{}, error)
func (*RegenerateApiKeyResponse) UnmarshalJSON ¶
func (o *RegenerateApiKeyResponse) UnmarshalJSON(data []byte) (err error)
type Region ¶
type Region struct {
// Region ID
Id string `json:"id"`
// Region name
Name string `json:"name"`
// Organization ID
OrganizationId NullableString `json:"organizationId,omitempty"`
// The type of the region
RegionType RegionType `json:"regionType"`
// Creation timestamp
CreatedAt string `json:"createdAt"`
// Last update timestamp
UpdatedAt string `json:"updatedAt"`
// Proxy URL for the region
ProxyUrl NullableString `json:"proxyUrl,omitempty"`
// SSH Gateway URL for the region
SshGatewayUrl NullableString `json:"sshGatewayUrl,omitempty"`
// Snapshot Manager URL for the region
SnapshotManagerUrl NullableString `json:"snapshotManagerUrl,omitempty"`
AdditionalProperties map[string]interface{}
}
Region struct for Region
func NewRegion ¶
func NewRegion(id string, name string, regionType RegionType, createdAt string, updatedAt string) *Region
NewRegion instantiates a new Region object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegionWithDefaults ¶
func NewRegionWithDefaults() *Region
NewRegionWithDefaults instantiates a new Region object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Region) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Region) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Region) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Region) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Region) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Region) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Region) GetProxyUrl ¶
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Region) GetProxyUrlOk ¶
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Region) GetRegionType ¶
func (o *Region) GetRegionType() RegionType
GetRegionType returns the RegionType field value
func (*Region) GetRegionTypeOk ¶
func (o *Region) GetRegionTypeOk() (*RegionType, bool)
GetRegionTypeOk returns a tuple with the RegionType field value and a boolean to check if the value has been set.
func (*Region) GetSnapshotManagerUrl ¶
GetSnapshotManagerUrl returns the SnapshotManagerUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Region) GetSnapshotManagerUrlOk ¶
GetSnapshotManagerUrlOk returns a tuple with the SnapshotManagerUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Region) GetSshGatewayUrl ¶
GetSshGatewayUrl returns the SshGatewayUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Region) GetSshGatewayUrlOk ¶
GetSshGatewayUrlOk returns a tuple with the SshGatewayUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Region) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Region) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Region) HasOrganizationId ¶
HasOrganizationId returns a boolean if a field has been set.
func (*Region) HasProxyUrl ¶
HasProxyUrl returns a boolean if a field has been set.
func (*Region) HasSnapshotManagerUrl ¶
HasSnapshotManagerUrl returns a boolean if a field has been set.
func (*Region) HasSshGatewayUrl ¶
HasSshGatewayUrl returns a boolean if a field has been set.
func (Region) MarshalJSON ¶
func (*Region) SetOrganizationId ¶
SetOrganizationId gets a reference to the given NullableString and assigns it to the OrganizationId field.
func (*Region) SetOrganizationIdNil ¶
func (o *Region) SetOrganizationIdNil()
SetOrganizationIdNil sets the value for OrganizationId to be an explicit nil
func (*Region) SetProxyUrl ¶
SetProxyUrl gets a reference to the given NullableString and assigns it to the ProxyUrl field.
func (*Region) SetProxyUrlNil ¶
func (o *Region) SetProxyUrlNil()
SetProxyUrlNil sets the value for ProxyUrl to be an explicit nil
func (*Region) SetRegionType ¶
func (o *Region) SetRegionType(v RegionType)
SetRegionType sets field value
func (*Region) SetSnapshotManagerUrl ¶
SetSnapshotManagerUrl gets a reference to the given NullableString and assigns it to the SnapshotManagerUrl field.
func (*Region) SetSnapshotManagerUrlNil ¶
func (o *Region) SetSnapshotManagerUrlNil()
SetSnapshotManagerUrlNil sets the value for SnapshotManagerUrl to be an explicit nil
func (*Region) SetSshGatewayUrl ¶
SetSshGatewayUrl gets a reference to the given NullableString and assigns it to the SshGatewayUrl field.
func (*Region) SetSshGatewayUrlNil ¶
func (o *Region) SetSshGatewayUrlNil()
SetSshGatewayUrlNil sets the value for SshGatewayUrl to be an explicit nil
func (*Region) UnmarshalJSON ¶
func (*Region) UnsetOrganizationId ¶
func (o *Region) UnsetOrganizationId()
UnsetOrganizationId ensures that no value is present for OrganizationId, not even an explicit nil
func (*Region) UnsetProxyUrl ¶
func (o *Region) UnsetProxyUrl()
UnsetProxyUrl ensures that no value is present for ProxyUrl, not even an explicit nil
func (*Region) UnsetSnapshotManagerUrl ¶
func (o *Region) UnsetSnapshotManagerUrl()
UnsetSnapshotManagerUrl ensures that no value is present for SnapshotManagerUrl, not even an explicit nil
func (*Region) UnsetSshGatewayUrl ¶
func (o *Region) UnsetSshGatewayUrl()
UnsetSshGatewayUrl ensures that no value is present for SshGatewayUrl, not even an explicit nil
type RegionQuota ¶
type RegionQuota struct {
OrganizationId string `json:"organizationId"`
RegionId string `json:"regionId"`
SandboxClass SandboxClass `json:"sandboxClass"`
TotalCpuQuota float32 `json:"totalCpuQuota"`
TotalMemoryQuota float32 `json:"totalMemoryQuota"`
TotalDiskQuota float32 `json:"totalDiskQuota"`
TotalGpuQuota float32 `json:"totalGpuQuota"`
AllowedGpuTypes []GpuType `json:"allowedGpuTypes,omitempty"`
MaxCpuPerSandbox NullableFloat32 `json:"maxCpuPerSandbox"`
MaxMemoryPerSandbox NullableFloat32 `json:"maxMemoryPerSandbox"`
MaxDiskPerSandbox NullableFloat32 `json:"maxDiskPerSandbox"`
MaxDiskPerNonEphemeralSandbox NullableFloat32 `json:"maxDiskPerNonEphemeralSandbox"`
MaxCpuPerGpuSandbox NullableFloat32 `json:"maxCpuPerGpuSandbox"`
MaxMemoryPerGpuSandbox NullableFloat32 `json:"maxMemoryPerGpuSandbox"`
MaxDiskPerGpuSandbox NullableFloat32 `json:"maxDiskPerGpuSandbox"`
AdditionalProperties map[string]interface{}
}
RegionQuota struct for RegionQuota
func NewRegionQuota ¶
func NewRegionQuota(organizationId string, regionId string, sandboxClass SandboxClass, totalCpuQuota float32, totalMemoryQuota float32, totalDiskQuota float32, totalGpuQuota float32, maxCpuPerSandbox NullableFloat32, maxMemoryPerSandbox NullableFloat32, maxDiskPerSandbox NullableFloat32, maxDiskPerNonEphemeralSandbox NullableFloat32, maxCpuPerGpuSandbox NullableFloat32, maxMemoryPerGpuSandbox NullableFloat32, maxDiskPerGpuSandbox NullableFloat32) *RegionQuota
NewRegionQuota instantiates a new RegionQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegionQuotaWithDefaults ¶
func NewRegionQuotaWithDefaults() *RegionQuota
NewRegionQuotaWithDefaults instantiates a new RegionQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegionQuota) GetAllowedGpuTypes ¶
func (o *RegionQuota) GetAllowedGpuTypes() []GpuType
GetAllowedGpuTypes returns the AllowedGpuTypes field value if set, zero value otherwise.
func (*RegionQuota) GetAllowedGpuTypesOk ¶
func (o *RegionQuota) GetAllowedGpuTypesOk() ([]GpuType, bool)
GetAllowedGpuTypesOk returns a tuple with the AllowedGpuTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegionQuota) GetMaxCpuPerGpuSandbox ¶
func (o *RegionQuota) GetMaxCpuPerGpuSandbox() float32
GetMaxCpuPerGpuSandbox returns the MaxCpuPerGpuSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxCpuPerGpuSandboxOk ¶
func (o *RegionQuota) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
GetMaxCpuPerGpuSandboxOk returns a tuple with the MaxCpuPerGpuSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetMaxCpuPerSandbox ¶
func (o *RegionQuota) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxCpuPerSandboxOk ¶
func (o *RegionQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetMaxDiskPerGpuSandbox ¶
func (o *RegionQuota) GetMaxDiskPerGpuSandbox() float32
GetMaxDiskPerGpuSandbox returns the MaxDiskPerGpuSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxDiskPerGpuSandboxOk ¶
func (o *RegionQuota) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
GetMaxDiskPerGpuSandboxOk returns a tuple with the MaxDiskPerGpuSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetMaxDiskPerNonEphemeralSandbox ¶
func (o *RegionQuota) GetMaxDiskPerNonEphemeralSandbox() float32
GetMaxDiskPerNonEphemeralSandbox returns the MaxDiskPerNonEphemeralSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxDiskPerNonEphemeralSandboxOk ¶
func (o *RegionQuota) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
GetMaxDiskPerNonEphemeralSandboxOk returns a tuple with the MaxDiskPerNonEphemeralSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetMaxDiskPerSandbox ¶
func (o *RegionQuota) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxDiskPerSandboxOk ¶
func (o *RegionQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetMaxMemoryPerGpuSandbox ¶
func (o *RegionQuota) GetMaxMemoryPerGpuSandbox() float32
GetMaxMemoryPerGpuSandbox returns the MaxMemoryPerGpuSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxMemoryPerGpuSandboxOk ¶
func (o *RegionQuota) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
GetMaxMemoryPerGpuSandboxOk returns a tuple with the MaxMemoryPerGpuSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetMaxMemoryPerSandbox ¶
func (o *RegionQuota) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionQuota) GetMaxMemoryPerSandboxOk ¶
func (o *RegionQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionQuota) GetOrganizationId ¶
func (o *RegionQuota) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*RegionQuota) GetOrganizationIdOk ¶
func (o *RegionQuota) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*RegionQuota) GetRegionId ¶
func (o *RegionQuota) GetRegionId() string
GetRegionId returns the RegionId field value
func (*RegionQuota) GetRegionIdOk ¶
func (o *RegionQuota) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value and a boolean to check if the value has been set.
func (*RegionQuota) GetSandboxClass ¶
func (o *RegionQuota) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value
func (*RegionQuota) GetSandboxClassOk ¶
func (o *RegionQuota) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value and a boolean to check if the value has been set.
func (*RegionQuota) GetTotalCpuQuota ¶
func (o *RegionQuota) GetTotalCpuQuota() float32
GetTotalCpuQuota returns the TotalCpuQuota field value
func (*RegionQuota) GetTotalCpuQuotaOk ¶
func (o *RegionQuota) GetTotalCpuQuotaOk() (*float32, bool)
GetTotalCpuQuotaOk returns a tuple with the TotalCpuQuota field value and a boolean to check if the value has been set.
func (*RegionQuota) GetTotalDiskQuota ¶
func (o *RegionQuota) GetTotalDiskQuota() float32
GetTotalDiskQuota returns the TotalDiskQuota field value
func (*RegionQuota) GetTotalDiskQuotaOk ¶
func (o *RegionQuota) GetTotalDiskQuotaOk() (*float32, bool)
GetTotalDiskQuotaOk returns a tuple with the TotalDiskQuota field value and a boolean to check if the value has been set.
func (*RegionQuota) GetTotalGpuQuota ¶
func (o *RegionQuota) GetTotalGpuQuota() float32
GetTotalGpuQuota returns the TotalGpuQuota field value
func (*RegionQuota) GetTotalGpuQuotaOk ¶
func (o *RegionQuota) GetTotalGpuQuotaOk() (*float32, bool)
GetTotalGpuQuotaOk returns a tuple with the TotalGpuQuota field value and a boolean to check if the value has been set.
func (*RegionQuota) GetTotalMemoryQuota ¶
func (o *RegionQuota) GetTotalMemoryQuota() float32
GetTotalMemoryQuota returns the TotalMemoryQuota field value
func (*RegionQuota) GetTotalMemoryQuotaOk ¶
func (o *RegionQuota) GetTotalMemoryQuotaOk() (*float32, bool)
GetTotalMemoryQuotaOk returns a tuple with the TotalMemoryQuota field value and a boolean to check if the value has been set.
func (*RegionQuota) HasAllowedGpuTypes ¶
func (o *RegionQuota) HasAllowedGpuTypes() bool
HasAllowedGpuTypes returns a boolean if a field has been set.
func (RegionQuota) MarshalJSON ¶
func (o RegionQuota) MarshalJSON() ([]byte, error)
func (*RegionQuota) SetAllowedGpuTypes ¶
func (o *RegionQuota) SetAllowedGpuTypes(v []GpuType)
SetAllowedGpuTypes gets a reference to the given []GpuType and assigns it to the AllowedGpuTypes field.
func (*RegionQuota) SetMaxCpuPerGpuSandbox ¶
func (o *RegionQuota) SetMaxCpuPerGpuSandbox(v float32)
SetMaxCpuPerGpuSandbox sets field value
func (*RegionQuota) SetMaxCpuPerSandbox ¶
func (o *RegionQuota) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox sets field value
func (*RegionQuota) SetMaxDiskPerGpuSandbox ¶
func (o *RegionQuota) SetMaxDiskPerGpuSandbox(v float32)
SetMaxDiskPerGpuSandbox sets field value
func (*RegionQuota) SetMaxDiskPerNonEphemeralSandbox ¶
func (o *RegionQuota) SetMaxDiskPerNonEphemeralSandbox(v float32)
SetMaxDiskPerNonEphemeralSandbox sets field value
func (*RegionQuota) SetMaxDiskPerSandbox ¶
func (o *RegionQuota) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox sets field value
func (*RegionQuota) SetMaxMemoryPerGpuSandbox ¶
func (o *RegionQuota) SetMaxMemoryPerGpuSandbox(v float32)
SetMaxMemoryPerGpuSandbox sets field value
func (*RegionQuota) SetMaxMemoryPerSandbox ¶
func (o *RegionQuota) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox sets field value
func (*RegionQuota) SetOrganizationId ¶
func (o *RegionQuota) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*RegionQuota) SetRegionId ¶
func (o *RegionQuota) SetRegionId(v string)
SetRegionId sets field value
func (*RegionQuota) SetSandboxClass ¶
func (o *RegionQuota) SetSandboxClass(v SandboxClass)
SetSandboxClass sets field value
func (*RegionQuota) SetTotalCpuQuota ¶
func (o *RegionQuota) SetTotalCpuQuota(v float32)
SetTotalCpuQuota sets field value
func (*RegionQuota) SetTotalDiskQuota ¶
func (o *RegionQuota) SetTotalDiskQuota(v float32)
SetTotalDiskQuota sets field value
func (*RegionQuota) SetTotalGpuQuota ¶
func (o *RegionQuota) SetTotalGpuQuota(v float32)
SetTotalGpuQuota sets field value
func (*RegionQuota) SetTotalMemoryQuota ¶
func (o *RegionQuota) SetTotalMemoryQuota(v float32)
SetTotalMemoryQuota sets field value
func (RegionQuota) ToMap ¶
func (o RegionQuota) ToMap() (map[string]interface{}, error)
func (*RegionQuota) UnmarshalJSON ¶
func (o *RegionQuota) UnmarshalJSON(data []byte) (err error)
type RegionType ¶
type RegionType string
RegionType The type of the region
const ( REGIONTYPE_SHARED RegionType = "shared" REGIONTYPE_DEDICATED RegionType = "dedicated" REGIONTYPE_CUSTOM RegionType = "custom" REGIONTYPE_UNKNOWN_DEFAULT_OPEN_API RegionType = "11184809" )
List of RegionType
func NewRegionTypeFromValue ¶
func NewRegionTypeFromValue(v string) (*RegionType, error)
NewRegionTypeFromValue returns a pointer to a valid RegionType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RegionType) IsValid ¶
func (v RegionType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RegionType) Ptr ¶
func (v RegionType) Ptr() *RegionType
Ptr returns reference to RegionType value
func (*RegionType) UnmarshalJSON ¶
func (v *RegionType) UnmarshalJSON(src []byte) error
type RegionUsageOverview ¶
type RegionUsageOverview struct {
RegionId string `json:"regionId"`
SandboxClass SandboxClass `json:"sandboxClass"`
TotalCpuQuota float32 `json:"totalCpuQuota"`
CurrentCpuUsage float32 `json:"currentCpuUsage"`
TotalMemoryQuota float32 `json:"totalMemoryQuota"`
CurrentMemoryUsage float32 `json:"currentMemoryUsage"`
TotalDiskQuota float32 `json:"totalDiskQuota"`
CurrentDiskUsage float32 `json:"currentDiskUsage"`
TotalGpuQuota float32 `json:"totalGpuQuota"`
CurrentGpuUsage float32 `json:"currentGpuUsage"`
AllowedGpuTypes []GpuType `json:"allowedGpuTypes,omitempty"`
MaxCpuPerSandbox NullableFloat32 `json:"maxCpuPerSandbox"`
MaxMemoryPerSandbox NullableFloat32 `json:"maxMemoryPerSandbox"`
MaxDiskPerSandbox NullableFloat32 `json:"maxDiskPerSandbox"`
MaxDiskPerNonEphemeralSandbox NullableFloat32 `json:"maxDiskPerNonEphemeralSandbox"`
MaxCpuPerGpuSandbox NullableFloat32 `json:"maxCpuPerGpuSandbox"`
MaxMemoryPerGpuSandbox NullableFloat32 `json:"maxMemoryPerGpuSandbox"`
MaxDiskPerGpuSandbox NullableFloat32 `json:"maxDiskPerGpuSandbox"`
AdditionalProperties map[string]interface{}
}
RegionUsageOverview struct for RegionUsageOverview
func NewRegionUsageOverview ¶
func NewRegionUsageOverview(regionId string, sandboxClass SandboxClass, totalCpuQuota float32, currentCpuUsage float32, totalMemoryQuota float32, currentMemoryUsage float32, totalDiskQuota float32, currentDiskUsage float32, totalGpuQuota float32, currentGpuUsage float32, maxCpuPerSandbox NullableFloat32, maxMemoryPerSandbox NullableFloat32, maxDiskPerSandbox NullableFloat32, maxDiskPerNonEphemeralSandbox NullableFloat32, maxCpuPerGpuSandbox NullableFloat32, maxMemoryPerGpuSandbox NullableFloat32, maxDiskPerGpuSandbox NullableFloat32) *RegionUsageOverview
NewRegionUsageOverview instantiates a new RegionUsageOverview object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegionUsageOverviewWithDefaults ¶
func NewRegionUsageOverviewWithDefaults() *RegionUsageOverview
NewRegionUsageOverviewWithDefaults instantiates a new RegionUsageOverview object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegionUsageOverview) GetAllowedGpuTypes ¶
func (o *RegionUsageOverview) GetAllowedGpuTypes() []GpuType
GetAllowedGpuTypes returns the AllowedGpuTypes field value if set, zero value otherwise.
func (*RegionUsageOverview) GetAllowedGpuTypesOk ¶
func (o *RegionUsageOverview) GetAllowedGpuTypesOk() ([]GpuType, bool)
GetAllowedGpuTypesOk returns a tuple with the AllowedGpuTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetCurrentCpuUsage ¶
func (o *RegionUsageOverview) GetCurrentCpuUsage() float32
GetCurrentCpuUsage returns the CurrentCpuUsage field value
func (*RegionUsageOverview) GetCurrentCpuUsageOk ¶
func (o *RegionUsageOverview) GetCurrentCpuUsageOk() (*float32, bool)
GetCurrentCpuUsageOk returns a tuple with the CurrentCpuUsage field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetCurrentDiskUsage ¶
func (o *RegionUsageOverview) GetCurrentDiskUsage() float32
GetCurrentDiskUsage returns the CurrentDiskUsage field value
func (*RegionUsageOverview) GetCurrentDiskUsageOk ¶
func (o *RegionUsageOverview) GetCurrentDiskUsageOk() (*float32, bool)
GetCurrentDiskUsageOk returns a tuple with the CurrentDiskUsage field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetCurrentGpuUsage ¶
func (o *RegionUsageOverview) GetCurrentGpuUsage() float32
GetCurrentGpuUsage returns the CurrentGpuUsage field value
func (*RegionUsageOverview) GetCurrentGpuUsageOk ¶
func (o *RegionUsageOverview) GetCurrentGpuUsageOk() (*float32, bool)
GetCurrentGpuUsageOk returns a tuple with the CurrentGpuUsage field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetCurrentMemoryUsage ¶
func (o *RegionUsageOverview) GetCurrentMemoryUsage() float32
GetCurrentMemoryUsage returns the CurrentMemoryUsage field value
func (*RegionUsageOverview) GetCurrentMemoryUsageOk ¶
func (o *RegionUsageOverview) GetCurrentMemoryUsageOk() (*float32, bool)
GetCurrentMemoryUsageOk returns a tuple with the CurrentMemoryUsage field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetMaxCpuPerGpuSandbox ¶
func (o *RegionUsageOverview) GetMaxCpuPerGpuSandbox() float32
GetMaxCpuPerGpuSandbox returns the MaxCpuPerGpuSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxCpuPerGpuSandboxOk ¶
func (o *RegionUsageOverview) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
GetMaxCpuPerGpuSandboxOk returns a tuple with the MaxCpuPerGpuSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetMaxCpuPerSandbox ¶
func (o *RegionUsageOverview) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxCpuPerSandboxOk ¶
func (o *RegionUsageOverview) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetMaxDiskPerGpuSandbox ¶
func (o *RegionUsageOverview) GetMaxDiskPerGpuSandbox() float32
GetMaxDiskPerGpuSandbox returns the MaxDiskPerGpuSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxDiskPerGpuSandboxOk ¶
func (o *RegionUsageOverview) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
GetMaxDiskPerGpuSandboxOk returns a tuple with the MaxDiskPerGpuSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetMaxDiskPerNonEphemeralSandbox ¶
func (o *RegionUsageOverview) GetMaxDiskPerNonEphemeralSandbox() float32
GetMaxDiskPerNonEphemeralSandbox returns the MaxDiskPerNonEphemeralSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxDiskPerNonEphemeralSandboxOk ¶
func (o *RegionUsageOverview) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
GetMaxDiskPerNonEphemeralSandboxOk returns a tuple with the MaxDiskPerNonEphemeralSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetMaxDiskPerSandbox ¶
func (o *RegionUsageOverview) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxDiskPerSandboxOk ¶
func (o *RegionUsageOverview) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetMaxMemoryPerGpuSandbox ¶
func (o *RegionUsageOverview) GetMaxMemoryPerGpuSandbox() float32
GetMaxMemoryPerGpuSandbox returns the MaxMemoryPerGpuSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxMemoryPerGpuSandboxOk ¶
func (o *RegionUsageOverview) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
GetMaxMemoryPerGpuSandboxOk returns a tuple with the MaxMemoryPerGpuSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetMaxMemoryPerSandbox ¶
func (o *RegionUsageOverview) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*RegionUsageOverview) GetMaxMemoryPerSandboxOk ¶
func (o *RegionUsageOverview) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RegionUsageOverview) GetRegionId ¶
func (o *RegionUsageOverview) GetRegionId() string
GetRegionId returns the RegionId field value
func (*RegionUsageOverview) GetRegionIdOk ¶
func (o *RegionUsageOverview) GetRegionIdOk() (*string, bool)
GetRegionIdOk returns a tuple with the RegionId field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetSandboxClass ¶
func (o *RegionUsageOverview) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value
func (*RegionUsageOverview) GetSandboxClassOk ¶
func (o *RegionUsageOverview) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetTotalCpuQuota ¶
func (o *RegionUsageOverview) GetTotalCpuQuota() float32
GetTotalCpuQuota returns the TotalCpuQuota field value
func (*RegionUsageOverview) GetTotalCpuQuotaOk ¶
func (o *RegionUsageOverview) GetTotalCpuQuotaOk() (*float32, bool)
GetTotalCpuQuotaOk returns a tuple with the TotalCpuQuota field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetTotalDiskQuota ¶
func (o *RegionUsageOverview) GetTotalDiskQuota() float32
GetTotalDiskQuota returns the TotalDiskQuota field value
func (*RegionUsageOverview) GetTotalDiskQuotaOk ¶
func (o *RegionUsageOverview) GetTotalDiskQuotaOk() (*float32, bool)
GetTotalDiskQuotaOk returns a tuple with the TotalDiskQuota field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetTotalGpuQuota ¶
func (o *RegionUsageOverview) GetTotalGpuQuota() float32
GetTotalGpuQuota returns the TotalGpuQuota field value
func (*RegionUsageOverview) GetTotalGpuQuotaOk ¶
func (o *RegionUsageOverview) GetTotalGpuQuotaOk() (*float32, bool)
GetTotalGpuQuotaOk returns a tuple with the TotalGpuQuota field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) GetTotalMemoryQuota ¶
func (o *RegionUsageOverview) GetTotalMemoryQuota() float32
GetTotalMemoryQuota returns the TotalMemoryQuota field value
func (*RegionUsageOverview) GetTotalMemoryQuotaOk ¶
func (o *RegionUsageOverview) GetTotalMemoryQuotaOk() (*float32, bool)
GetTotalMemoryQuotaOk returns a tuple with the TotalMemoryQuota field value and a boolean to check if the value has been set.
func (*RegionUsageOverview) HasAllowedGpuTypes ¶
func (o *RegionUsageOverview) HasAllowedGpuTypes() bool
HasAllowedGpuTypes returns a boolean if a field has been set.
func (RegionUsageOverview) MarshalJSON ¶
func (o RegionUsageOverview) MarshalJSON() ([]byte, error)
func (*RegionUsageOverview) SetAllowedGpuTypes ¶
func (o *RegionUsageOverview) SetAllowedGpuTypes(v []GpuType)
SetAllowedGpuTypes gets a reference to the given []GpuType and assigns it to the AllowedGpuTypes field.
func (*RegionUsageOverview) SetCurrentCpuUsage ¶
func (o *RegionUsageOverview) SetCurrentCpuUsage(v float32)
SetCurrentCpuUsage sets field value
func (*RegionUsageOverview) SetCurrentDiskUsage ¶
func (o *RegionUsageOverview) SetCurrentDiskUsage(v float32)
SetCurrentDiskUsage sets field value
func (*RegionUsageOverview) SetCurrentGpuUsage ¶
func (o *RegionUsageOverview) SetCurrentGpuUsage(v float32)
SetCurrentGpuUsage sets field value
func (*RegionUsageOverview) SetCurrentMemoryUsage ¶
func (o *RegionUsageOverview) SetCurrentMemoryUsage(v float32)
SetCurrentMemoryUsage sets field value
func (*RegionUsageOverview) SetMaxCpuPerGpuSandbox ¶
func (o *RegionUsageOverview) SetMaxCpuPerGpuSandbox(v float32)
SetMaxCpuPerGpuSandbox sets field value
func (*RegionUsageOverview) SetMaxCpuPerSandbox ¶
func (o *RegionUsageOverview) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox sets field value
func (*RegionUsageOverview) SetMaxDiskPerGpuSandbox ¶
func (o *RegionUsageOverview) SetMaxDiskPerGpuSandbox(v float32)
SetMaxDiskPerGpuSandbox sets field value
func (*RegionUsageOverview) SetMaxDiskPerNonEphemeralSandbox ¶
func (o *RegionUsageOverview) SetMaxDiskPerNonEphemeralSandbox(v float32)
SetMaxDiskPerNonEphemeralSandbox sets field value
func (*RegionUsageOverview) SetMaxDiskPerSandbox ¶
func (o *RegionUsageOverview) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox sets field value
func (*RegionUsageOverview) SetMaxMemoryPerGpuSandbox ¶
func (o *RegionUsageOverview) SetMaxMemoryPerGpuSandbox(v float32)
SetMaxMemoryPerGpuSandbox sets field value
func (*RegionUsageOverview) SetMaxMemoryPerSandbox ¶
func (o *RegionUsageOverview) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox sets field value
func (*RegionUsageOverview) SetRegionId ¶
func (o *RegionUsageOverview) SetRegionId(v string)
SetRegionId sets field value
func (*RegionUsageOverview) SetSandboxClass ¶
func (o *RegionUsageOverview) SetSandboxClass(v SandboxClass)
SetSandboxClass sets field value
func (*RegionUsageOverview) SetTotalCpuQuota ¶
func (o *RegionUsageOverview) SetTotalCpuQuota(v float32)
SetTotalCpuQuota sets field value
func (*RegionUsageOverview) SetTotalDiskQuota ¶
func (o *RegionUsageOverview) SetTotalDiskQuota(v float32)
SetTotalDiskQuota sets field value
func (*RegionUsageOverview) SetTotalGpuQuota ¶
func (o *RegionUsageOverview) SetTotalGpuQuota(v float32)
SetTotalGpuQuota sets field value
func (*RegionUsageOverview) SetTotalMemoryQuota ¶
func (o *RegionUsageOverview) SetTotalMemoryQuota(v float32)
SetTotalMemoryQuota sets field value
func (RegionUsageOverview) ToMap ¶
func (o RegionUsageOverview) ToMap() (map[string]interface{}, error)
func (*RegionUsageOverview) UnmarshalJSON ¶
func (o *RegionUsageOverview) UnmarshalJSON(data []byte) (err error)
type RegionsAPI ¶
type RegionsAPI interface {
ListSharedRegions(ctx context.Context) RegionsAPIListSharedRegionsRequest
// @return []Region
ListSharedRegionsExecute(r RegionsAPIListSharedRegionsRequest) ([]Region, *http.Response, error)
}
type RegionsAPIListSharedRegionsRequest ¶
type RegionsAPIListSharedRegionsRequest struct {
// contains filtered or unexported fields
}
type RegionsAPIService ¶
type RegionsAPIService service
RegionsAPIService RegionsAPI service
func (*RegionsAPIService) ListSharedRegions ¶
func (a *RegionsAPIService) ListSharedRegions(ctx context.Context) RegionsAPIListSharedRegionsRequest
ListSharedRegions List all shared regions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RegionsAPIListSharedRegionsRequest
func (*RegionsAPIService) ListSharedRegionsExecute ¶
func (a *RegionsAPIService) ListSharedRegionsExecute(r RegionsAPIListSharedRegionsRequest) ([]Region, *http.Response, error)
Execute executes the request
@return []Region
type RegistryPushAccessDto ¶
type RegistryPushAccessDto struct {
// Temporary username for registry authentication
Username string `json:"username"`
// Temporary secret for registry authentication
Secret string `json:"secret"`
// Registry URL
RegistryUrl string `json:"registryUrl"`
// Registry ID
RegistryId string `json:"registryId"`
// Registry project ID
Project string `json:"project"`
// Token expiration time in ISO format
ExpiresAt string `json:"expiresAt"`
AdditionalProperties map[string]interface{}
}
RegistryPushAccessDto struct for RegistryPushAccessDto
func NewRegistryPushAccessDto ¶
func NewRegistryPushAccessDto(username string, secret string, registryUrl string, registryId string, project string, expiresAt string) *RegistryPushAccessDto
NewRegistryPushAccessDto instantiates a new RegistryPushAccessDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRegistryPushAccessDtoWithDefaults ¶
func NewRegistryPushAccessDtoWithDefaults() *RegistryPushAccessDto
NewRegistryPushAccessDtoWithDefaults instantiates a new RegistryPushAccessDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RegistryPushAccessDto) GetExpiresAt ¶
func (o *RegistryPushAccessDto) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value
func (*RegistryPushAccessDto) GetExpiresAtOk ¶
func (o *RegistryPushAccessDto) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*RegistryPushAccessDto) GetProject ¶
func (o *RegistryPushAccessDto) GetProject() string
GetProject returns the Project field value
func (*RegistryPushAccessDto) GetProjectOk ¶
func (o *RegistryPushAccessDto) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value and a boolean to check if the value has been set.
func (*RegistryPushAccessDto) GetRegistryId ¶
func (o *RegistryPushAccessDto) GetRegistryId() string
GetRegistryId returns the RegistryId field value
func (*RegistryPushAccessDto) GetRegistryIdOk ¶
func (o *RegistryPushAccessDto) GetRegistryIdOk() (*string, bool)
GetRegistryIdOk returns a tuple with the RegistryId field value and a boolean to check if the value has been set.
func (*RegistryPushAccessDto) GetRegistryUrl ¶
func (o *RegistryPushAccessDto) GetRegistryUrl() string
GetRegistryUrl returns the RegistryUrl field value
func (*RegistryPushAccessDto) GetRegistryUrlOk ¶
func (o *RegistryPushAccessDto) GetRegistryUrlOk() (*string, bool)
GetRegistryUrlOk returns a tuple with the RegistryUrl field value and a boolean to check if the value has been set.
func (*RegistryPushAccessDto) GetSecret ¶
func (o *RegistryPushAccessDto) GetSecret() string
GetSecret returns the Secret field value
func (*RegistryPushAccessDto) GetSecretOk ¶
func (o *RegistryPushAccessDto) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*RegistryPushAccessDto) GetUsername ¶
func (o *RegistryPushAccessDto) GetUsername() string
GetUsername returns the Username field value
func (*RegistryPushAccessDto) GetUsernameOk ¶
func (o *RegistryPushAccessDto) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (RegistryPushAccessDto) MarshalJSON ¶
func (o RegistryPushAccessDto) MarshalJSON() ([]byte, error)
func (*RegistryPushAccessDto) SetExpiresAt ¶
func (o *RegistryPushAccessDto) SetExpiresAt(v string)
SetExpiresAt sets field value
func (*RegistryPushAccessDto) SetProject ¶
func (o *RegistryPushAccessDto) SetProject(v string)
SetProject sets field value
func (*RegistryPushAccessDto) SetRegistryId ¶
func (o *RegistryPushAccessDto) SetRegistryId(v string)
SetRegistryId sets field value
func (*RegistryPushAccessDto) SetRegistryUrl ¶
func (o *RegistryPushAccessDto) SetRegistryUrl(v string)
SetRegistryUrl sets field value
func (*RegistryPushAccessDto) SetSecret ¶
func (o *RegistryPushAccessDto) SetSecret(v string)
SetSecret sets field value
func (*RegistryPushAccessDto) SetUsername ¶
func (o *RegistryPushAccessDto) SetUsername(v string)
SetUsername sets field value
func (RegistryPushAccessDto) ToMap ¶
func (o RegistryPushAccessDto) ToMap() (map[string]interface{}, error)
func (*RegistryPushAccessDto) UnmarshalJSON ¶
func (o *RegistryPushAccessDto) UnmarshalJSON(data []byte) (err error)
type ResizeSandbox ¶
type ResizeSandbox struct {
// CPU cores to allocate to the sandbox (minimum: 1)
Cpu *int32 `json:"cpu,omitempty"`
// Memory in GB to allocate to the sandbox (minimum: 1)
Memory *int32 `json:"memory,omitempty"`
// Disk space in GB to allocate to the sandbox (can only be increased)
Disk *int32 `json:"disk,omitempty"`
AdditionalProperties map[string]interface{}
}
ResizeSandbox struct for ResizeSandbox
func NewResizeSandbox ¶
func NewResizeSandbox() *ResizeSandbox
NewResizeSandbox instantiates a new ResizeSandbox object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResizeSandboxWithDefaults ¶
func NewResizeSandboxWithDefaults() *ResizeSandbox
NewResizeSandboxWithDefaults instantiates a new ResizeSandbox object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResizeSandbox) GetCpu ¶
func (o *ResizeSandbox) GetCpu() int32
GetCpu returns the Cpu field value if set, zero value otherwise.
func (*ResizeSandbox) GetCpuOk ¶
func (o *ResizeSandbox) GetCpuOk() (*int32, bool)
GetCpuOk returns a tuple with the Cpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResizeSandbox) GetDisk ¶
func (o *ResizeSandbox) GetDisk() int32
GetDisk returns the Disk field value if set, zero value otherwise.
func (*ResizeSandbox) GetDiskOk ¶
func (o *ResizeSandbox) GetDiskOk() (*int32, bool)
GetDiskOk returns a tuple with the Disk field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResizeSandbox) GetMemory ¶
func (o *ResizeSandbox) GetMemory() int32
GetMemory returns the Memory field value if set, zero value otherwise.
func (*ResizeSandbox) GetMemoryOk ¶
func (o *ResizeSandbox) GetMemoryOk() (*int32, bool)
GetMemoryOk returns a tuple with the Memory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResizeSandbox) HasCpu ¶
func (o *ResizeSandbox) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (*ResizeSandbox) HasDisk ¶
func (o *ResizeSandbox) HasDisk() bool
HasDisk returns a boolean if a field has been set.
func (*ResizeSandbox) HasMemory ¶
func (o *ResizeSandbox) HasMemory() bool
HasMemory returns a boolean if a field has been set.
func (ResizeSandbox) MarshalJSON ¶
func (o ResizeSandbox) MarshalJSON() ([]byte, error)
func (*ResizeSandbox) SetCpu ¶
func (o *ResizeSandbox) SetCpu(v int32)
SetCpu gets a reference to the given int32 and assigns it to the Cpu field.
func (*ResizeSandbox) SetDisk ¶
func (o *ResizeSandbox) SetDisk(v int32)
SetDisk gets a reference to the given int32 and assigns it to the Disk field.
func (*ResizeSandbox) SetMemory ¶
func (o *ResizeSandbox) SetMemory(v int32)
SetMemory gets a reference to the given int32 and assigns it to the Memory field.
func (ResizeSandbox) ToMap ¶
func (o ResizeSandbox) ToMap() (map[string]interface{}, error)
func (*ResizeSandbox) UnmarshalJSON ¶
func (o *ResizeSandbox) UnmarshalJSON(data []byte) (err error)
type ResolveSandboxSecrets200ResponseInner ¶
type ResolveSandboxSecrets200ResponseInner struct {
Env *string `json:"env,omitempty"`
Placeholder *string `json:"placeholder,omitempty"`
Value *string `json:"value,omitempty"`
Hosts []string `json:"hosts,omitempty"`
AdditionalProperties map[string]interface{}
}
ResolveSandboxSecrets200ResponseInner struct for ResolveSandboxSecrets200ResponseInner
func NewResolveSandboxSecrets200ResponseInner ¶
func NewResolveSandboxSecrets200ResponseInner() *ResolveSandboxSecrets200ResponseInner
NewResolveSandboxSecrets200ResponseInner instantiates a new ResolveSandboxSecrets200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResolveSandboxSecrets200ResponseInnerWithDefaults ¶
func NewResolveSandboxSecrets200ResponseInnerWithDefaults() *ResolveSandboxSecrets200ResponseInner
NewResolveSandboxSecrets200ResponseInnerWithDefaults instantiates a new ResolveSandboxSecrets200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResolveSandboxSecrets200ResponseInner) GetEnv ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetEnv() string
GetEnv returns the Env field value if set, zero value otherwise.
func (*ResolveSandboxSecrets200ResponseInner) GetEnvOk ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetEnvOk() (*string, bool)
GetEnvOk returns a tuple with the Env field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResolveSandboxSecrets200ResponseInner) GetHosts ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetHosts() []string
GetHosts returns the Hosts field value if set, zero value otherwise.
func (*ResolveSandboxSecrets200ResponseInner) GetHostsOk ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetHostsOk() ([]string, bool)
GetHostsOk returns a tuple with the Hosts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResolveSandboxSecrets200ResponseInner) GetPlaceholder ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetPlaceholder() string
GetPlaceholder returns the Placeholder field value if set, zero value otherwise.
func (*ResolveSandboxSecrets200ResponseInner) GetPlaceholderOk ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetPlaceholderOk() (*string, bool)
GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResolveSandboxSecrets200ResponseInner) GetValue ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ResolveSandboxSecrets200ResponseInner) GetValueOk ¶
func (o *ResolveSandboxSecrets200ResponseInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResolveSandboxSecrets200ResponseInner) HasEnv ¶
func (o *ResolveSandboxSecrets200ResponseInner) HasEnv() bool
HasEnv returns a boolean if a field has been set.
func (*ResolveSandboxSecrets200ResponseInner) HasHosts ¶
func (o *ResolveSandboxSecrets200ResponseInner) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (*ResolveSandboxSecrets200ResponseInner) HasPlaceholder ¶
func (o *ResolveSandboxSecrets200ResponseInner) HasPlaceholder() bool
HasPlaceholder returns a boolean if a field has been set.
func (*ResolveSandboxSecrets200ResponseInner) HasValue ¶
func (o *ResolveSandboxSecrets200ResponseInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (ResolveSandboxSecrets200ResponseInner) MarshalJSON ¶
func (o ResolveSandboxSecrets200ResponseInner) MarshalJSON() ([]byte, error)
func (*ResolveSandboxSecrets200ResponseInner) SetEnv ¶
func (o *ResolveSandboxSecrets200ResponseInner) SetEnv(v string)
SetEnv gets a reference to the given string and assigns it to the Env field.
func (*ResolveSandboxSecrets200ResponseInner) SetHosts ¶
func (o *ResolveSandboxSecrets200ResponseInner) SetHosts(v []string)
SetHosts gets a reference to the given []string and assigns it to the Hosts field.
func (*ResolveSandboxSecrets200ResponseInner) SetPlaceholder ¶
func (o *ResolveSandboxSecrets200ResponseInner) SetPlaceholder(v string)
SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.
func (*ResolveSandboxSecrets200ResponseInner) SetValue ¶
func (o *ResolveSandboxSecrets200ResponseInner) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (ResolveSandboxSecrets200ResponseInner) ToMap ¶
func (o ResolveSandboxSecrets200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ResolveSandboxSecrets200ResponseInner) UnmarshalJSON ¶
func (o *ResolveSandboxSecrets200ResponseInner) UnmarshalJSON(data []byte) (err error)
type Runner ¶
type Runner struct {
// The ID of the runner
Id string `json:"id"`
// The domain of the runner
Domain *string `json:"domain,omitempty"`
// The API URL of the runner
ApiUrl *string `json:"apiUrl,omitempty"`
// The proxy URL of the runner
ProxyUrl *string `json:"proxyUrl,omitempty"`
// The CPU capacity of the runner
Cpu float32 `json:"cpu"`
// The memory capacity of the runner in GiB
Memory float32 `json:"memory"`
// The disk capacity of the runner in GiB
Disk float32 `json:"disk"`
// The GPU capacity of the runner
Gpu *float32 `json:"gpu,omitempty"`
// The type of GPU
GpuType *string `json:"gpuType,omitempty"`
// The sandbox class supported by this runner
SandboxClass *SandboxClass `json:"sandboxClass,omitempty"`
// Current CPU usage percentage
CurrentCpuUsagePercentage *float32 `json:"currentCpuUsagePercentage,omitempty"`
// Current RAM usage percentage
CurrentMemoryUsagePercentage *float32 `json:"currentMemoryUsagePercentage,omitempty"`
// Current disk usage percentage
CurrentDiskUsagePercentage *float32 `json:"currentDiskUsagePercentage,omitempty"`
// Current allocated CPU
CurrentAllocatedCpu *float32 `json:"currentAllocatedCpu,omitempty"`
// Current allocated memory in GiB
CurrentAllocatedMemoryGiB *float32 `json:"currentAllocatedMemoryGiB,omitempty"`
// Current allocated disk in GiB
CurrentAllocatedDiskGiB *float32 `json:"currentAllocatedDiskGiB,omitempty"`
// Current snapshot count
CurrentSnapshotCount *float32 `json:"currentSnapshotCount,omitempty"`
// Current number of started sandboxes
CurrentStartedSandboxes *float32 `json:"currentStartedSandboxes,omitempty"`
// Runner availability score
AvailabilityScore *float32 `json:"availabilityScore,omitempty"`
// The region of the runner
Region string `json:"region"`
// The name of the runner
Name string `json:"name"`
// The state of the runner
State RunnerState `json:"state"`
// The last time the runner was checked
LastChecked *string `json:"lastChecked,omitempty"`
// Whether the runner is unschedulable
Unschedulable bool `json:"unschedulable"`
// Tags associated with the runner
Tags []string `json:"tags"`
// The creation timestamp of the runner
CreatedAt string `json:"createdAt"`
// The last update timestamp of the runner
UpdatedAt string `json:"updatedAt"`
// The version of the runner (deprecated in favor of apiVersion)
// Deprecated
Version string `json:"version"`
// The api version of the runner
// Deprecated
ApiVersion string `json:"apiVersion"`
// The class of the runner. Deprecated and always returns \"container\" for backward compatibility - use sandboxClass instead.
// Deprecated
RunnerClass RunnerClass `json:"runnerClass"`
// The app version of the runner
// Deprecated
AppVersion *string `json:"appVersion,omitempty"`
// Deprecated runner class property
// Deprecated
Class *string `json:"class,omitempty"`
AdditionalProperties map[string]interface{}
}
Runner struct for Runner
func NewRunner ¶
func NewRunner(id string, cpu float32, memory float32, disk float32, region string, name string, state RunnerState, unschedulable bool, tags []string, createdAt string, updatedAt string, version string, apiVersion string, runnerClass RunnerClass) *Runner
NewRunner instantiates a new Runner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRunnerWithDefaults ¶
func NewRunnerWithDefaults() *Runner
NewRunnerWithDefaults instantiates a new Runner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Runner) GetApiUrlOk ¶
GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetApiVersion ¶
GetApiVersion returns the ApiVersion field value Deprecated
func (*Runner) GetApiVersionOk ¶
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set. Deprecated
func (*Runner) GetAppVersion ¶
GetAppVersion returns the AppVersion field value if set, zero value otherwise. Deprecated
func (*Runner) GetAppVersionOk ¶
GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Runner) GetAvailabilityScore ¶
GetAvailabilityScore returns the AvailabilityScore field value if set, zero value otherwise.
func (*Runner) GetAvailabilityScoreOk ¶
GetAvailabilityScoreOk returns a tuple with the AvailabilityScore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetClass ¶
GetClass returns the Class field value if set, zero value otherwise. Deprecated
func (*Runner) GetClassOk ¶
GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Runner) GetCpuOk ¶
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*Runner) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Runner) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Runner) GetCurrentAllocatedCpu ¶
GetCurrentAllocatedCpu returns the CurrentAllocatedCpu field value if set, zero value otherwise.
func (*Runner) GetCurrentAllocatedCpuOk ¶
GetCurrentAllocatedCpuOk returns a tuple with the CurrentAllocatedCpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentAllocatedDiskGiB ¶
GetCurrentAllocatedDiskGiB returns the CurrentAllocatedDiskGiB field value if set, zero value otherwise.
func (*Runner) GetCurrentAllocatedDiskGiBOk ¶
GetCurrentAllocatedDiskGiBOk returns a tuple with the CurrentAllocatedDiskGiB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentAllocatedMemoryGiB ¶
GetCurrentAllocatedMemoryGiB returns the CurrentAllocatedMemoryGiB field value if set, zero value otherwise.
func (*Runner) GetCurrentAllocatedMemoryGiBOk ¶
GetCurrentAllocatedMemoryGiBOk returns a tuple with the CurrentAllocatedMemoryGiB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentCpuUsagePercentage ¶
GetCurrentCpuUsagePercentage returns the CurrentCpuUsagePercentage field value if set, zero value otherwise.
func (*Runner) GetCurrentCpuUsagePercentageOk ¶
GetCurrentCpuUsagePercentageOk returns a tuple with the CurrentCpuUsagePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentDiskUsagePercentage ¶
GetCurrentDiskUsagePercentage returns the CurrentDiskUsagePercentage field value if set, zero value otherwise.
func (*Runner) GetCurrentDiskUsagePercentageOk ¶
GetCurrentDiskUsagePercentageOk returns a tuple with the CurrentDiskUsagePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentMemoryUsagePercentage ¶
GetCurrentMemoryUsagePercentage returns the CurrentMemoryUsagePercentage field value if set, zero value otherwise.
func (*Runner) GetCurrentMemoryUsagePercentageOk ¶
GetCurrentMemoryUsagePercentageOk returns a tuple with the CurrentMemoryUsagePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentSnapshotCount ¶
GetCurrentSnapshotCount returns the CurrentSnapshotCount field value if set, zero value otherwise.
func (*Runner) GetCurrentSnapshotCountOk ¶
GetCurrentSnapshotCountOk returns a tuple with the CurrentSnapshotCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetCurrentStartedSandboxes ¶
GetCurrentStartedSandboxes returns the CurrentStartedSandboxes field value if set, zero value otherwise.
func (*Runner) GetCurrentStartedSandboxesOk ¶
GetCurrentStartedSandboxesOk returns a tuple with the CurrentStartedSandboxes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetDiskOk ¶
GetDiskOk returns a tuple with the Disk field value and a boolean to check if the value has been set.
func (*Runner) GetDomainOk ¶
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetGpuOk ¶
GetGpuOk returns a tuple with the Gpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetGpuType ¶
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*Runner) GetGpuTypeOk ¶
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Runner) GetLastChecked ¶
GetLastChecked returns the LastChecked field value if set, zero value otherwise.
func (*Runner) GetLastCheckedOk ¶
GetLastCheckedOk returns a tuple with the LastChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetMemoryOk ¶
GetMemoryOk returns a tuple with the Memory field value and a boolean to check if the value has been set.
func (*Runner) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Runner) GetProxyUrl ¶
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise.
func (*Runner) GetProxyUrlOk ¶
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*Runner) GetRunnerClass ¶
func (o *Runner) GetRunnerClass() RunnerClass
GetRunnerClass returns the RunnerClass field value Deprecated
func (*Runner) GetRunnerClassOk ¶
func (o *Runner) GetRunnerClassOk() (*RunnerClass, bool)
GetRunnerClassOk returns a tuple with the RunnerClass field value and a boolean to check if the value has been set. Deprecated
func (*Runner) GetSandboxClass ¶
func (o *Runner) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*Runner) GetSandboxClassOk ¶
func (o *Runner) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Runner) GetState ¶
func (o *Runner) GetState() RunnerState
GetState returns the State field value
func (*Runner) GetStateOk ¶
func (o *Runner) GetStateOk() (*RunnerState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*Runner) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value and a boolean to check if the value has been set.
func (*Runner) GetUnschedulable ¶
GetUnschedulable returns the Unschedulable field value
func (*Runner) GetUnschedulableOk ¶
GetUnschedulableOk returns a tuple with the Unschedulable field value and a boolean to check if the value has been set.
func (*Runner) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Runner) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Runner) GetVersion ¶
GetVersion returns the Version field value Deprecated
func (*Runner) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set. Deprecated
func (*Runner) HasAppVersion ¶
HasAppVersion returns a boolean if a field has been set.
func (*Runner) HasAvailabilityScore ¶
HasAvailabilityScore returns a boolean if a field has been set.
func (*Runner) HasCurrentAllocatedCpu ¶
HasCurrentAllocatedCpu returns a boolean if a field has been set.
func (*Runner) HasCurrentAllocatedDiskGiB ¶
HasCurrentAllocatedDiskGiB returns a boolean if a field has been set.
func (*Runner) HasCurrentAllocatedMemoryGiB ¶
HasCurrentAllocatedMemoryGiB returns a boolean if a field has been set.
func (*Runner) HasCurrentCpuUsagePercentage ¶
HasCurrentCpuUsagePercentage returns a boolean if a field has been set.
func (*Runner) HasCurrentDiskUsagePercentage ¶
HasCurrentDiskUsagePercentage returns a boolean if a field has been set.
func (*Runner) HasCurrentMemoryUsagePercentage ¶
HasCurrentMemoryUsagePercentage returns a boolean if a field has been set.
func (*Runner) HasCurrentSnapshotCount ¶
HasCurrentSnapshotCount returns a boolean if a field has been set.
func (*Runner) HasCurrentStartedSandboxes ¶
HasCurrentStartedSandboxes returns a boolean if a field has been set.
func (*Runner) HasGpuType ¶
HasGpuType returns a boolean if a field has been set.
func (*Runner) HasLastChecked ¶
HasLastChecked returns a boolean if a field has been set.
func (*Runner) HasProxyUrl ¶
HasProxyUrl returns a boolean if a field has been set.
func (*Runner) HasSandboxClass ¶
HasSandboxClass returns a boolean if a field has been set.
func (Runner) MarshalJSON ¶
func (*Runner) SetApiUrl ¶
SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.
func (*Runner) SetApiVersion ¶
SetApiVersion sets field value Deprecated
func (*Runner) SetAppVersion ¶
SetAppVersion gets a reference to the given string and assigns it to the AppVersion field. Deprecated
func (*Runner) SetAvailabilityScore ¶
SetAvailabilityScore gets a reference to the given float32 and assigns it to the AvailabilityScore field.
func (*Runner) SetClass ¶
SetClass gets a reference to the given string and assigns it to the Class field. Deprecated
func (*Runner) SetCurrentAllocatedCpu ¶
SetCurrentAllocatedCpu gets a reference to the given float32 and assigns it to the CurrentAllocatedCpu field.
func (*Runner) SetCurrentAllocatedDiskGiB ¶
SetCurrentAllocatedDiskGiB gets a reference to the given float32 and assigns it to the CurrentAllocatedDiskGiB field.
func (*Runner) SetCurrentAllocatedMemoryGiB ¶
SetCurrentAllocatedMemoryGiB gets a reference to the given float32 and assigns it to the CurrentAllocatedMemoryGiB field.
func (*Runner) SetCurrentCpuUsagePercentage ¶
SetCurrentCpuUsagePercentage gets a reference to the given float32 and assigns it to the CurrentCpuUsagePercentage field.
func (*Runner) SetCurrentDiskUsagePercentage ¶
SetCurrentDiskUsagePercentage gets a reference to the given float32 and assigns it to the CurrentDiskUsagePercentage field.
func (*Runner) SetCurrentMemoryUsagePercentage ¶
SetCurrentMemoryUsagePercentage gets a reference to the given float32 and assigns it to the CurrentMemoryUsagePercentage field.
func (*Runner) SetCurrentSnapshotCount ¶
SetCurrentSnapshotCount gets a reference to the given float32 and assigns it to the CurrentSnapshotCount field.
func (*Runner) SetCurrentStartedSandboxes ¶
SetCurrentStartedSandboxes gets a reference to the given float32 and assigns it to the CurrentStartedSandboxes field.
func (*Runner) SetDomain ¶
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*Runner) SetGpu ¶
SetGpu gets a reference to the given float32 and assigns it to the Gpu field.
func (*Runner) SetGpuType ¶
SetGpuType gets a reference to the given string and assigns it to the GpuType field.
func (*Runner) SetLastChecked ¶
SetLastChecked gets a reference to the given string and assigns it to the LastChecked field.
func (*Runner) SetProxyUrl ¶
SetProxyUrl gets a reference to the given string and assigns it to the ProxyUrl field.
func (*Runner) SetRunnerClass ¶
func (o *Runner) SetRunnerClass(v RunnerClass)
SetRunnerClass sets field value Deprecated
func (*Runner) SetSandboxClass ¶
func (o *Runner) SetSandboxClass(v SandboxClass)
SetSandboxClass gets a reference to the given SandboxClass and assigns it to the SandboxClass field.
func (*Runner) SetUnschedulable ¶
SetUnschedulable sets field value
func (*Runner) SetVersion ¶
SetVersion sets field value Deprecated
func (*Runner) UnmarshalJSON ¶
type RunnerClass ¶
type RunnerClass string
RunnerClass The class of the runner. Deprecated and always returns \"container\" for backward compatibility - use sandboxClass instead.
const ( RUNNERCLASS_CONTAINER RunnerClass = "container" RUNNERCLASS_UNKNOWN_DEFAULT_OPEN_API RunnerClass = "11184809" )
List of RunnerClass
func NewRunnerClassFromValue ¶
func NewRunnerClassFromValue(v string) (*RunnerClass, error)
NewRunnerClassFromValue returns a pointer to a valid RunnerClass for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RunnerClass) IsValid ¶
func (v RunnerClass) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RunnerClass) Ptr ¶
func (v RunnerClass) Ptr() *RunnerClass
Ptr returns reference to RunnerClass value
func (*RunnerClass) UnmarshalJSON ¶
func (v *RunnerClass) UnmarshalJSON(src []byte) error
type RunnerFull ¶
type RunnerFull struct {
// The ID of the runner
Id string `json:"id"`
// The domain of the runner
Domain *string `json:"domain,omitempty"`
// The API URL of the runner
ApiUrl *string `json:"apiUrl,omitempty"`
// The proxy URL of the runner
ProxyUrl *string `json:"proxyUrl,omitempty"`
// The CPU capacity of the runner
Cpu float32 `json:"cpu"`
// The memory capacity of the runner in GiB
Memory float32 `json:"memory"`
// The disk capacity of the runner in GiB
Disk float32 `json:"disk"`
// The GPU capacity of the runner
Gpu *float32 `json:"gpu,omitempty"`
// The type of GPU
GpuType *string `json:"gpuType,omitempty"`
// The sandbox class supported by this runner
SandboxClass *SandboxClass `json:"sandboxClass,omitempty"`
// Current CPU usage percentage
CurrentCpuUsagePercentage *float32 `json:"currentCpuUsagePercentage,omitempty"`
// Current RAM usage percentage
CurrentMemoryUsagePercentage *float32 `json:"currentMemoryUsagePercentage,omitempty"`
// Current disk usage percentage
CurrentDiskUsagePercentage *float32 `json:"currentDiskUsagePercentage,omitempty"`
// Current allocated CPU
CurrentAllocatedCpu *float32 `json:"currentAllocatedCpu,omitempty"`
// Current allocated memory in GiB
CurrentAllocatedMemoryGiB *float32 `json:"currentAllocatedMemoryGiB,omitempty"`
// Current allocated disk in GiB
CurrentAllocatedDiskGiB *float32 `json:"currentAllocatedDiskGiB,omitempty"`
// Current snapshot count
CurrentSnapshotCount *float32 `json:"currentSnapshotCount,omitempty"`
// Current number of started sandboxes
CurrentStartedSandboxes *float32 `json:"currentStartedSandboxes,omitempty"`
// Runner availability score
AvailabilityScore *float32 `json:"availabilityScore,omitempty"`
// The region of the runner
Region string `json:"region"`
// The name of the runner
Name string `json:"name"`
// The state of the runner
State RunnerState `json:"state"`
// The last time the runner was checked
LastChecked *string `json:"lastChecked,omitempty"`
// Whether the runner is unschedulable
Unschedulable bool `json:"unschedulable"`
// Tags associated with the runner
Tags []string `json:"tags"`
// The creation timestamp of the runner
CreatedAt string `json:"createdAt"`
// The last update timestamp of the runner
UpdatedAt string `json:"updatedAt"`
// The version of the runner (deprecated in favor of apiVersion)
// Deprecated
Version string `json:"version"`
// The api version of the runner
// Deprecated
ApiVersion string `json:"apiVersion"`
// The class of the runner. Deprecated and always returns \"container\" for backward compatibility - use sandboxClass instead.
// Deprecated
RunnerClass RunnerClass `json:"runnerClass"`
// The app version of the runner
// Deprecated
AppVersion *string `json:"appVersion,omitempty"`
// Deprecated runner class property
// Deprecated
Class *string `json:"class,omitempty"`
// The API key for the runner
ApiKey string `json:"apiKey"`
// The region type of the runner
RegionType *RegionType `json:"regionType,omitempty"`
AdditionalProperties map[string]interface{}
}
RunnerFull struct for RunnerFull
func NewRunnerFull ¶
func NewRunnerFull(id string, cpu float32, memory float32, disk float32, region string, name string, state RunnerState, unschedulable bool, tags []string, createdAt string, updatedAt string, version string, apiVersion string, runnerClass RunnerClass, apiKey string) *RunnerFull
NewRunnerFull instantiates a new RunnerFull object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRunnerFullWithDefaults ¶
func NewRunnerFullWithDefaults() *RunnerFull
NewRunnerFullWithDefaults instantiates a new RunnerFull object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RunnerFull) GetApiKey ¶
func (o *RunnerFull) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*RunnerFull) GetApiKeyOk ¶
func (o *RunnerFull) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*RunnerFull) GetApiUrl ¶
func (o *RunnerFull) GetApiUrl() string
GetApiUrl returns the ApiUrl field value if set, zero value otherwise.
func (*RunnerFull) GetApiUrlOk ¶
func (o *RunnerFull) GetApiUrlOk() (*string, bool)
GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetApiVersion ¶
func (o *RunnerFull) GetApiVersion() string
GetApiVersion returns the ApiVersion field value Deprecated
func (*RunnerFull) GetApiVersionOk ¶
func (o *RunnerFull) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field value and a boolean to check if the value has been set. Deprecated
func (*RunnerFull) GetAppVersion ¶
func (o *RunnerFull) GetAppVersion() string
GetAppVersion returns the AppVersion field value if set, zero value otherwise. Deprecated
func (*RunnerFull) GetAppVersionOk ¶
func (o *RunnerFull) GetAppVersionOk() (*string, bool)
GetAppVersionOk returns a tuple with the AppVersion field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*RunnerFull) GetAvailabilityScore ¶
func (o *RunnerFull) GetAvailabilityScore() float32
GetAvailabilityScore returns the AvailabilityScore field value if set, zero value otherwise.
func (*RunnerFull) GetAvailabilityScoreOk ¶
func (o *RunnerFull) GetAvailabilityScoreOk() (*float32, bool)
GetAvailabilityScoreOk returns a tuple with the AvailabilityScore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetClass ¶
func (o *RunnerFull) GetClass() string
GetClass returns the Class field value if set, zero value otherwise. Deprecated
func (*RunnerFull) GetClassOk ¶
func (o *RunnerFull) GetClassOk() (*string, bool)
GetClassOk returns a tuple with the Class field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*RunnerFull) GetCpu ¶
func (o *RunnerFull) GetCpu() float32
GetCpu returns the Cpu field value
func (*RunnerFull) GetCpuOk ¶
func (o *RunnerFull) GetCpuOk() (*float32, bool)
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*RunnerFull) GetCreatedAt ¶
func (o *RunnerFull) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*RunnerFull) GetCreatedAtOk ¶
func (o *RunnerFull) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentAllocatedCpu ¶
func (o *RunnerFull) GetCurrentAllocatedCpu() float32
GetCurrentAllocatedCpu returns the CurrentAllocatedCpu field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentAllocatedCpuOk ¶
func (o *RunnerFull) GetCurrentAllocatedCpuOk() (*float32, bool)
GetCurrentAllocatedCpuOk returns a tuple with the CurrentAllocatedCpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentAllocatedDiskGiB ¶
func (o *RunnerFull) GetCurrentAllocatedDiskGiB() float32
GetCurrentAllocatedDiskGiB returns the CurrentAllocatedDiskGiB field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentAllocatedDiskGiBOk ¶
func (o *RunnerFull) GetCurrentAllocatedDiskGiBOk() (*float32, bool)
GetCurrentAllocatedDiskGiBOk returns a tuple with the CurrentAllocatedDiskGiB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentAllocatedMemoryGiB ¶
func (o *RunnerFull) GetCurrentAllocatedMemoryGiB() float32
GetCurrentAllocatedMemoryGiB returns the CurrentAllocatedMemoryGiB field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentAllocatedMemoryGiBOk ¶
func (o *RunnerFull) GetCurrentAllocatedMemoryGiBOk() (*float32, bool)
GetCurrentAllocatedMemoryGiBOk returns a tuple with the CurrentAllocatedMemoryGiB field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentCpuUsagePercentage ¶
func (o *RunnerFull) GetCurrentCpuUsagePercentage() float32
GetCurrentCpuUsagePercentage returns the CurrentCpuUsagePercentage field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentCpuUsagePercentageOk ¶
func (o *RunnerFull) GetCurrentCpuUsagePercentageOk() (*float32, bool)
GetCurrentCpuUsagePercentageOk returns a tuple with the CurrentCpuUsagePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentDiskUsagePercentage ¶
func (o *RunnerFull) GetCurrentDiskUsagePercentage() float32
GetCurrentDiskUsagePercentage returns the CurrentDiskUsagePercentage field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentDiskUsagePercentageOk ¶
func (o *RunnerFull) GetCurrentDiskUsagePercentageOk() (*float32, bool)
GetCurrentDiskUsagePercentageOk returns a tuple with the CurrentDiskUsagePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentMemoryUsagePercentage ¶
func (o *RunnerFull) GetCurrentMemoryUsagePercentage() float32
GetCurrentMemoryUsagePercentage returns the CurrentMemoryUsagePercentage field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentMemoryUsagePercentageOk ¶
func (o *RunnerFull) GetCurrentMemoryUsagePercentageOk() (*float32, bool)
GetCurrentMemoryUsagePercentageOk returns a tuple with the CurrentMemoryUsagePercentage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentSnapshotCount ¶
func (o *RunnerFull) GetCurrentSnapshotCount() float32
GetCurrentSnapshotCount returns the CurrentSnapshotCount field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentSnapshotCountOk ¶
func (o *RunnerFull) GetCurrentSnapshotCountOk() (*float32, bool)
GetCurrentSnapshotCountOk returns a tuple with the CurrentSnapshotCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetCurrentStartedSandboxes ¶
func (o *RunnerFull) GetCurrentStartedSandboxes() float32
GetCurrentStartedSandboxes returns the CurrentStartedSandboxes field value if set, zero value otherwise.
func (*RunnerFull) GetCurrentStartedSandboxesOk ¶
func (o *RunnerFull) GetCurrentStartedSandboxesOk() (*float32, bool)
GetCurrentStartedSandboxesOk returns a tuple with the CurrentStartedSandboxes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetDisk ¶
func (o *RunnerFull) GetDisk() float32
GetDisk returns the Disk field value
func (*RunnerFull) GetDiskOk ¶
func (o *RunnerFull) GetDiskOk() (*float32, bool)
GetDiskOk returns a tuple with the Disk field value and a boolean to check if the value has been set.
func (*RunnerFull) GetDomain ¶
func (o *RunnerFull) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*RunnerFull) GetDomainOk ¶
func (o *RunnerFull) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetGpu ¶
func (o *RunnerFull) GetGpu() float32
GetGpu returns the Gpu field value if set, zero value otherwise.
func (*RunnerFull) GetGpuOk ¶
func (o *RunnerFull) GetGpuOk() (*float32, bool)
GetGpuOk returns a tuple with the Gpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetGpuType ¶
func (o *RunnerFull) GetGpuType() string
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*RunnerFull) GetGpuTypeOk ¶
func (o *RunnerFull) GetGpuTypeOk() (*string, bool)
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetIdOk ¶
func (o *RunnerFull) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*RunnerFull) GetLastChecked ¶
func (o *RunnerFull) GetLastChecked() string
GetLastChecked returns the LastChecked field value if set, zero value otherwise.
func (*RunnerFull) GetLastCheckedOk ¶
func (o *RunnerFull) GetLastCheckedOk() (*string, bool)
GetLastCheckedOk returns a tuple with the LastChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetMemory ¶
func (o *RunnerFull) GetMemory() float32
GetMemory returns the Memory field value
func (*RunnerFull) GetMemoryOk ¶
func (o *RunnerFull) GetMemoryOk() (*float32, bool)
GetMemoryOk returns a tuple with the Memory field value and a boolean to check if the value has been set.
func (*RunnerFull) GetName ¶
func (o *RunnerFull) GetName() string
GetName returns the Name field value
func (*RunnerFull) GetNameOk ¶
func (o *RunnerFull) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RunnerFull) GetProxyUrl ¶
func (o *RunnerFull) GetProxyUrl() string
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise.
func (*RunnerFull) GetProxyUrlOk ¶
func (o *RunnerFull) GetProxyUrlOk() (*string, bool)
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetRegion ¶
func (o *RunnerFull) GetRegion() string
GetRegion returns the Region field value
func (*RunnerFull) GetRegionOk ¶
func (o *RunnerFull) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*RunnerFull) GetRegionType ¶
func (o *RunnerFull) GetRegionType() RegionType
GetRegionType returns the RegionType field value if set, zero value otherwise.
func (*RunnerFull) GetRegionTypeOk ¶
func (o *RunnerFull) GetRegionTypeOk() (*RegionType, bool)
GetRegionTypeOk returns a tuple with the RegionType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetRunnerClass ¶
func (o *RunnerFull) GetRunnerClass() RunnerClass
GetRunnerClass returns the RunnerClass field value Deprecated
func (*RunnerFull) GetRunnerClassOk ¶
func (o *RunnerFull) GetRunnerClassOk() (*RunnerClass, bool)
GetRunnerClassOk returns a tuple with the RunnerClass field value and a boolean to check if the value has been set. Deprecated
func (*RunnerFull) GetSandboxClass ¶
func (o *RunnerFull) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*RunnerFull) GetSandboxClassOk ¶
func (o *RunnerFull) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerFull) GetState ¶
func (o *RunnerFull) GetState() RunnerState
GetState returns the State field value
func (*RunnerFull) GetStateOk ¶
func (o *RunnerFull) GetStateOk() (*RunnerState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*RunnerFull) GetTags ¶
func (o *RunnerFull) GetTags() []string
GetTags returns the Tags field value
func (*RunnerFull) GetTagsOk ¶
func (o *RunnerFull) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value and a boolean to check if the value has been set.
func (*RunnerFull) GetUnschedulable ¶
func (o *RunnerFull) GetUnschedulable() bool
GetUnschedulable returns the Unschedulable field value
func (*RunnerFull) GetUnschedulableOk ¶
func (o *RunnerFull) GetUnschedulableOk() (*bool, bool)
GetUnschedulableOk returns a tuple with the Unschedulable field value and a boolean to check if the value has been set.
func (*RunnerFull) GetUpdatedAt ¶
func (o *RunnerFull) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*RunnerFull) GetUpdatedAtOk ¶
func (o *RunnerFull) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*RunnerFull) GetVersion ¶
func (o *RunnerFull) GetVersion() string
GetVersion returns the Version field value Deprecated
func (*RunnerFull) GetVersionOk ¶
func (o *RunnerFull) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set. Deprecated
func (*RunnerFull) HasApiUrl ¶
func (o *RunnerFull) HasApiUrl() bool
HasApiUrl returns a boolean if a field has been set.
func (*RunnerFull) HasAppVersion ¶
func (o *RunnerFull) HasAppVersion() bool
HasAppVersion returns a boolean if a field has been set.
func (*RunnerFull) HasAvailabilityScore ¶
func (o *RunnerFull) HasAvailabilityScore() bool
HasAvailabilityScore returns a boolean if a field has been set.
func (*RunnerFull) HasClass ¶
func (o *RunnerFull) HasClass() bool
HasClass returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentAllocatedCpu ¶
func (o *RunnerFull) HasCurrentAllocatedCpu() bool
HasCurrentAllocatedCpu returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentAllocatedDiskGiB ¶
func (o *RunnerFull) HasCurrentAllocatedDiskGiB() bool
HasCurrentAllocatedDiskGiB returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentAllocatedMemoryGiB ¶
func (o *RunnerFull) HasCurrentAllocatedMemoryGiB() bool
HasCurrentAllocatedMemoryGiB returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentCpuUsagePercentage ¶
func (o *RunnerFull) HasCurrentCpuUsagePercentage() bool
HasCurrentCpuUsagePercentage returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentDiskUsagePercentage ¶
func (o *RunnerFull) HasCurrentDiskUsagePercentage() bool
HasCurrentDiskUsagePercentage returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentMemoryUsagePercentage ¶
func (o *RunnerFull) HasCurrentMemoryUsagePercentage() bool
HasCurrentMemoryUsagePercentage returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentSnapshotCount ¶
func (o *RunnerFull) HasCurrentSnapshotCount() bool
HasCurrentSnapshotCount returns a boolean if a field has been set.
func (*RunnerFull) HasCurrentStartedSandboxes ¶
func (o *RunnerFull) HasCurrentStartedSandboxes() bool
HasCurrentStartedSandboxes returns a boolean if a field has been set.
func (*RunnerFull) HasDomain ¶
func (o *RunnerFull) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*RunnerFull) HasGpu ¶
func (o *RunnerFull) HasGpu() bool
HasGpu returns a boolean if a field has been set.
func (*RunnerFull) HasGpuType ¶
func (o *RunnerFull) HasGpuType() bool
HasGpuType returns a boolean if a field has been set.
func (*RunnerFull) HasLastChecked ¶
func (o *RunnerFull) HasLastChecked() bool
HasLastChecked returns a boolean if a field has been set.
func (*RunnerFull) HasProxyUrl ¶
func (o *RunnerFull) HasProxyUrl() bool
HasProxyUrl returns a boolean if a field has been set.
func (*RunnerFull) HasRegionType ¶
func (o *RunnerFull) HasRegionType() bool
HasRegionType returns a boolean if a field has been set.
func (*RunnerFull) HasSandboxClass ¶
func (o *RunnerFull) HasSandboxClass() bool
HasSandboxClass returns a boolean if a field has been set.
func (RunnerFull) MarshalJSON ¶
func (o RunnerFull) MarshalJSON() ([]byte, error)
func (*RunnerFull) SetApiUrl ¶
func (o *RunnerFull) SetApiUrl(v string)
SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.
func (*RunnerFull) SetApiVersion ¶
func (o *RunnerFull) SetApiVersion(v string)
SetApiVersion sets field value Deprecated
func (*RunnerFull) SetAppVersion ¶
func (o *RunnerFull) SetAppVersion(v string)
SetAppVersion gets a reference to the given string and assigns it to the AppVersion field. Deprecated
func (*RunnerFull) SetAvailabilityScore ¶
func (o *RunnerFull) SetAvailabilityScore(v float32)
SetAvailabilityScore gets a reference to the given float32 and assigns it to the AvailabilityScore field.
func (*RunnerFull) SetClass ¶
func (o *RunnerFull) SetClass(v string)
SetClass gets a reference to the given string and assigns it to the Class field. Deprecated
func (*RunnerFull) SetCreatedAt ¶
func (o *RunnerFull) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*RunnerFull) SetCurrentAllocatedCpu ¶
func (o *RunnerFull) SetCurrentAllocatedCpu(v float32)
SetCurrentAllocatedCpu gets a reference to the given float32 and assigns it to the CurrentAllocatedCpu field.
func (*RunnerFull) SetCurrentAllocatedDiskGiB ¶
func (o *RunnerFull) SetCurrentAllocatedDiskGiB(v float32)
SetCurrentAllocatedDiskGiB gets a reference to the given float32 and assigns it to the CurrentAllocatedDiskGiB field.
func (*RunnerFull) SetCurrentAllocatedMemoryGiB ¶
func (o *RunnerFull) SetCurrentAllocatedMemoryGiB(v float32)
SetCurrentAllocatedMemoryGiB gets a reference to the given float32 and assigns it to the CurrentAllocatedMemoryGiB field.
func (*RunnerFull) SetCurrentCpuUsagePercentage ¶
func (o *RunnerFull) SetCurrentCpuUsagePercentage(v float32)
SetCurrentCpuUsagePercentage gets a reference to the given float32 and assigns it to the CurrentCpuUsagePercentage field.
func (*RunnerFull) SetCurrentDiskUsagePercentage ¶
func (o *RunnerFull) SetCurrentDiskUsagePercentage(v float32)
SetCurrentDiskUsagePercentage gets a reference to the given float32 and assigns it to the CurrentDiskUsagePercentage field.
func (*RunnerFull) SetCurrentMemoryUsagePercentage ¶
func (o *RunnerFull) SetCurrentMemoryUsagePercentage(v float32)
SetCurrentMemoryUsagePercentage gets a reference to the given float32 and assigns it to the CurrentMemoryUsagePercentage field.
func (*RunnerFull) SetCurrentSnapshotCount ¶
func (o *RunnerFull) SetCurrentSnapshotCount(v float32)
SetCurrentSnapshotCount gets a reference to the given float32 and assigns it to the CurrentSnapshotCount field.
func (*RunnerFull) SetCurrentStartedSandboxes ¶
func (o *RunnerFull) SetCurrentStartedSandboxes(v float32)
SetCurrentStartedSandboxes gets a reference to the given float32 and assigns it to the CurrentStartedSandboxes field.
func (*RunnerFull) SetDomain ¶
func (o *RunnerFull) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*RunnerFull) SetGpu ¶
func (o *RunnerFull) SetGpu(v float32)
SetGpu gets a reference to the given float32 and assigns it to the Gpu field.
func (*RunnerFull) SetGpuType ¶
func (o *RunnerFull) SetGpuType(v string)
SetGpuType gets a reference to the given string and assigns it to the GpuType field.
func (*RunnerFull) SetLastChecked ¶
func (o *RunnerFull) SetLastChecked(v string)
SetLastChecked gets a reference to the given string and assigns it to the LastChecked field.
func (*RunnerFull) SetProxyUrl ¶
func (o *RunnerFull) SetProxyUrl(v string)
SetProxyUrl gets a reference to the given string and assigns it to the ProxyUrl field.
func (*RunnerFull) SetRegionType ¶
func (o *RunnerFull) SetRegionType(v RegionType)
SetRegionType gets a reference to the given RegionType and assigns it to the RegionType field.
func (*RunnerFull) SetRunnerClass ¶
func (o *RunnerFull) SetRunnerClass(v RunnerClass)
SetRunnerClass sets field value Deprecated
func (*RunnerFull) SetSandboxClass ¶
func (o *RunnerFull) SetSandboxClass(v SandboxClass)
SetSandboxClass gets a reference to the given SandboxClass and assigns it to the SandboxClass field.
func (*RunnerFull) SetState ¶
func (o *RunnerFull) SetState(v RunnerState)
SetState sets field value
func (*RunnerFull) SetUnschedulable ¶
func (o *RunnerFull) SetUnschedulable(v bool)
SetUnschedulable sets field value
func (*RunnerFull) SetUpdatedAt ¶
func (o *RunnerFull) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (*RunnerFull) SetVersion ¶
func (o *RunnerFull) SetVersion(v string)
SetVersion sets field value Deprecated
func (RunnerFull) ToMap ¶
func (o RunnerFull) ToMap() (map[string]interface{}, error)
func (*RunnerFull) UnmarshalJSON ¶
func (o *RunnerFull) UnmarshalJSON(data []byte) (err error)
type RunnerHealthMetrics ¶
type RunnerHealthMetrics struct {
// Current CPU load average
CurrentCpuLoadAverage float32 `json:"currentCpuLoadAverage"`
// Current CPU usage percentage
CurrentCpuUsagePercentage float32 `json:"currentCpuUsagePercentage"`
// Current memory usage percentage
CurrentMemoryUsagePercentage float32 `json:"currentMemoryUsagePercentage"`
// Current disk usage percentage
CurrentDiskUsagePercentage float32 `json:"currentDiskUsagePercentage"`
// Currently allocated CPU cores
CurrentAllocatedCpu float32 `json:"currentAllocatedCpu"`
// Currently allocated memory in GiB
CurrentAllocatedMemoryGiB float32 `json:"currentAllocatedMemoryGiB"`
// Currently allocated disk in GiB
CurrentAllocatedDiskGiB float32 `json:"currentAllocatedDiskGiB"`
// Number of snapshots currently stored
CurrentSnapshotCount float32 `json:"currentSnapshotCount"`
// Number of started sandboxes
CurrentStartedSandboxes float32 `json:"currentStartedSandboxes"`
// Total CPU cores on the runner
Cpu float32 `json:"cpu"`
// Total RAM in GiB on the runner
MemoryGiB float32 `json:"memoryGiB"`
// Total disk space in GiB on the runner
DiskGiB float32 `json:"diskGiB"`
// Total number of GPUs on the runner
Gpu *float32 `json:"gpu,omitempty"`
// GPU model name
GpuType *string `json:"gpuType,omitempty"`
AdditionalProperties map[string]interface{}
}
RunnerHealthMetrics struct for RunnerHealthMetrics
func NewRunnerHealthMetrics ¶
func NewRunnerHealthMetrics(currentCpuLoadAverage float32, currentCpuUsagePercentage float32, currentMemoryUsagePercentage float32, currentDiskUsagePercentage float32, currentAllocatedCpu float32, currentAllocatedMemoryGiB float32, currentAllocatedDiskGiB float32, currentSnapshotCount float32, currentStartedSandboxes float32, cpu float32, memoryGiB float32, diskGiB float32) *RunnerHealthMetrics
NewRunnerHealthMetrics instantiates a new RunnerHealthMetrics object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRunnerHealthMetricsWithDefaults ¶
func NewRunnerHealthMetricsWithDefaults() *RunnerHealthMetrics
NewRunnerHealthMetricsWithDefaults instantiates a new RunnerHealthMetrics object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RunnerHealthMetrics) GetCpu ¶
func (o *RunnerHealthMetrics) GetCpu() float32
GetCpu returns the Cpu field value
func (*RunnerHealthMetrics) GetCpuOk ¶
func (o *RunnerHealthMetrics) GetCpuOk() (*float32, bool)
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentAllocatedCpu ¶
func (o *RunnerHealthMetrics) GetCurrentAllocatedCpu() float32
GetCurrentAllocatedCpu returns the CurrentAllocatedCpu field value
func (*RunnerHealthMetrics) GetCurrentAllocatedCpuOk ¶
func (o *RunnerHealthMetrics) GetCurrentAllocatedCpuOk() (*float32, bool)
GetCurrentAllocatedCpuOk returns a tuple with the CurrentAllocatedCpu field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentAllocatedDiskGiB ¶
func (o *RunnerHealthMetrics) GetCurrentAllocatedDiskGiB() float32
GetCurrentAllocatedDiskGiB returns the CurrentAllocatedDiskGiB field value
func (*RunnerHealthMetrics) GetCurrentAllocatedDiskGiBOk ¶
func (o *RunnerHealthMetrics) GetCurrentAllocatedDiskGiBOk() (*float32, bool)
GetCurrentAllocatedDiskGiBOk returns a tuple with the CurrentAllocatedDiskGiB field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentAllocatedMemoryGiB ¶
func (o *RunnerHealthMetrics) GetCurrentAllocatedMemoryGiB() float32
GetCurrentAllocatedMemoryGiB returns the CurrentAllocatedMemoryGiB field value
func (*RunnerHealthMetrics) GetCurrentAllocatedMemoryGiBOk ¶
func (o *RunnerHealthMetrics) GetCurrentAllocatedMemoryGiBOk() (*float32, bool)
GetCurrentAllocatedMemoryGiBOk returns a tuple with the CurrentAllocatedMemoryGiB field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentCpuLoadAverage ¶
func (o *RunnerHealthMetrics) GetCurrentCpuLoadAverage() float32
GetCurrentCpuLoadAverage returns the CurrentCpuLoadAverage field value
func (*RunnerHealthMetrics) GetCurrentCpuLoadAverageOk ¶
func (o *RunnerHealthMetrics) GetCurrentCpuLoadAverageOk() (*float32, bool)
GetCurrentCpuLoadAverageOk returns a tuple with the CurrentCpuLoadAverage field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentCpuUsagePercentage ¶
func (o *RunnerHealthMetrics) GetCurrentCpuUsagePercentage() float32
GetCurrentCpuUsagePercentage returns the CurrentCpuUsagePercentage field value
func (*RunnerHealthMetrics) GetCurrentCpuUsagePercentageOk ¶
func (o *RunnerHealthMetrics) GetCurrentCpuUsagePercentageOk() (*float32, bool)
GetCurrentCpuUsagePercentageOk returns a tuple with the CurrentCpuUsagePercentage field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentDiskUsagePercentage ¶
func (o *RunnerHealthMetrics) GetCurrentDiskUsagePercentage() float32
GetCurrentDiskUsagePercentage returns the CurrentDiskUsagePercentage field value
func (*RunnerHealthMetrics) GetCurrentDiskUsagePercentageOk ¶
func (o *RunnerHealthMetrics) GetCurrentDiskUsagePercentageOk() (*float32, bool)
GetCurrentDiskUsagePercentageOk returns a tuple with the CurrentDiskUsagePercentage field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentMemoryUsagePercentage ¶
func (o *RunnerHealthMetrics) GetCurrentMemoryUsagePercentage() float32
GetCurrentMemoryUsagePercentage returns the CurrentMemoryUsagePercentage field value
func (*RunnerHealthMetrics) GetCurrentMemoryUsagePercentageOk ¶
func (o *RunnerHealthMetrics) GetCurrentMemoryUsagePercentageOk() (*float32, bool)
GetCurrentMemoryUsagePercentageOk returns a tuple with the CurrentMemoryUsagePercentage field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentSnapshotCount ¶
func (o *RunnerHealthMetrics) GetCurrentSnapshotCount() float32
GetCurrentSnapshotCount returns the CurrentSnapshotCount field value
func (*RunnerHealthMetrics) GetCurrentSnapshotCountOk ¶
func (o *RunnerHealthMetrics) GetCurrentSnapshotCountOk() (*float32, bool)
GetCurrentSnapshotCountOk returns a tuple with the CurrentSnapshotCount field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetCurrentStartedSandboxes ¶
func (o *RunnerHealthMetrics) GetCurrentStartedSandboxes() float32
GetCurrentStartedSandboxes returns the CurrentStartedSandboxes field value
func (*RunnerHealthMetrics) GetCurrentStartedSandboxesOk ¶
func (o *RunnerHealthMetrics) GetCurrentStartedSandboxesOk() (*float32, bool)
GetCurrentStartedSandboxesOk returns a tuple with the CurrentStartedSandboxes field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetDiskGiB ¶
func (o *RunnerHealthMetrics) GetDiskGiB() float32
GetDiskGiB returns the DiskGiB field value
func (*RunnerHealthMetrics) GetDiskGiBOk ¶
func (o *RunnerHealthMetrics) GetDiskGiBOk() (*float32, bool)
GetDiskGiBOk returns a tuple with the DiskGiB field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetGpu ¶
func (o *RunnerHealthMetrics) GetGpu() float32
GetGpu returns the Gpu field value if set, zero value otherwise.
func (*RunnerHealthMetrics) GetGpuOk ¶
func (o *RunnerHealthMetrics) GetGpuOk() (*float32, bool)
GetGpuOk returns a tuple with the Gpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetGpuType ¶
func (o *RunnerHealthMetrics) GetGpuType() string
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*RunnerHealthMetrics) GetGpuTypeOk ¶
func (o *RunnerHealthMetrics) GetGpuTypeOk() (*string, bool)
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) GetMemoryGiB ¶
func (o *RunnerHealthMetrics) GetMemoryGiB() float32
GetMemoryGiB returns the MemoryGiB field value
func (*RunnerHealthMetrics) GetMemoryGiBOk ¶
func (o *RunnerHealthMetrics) GetMemoryGiBOk() (*float32, bool)
GetMemoryGiBOk returns a tuple with the MemoryGiB field value and a boolean to check if the value has been set.
func (*RunnerHealthMetrics) HasGpu ¶
func (o *RunnerHealthMetrics) HasGpu() bool
HasGpu returns a boolean if a field has been set.
func (*RunnerHealthMetrics) HasGpuType ¶
func (o *RunnerHealthMetrics) HasGpuType() bool
HasGpuType returns a boolean if a field has been set.
func (RunnerHealthMetrics) MarshalJSON ¶
func (o RunnerHealthMetrics) MarshalJSON() ([]byte, error)
func (*RunnerHealthMetrics) SetCpu ¶
func (o *RunnerHealthMetrics) SetCpu(v float32)
SetCpu sets field value
func (*RunnerHealthMetrics) SetCurrentAllocatedCpu ¶
func (o *RunnerHealthMetrics) SetCurrentAllocatedCpu(v float32)
SetCurrentAllocatedCpu sets field value
func (*RunnerHealthMetrics) SetCurrentAllocatedDiskGiB ¶
func (o *RunnerHealthMetrics) SetCurrentAllocatedDiskGiB(v float32)
SetCurrentAllocatedDiskGiB sets field value
func (*RunnerHealthMetrics) SetCurrentAllocatedMemoryGiB ¶
func (o *RunnerHealthMetrics) SetCurrentAllocatedMemoryGiB(v float32)
SetCurrentAllocatedMemoryGiB sets field value
func (*RunnerHealthMetrics) SetCurrentCpuLoadAverage ¶
func (o *RunnerHealthMetrics) SetCurrentCpuLoadAverage(v float32)
SetCurrentCpuLoadAverage sets field value
func (*RunnerHealthMetrics) SetCurrentCpuUsagePercentage ¶
func (o *RunnerHealthMetrics) SetCurrentCpuUsagePercentage(v float32)
SetCurrentCpuUsagePercentage sets field value
func (*RunnerHealthMetrics) SetCurrentDiskUsagePercentage ¶
func (o *RunnerHealthMetrics) SetCurrentDiskUsagePercentage(v float32)
SetCurrentDiskUsagePercentage sets field value
func (*RunnerHealthMetrics) SetCurrentMemoryUsagePercentage ¶
func (o *RunnerHealthMetrics) SetCurrentMemoryUsagePercentage(v float32)
SetCurrentMemoryUsagePercentage sets field value
func (*RunnerHealthMetrics) SetCurrentSnapshotCount ¶
func (o *RunnerHealthMetrics) SetCurrentSnapshotCount(v float32)
SetCurrentSnapshotCount sets field value
func (*RunnerHealthMetrics) SetCurrentStartedSandboxes ¶
func (o *RunnerHealthMetrics) SetCurrentStartedSandboxes(v float32)
SetCurrentStartedSandboxes sets field value
func (*RunnerHealthMetrics) SetDiskGiB ¶
func (o *RunnerHealthMetrics) SetDiskGiB(v float32)
SetDiskGiB sets field value
func (*RunnerHealthMetrics) SetGpu ¶
func (o *RunnerHealthMetrics) SetGpu(v float32)
SetGpu gets a reference to the given float32 and assigns it to the Gpu field.
func (*RunnerHealthMetrics) SetGpuType ¶
func (o *RunnerHealthMetrics) SetGpuType(v string)
SetGpuType gets a reference to the given string and assigns it to the GpuType field.
func (*RunnerHealthMetrics) SetMemoryGiB ¶
func (o *RunnerHealthMetrics) SetMemoryGiB(v float32)
SetMemoryGiB sets field value
func (RunnerHealthMetrics) ToMap ¶
func (o RunnerHealthMetrics) ToMap() (map[string]interface{}, error)
func (*RunnerHealthMetrics) UnmarshalJSON ¶
func (o *RunnerHealthMetrics) UnmarshalJSON(data []byte) (err error)
type RunnerHealthcheck ¶
type RunnerHealthcheck struct {
// Runner metrics
Metrics *RunnerHealthMetrics `json:"metrics,omitempty"`
// Health status of individual services on the runner
ServiceHealth []RunnerServiceHealth `json:"serviceHealth,omitempty"`
// Runner domain
Domain *string `json:"domain,omitempty"`
// Runner proxy URL
ProxyUrl *string `json:"proxyUrl,omitempty"`
// Runner API URL
ApiUrl *string `json:"apiUrl,omitempty"`
// Runner app version
AppVersion string `json:"appVersion"`
AdditionalProperties map[string]interface{}
}
RunnerHealthcheck struct for RunnerHealthcheck
func NewRunnerHealthcheck ¶
func NewRunnerHealthcheck(appVersion string) *RunnerHealthcheck
NewRunnerHealthcheck instantiates a new RunnerHealthcheck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRunnerHealthcheckWithDefaults ¶
func NewRunnerHealthcheckWithDefaults() *RunnerHealthcheck
NewRunnerHealthcheckWithDefaults instantiates a new RunnerHealthcheck object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RunnerHealthcheck) GetApiUrl ¶
func (o *RunnerHealthcheck) GetApiUrl() string
GetApiUrl returns the ApiUrl field value if set, zero value otherwise.
func (*RunnerHealthcheck) GetApiUrlOk ¶
func (o *RunnerHealthcheck) GetApiUrlOk() (*string, bool)
GetApiUrlOk returns a tuple with the ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthcheck) GetAppVersion ¶
func (o *RunnerHealthcheck) GetAppVersion() string
GetAppVersion returns the AppVersion field value
func (*RunnerHealthcheck) GetAppVersionOk ¶
func (o *RunnerHealthcheck) GetAppVersionOk() (*string, bool)
GetAppVersionOk returns a tuple with the AppVersion field value and a boolean to check if the value has been set.
func (*RunnerHealthcheck) GetDomain ¶
func (o *RunnerHealthcheck) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*RunnerHealthcheck) GetDomainOk ¶
func (o *RunnerHealthcheck) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthcheck) GetMetrics ¶
func (o *RunnerHealthcheck) GetMetrics() RunnerHealthMetrics
GetMetrics returns the Metrics field value if set, zero value otherwise.
func (*RunnerHealthcheck) GetMetricsOk ¶
func (o *RunnerHealthcheck) GetMetricsOk() (*RunnerHealthMetrics, bool)
GetMetricsOk returns a tuple with the Metrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthcheck) GetProxyUrl ¶
func (o *RunnerHealthcheck) GetProxyUrl() string
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise.
func (*RunnerHealthcheck) GetProxyUrlOk ¶
func (o *RunnerHealthcheck) GetProxyUrlOk() (*string, bool)
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthcheck) GetServiceHealth ¶
func (o *RunnerHealthcheck) GetServiceHealth() []RunnerServiceHealth
GetServiceHealth returns the ServiceHealth field value if set, zero value otherwise.
func (*RunnerHealthcheck) GetServiceHealthOk ¶
func (o *RunnerHealthcheck) GetServiceHealthOk() ([]RunnerServiceHealth, bool)
GetServiceHealthOk returns a tuple with the ServiceHealth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerHealthcheck) HasApiUrl ¶
func (o *RunnerHealthcheck) HasApiUrl() bool
HasApiUrl returns a boolean if a field has been set.
func (*RunnerHealthcheck) HasDomain ¶
func (o *RunnerHealthcheck) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*RunnerHealthcheck) HasMetrics ¶
func (o *RunnerHealthcheck) HasMetrics() bool
HasMetrics returns a boolean if a field has been set.
func (*RunnerHealthcheck) HasProxyUrl ¶
func (o *RunnerHealthcheck) HasProxyUrl() bool
HasProxyUrl returns a boolean if a field has been set.
func (*RunnerHealthcheck) HasServiceHealth ¶
func (o *RunnerHealthcheck) HasServiceHealth() bool
HasServiceHealth returns a boolean if a field has been set.
func (RunnerHealthcheck) MarshalJSON ¶
func (o RunnerHealthcheck) MarshalJSON() ([]byte, error)
func (*RunnerHealthcheck) SetApiUrl ¶
func (o *RunnerHealthcheck) SetApiUrl(v string)
SetApiUrl gets a reference to the given string and assigns it to the ApiUrl field.
func (*RunnerHealthcheck) SetAppVersion ¶
func (o *RunnerHealthcheck) SetAppVersion(v string)
SetAppVersion sets field value
func (*RunnerHealthcheck) SetDomain ¶
func (o *RunnerHealthcheck) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*RunnerHealthcheck) SetMetrics ¶
func (o *RunnerHealthcheck) SetMetrics(v RunnerHealthMetrics)
SetMetrics gets a reference to the given RunnerHealthMetrics and assigns it to the Metrics field.
func (*RunnerHealthcheck) SetProxyUrl ¶
func (o *RunnerHealthcheck) SetProxyUrl(v string)
SetProxyUrl gets a reference to the given string and assigns it to the ProxyUrl field.
func (*RunnerHealthcheck) SetServiceHealth ¶
func (o *RunnerHealthcheck) SetServiceHealth(v []RunnerServiceHealth)
SetServiceHealth gets a reference to the given []RunnerServiceHealth and assigns it to the ServiceHealth field.
func (RunnerHealthcheck) ToMap ¶
func (o RunnerHealthcheck) ToMap() (map[string]interface{}, error)
func (*RunnerHealthcheck) UnmarshalJSON ¶
func (o *RunnerHealthcheck) UnmarshalJSON(data []byte) (err error)
type RunnerServiceHealth ¶
type RunnerServiceHealth struct {
// Name of the service being checked
ServiceName string `json:"serviceName"`
// Whether the service is healthy
Healthy bool `json:"healthy"`
// Error reason if the service is unhealthy
ErrorReason *string `json:"errorReason,omitempty"`
AdditionalProperties map[string]interface{}
}
RunnerServiceHealth struct for RunnerServiceHealth
func NewRunnerServiceHealth ¶
func NewRunnerServiceHealth(serviceName string, healthy bool) *RunnerServiceHealth
NewRunnerServiceHealth instantiates a new RunnerServiceHealth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRunnerServiceHealthWithDefaults ¶
func NewRunnerServiceHealthWithDefaults() *RunnerServiceHealth
NewRunnerServiceHealthWithDefaults instantiates a new RunnerServiceHealth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RunnerServiceHealth) GetErrorReason ¶
func (o *RunnerServiceHealth) GetErrorReason() string
GetErrorReason returns the ErrorReason field value if set, zero value otherwise.
func (*RunnerServiceHealth) GetErrorReasonOk ¶
func (o *RunnerServiceHealth) GetErrorReasonOk() (*string, bool)
GetErrorReasonOk returns a tuple with the ErrorReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerServiceHealth) GetHealthy ¶
func (o *RunnerServiceHealth) GetHealthy() bool
GetHealthy returns the Healthy field value
func (*RunnerServiceHealth) GetHealthyOk ¶
func (o *RunnerServiceHealth) GetHealthyOk() (*bool, bool)
GetHealthyOk returns a tuple with the Healthy field value and a boolean to check if the value has been set.
func (*RunnerServiceHealth) GetServiceName ¶
func (o *RunnerServiceHealth) GetServiceName() string
GetServiceName returns the ServiceName field value
func (*RunnerServiceHealth) GetServiceNameOk ¶
func (o *RunnerServiceHealth) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*RunnerServiceHealth) HasErrorReason ¶
func (o *RunnerServiceHealth) HasErrorReason() bool
HasErrorReason returns a boolean if a field has been set.
func (RunnerServiceHealth) MarshalJSON ¶
func (o RunnerServiceHealth) MarshalJSON() ([]byte, error)
func (*RunnerServiceHealth) SetErrorReason ¶
func (o *RunnerServiceHealth) SetErrorReason(v string)
SetErrorReason gets a reference to the given string and assigns it to the ErrorReason field.
func (*RunnerServiceHealth) SetHealthy ¶
func (o *RunnerServiceHealth) SetHealthy(v bool)
SetHealthy sets field value
func (*RunnerServiceHealth) SetServiceName ¶
func (o *RunnerServiceHealth) SetServiceName(v string)
SetServiceName sets field value
func (RunnerServiceHealth) ToMap ¶
func (o RunnerServiceHealth) ToMap() (map[string]interface{}, error)
func (*RunnerServiceHealth) UnmarshalJSON ¶
func (o *RunnerServiceHealth) UnmarshalJSON(data []byte) (err error)
type RunnerSnapshotDto ¶
type RunnerSnapshotDto struct {
// Runner snapshot ID
RunnerSnapshotId string `json:"runnerSnapshotId"`
// Runner ID
RunnerId string `json:"runnerId"`
// Runner domain
RunnerDomain *string `json:"runnerDomain,omitempty"`
AdditionalProperties map[string]interface{}
}
RunnerSnapshotDto struct for RunnerSnapshotDto
func NewRunnerSnapshotDto ¶
func NewRunnerSnapshotDto(runnerSnapshotId string, runnerId string) *RunnerSnapshotDto
NewRunnerSnapshotDto instantiates a new RunnerSnapshotDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRunnerSnapshotDtoWithDefaults ¶
func NewRunnerSnapshotDtoWithDefaults() *RunnerSnapshotDto
NewRunnerSnapshotDtoWithDefaults instantiates a new RunnerSnapshotDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RunnerSnapshotDto) GetRunnerDomain ¶
func (o *RunnerSnapshotDto) GetRunnerDomain() string
GetRunnerDomain returns the RunnerDomain field value if set, zero value otherwise.
func (*RunnerSnapshotDto) GetRunnerDomainOk ¶
func (o *RunnerSnapshotDto) GetRunnerDomainOk() (*string, bool)
GetRunnerDomainOk returns a tuple with the RunnerDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RunnerSnapshotDto) GetRunnerId ¶
func (o *RunnerSnapshotDto) GetRunnerId() string
GetRunnerId returns the RunnerId field value
func (*RunnerSnapshotDto) GetRunnerIdOk ¶
func (o *RunnerSnapshotDto) GetRunnerIdOk() (*string, bool)
GetRunnerIdOk returns a tuple with the RunnerId field value and a boolean to check if the value has been set.
func (*RunnerSnapshotDto) GetRunnerSnapshotId ¶
func (o *RunnerSnapshotDto) GetRunnerSnapshotId() string
GetRunnerSnapshotId returns the RunnerSnapshotId field value
func (*RunnerSnapshotDto) GetRunnerSnapshotIdOk ¶
func (o *RunnerSnapshotDto) GetRunnerSnapshotIdOk() (*string, bool)
GetRunnerSnapshotIdOk returns a tuple with the RunnerSnapshotId field value and a boolean to check if the value has been set.
func (*RunnerSnapshotDto) HasRunnerDomain ¶
func (o *RunnerSnapshotDto) HasRunnerDomain() bool
HasRunnerDomain returns a boolean if a field has been set.
func (RunnerSnapshotDto) MarshalJSON ¶
func (o RunnerSnapshotDto) MarshalJSON() ([]byte, error)
func (*RunnerSnapshotDto) SetRunnerDomain ¶
func (o *RunnerSnapshotDto) SetRunnerDomain(v string)
SetRunnerDomain gets a reference to the given string and assigns it to the RunnerDomain field.
func (*RunnerSnapshotDto) SetRunnerId ¶
func (o *RunnerSnapshotDto) SetRunnerId(v string)
SetRunnerId sets field value
func (*RunnerSnapshotDto) SetRunnerSnapshotId ¶
func (o *RunnerSnapshotDto) SetRunnerSnapshotId(v string)
SetRunnerSnapshotId sets field value
func (RunnerSnapshotDto) ToMap ¶
func (o RunnerSnapshotDto) ToMap() (map[string]interface{}, error)
func (*RunnerSnapshotDto) UnmarshalJSON ¶
func (o *RunnerSnapshotDto) UnmarshalJSON(data []byte) (err error)
type RunnerState ¶
type RunnerState string
RunnerState The state of the runner
const ( RUNNERSTATE_INITIALIZING RunnerState = "initializing" RUNNERSTATE_READY RunnerState = "ready" RUNNERSTATE_DISABLED RunnerState = "disabled" RUNNERSTATE_DECOMMISSIONED RunnerState = "decommissioned" RUNNERSTATE_UNRESPONSIVE RunnerState = "unresponsive" RUNNERSTATE_UNKNOWN_DEFAULT_OPEN_API RunnerState = "11184809" )
List of RunnerState
func NewRunnerStateFromValue ¶
func NewRunnerStateFromValue(v string) (*RunnerState, error)
NewRunnerStateFromValue returns a pointer to a valid RunnerState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RunnerState) IsValid ¶
func (v RunnerState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RunnerState) Ptr ¶
func (v RunnerState) Ptr() *RunnerState
Ptr returns reference to RunnerState value
func (*RunnerState) UnmarshalJSON ¶
func (v *RunnerState) UnmarshalJSON(src []byte) error
type RunnersAPI ¶
type RunnersAPI interface {
/*
CreateRunner Create runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RunnersAPICreateRunnerRequest
*/
CreateRunner(ctx context.Context) RunnersAPICreateRunnerRequest
// CreateRunnerExecute executes the request
// @return CreateRunnerResponse
CreateRunnerExecute(r RunnersAPICreateRunnerRequest) (*CreateRunnerResponse, *http.Response, error)
/*
DeleteRunner Delete runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return RunnersAPIDeleteRunnerRequest
*/
DeleteRunner(ctx context.Context, id string) RunnersAPIDeleteRunnerRequest
// DeleteRunnerExecute executes the request
DeleteRunnerExecute(r RunnersAPIDeleteRunnerRequest) (*http.Response, error)
/*
GetInfoForAuthenticatedRunner Get info for authenticated runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RunnersAPIGetInfoForAuthenticatedRunnerRequest
*/
GetInfoForAuthenticatedRunner(ctx context.Context) RunnersAPIGetInfoForAuthenticatedRunnerRequest
// GetInfoForAuthenticatedRunnerExecute executes the request
// @return RunnerFull
GetInfoForAuthenticatedRunnerExecute(r RunnersAPIGetInfoForAuthenticatedRunnerRequest) (*RunnerFull, *http.Response, error)
/*
GetRunnerById Get runner by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return RunnersAPIGetRunnerByIdRequest
*/
GetRunnerById(ctx context.Context, id string) RunnersAPIGetRunnerByIdRequest
// GetRunnerByIdExecute executes the request
// @return Runner
GetRunnerByIdExecute(r RunnersAPIGetRunnerByIdRequest) (*Runner, *http.Response, error)
/*
GetRunnerBySandboxId Get runner by sandbox ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId
@return RunnersAPIGetRunnerBySandboxIdRequest
*/
GetRunnerBySandboxId(ctx context.Context, sandboxId string) RunnersAPIGetRunnerBySandboxIdRequest
// GetRunnerBySandboxIdExecute executes the request
// @return RunnerFull
GetRunnerBySandboxIdExecute(r RunnersAPIGetRunnerBySandboxIdRequest) (*RunnerFull, *http.Response, error)
/*
GetRunnerFullById Get runner by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return RunnersAPIGetRunnerFullByIdRequest
*/
GetRunnerFullById(ctx context.Context, id string) RunnersAPIGetRunnerFullByIdRequest
// GetRunnerFullByIdExecute executes the request
// @return RunnerFull
GetRunnerFullByIdExecute(r RunnersAPIGetRunnerFullByIdRequest) (*RunnerFull, *http.Response, error)
/*
GetRunnersBySnapshotRef Get runners by snapshot ref
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RunnersAPIGetRunnersBySnapshotRefRequest
*/
GetRunnersBySnapshotRef(ctx context.Context) RunnersAPIGetRunnersBySnapshotRefRequest
// GetRunnersBySnapshotRefExecute executes the request
// @return []RunnerSnapshotDto
GetRunnersBySnapshotRefExecute(r RunnersAPIGetRunnersBySnapshotRefRequest) ([]RunnerSnapshotDto, *http.Response, error)
/*
ListRunners List all runners
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RunnersAPIListRunnersRequest
*/
ListRunners(ctx context.Context) RunnersAPIListRunnersRequest
// ListRunnersExecute executes the request
// @return []Runner
ListRunnersExecute(r RunnersAPIListRunnersRequest) ([]Runner, *http.Response, error)
/*
RunnerHealthcheck Runner healthcheck
Endpoint for version 2 runners to send healthcheck and metrics. Updates lastChecked timestamp and runner metrics.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return RunnersAPIRunnerHealthcheckRequest
*/
RunnerHealthcheck(ctx context.Context) RunnersAPIRunnerHealthcheckRequest
// RunnerHealthcheckExecute executes the request
RunnerHealthcheckExecute(r RunnersAPIRunnerHealthcheckRequest) (*http.Response, error)
/*
UpdateRunnerDraining Update runner draining status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return RunnersAPIUpdateRunnerDrainingRequest
*/
UpdateRunnerDraining(ctx context.Context, id string) RunnersAPIUpdateRunnerDrainingRequest
// UpdateRunnerDrainingExecute executes the request
// @return Runner
UpdateRunnerDrainingExecute(r RunnersAPIUpdateRunnerDrainingRequest) (*Runner, *http.Response, error)
/*
UpdateRunnerScheduling Update runner scheduling status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Runner ID
@return RunnersAPIUpdateRunnerSchedulingRequest
*/
UpdateRunnerScheduling(ctx context.Context, id string) RunnersAPIUpdateRunnerSchedulingRequest
// UpdateRunnerSchedulingExecute executes the request
// @return Runner
UpdateRunnerSchedulingExecute(r RunnersAPIUpdateRunnerSchedulingRequest) (*Runner, *http.Response, error)
}
type RunnersAPICreateRunnerRequest ¶
type RunnersAPICreateRunnerRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPICreateRunnerRequest) CreateRunner ¶
func (r RunnersAPICreateRunnerRequest) CreateRunner(createRunner CreateRunner) RunnersAPICreateRunnerRequest
func (RunnersAPICreateRunnerRequest) Execute ¶
func (r RunnersAPICreateRunnerRequest) Execute() (*CreateRunnerResponse, *http.Response, error)
func (RunnersAPICreateRunnerRequest) XDaytonaOrganizationID ¶
func (r RunnersAPICreateRunnerRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPICreateRunnerRequest
Use with JWT to specify the organization ID
type RunnersAPIDeleteRunnerRequest ¶
type RunnersAPIDeleteRunnerRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIDeleteRunnerRequest) Execute ¶
func (r RunnersAPIDeleteRunnerRequest) Execute() (*http.Response, error)
func (RunnersAPIDeleteRunnerRequest) XDaytonaOrganizationID ¶
func (r RunnersAPIDeleteRunnerRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPIDeleteRunnerRequest
Use with JWT to specify the organization ID
type RunnersAPIGetInfoForAuthenticatedRunnerRequest ¶
type RunnersAPIGetInfoForAuthenticatedRunnerRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIGetInfoForAuthenticatedRunnerRequest) Execute ¶
func (r RunnersAPIGetInfoForAuthenticatedRunnerRequest) Execute() (*RunnerFull, *http.Response, error)
type RunnersAPIGetRunnerByIdRequest ¶
type RunnersAPIGetRunnerByIdRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIGetRunnerByIdRequest) Execute ¶
func (r RunnersAPIGetRunnerByIdRequest) Execute() (*Runner, *http.Response, error)
func (RunnersAPIGetRunnerByIdRequest) XDaytonaOrganizationID ¶
func (r RunnersAPIGetRunnerByIdRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPIGetRunnerByIdRequest
Use with JWT to specify the organization ID
type RunnersAPIGetRunnerBySandboxIdRequest ¶
type RunnersAPIGetRunnerBySandboxIdRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIGetRunnerBySandboxIdRequest) Execute ¶
func (r RunnersAPIGetRunnerBySandboxIdRequest) Execute() (*RunnerFull, *http.Response, error)
type RunnersAPIGetRunnerFullByIdRequest ¶
type RunnersAPIGetRunnerFullByIdRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIGetRunnerFullByIdRequest) Execute ¶
func (r RunnersAPIGetRunnerFullByIdRequest) Execute() (*RunnerFull, *http.Response, error)
type RunnersAPIGetRunnersBySnapshotRefRequest ¶
type RunnersAPIGetRunnersBySnapshotRefRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIGetRunnersBySnapshotRefRequest) Execute ¶
func (r RunnersAPIGetRunnersBySnapshotRefRequest) Execute() ([]RunnerSnapshotDto, *http.Response, error)
func (RunnersAPIGetRunnersBySnapshotRefRequest) Ref ¶
func (r RunnersAPIGetRunnersBySnapshotRefRequest) Ref(ref string) RunnersAPIGetRunnersBySnapshotRefRequest
Snapshot ref
type RunnersAPIListRunnersRequest ¶
type RunnersAPIListRunnersRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIListRunnersRequest) Execute ¶
func (r RunnersAPIListRunnersRequest) Execute() ([]Runner, *http.Response, error)
func (RunnersAPIListRunnersRequest) RegionId ¶
func (r RunnersAPIListRunnersRequest) RegionId(regionId string) RunnersAPIListRunnersRequest
Filter runners by region ID
func (RunnersAPIListRunnersRequest) XDaytonaOrganizationID ¶
func (r RunnersAPIListRunnersRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPIListRunnersRequest
Use with JWT to specify the organization ID
type RunnersAPIRunnerHealthcheckRequest ¶
type RunnersAPIRunnerHealthcheckRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIRunnerHealthcheckRequest) Execute ¶
func (r RunnersAPIRunnerHealthcheckRequest) Execute() (*http.Response, error)
func (RunnersAPIRunnerHealthcheckRequest) RunnerHealthcheck ¶
func (r RunnersAPIRunnerHealthcheckRequest) RunnerHealthcheck(runnerHealthcheck RunnerHealthcheck) RunnersAPIRunnerHealthcheckRequest
type RunnersAPIService ¶
type RunnersAPIService service
RunnersAPIService RunnersAPI service
func (*RunnersAPIService) CreateRunner ¶
func (a *RunnersAPIService) CreateRunner(ctx context.Context) RunnersAPICreateRunnerRequest
CreateRunner Create runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RunnersAPICreateRunnerRequest
func (*RunnersAPIService) CreateRunnerExecute ¶
func (a *RunnersAPIService) CreateRunnerExecute(r RunnersAPICreateRunnerRequest) (*CreateRunnerResponse, *http.Response, error)
Execute executes the request
@return CreateRunnerResponse
func (*RunnersAPIService) DeleteRunner ¶
func (a *RunnersAPIService) DeleteRunner(ctx context.Context, id string) RunnersAPIDeleteRunnerRequest
DeleteRunner Delete runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return RunnersAPIDeleteRunnerRequest
func (*RunnersAPIService) DeleteRunnerExecute ¶
func (a *RunnersAPIService) DeleteRunnerExecute(r RunnersAPIDeleteRunnerRequest) (*http.Response, error)
Execute executes the request
func (*RunnersAPIService) GetInfoForAuthenticatedRunner ¶
func (a *RunnersAPIService) GetInfoForAuthenticatedRunner(ctx context.Context) RunnersAPIGetInfoForAuthenticatedRunnerRequest
GetInfoForAuthenticatedRunner Get info for authenticated runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RunnersAPIGetInfoForAuthenticatedRunnerRequest
func (*RunnersAPIService) GetInfoForAuthenticatedRunnerExecute ¶
func (a *RunnersAPIService) GetInfoForAuthenticatedRunnerExecute(r RunnersAPIGetInfoForAuthenticatedRunnerRequest) (*RunnerFull, *http.Response, error)
Execute executes the request
@return RunnerFull
func (*RunnersAPIService) GetRunnerById ¶
func (a *RunnersAPIService) GetRunnerById(ctx context.Context, id string) RunnersAPIGetRunnerByIdRequest
GetRunnerById Get runner by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return RunnersAPIGetRunnerByIdRequest
func (*RunnersAPIService) GetRunnerByIdExecute ¶
func (a *RunnersAPIService) GetRunnerByIdExecute(r RunnersAPIGetRunnerByIdRequest) (*Runner, *http.Response, error)
Execute executes the request
@return Runner
func (*RunnersAPIService) GetRunnerBySandboxId ¶
func (a *RunnersAPIService) GetRunnerBySandboxId(ctx context.Context, sandboxId string) RunnersAPIGetRunnerBySandboxIdRequest
GetRunnerBySandboxId Get runner by sandbox ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId @return RunnersAPIGetRunnerBySandboxIdRequest
func (*RunnersAPIService) GetRunnerBySandboxIdExecute ¶
func (a *RunnersAPIService) GetRunnerBySandboxIdExecute(r RunnersAPIGetRunnerBySandboxIdRequest) (*RunnerFull, *http.Response, error)
Execute executes the request
@return RunnerFull
func (*RunnersAPIService) GetRunnerFullById ¶
func (a *RunnersAPIService) GetRunnerFullById(ctx context.Context, id string) RunnersAPIGetRunnerFullByIdRequest
GetRunnerFullById Get runner by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return RunnersAPIGetRunnerFullByIdRequest
func (*RunnersAPIService) GetRunnerFullByIdExecute ¶
func (a *RunnersAPIService) GetRunnerFullByIdExecute(r RunnersAPIGetRunnerFullByIdRequest) (*RunnerFull, *http.Response, error)
Execute executes the request
@return RunnerFull
func (*RunnersAPIService) GetRunnersBySnapshotRef ¶
func (a *RunnersAPIService) GetRunnersBySnapshotRef(ctx context.Context) RunnersAPIGetRunnersBySnapshotRefRequest
GetRunnersBySnapshotRef Get runners by snapshot ref
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RunnersAPIGetRunnersBySnapshotRefRequest
func (*RunnersAPIService) GetRunnersBySnapshotRefExecute ¶
func (a *RunnersAPIService) GetRunnersBySnapshotRefExecute(r RunnersAPIGetRunnersBySnapshotRefRequest) ([]RunnerSnapshotDto, *http.Response, error)
Execute executes the request
@return []RunnerSnapshotDto
func (*RunnersAPIService) ListRunners ¶
func (a *RunnersAPIService) ListRunners(ctx context.Context) RunnersAPIListRunnersRequest
ListRunners List all runners
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RunnersAPIListRunnersRequest
func (*RunnersAPIService) ListRunnersExecute ¶
func (a *RunnersAPIService) ListRunnersExecute(r RunnersAPIListRunnersRequest) ([]Runner, *http.Response, error)
Execute executes the request
@return []Runner
func (*RunnersAPIService) RunnerHealthcheck ¶
func (a *RunnersAPIService) RunnerHealthcheck(ctx context.Context) RunnersAPIRunnerHealthcheckRequest
RunnerHealthcheck Runner healthcheck
Endpoint for version 2 runners to send healthcheck and metrics. Updates lastChecked timestamp and runner metrics.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RunnersAPIRunnerHealthcheckRequest
func (*RunnersAPIService) RunnerHealthcheckExecute ¶
func (a *RunnersAPIService) RunnerHealthcheckExecute(r RunnersAPIRunnerHealthcheckRequest) (*http.Response, error)
Execute executes the request
func (*RunnersAPIService) UpdateRunnerDraining ¶
func (a *RunnersAPIService) UpdateRunnerDraining(ctx context.Context, id string) RunnersAPIUpdateRunnerDrainingRequest
UpdateRunnerDraining Update runner draining status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return RunnersAPIUpdateRunnerDrainingRequest
func (*RunnersAPIService) UpdateRunnerDrainingExecute ¶
func (a *RunnersAPIService) UpdateRunnerDrainingExecute(r RunnersAPIUpdateRunnerDrainingRequest) (*Runner, *http.Response, error)
Execute executes the request
@return Runner
func (*RunnersAPIService) UpdateRunnerScheduling ¶
func (a *RunnersAPIService) UpdateRunnerScheduling(ctx context.Context, id string) RunnersAPIUpdateRunnerSchedulingRequest
UpdateRunnerScheduling Update runner scheduling status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Runner ID @return RunnersAPIUpdateRunnerSchedulingRequest
func (*RunnersAPIService) UpdateRunnerSchedulingExecute ¶
func (a *RunnersAPIService) UpdateRunnerSchedulingExecute(r RunnersAPIUpdateRunnerSchedulingRequest) (*Runner, *http.Response, error)
Execute executes the request
@return Runner
type RunnersAPIUpdateRunnerDrainingRequest ¶
type RunnersAPIUpdateRunnerDrainingRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIUpdateRunnerDrainingRequest) Execute ¶
func (r RunnersAPIUpdateRunnerDrainingRequest) Execute() (*Runner, *http.Response, error)
func (RunnersAPIUpdateRunnerDrainingRequest) XDaytonaOrganizationID ¶
func (r RunnersAPIUpdateRunnerDrainingRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPIUpdateRunnerDrainingRequest
Use with JWT to specify the organization ID
type RunnersAPIUpdateRunnerSchedulingRequest ¶
type RunnersAPIUpdateRunnerSchedulingRequest struct {
ApiService RunnersAPI
// contains filtered or unexported fields
}
func (RunnersAPIUpdateRunnerSchedulingRequest) Execute ¶
func (r RunnersAPIUpdateRunnerSchedulingRequest) Execute() (*Runner, *http.Response, error)
func (RunnersAPIUpdateRunnerSchedulingRequest) XDaytonaOrganizationID ¶
func (r RunnersAPIUpdateRunnerSchedulingRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) RunnersAPIUpdateRunnerSchedulingRequest
Use with JWT to specify the organization ID
type Sandbox ¶
type Sandbox struct {
// The ID of the sandbox
Id string `json:"id"`
// The organization ID of the sandbox
OrganizationId string `json:"organizationId"`
// The name of the sandbox
Name string `json:"name"`
// The snapshot used for the sandbox
Snapshot *string `json:"snapshot,omitempty"`
// The user associated with the project
User string `json:"user"`
// Environment variables for the sandbox
Env map[string]string `json:"env"`
// Labels for the sandbox
Labels map[string]string `json:"labels"`
// Whether the sandbox http preview is public
Public bool `json:"public"`
// Whether to block all network access for the sandbox
NetworkBlockAll bool `json:"networkBlockAll"`
// Comma-separated list of allowed CIDR network addresses for the sandbox
NetworkAllowList *string `json:"networkAllowList,omitempty"`
// Comma-separated list of allowed domains for the sandbox
DomainAllowList *string `json:"domainAllowList,omitempty"`
// The target environment for the sandbox
Target string `json:"target"`
// The CPU quota for the sandbox
Cpu float32 `json:"cpu"`
// The GPU quota for the sandbox
Gpu float32 `json:"gpu"`
// The GPU type assigned to the sandbox
GpuType *GpuType `json:"gpuType,omitempty"`
// The memory quota for the sandbox
Memory float32 `json:"memory"`
// The disk quota for the sandbox
Disk float32 `json:"disk"`
// The state of the sandbox
State *SandboxState `json:"state,omitempty"`
// The desired state of the sandbox
DesiredState *SandboxDesiredState `json:"desiredState,omitempty"`
// The error reason of the sandbox
ErrorReason *string `json:"errorReason,omitempty"`
// Whether the sandbox error is recoverable.
Recoverable *bool `json:"recoverable,omitempty"`
// The state of the backup
BackupState *string `json:"backupState,omitempty"`
// The creation timestamp of the last backup
BackupCreatedAt *string `json:"backupCreatedAt,omitempty"`
// Auto-stop interval in minutes (0 means disabled)
AutoStopInterval *float32 `json:"autoStopInterval,omitempty"`
// Auto-pause interval in minutes (0 means disabled)
AutoPauseInterval *float32 `json:"autoPauseInterval,omitempty"`
// Auto-archive interval in minutes
AutoArchiveInterval *float32 `json:"autoArchiveInterval,omitempty"`
// Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping)
AutoDeleteInterval *float32 `json:"autoDeleteInterval,omitempty"`
// When the sandbox will be automatically destroyed, regardless of its state (only set when a TTL is configured)
AutoDestroyAt *string `json:"autoDestroyAt,omitempty"`
// Array of volumes attached to the sandbox
Volumes []SandboxVolume `json:"volumes,omitempty"`
// Build information for the sandbox
BuildInfo *BuildInfo `json:"buildInfo,omitempty"`
// The creation timestamp of the sandbox
CreatedAt *string `json:"createdAt,omitempty"`
// The last update timestamp of the sandbox
UpdatedAt *string `json:"updatedAt,omitempty"`
// The last activity timestamp of the sandbox
LastActivityAt *string `json:"lastActivityAt,omitempty"`
// The class of the sandbox
SandboxClass *string `json:"sandboxClass,omitempty"`
// The version of the daemon running in the sandbox
DaemonVersion *string `json:"daemonVersion,omitempty"`
// The runner ID of the sandbox
RunnerId *string `json:"runnerId,omitempty"`
// ID of the sandbox this sandbox is linked to. When set, the sandbox is co-located on the same runner as the linked sandbox.
LinkedSandboxId *string `json:"linkedSandboxId,omitempty"`
// The toolbox proxy URL for the sandbox
ToolboxProxyUrl string `json:"toolboxProxyUrl"`
AdditionalProperties map[string]interface{}
}
Sandbox struct for Sandbox
func NewSandbox ¶
func NewSandbox(id string, organizationId string, name string, user string, env map[string]string, labels map[string]string, public bool, networkBlockAll bool, target string, cpu float32, gpu float32, memory float32, disk float32, toolboxProxyUrl string) *Sandbox
NewSandbox instantiates a new Sandbox object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSandboxWithDefaults ¶
func NewSandboxWithDefaults() *Sandbox
NewSandboxWithDefaults instantiates a new Sandbox object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Sandbox) GetAutoArchiveInterval ¶
GetAutoArchiveInterval returns the AutoArchiveInterval field value if set, zero value otherwise.
func (*Sandbox) GetAutoArchiveIntervalOk ¶
GetAutoArchiveIntervalOk returns a tuple with the AutoArchiveInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetAutoDeleteInterval ¶
GetAutoDeleteInterval returns the AutoDeleteInterval field value if set, zero value otherwise.
func (*Sandbox) GetAutoDeleteIntervalOk ¶
GetAutoDeleteIntervalOk returns a tuple with the AutoDeleteInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetAutoDestroyAt ¶ added in v0.199.0
GetAutoDestroyAt returns the AutoDestroyAt field value if set, zero value otherwise.
func (*Sandbox) GetAutoDestroyAtOk ¶ added in v0.199.0
GetAutoDestroyAtOk returns a tuple with the AutoDestroyAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetAutoPauseInterval ¶ added in v0.197.0
GetAutoPauseInterval returns the AutoPauseInterval field value if set, zero value otherwise.
func (*Sandbox) GetAutoPauseIntervalOk ¶ added in v0.197.0
GetAutoPauseIntervalOk returns a tuple with the AutoPauseInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetAutoStopInterval ¶
GetAutoStopInterval returns the AutoStopInterval field value if set, zero value otherwise.
func (*Sandbox) GetAutoStopIntervalOk ¶
GetAutoStopIntervalOk returns a tuple with the AutoStopInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetBackupCreatedAt ¶
GetBackupCreatedAt returns the BackupCreatedAt field value if set, zero value otherwise.
func (*Sandbox) GetBackupCreatedAtOk ¶
GetBackupCreatedAtOk returns a tuple with the BackupCreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetBackupState ¶
GetBackupState returns the BackupState field value if set, zero value otherwise.
func (*Sandbox) GetBackupStateOk ¶
GetBackupStateOk returns a tuple with the BackupState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetBuildInfo ¶
GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.
func (*Sandbox) GetBuildInfoOk ¶
GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetCpuOk ¶
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*Sandbox) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Sandbox) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetDaemonVersion ¶
GetDaemonVersion returns the DaemonVersion field value if set, zero value otherwise.
func (*Sandbox) GetDaemonVersionOk ¶
GetDaemonVersionOk returns a tuple with the DaemonVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetDesiredState ¶
func (o *Sandbox) GetDesiredState() SandboxDesiredState
GetDesiredState returns the DesiredState field value if set, zero value otherwise.
func (*Sandbox) GetDesiredStateOk ¶
func (o *Sandbox) GetDesiredStateOk() (*SandboxDesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetDiskOk ¶
GetDiskOk returns a tuple with the Disk field value and a boolean to check if the value has been set.
func (*Sandbox) GetDomainAllowList ¶
GetDomainAllowList returns the DomainAllowList field value if set, zero value otherwise.
func (*Sandbox) GetDomainAllowListOk ¶
GetDomainAllowListOk returns a tuple with the DomainAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetEnvOk ¶
GetEnvOk returns a tuple with the Env field value and a boolean to check if the value has been set.
func (*Sandbox) GetErrorReason ¶
GetErrorReason returns the ErrorReason field value if set, zero value otherwise.
func (*Sandbox) GetErrorReasonOk ¶
GetErrorReasonOk returns a tuple with the ErrorReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetGpuOk ¶
GetGpuOk returns a tuple with the Gpu field value and a boolean to check if the value has been set.
func (*Sandbox) GetGpuType ¶
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*Sandbox) GetGpuTypeOk ¶
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Sandbox) GetLabelsOk ¶
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*Sandbox) GetLastActivityAt ¶
GetLastActivityAt returns the LastActivityAt field value if set, zero value otherwise.
func (*Sandbox) GetLastActivityAtOk ¶
GetLastActivityAtOk returns a tuple with the LastActivityAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetLinkedSandboxId ¶
GetLinkedSandboxId returns the LinkedSandboxId field value if set, zero value otherwise.
func (*Sandbox) GetLinkedSandboxIdOk ¶
GetLinkedSandboxIdOk returns a tuple with the LinkedSandboxId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetMemoryOk ¶
GetMemoryOk returns a tuple with the Memory field value and a boolean to check if the value has been set.
func (*Sandbox) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Sandbox) GetNetworkAllowList ¶
GetNetworkAllowList returns the NetworkAllowList field value if set, zero value otherwise.
func (*Sandbox) GetNetworkAllowListOk ¶
GetNetworkAllowListOk returns a tuple with the NetworkAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetNetworkBlockAll ¶
GetNetworkBlockAll returns the NetworkBlockAll field value
func (*Sandbox) GetNetworkBlockAllOk ¶
GetNetworkBlockAllOk returns a tuple with the NetworkBlockAll field value and a boolean to check if the value has been set.
func (*Sandbox) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value
func (*Sandbox) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*Sandbox) GetPublicOk ¶
GetPublicOk returns a tuple with the Public field value and a boolean to check if the value has been set.
func (*Sandbox) GetRecoverable ¶
GetRecoverable returns the Recoverable field value if set, zero value otherwise.
func (*Sandbox) GetRecoverableOk ¶
GetRecoverableOk returns a tuple with the Recoverable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetRunnerId ¶
GetRunnerId returns the RunnerId field value if set, zero value otherwise.
func (*Sandbox) GetRunnerIdOk ¶
GetRunnerIdOk returns a tuple with the RunnerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetSandboxClass ¶
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*Sandbox) GetSandboxClassOk ¶
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetSnapshot ¶
GetSnapshot returns the Snapshot field value if set, zero value otherwise.
func (*Sandbox) GetSnapshotOk ¶
GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetState ¶
func (o *Sandbox) GetState() SandboxState
GetState returns the State field value if set, zero value otherwise.
func (*Sandbox) GetStateOk ¶
func (o *Sandbox) GetStateOk() (*SandboxState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetTargetOk ¶
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (*Sandbox) GetToolboxProxyUrl ¶
GetToolboxProxyUrl returns the ToolboxProxyUrl field value
func (*Sandbox) GetToolboxProxyUrlOk ¶
GetToolboxProxyUrlOk returns a tuple with the ToolboxProxyUrl field value and a boolean to check if the value has been set.
func (*Sandbox) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Sandbox) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) GetUserOk ¶
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*Sandbox) GetVolumes ¶
func (o *Sandbox) GetVolumes() []SandboxVolume
GetVolumes returns the Volumes field value if set, zero value otherwise.
func (*Sandbox) GetVolumesOk ¶
func (o *Sandbox) GetVolumesOk() ([]SandboxVolume, bool)
GetVolumesOk returns a tuple with the Volumes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sandbox) HasAutoArchiveInterval ¶
HasAutoArchiveInterval returns a boolean if a field has been set.
func (*Sandbox) HasAutoDeleteInterval ¶
HasAutoDeleteInterval returns a boolean if a field has been set.
func (*Sandbox) HasAutoDestroyAt ¶ added in v0.199.0
HasAutoDestroyAt returns a boolean if a field has been set.
func (*Sandbox) HasAutoPauseInterval ¶ added in v0.197.0
HasAutoPauseInterval returns a boolean if a field has been set.
func (*Sandbox) HasAutoStopInterval ¶
HasAutoStopInterval returns a boolean if a field has been set.
func (*Sandbox) HasBackupCreatedAt ¶
HasBackupCreatedAt returns a boolean if a field has been set.
func (*Sandbox) HasBackupState ¶
HasBackupState returns a boolean if a field has been set.
func (*Sandbox) HasBuildInfo ¶
HasBuildInfo returns a boolean if a field has been set.
func (*Sandbox) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Sandbox) HasDaemonVersion ¶
HasDaemonVersion returns a boolean if a field has been set.
func (*Sandbox) HasDesiredState ¶
HasDesiredState returns a boolean if a field has been set.
func (*Sandbox) HasDomainAllowList ¶
HasDomainAllowList returns a boolean if a field has been set.
func (*Sandbox) HasErrorReason ¶
HasErrorReason returns a boolean if a field has been set.
func (*Sandbox) HasGpuType ¶
HasGpuType returns a boolean if a field has been set.
func (*Sandbox) HasLastActivityAt ¶
HasLastActivityAt returns a boolean if a field has been set.
func (*Sandbox) HasLinkedSandboxId ¶
HasLinkedSandboxId returns a boolean if a field has been set.
func (*Sandbox) HasNetworkAllowList ¶
HasNetworkAllowList returns a boolean if a field has been set.
func (*Sandbox) HasRecoverable ¶
HasRecoverable returns a boolean if a field has been set.
func (*Sandbox) HasRunnerId ¶
HasRunnerId returns a boolean if a field has been set.
func (*Sandbox) HasSandboxClass ¶
HasSandboxClass returns a boolean if a field has been set.
func (*Sandbox) HasSnapshot ¶
HasSnapshot returns a boolean if a field has been set.
func (*Sandbox) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*Sandbox) HasVolumes ¶
HasVolumes returns a boolean if a field has been set.
func (Sandbox) MarshalJSON ¶
func (*Sandbox) SetAutoArchiveInterval ¶
SetAutoArchiveInterval gets a reference to the given float32 and assigns it to the AutoArchiveInterval field.
func (*Sandbox) SetAutoDeleteInterval ¶
SetAutoDeleteInterval gets a reference to the given float32 and assigns it to the AutoDeleteInterval field.
func (*Sandbox) SetAutoDestroyAt ¶ added in v0.199.0
SetAutoDestroyAt gets a reference to the given string and assigns it to the AutoDestroyAt field.
func (*Sandbox) SetAutoPauseInterval ¶ added in v0.197.0
SetAutoPauseInterval gets a reference to the given float32 and assigns it to the AutoPauseInterval field.
func (*Sandbox) SetAutoStopInterval ¶
SetAutoStopInterval gets a reference to the given float32 and assigns it to the AutoStopInterval field.
func (*Sandbox) SetBackupCreatedAt ¶
SetBackupCreatedAt gets a reference to the given string and assigns it to the BackupCreatedAt field.
func (*Sandbox) SetBackupState ¶
SetBackupState gets a reference to the given string and assigns it to the BackupState field.
func (*Sandbox) SetBuildInfo ¶
SetBuildInfo gets a reference to the given BuildInfo and assigns it to the BuildInfo field.
func (*Sandbox) SetCreatedAt ¶
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*Sandbox) SetDaemonVersion ¶
SetDaemonVersion gets a reference to the given string and assigns it to the DaemonVersion field.
func (*Sandbox) SetDesiredState ¶
func (o *Sandbox) SetDesiredState(v SandboxDesiredState)
SetDesiredState gets a reference to the given SandboxDesiredState and assigns it to the DesiredState field.
func (*Sandbox) SetDomainAllowList ¶
SetDomainAllowList gets a reference to the given string and assigns it to the DomainAllowList field.
func (*Sandbox) SetErrorReason ¶
SetErrorReason gets a reference to the given string and assigns it to the ErrorReason field.
func (*Sandbox) SetGpuType ¶
SetGpuType gets a reference to the given GpuType and assigns it to the GpuType field.
func (*Sandbox) SetLastActivityAt ¶
SetLastActivityAt gets a reference to the given string and assigns it to the LastActivityAt field.
func (*Sandbox) SetLinkedSandboxId ¶
SetLinkedSandboxId gets a reference to the given string and assigns it to the LinkedSandboxId field.
func (*Sandbox) SetNetworkAllowList ¶
SetNetworkAllowList gets a reference to the given string and assigns it to the NetworkAllowList field.
func (*Sandbox) SetNetworkBlockAll ¶
SetNetworkBlockAll sets field value
func (*Sandbox) SetOrganizationId ¶
SetOrganizationId sets field value
func (*Sandbox) SetRecoverable ¶
SetRecoverable gets a reference to the given bool and assigns it to the Recoverable field.
func (*Sandbox) SetRunnerId ¶
SetRunnerId gets a reference to the given string and assigns it to the RunnerId field.
func (*Sandbox) SetSandboxClass ¶
SetSandboxClass gets a reference to the given string and assigns it to the SandboxClass field.
func (*Sandbox) SetSnapshot ¶
SetSnapshot gets a reference to the given string and assigns it to the Snapshot field.
func (*Sandbox) SetState ¶
func (o *Sandbox) SetState(v SandboxState)
SetState gets a reference to the given SandboxState and assigns it to the State field.
func (*Sandbox) SetToolboxProxyUrl ¶
SetToolboxProxyUrl sets field value
func (*Sandbox) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*Sandbox) SetVolumes ¶
func (o *Sandbox) SetVolumes(v []SandboxVolume)
SetVolumes gets a reference to the given []SandboxVolume and assigns it to the Volumes field.
func (*Sandbox) UnmarshalJSON ¶
type SandboxAPI ¶
type SandboxAPI interface {
/*
ArchiveSandbox Archive sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName
@return SandboxAPIArchiveSandboxRequest
*/
ArchiveSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIArchiveSandboxRequest
// ArchiveSandboxExecute executes the request
// @return Sandbox
ArchiveSandboxExecute(r SandboxAPIArchiveSandboxRequest) (*Sandbox, *http.Response, error)
/*
CreateBackup Create sandbox backup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPICreateBackupRequest
*/
CreateBackup(ctx context.Context, sandboxIdOrName string) SandboxAPICreateBackupRequest
// CreateBackupExecute executes the request
// @return Sandbox
CreateBackupExecute(r SandboxAPICreateBackupRequest) (*Sandbox, *http.Response, error)
/*
CreateSandbox Create a new sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SandboxAPICreateSandboxRequest
*/
CreateSandbox(ctx context.Context) SandboxAPICreateSandboxRequest
// CreateSandboxExecute executes the request
// @return Sandbox
CreateSandboxExecute(r SandboxAPICreateSandboxRequest) (*Sandbox, *http.Response, error)
/*
CreateSandboxSnapshot Create a snapshot from a sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName
@return SandboxAPICreateSandboxSnapshotRequest
*/
CreateSandboxSnapshot(ctx context.Context, sandboxIdOrName string) SandboxAPICreateSandboxSnapshotRequest
// CreateSandboxSnapshotExecute executes the request
// @return Sandbox
CreateSandboxSnapshotExecute(r SandboxAPICreateSandboxSnapshotRequest) (*Sandbox, *http.Response, error)
/*
CreateSshAccess Create SSH access for sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPICreateSshAccessRequest
*/
CreateSshAccess(ctx context.Context, sandboxIdOrName string) SandboxAPICreateSshAccessRequest
// CreateSshAccessExecute executes the request
// @return SshAccessDto
CreateSshAccessExecute(r SandboxAPICreateSshAccessRequest) (*SshAccessDto, *http.Response, error)
/*
DeleteSandbox Delete sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIDeleteSandboxRequest
*/
DeleteSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIDeleteSandboxRequest
// DeleteSandboxExecute executes the request
// @return Sandbox
DeleteSandboxExecute(r SandboxAPIDeleteSandboxRequest) (*Sandbox, *http.Response, error)
/*
ExpireSignedPortPreviewUrl Expire signed preview URL for a sandbox port
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param port Port number to expire signed preview URL for
@param token Token to expire signed preview URL for
@return SandboxAPIExpireSignedPortPreviewUrlRequest
*/
ExpireSignedPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port int32, token string) SandboxAPIExpireSignedPortPreviewUrlRequest
// ExpireSignedPortPreviewUrlExecute executes the request
ExpireSignedPortPreviewUrlExecute(r SandboxAPIExpireSignedPortPreviewUrlRequest) (*http.Response, error)
/*
ForkSandbox Fork a sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName
@return SandboxAPIForkSandboxRequest
*/
ForkSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIForkSandboxRequest
// ForkSandboxExecute executes the request
// @return Sandbox
ForkSandboxExecute(r SandboxAPIForkSandboxRequest) (*Sandbox, *http.Response, error)
/*
GetBuildLogs Get build logs
This endpoint is deprecated. Use `getBuildLogsUrl` instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIGetBuildLogsRequest
Deprecated
*/
GetBuildLogs(ctx context.Context, sandboxIdOrName string) SandboxAPIGetBuildLogsRequest
// GetBuildLogsExecute executes the request
// Deprecated
GetBuildLogsExecute(r SandboxAPIGetBuildLogsRequest) (*http.Response, error)
/*
GetBuildLogsUrl Get build logs URL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIGetBuildLogsUrlRequest
*/
GetBuildLogsUrl(ctx context.Context, sandboxIdOrName string) SandboxAPIGetBuildLogsUrlRequest
// GetBuildLogsUrlExecute executes the request
// @return Url
GetBuildLogsUrlExecute(r SandboxAPIGetBuildLogsUrlRequest) (*Url, *http.Response, error)
/*
GetOrganizationBySandboxId Get organization by sandbox ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIGetOrganizationBySandboxIdRequest
*/
GetOrganizationBySandboxId(ctx context.Context, sandboxId string) SandboxAPIGetOrganizationBySandboxIdRequest
// GetOrganizationBySandboxIdExecute executes the request
// @return Organization
GetOrganizationBySandboxIdExecute(r SandboxAPIGetOrganizationBySandboxIdRequest) (*Organization, *http.Response, error)
/*
GetPortPreviewUrl Get preview URL for a sandbox port
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param port Port number to get preview URL for
@return SandboxAPIGetPortPreviewUrlRequest
*/
GetPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port float32) SandboxAPIGetPortPreviewUrlRequest
// GetPortPreviewUrlExecute executes the request
// @return PortPreviewUrl
GetPortPreviewUrlExecute(r SandboxAPIGetPortPreviewUrlRequest) (*PortPreviewUrl, *http.Response, error)
/*
GetRegionQuotaBySandboxId Get region quota by sandbox ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIGetRegionQuotaBySandboxIdRequest
*/
GetRegionQuotaBySandboxId(ctx context.Context, sandboxId string) SandboxAPIGetRegionQuotaBySandboxIdRequest
// GetRegionQuotaBySandboxIdExecute executes the request
// @return RegionQuota
GetRegionQuotaBySandboxIdExecute(r SandboxAPIGetRegionQuotaBySandboxIdRequest) (*RegionQuota, *http.Response, error)
/*
GetSandbox Get sandbox details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIGetSandboxRequest
*/
GetSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxRequest
// GetSandboxExecute executes the request
// @return Sandbox
GetSandboxExecute(r SandboxAPIGetSandboxRequest) (*Sandbox, *http.Response, error)
/*
GetSandboxAncestors Get sandbox fork ancestor chain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName
@return SandboxAPIGetSandboxAncestorsRequest
*/
GetSandboxAncestors(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxAncestorsRequest
// GetSandboxAncestorsExecute executes the request
// @return []Sandbox
GetSandboxAncestorsExecute(r SandboxAPIGetSandboxAncestorsRequest) ([]Sandbox, *http.Response, error)
/*
GetSandboxForks Get sandbox fork children
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName
@return SandboxAPIGetSandboxForksRequest
*/
GetSandboxForks(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxForksRequest
// GetSandboxForksExecute executes the request
// @return []Sandbox
GetSandboxForksExecute(r SandboxAPIGetSandboxForksRequest) ([]Sandbox, *http.Response, error)
/*
GetSandboxLogs Get sandbox logs
Retrieve OTEL logs for a sandbox within a time range
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIGetSandboxLogsRequest
*/
GetSandboxLogs(ctx context.Context, sandboxId string) SandboxAPIGetSandboxLogsRequest
// GetSandboxLogsExecute executes the request
// @return PaginatedLogs
GetSandboxLogsExecute(r SandboxAPIGetSandboxLogsRequest) (*PaginatedLogs, *http.Response, error)
/*
GetSandboxMetrics Get sandbox metrics
Retrieve OTEL metrics for a sandbox within a time range
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIGetSandboxMetricsRequest
*/
GetSandboxMetrics(ctx context.Context, sandboxId string) SandboxAPIGetSandboxMetricsRequest
// GetSandboxMetricsExecute executes the request
// @return MetricsResponse
GetSandboxMetricsExecute(r SandboxAPIGetSandboxMetricsRequest) (*MetricsResponse, *http.Response, error)
/*
GetSandboxParent Get sandbox fork parent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName
@return SandboxAPIGetSandboxParentRequest
*/
GetSandboxParent(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxParentRequest
// GetSandboxParentExecute executes the request
// @return Sandbox
GetSandboxParentExecute(r SandboxAPIGetSandboxParentRequest) (*Sandbox, *http.Response, error)
/*
GetSandboxTraceSpans Get trace spans
Retrieve all spans for a specific trace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@param traceId ID of the trace
@return SandboxAPIGetSandboxTraceSpansRequest
*/
GetSandboxTraceSpans(ctx context.Context, sandboxId string, traceId string) SandboxAPIGetSandboxTraceSpansRequest
// GetSandboxTraceSpansExecute executes the request
// @return []TraceSpan
GetSandboxTraceSpansExecute(r SandboxAPIGetSandboxTraceSpansRequest) ([]TraceSpan, *http.Response, error)
/*
GetSandboxTraces Get sandbox traces
Retrieve OTEL traces for a sandbox within a time range
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIGetSandboxTracesRequest
*/
GetSandboxTraces(ctx context.Context, sandboxId string) SandboxAPIGetSandboxTracesRequest
// GetSandboxTracesExecute executes the request
// @return PaginatedTraces
GetSandboxTracesExecute(r SandboxAPIGetSandboxTracesRequest) (*PaginatedTraces, *http.Response, error)
/*
GetSandboxesForRunner Get sandboxes for the authenticated runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SandboxAPIGetSandboxesForRunnerRequest
*/
GetSandboxesForRunner(ctx context.Context) SandboxAPIGetSandboxesForRunnerRequest
// GetSandboxesForRunnerExecute executes the request
// @return []Sandbox
GetSandboxesForRunnerExecute(r SandboxAPIGetSandboxesForRunnerRequest) ([]Sandbox, *http.Response, error)
/*
GetSignedPortPreviewUrl Get signed preview URL for a sandbox port
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param port Port number to get signed preview URL for
@return SandboxAPIGetSignedPortPreviewUrlRequest
*/
GetSignedPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port int32) SandboxAPIGetSignedPortPreviewUrlRequest
// GetSignedPortPreviewUrlExecute executes the request
// @return SignedPortPreviewUrl
GetSignedPortPreviewUrlExecute(r SandboxAPIGetSignedPortPreviewUrlRequest) (*SignedPortPreviewUrl, *http.Response, error)
/*
GetToolboxProxyUrl Get toolbox proxy URL for a sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIGetToolboxProxyUrlRequest
*/
GetToolboxProxyUrl(ctx context.Context, sandboxId string) SandboxAPIGetToolboxProxyUrlRequest
// GetToolboxProxyUrlExecute executes the request
// @return ToolboxProxyUrl
GetToolboxProxyUrlExecute(r SandboxAPIGetToolboxProxyUrlRequest) (*ToolboxProxyUrl, *http.Response, error)
/*
ListSandboxes List sandboxes
Advanced filtering and ordering. Eventually consistent.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SandboxAPIListSandboxesRequest
*/
ListSandboxes(ctx context.Context) SandboxAPIListSandboxesRequest
// ListSandboxesExecute executes the request
// @return ListSandboxesResponse
ListSandboxesExecute(r SandboxAPIListSandboxesRequest) (*ListSandboxesResponse, *http.Response, error)
/*
ListSandboxesPaginatedDeprecated [DEPRECATED] List all sandboxes paginated
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SandboxAPIListSandboxesPaginatedDeprecatedRequest
Deprecated
*/
ListSandboxesPaginatedDeprecated(ctx context.Context) SandboxAPIListSandboxesPaginatedDeprecatedRequest
// ListSandboxesPaginatedDeprecatedExecute executes the request
// @return PaginatedSandboxesDeprecated
// Deprecated
ListSandboxesPaginatedDeprecatedExecute(r SandboxAPIListSandboxesPaginatedDeprecatedRequest) (*PaginatedSandboxesDeprecated, *http.Response, error)
/*
PauseSandbox Pause sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIPauseSandboxRequest
*/
PauseSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIPauseSandboxRequest
// PauseSandboxExecute executes the request
// @return Sandbox
PauseSandboxExecute(r SandboxAPIPauseSandboxRequest) (*Sandbox, *http.Response, error)
/*
RecoverSandbox Recover sandbox from error state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIRecoverSandboxRequest
*/
RecoverSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIRecoverSandboxRequest
// RecoverSandboxExecute executes the request
// @return Sandbox
RecoverSandboxExecute(r SandboxAPIRecoverSandboxRequest) (*Sandbox, *http.Response, error)
/*
ReplaceLabels Replace sandbox labels
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIReplaceLabelsRequest
*/
ReplaceLabels(ctx context.Context, sandboxIdOrName string) SandboxAPIReplaceLabelsRequest
// ReplaceLabelsExecute executes the request
// @return SandboxLabels
ReplaceLabelsExecute(r SandboxAPIReplaceLabelsRequest) (*SandboxLabels, *http.Response, error)
/*
ResizeSandbox Resize sandbox resources
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIResizeSandboxRequest
*/
ResizeSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIResizeSandboxRequest
// ResizeSandboxExecute executes the request
// @return Sandbox
ResizeSandboxExecute(r SandboxAPIResizeSandboxRequest) (*Sandbox, *http.Response, error)
/*
ResolveSandboxSecrets Resolve sandbox secrets
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId Sandbox ID
@return SandboxAPIResolveSandboxSecretsRequest
*/
ResolveSandboxSecrets(ctx context.Context, sandboxId string) SandboxAPIResolveSandboxSecretsRequest
// ResolveSandboxSecretsExecute executes the request
// @return []ResolveSandboxSecrets200ResponseInner
ResolveSandboxSecretsExecute(r SandboxAPIResolveSandboxSecretsRequest) ([]ResolveSandboxSecrets200ResponseInner, *http.Response, error)
/*
RevokeSshAccess Revoke SSH access for sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIRevokeSshAccessRequest
*/
RevokeSshAccess(ctx context.Context, sandboxIdOrName string) SandboxAPIRevokeSshAccessRequest
// RevokeSshAccessExecute executes the request
// @return Sandbox
RevokeSshAccessExecute(r SandboxAPIRevokeSshAccessRequest) (*Sandbox, *http.Response, error)
/*
SetAutoArchiveInterval Set sandbox auto-archive interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param interval Auto-archive interval in minutes (0 means the maximum interval will be used)
@return SandboxAPISetAutoArchiveIntervalRequest
*/
SetAutoArchiveInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoArchiveIntervalRequest
// SetAutoArchiveIntervalExecute executes the request
// @return Sandbox
SetAutoArchiveIntervalExecute(r SandboxAPISetAutoArchiveIntervalRequest) (*Sandbox, *http.Response, error)
/*
SetAutoDeleteInterval Set sandbox auto-delete interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param interval Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping)
@return SandboxAPISetAutoDeleteIntervalRequest
*/
SetAutoDeleteInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoDeleteIntervalRequest
// SetAutoDeleteIntervalExecute executes the request
// @return Sandbox
SetAutoDeleteIntervalExecute(r SandboxAPISetAutoDeleteIntervalRequest) (*Sandbox, *http.Response, error)
/*
SetAutoPauseInterval Set sandbox auto-pause interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param interval Auto-pause interval in minutes (0 to disable)
@return SandboxAPISetAutoPauseIntervalRequest
*/
SetAutoPauseInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoPauseIntervalRequest
// SetAutoPauseIntervalExecute executes the request
// @return Sandbox
SetAutoPauseIntervalExecute(r SandboxAPISetAutoPauseIntervalRequest) (*Sandbox, *http.Response, error)
/*
SetAutostopInterval Set sandbox auto-stop interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param interval Auto-stop interval in minutes (0 to disable)
@return SandboxAPISetAutostopIntervalRequest
*/
SetAutostopInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutostopIntervalRequest
// SetAutostopIntervalExecute executes the request
// @return Sandbox
SetAutostopIntervalExecute(r SandboxAPISetAutostopIntervalRequest) (*Sandbox, *http.Response, error)
/*
SetTtl Set sandbox TTL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param ttlMinutes Maximum time to live in minutes, re-anchored from the current time (0 to disable). When it elapses the sandbox is destroyed, even if it is stopped, paused, or archived
@return SandboxAPISetTtlRequest
*/
SetTtl(ctx context.Context, sandboxIdOrName string, ttlMinutes float32) SandboxAPISetTtlRequest
// SetTtlExecute executes the request
// @return Sandbox
SetTtlExecute(r SandboxAPISetTtlRequest) (*Sandbox, *http.Response, error)
/*
StartSandbox Start or resume sandbox
Starts a stopped or archived sandbox, or resumes a paused sandbox. The transition taken depends on the current sandbox state.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIStartSandboxRequest
*/
StartSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIStartSandboxRequest
// StartSandboxExecute executes the request
// @return Sandbox
StartSandboxExecute(r SandboxAPIStartSandboxRequest) (*Sandbox, *http.Response, error)
/*
StopSandbox Stop sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIStopSandboxRequest
*/
StopSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIStopSandboxRequest
// StopSandboxExecute executes the request
// @return Sandbox
StopSandboxExecute(r SandboxAPIStopSandboxRequest) (*Sandbox, *http.Response, error)
/*
UpdateLastActivity Update sandbox last activity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIUpdateLastActivityRequest
*/
UpdateLastActivity(ctx context.Context, sandboxId string) SandboxAPIUpdateLastActivityRequest
// UpdateLastActivityExecute executes the request
UpdateLastActivityExecute(r SandboxAPIUpdateLastActivityRequest) (*http.Response, error)
/*
UpdateNetworkSettings Update sandbox network settings
Changes outbound network policy on the runner for a running sandbox (for example block all traffic, restore access, or set a CIDR allow list).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIUpdateNetworkSettingsRequest
*/
UpdateNetworkSettings(ctx context.Context, sandboxIdOrName string) SandboxAPIUpdateNetworkSettingsRequest
// UpdateNetworkSettingsExecute executes the request
// @return Sandbox
UpdateNetworkSettingsExecute(r SandboxAPIUpdateNetworkSettingsRequest) (*Sandbox, *http.Response, error)
/*
UpdatePublicStatus Update public status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@param isPublic Public status to set
@return SandboxAPIUpdatePublicStatusRequest
*/
UpdatePublicStatus(ctx context.Context, sandboxIdOrName string, isPublic bool) SandboxAPIUpdatePublicStatusRequest
// UpdatePublicStatusExecute executes the request
// @return Sandbox
UpdatePublicStatusExecute(r SandboxAPIUpdatePublicStatusRequest) (*Sandbox, *http.Response, error)
/*
UpdateSandboxSecrets Update sandbox secrets
Replaces the set of vault secrets mounted in the sandbox. Attached, detached and rotated secrets take effect for outbound requests within seconds. New env vars become visible to processes spawned after the update; a sandbox created without any secrets must be restarted for newly attached secrets to work.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxIdOrName ID or name of the sandbox
@return SandboxAPIUpdateSandboxSecretsRequest
*/
UpdateSandboxSecrets(ctx context.Context, sandboxIdOrName string) SandboxAPIUpdateSandboxSecretsRequest
// UpdateSandboxSecretsExecute executes the request
// @return Sandbox
UpdateSandboxSecretsExecute(r SandboxAPIUpdateSandboxSecretsRequest) (*Sandbox, *http.Response, error)
/*
UpdateSandboxState Update sandbox state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param sandboxId ID of the sandbox
@return SandboxAPIUpdateSandboxStateRequest
*/
UpdateSandboxState(ctx context.Context, sandboxId string) SandboxAPIUpdateSandboxStateRequest
// UpdateSandboxStateExecute executes the request
UpdateSandboxStateExecute(r SandboxAPIUpdateSandboxStateRequest) (*http.Response, error)
/*
ValidateSshAccess Validate SSH access for sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SandboxAPIValidateSshAccessRequest
*/
ValidateSshAccess(ctx context.Context) SandboxAPIValidateSshAccessRequest
// ValidateSshAccessExecute executes the request
// @return SshAccessValidationDto
ValidateSshAccessExecute(r SandboxAPIValidateSshAccessRequest) (*SshAccessValidationDto, *http.Response, error)
}
type SandboxAPIArchiveSandboxRequest ¶
type SandboxAPIArchiveSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIArchiveSandboxRequest) Execute ¶
func (r SandboxAPIArchiveSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIArchiveSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIArchiveSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIArchiveSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPICreateBackupRequest ¶
type SandboxAPICreateBackupRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPICreateBackupRequest) Execute ¶
func (r SandboxAPICreateBackupRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPICreateBackupRequest) XDaytonaOrganizationID ¶
func (r SandboxAPICreateBackupRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateBackupRequest
Use with JWT to specify the organization ID
type SandboxAPICreateSandboxRequest ¶
type SandboxAPICreateSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPICreateSandboxRequest) CreateSandbox ¶
func (r SandboxAPICreateSandboxRequest) CreateSandbox(createSandbox CreateSandbox) SandboxAPICreateSandboxRequest
func (SandboxAPICreateSandboxRequest) Execute ¶
func (r SandboxAPICreateSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPICreateSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPICreateSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPICreateSandboxSnapshotRequest ¶
type SandboxAPICreateSandboxSnapshotRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPICreateSandboxSnapshotRequest) CreateSandboxSnapshot ¶
func (r SandboxAPICreateSandboxSnapshotRequest) CreateSandboxSnapshot(createSandboxSnapshot CreateSandboxSnapshot) SandboxAPICreateSandboxSnapshotRequest
func (SandboxAPICreateSandboxSnapshotRequest) Execute ¶
func (r SandboxAPICreateSandboxSnapshotRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPICreateSandboxSnapshotRequest) XDaytonaOrganizationID ¶
func (r SandboxAPICreateSandboxSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateSandboxSnapshotRequest
Use with JWT to specify the organization ID
type SandboxAPICreateSshAccessRequest ¶
type SandboxAPICreateSshAccessRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPICreateSshAccessRequest) Execute ¶
func (r SandboxAPICreateSshAccessRequest) Execute() (*SshAccessDto, *http.Response, error)
func (SandboxAPICreateSshAccessRequest) ExpiresInMinutes ¶
func (r SandboxAPICreateSshAccessRequest) ExpiresInMinutes(expiresInMinutes float32) SandboxAPICreateSshAccessRequest
Expiration time in minutes (default: 60)
func (SandboxAPICreateSshAccessRequest) XDaytonaOrganizationID ¶
func (r SandboxAPICreateSshAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPICreateSshAccessRequest
Use with JWT to specify the organization ID
type SandboxAPIDeleteSandboxRequest ¶
type SandboxAPIDeleteSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIDeleteSandboxRequest) Execute ¶
func (r SandboxAPIDeleteSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIDeleteSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIDeleteSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIDeleteSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIExpireSignedPortPreviewUrlRequest ¶
type SandboxAPIExpireSignedPortPreviewUrlRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIExpireSignedPortPreviewUrlRequest) Execute ¶
func (r SandboxAPIExpireSignedPortPreviewUrlRequest) Execute() (*http.Response, error)
func (SandboxAPIExpireSignedPortPreviewUrlRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIExpireSignedPortPreviewUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIExpireSignedPortPreviewUrlRequest
Use with JWT to specify the organization ID
type SandboxAPIForkSandboxRequest ¶
type SandboxAPIForkSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIForkSandboxRequest) Execute ¶
func (r SandboxAPIForkSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIForkSandboxRequest) ForkSandbox ¶
func (r SandboxAPIForkSandboxRequest) ForkSandbox(forkSandbox ForkSandbox) SandboxAPIForkSandboxRequest
func (SandboxAPIForkSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIForkSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIForkSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIGetBuildLogsRequest ¶
type SandboxAPIGetBuildLogsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetBuildLogsRequest) Execute ¶
func (r SandboxAPIGetBuildLogsRequest) Execute() (*http.Response, error)
func (SandboxAPIGetBuildLogsRequest) Follow ¶
func (r SandboxAPIGetBuildLogsRequest) Follow(follow bool) SandboxAPIGetBuildLogsRequest
Whether to follow the logs stream
func (SandboxAPIGetBuildLogsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetBuildLogsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetBuildLogsRequest
Use with JWT to specify the organization ID
type SandboxAPIGetBuildLogsUrlRequest ¶
type SandboxAPIGetBuildLogsUrlRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetBuildLogsUrlRequest) Execute ¶
func (r SandboxAPIGetBuildLogsUrlRequest) Execute() (*Url, *http.Response, error)
func (SandboxAPIGetBuildLogsUrlRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetBuildLogsUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetBuildLogsUrlRequest
Use with JWT to specify the organization ID
type SandboxAPIGetOrganizationBySandboxIdRequest ¶
type SandboxAPIGetOrganizationBySandboxIdRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetOrganizationBySandboxIdRequest) Execute ¶
func (r SandboxAPIGetOrganizationBySandboxIdRequest) Execute() (*Organization, *http.Response, error)
func (SandboxAPIGetOrganizationBySandboxIdRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetOrganizationBySandboxIdRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetOrganizationBySandboxIdRequest
Use with JWT to specify the organization ID
type SandboxAPIGetPortPreviewUrlRequest ¶
type SandboxAPIGetPortPreviewUrlRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetPortPreviewUrlRequest) Execute ¶
func (r SandboxAPIGetPortPreviewUrlRequest) Execute() (*PortPreviewUrl, *http.Response, error)
func (SandboxAPIGetPortPreviewUrlRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetPortPreviewUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetPortPreviewUrlRequest
Use with JWT to specify the organization ID
type SandboxAPIGetRegionQuotaBySandboxIdRequest ¶
type SandboxAPIGetRegionQuotaBySandboxIdRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetRegionQuotaBySandboxIdRequest) Execute ¶
func (r SandboxAPIGetRegionQuotaBySandboxIdRequest) Execute() (*RegionQuota, *http.Response, error)
func (SandboxAPIGetRegionQuotaBySandboxIdRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetRegionQuotaBySandboxIdRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetRegionQuotaBySandboxIdRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxAncestorsRequest ¶
type SandboxAPIGetSandboxAncestorsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxAncestorsRequest) Execute ¶
func (r SandboxAPIGetSandboxAncestorsRequest) Execute() ([]Sandbox, *http.Response, error)
func (SandboxAPIGetSandboxAncestorsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxAncestorsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxAncestorsRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxForksRequest ¶
type SandboxAPIGetSandboxForksRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxForksRequest) Execute ¶
func (r SandboxAPIGetSandboxForksRequest) Execute() ([]Sandbox, *http.Response, error)
func (SandboxAPIGetSandboxForksRequest) IncludeDestroyed ¶
func (r SandboxAPIGetSandboxForksRequest) IncludeDestroyed(includeDestroyed bool) SandboxAPIGetSandboxForksRequest
func (SandboxAPIGetSandboxForksRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxForksRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxForksRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxLogsRequest ¶
type SandboxAPIGetSandboxLogsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxLogsRequest) Execute ¶
func (r SandboxAPIGetSandboxLogsRequest) Execute() (*PaginatedLogs, *http.Response, error)
func (SandboxAPIGetSandboxLogsRequest) From ¶
func (r SandboxAPIGetSandboxLogsRequest) From(from time.Time) SandboxAPIGetSandboxLogsRequest
Start of time range (ISO 8601)
func (SandboxAPIGetSandboxLogsRequest) Limit ¶
func (r SandboxAPIGetSandboxLogsRequest) Limit(limit float32) SandboxAPIGetSandboxLogsRequest
Number of items per page
func (SandboxAPIGetSandboxLogsRequest) Page ¶
func (r SandboxAPIGetSandboxLogsRequest) Page(page float32) SandboxAPIGetSandboxLogsRequest
Page number (1-indexed)
func (SandboxAPIGetSandboxLogsRequest) Search ¶
func (r SandboxAPIGetSandboxLogsRequest) Search(search string) SandboxAPIGetSandboxLogsRequest
Search in log body
func (SandboxAPIGetSandboxLogsRequest) Severities ¶
func (r SandboxAPIGetSandboxLogsRequest) Severities(severities []string) SandboxAPIGetSandboxLogsRequest
Filter by severity levels (DEBUG, INFO, WARN, ERROR)
func (SandboxAPIGetSandboxLogsRequest) To ¶
func (r SandboxAPIGetSandboxLogsRequest) To(to time.Time) SandboxAPIGetSandboxLogsRequest
End of time range (ISO 8601)
func (SandboxAPIGetSandboxLogsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxLogsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxLogsRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxMetricsRequest ¶
type SandboxAPIGetSandboxMetricsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxMetricsRequest) Execute ¶
func (r SandboxAPIGetSandboxMetricsRequest) Execute() (*MetricsResponse, *http.Response, error)
func (SandboxAPIGetSandboxMetricsRequest) From ¶
func (r SandboxAPIGetSandboxMetricsRequest) From(from time.Time) SandboxAPIGetSandboxMetricsRequest
Start of time range (ISO 8601)
func (SandboxAPIGetSandboxMetricsRequest) MetricNames ¶
func (r SandboxAPIGetSandboxMetricsRequest) MetricNames(metricNames []string) SandboxAPIGetSandboxMetricsRequest
Filter by metric names
func (SandboxAPIGetSandboxMetricsRequest) To ¶
func (r SandboxAPIGetSandboxMetricsRequest) To(to time.Time) SandboxAPIGetSandboxMetricsRequest
End of time range (ISO 8601)
func (SandboxAPIGetSandboxMetricsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxMetricsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxMetricsRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxParentRequest ¶
type SandboxAPIGetSandboxParentRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxParentRequest) Execute ¶
func (r SandboxAPIGetSandboxParentRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIGetSandboxParentRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxParentRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxParentRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxRequest ¶
type SandboxAPIGetSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxRequest) Execute ¶
func (r SandboxAPIGetSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIGetSandboxRequest) Verbose ¶
func (r SandboxAPIGetSandboxRequest) Verbose(verbose bool) SandboxAPIGetSandboxRequest
Include verbose output
func (SandboxAPIGetSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxTraceSpansRequest ¶
type SandboxAPIGetSandboxTraceSpansRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxTraceSpansRequest) Execute ¶
func (r SandboxAPIGetSandboxTraceSpansRequest) Execute() ([]TraceSpan, *http.Response, error)
func (SandboxAPIGetSandboxTraceSpansRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxTraceSpansRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxTraceSpansRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxTracesRequest ¶
type SandboxAPIGetSandboxTracesRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxTracesRequest) Execute ¶
func (r SandboxAPIGetSandboxTracesRequest) Execute() (*PaginatedTraces, *http.Response, error)
func (SandboxAPIGetSandboxTracesRequest) From ¶
func (r SandboxAPIGetSandboxTracesRequest) From(from time.Time) SandboxAPIGetSandboxTracesRequest
Start of time range (ISO 8601)
func (SandboxAPIGetSandboxTracesRequest) Limit ¶
func (r SandboxAPIGetSandboxTracesRequest) Limit(limit float32) SandboxAPIGetSandboxTracesRequest
Number of items per page
func (SandboxAPIGetSandboxTracesRequest) Page ¶
func (r SandboxAPIGetSandboxTracesRequest) Page(page float32) SandboxAPIGetSandboxTracesRequest
Page number (1-indexed)
func (SandboxAPIGetSandboxTracesRequest) To ¶
func (r SandboxAPIGetSandboxTracesRequest) To(to time.Time) SandboxAPIGetSandboxTracesRequest
End of time range (ISO 8601)
func (SandboxAPIGetSandboxTracesRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxTracesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxTracesRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSandboxesForRunnerRequest ¶
type SandboxAPIGetSandboxesForRunnerRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSandboxesForRunnerRequest) Execute ¶
func (r SandboxAPIGetSandboxesForRunnerRequest) Execute() ([]Sandbox, *http.Response, error)
func (SandboxAPIGetSandboxesForRunnerRequest) SkipReconcilingSandboxes ¶
func (r SandboxAPIGetSandboxesForRunnerRequest) SkipReconcilingSandboxes(skipReconcilingSandboxes bool) SandboxAPIGetSandboxesForRunnerRequest
Skip sandboxes where state differs from desired state
func (SandboxAPIGetSandboxesForRunnerRequest) States ¶
func (r SandboxAPIGetSandboxesForRunnerRequest) States(states string) SandboxAPIGetSandboxesForRunnerRequest
Comma-separated list of sandbox states to filter by
func (SandboxAPIGetSandboxesForRunnerRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSandboxesForRunnerRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSandboxesForRunnerRequest
Use with JWT to specify the organization ID
type SandboxAPIGetSignedPortPreviewUrlRequest ¶
type SandboxAPIGetSignedPortPreviewUrlRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetSignedPortPreviewUrlRequest) Execute ¶
func (r SandboxAPIGetSignedPortPreviewUrlRequest) Execute() (*SignedPortPreviewUrl, *http.Response, error)
func (SandboxAPIGetSignedPortPreviewUrlRequest) ExpiresInSeconds ¶
func (r SandboxAPIGetSignedPortPreviewUrlRequest) ExpiresInSeconds(expiresInSeconds int32) SandboxAPIGetSignedPortPreviewUrlRequest
Expiration time in seconds (default: 60 seconds)
func (SandboxAPIGetSignedPortPreviewUrlRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetSignedPortPreviewUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetSignedPortPreviewUrlRequest
Use with JWT to specify the organization ID
type SandboxAPIGetToolboxProxyUrlRequest ¶
type SandboxAPIGetToolboxProxyUrlRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIGetToolboxProxyUrlRequest) Execute ¶
func (r SandboxAPIGetToolboxProxyUrlRequest) Execute() (*ToolboxProxyUrl, *http.Response, error)
func (SandboxAPIGetToolboxProxyUrlRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIGetToolboxProxyUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIGetToolboxProxyUrlRequest
Use with JWT to specify the organization ID
type SandboxAPIListSandboxesPaginatedDeprecatedRequest ¶
type SandboxAPIListSandboxesPaginatedDeprecatedRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Execute ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Execute() (*PaginatedSandboxesDeprecated, *http.Response, error)
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Id ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Id(id string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Filter by partial ID match
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) IncludeErroredDeleted ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) IncludeErroredDeleted(includeErroredDeleted bool) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Include results with errored state and deleted desired state
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Labels ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Labels(labels string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
JSON encoded labels to filter by
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) LastEventAfter ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) LastEventAfter(lastEventAfter time.Time) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Include items with last event after this timestamp
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) LastEventBefore ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) LastEventBefore(lastEventBefore time.Time) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Include items with last event before this timestamp
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Limit ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Limit(limit float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Number of results per page
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxCpu ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxCpu(maxCpu float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Maximum CPU
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxDiskGiB ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxDiskGiB(maxDiskGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Maximum disk space in GiB
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxMemoryGiB ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MaxMemoryGiB(maxMemoryGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Maximum memory in GiB
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinCpu ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinCpu(minCpu float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Minimum CPU
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinDiskGiB ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinDiskGiB(minDiskGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Minimum disk space in GiB
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinMemoryGiB ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) MinMemoryGiB(minMemoryGiB float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Minimum memory in GiB
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Name ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Name(name string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Filter by partial name match
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Order ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Order(order string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Direction to sort by
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Page ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Page(page float32) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Page number of the results
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Regions ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Regions(regions []string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
List of regions to filter by
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Snapshots ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Snapshots(snapshots []string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
List of snapshot names to filter by
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) Sort ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) Sort(sort string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Field to sort by
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) States ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) States(states []string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
List of states to filter by
func (SandboxAPIListSandboxesPaginatedDeprecatedRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIListSandboxesPaginatedDeprecatedRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIListSandboxesPaginatedDeprecatedRequest
Use with JWT to specify the organization ID
type SandboxAPIListSandboxesRequest ¶
type SandboxAPIListSandboxesRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIListSandboxesRequest) CreatedAtAfter ¶
func (r SandboxAPIListSandboxesRequest) CreatedAtAfter(createdAtAfter time.Time) SandboxAPIListSandboxesRequest
Include items created after this timestamp
func (SandboxAPIListSandboxesRequest) CreatedAtBefore ¶
func (r SandboxAPIListSandboxesRequest) CreatedAtBefore(createdAtBefore time.Time) SandboxAPIListSandboxesRequest
Include items created before this timestamp
func (SandboxAPIListSandboxesRequest) Cursor ¶
func (r SandboxAPIListSandboxesRequest) Cursor(cursor string) SandboxAPIListSandboxesRequest
Pagination cursor from a previous response
func (SandboxAPIListSandboxesRequest) Execute ¶
func (r SandboxAPIListSandboxesRequest) Execute() (*ListSandboxesResponse, *http.Response, error)
func (SandboxAPIListSandboxesRequest) Id ¶
func (r SandboxAPIListSandboxesRequest) Id(id string) SandboxAPIListSandboxesRequest
Filter by ID prefix (case-insensitive)
func (SandboxAPIListSandboxesRequest) IncludeErroredDeleted ¶
func (r SandboxAPIListSandboxesRequest) IncludeErroredDeleted(includeErroredDeleted bool) SandboxAPIListSandboxesRequest
Include results with errored state and deleted desired state
func (SandboxAPIListSandboxesRequest) IsPublic ¶
func (r SandboxAPIListSandboxesRequest) IsPublic(isPublic bool) SandboxAPIListSandboxesRequest
Filter by public status
func (SandboxAPIListSandboxesRequest) IsRecoverable ¶
func (r SandboxAPIListSandboxesRequest) IsRecoverable(isRecoverable bool) SandboxAPIListSandboxesRequest
Filter by recoverable status
func (SandboxAPIListSandboxesRequest) Labels ¶
func (r SandboxAPIListSandboxesRequest) Labels(labels string) SandboxAPIListSandboxesRequest
JSON encoded labels to filter by
func (SandboxAPIListSandboxesRequest) LastEventAfter ¶
func (r SandboxAPIListSandboxesRequest) LastEventAfter(lastEventAfter time.Time) SandboxAPIListSandboxesRequest
Include items with last event after this timestamp
func (SandboxAPIListSandboxesRequest) LastEventBefore ¶
func (r SandboxAPIListSandboxesRequest) LastEventBefore(lastEventBefore time.Time) SandboxAPIListSandboxesRequest
Include items with last event before this timestamp
func (SandboxAPIListSandboxesRequest) Limit ¶
func (r SandboxAPIListSandboxesRequest) Limit(limit float32) SandboxAPIListSandboxesRequest
Number of results per page
func (SandboxAPIListSandboxesRequest) MaxCpu ¶
func (r SandboxAPIListSandboxesRequest) MaxCpu(maxCpu float32) SandboxAPIListSandboxesRequest
Maximum CPU
func (SandboxAPIListSandboxesRequest) MaxDiskGiB ¶
func (r SandboxAPIListSandboxesRequest) MaxDiskGiB(maxDiskGiB float32) SandboxAPIListSandboxesRequest
Maximum disk space in GiB
func (SandboxAPIListSandboxesRequest) MaxMemoryGiB ¶
func (r SandboxAPIListSandboxesRequest) MaxMemoryGiB(maxMemoryGiB float32) SandboxAPIListSandboxesRequest
Maximum memory in GiB
func (SandboxAPIListSandboxesRequest) MinCpu ¶
func (r SandboxAPIListSandboxesRequest) MinCpu(minCpu float32) SandboxAPIListSandboxesRequest
Minimum CPU
func (SandboxAPIListSandboxesRequest) MinDiskGiB ¶
func (r SandboxAPIListSandboxesRequest) MinDiskGiB(minDiskGiB float32) SandboxAPIListSandboxesRequest
Minimum disk space in GiB
func (SandboxAPIListSandboxesRequest) MinMemoryGiB ¶
func (r SandboxAPIListSandboxesRequest) MinMemoryGiB(minMemoryGiB float32) SandboxAPIListSandboxesRequest
Minimum memory in GiB
func (SandboxAPIListSandboxesRequest) Name ¶
func (r SandboxAPIListSandboxesRequest) Name(name string) SandboxAPIListSandboxesRequest
Filter by name prefix (case-insensitive)
func (SandboxAPIListSandboxesRequest) Order ¶
func (r SandboxAPIListSandboxesRequest) Order(order SandboxListSortDirection) SandboxAPIListSandboxesRequest
Direction to sort by
func (SandboxAPIListSandboxesRequest) RegionIds ¶
func (r SandboxAPIListSandboxesRequest) RegionIds(regionIds []string) SandboxAPIListSandboxesRequest
List of regions IDs to filter by
func (SandboxAPIListSandboxesRequest) SandboxClasses ¶
func (r SandboxAPIListSandboxesRequest) SandboxClasses(sandboxClasses []SandboxClass) SandboxAPIListSandboxesRequest
List of sandbox classes to filter by
func (SandboxAPIListSandboxesRequest) Snapshots ¶
func (r SandboxAPIListSandboxesRequest) Snapshots(snapshots []string) SandboxAPIListSandboxesRequest
List of snapshot names to filter by
func (SandboxAPIListSandboxesRequest) Sort ¶
func (r SandboxAPIListSandboxesRequest) Sort(sort SandboxListSortField) SandboxAPIListSandboxesRequest
Field to sort by
func (SandboxAPIListSandboxesRequest) States ¶
func (r SandboxAPIListSandboxesRequest) States(states []SandboxState) SandboxAPIListSandboxesRequest
List of states to filter by.
func (SandboxAPIListSandboxesRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIListSandboxesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIListSandboxesRequest
Use with JWT to specify the organization ID
type SandboxAPIPauseSandboxRequest ¶
type SandboxAPIPauseSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIPauseSandboxRequest) Execute ¶
func (r SandboxAPIPauseSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIPauseSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIPauseSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIPauseSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIRecoverSandboxRequest ¶
type SandboxAPIRecoverSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIRecoverSandboxRequest) Execute ¶
func (r SandboxAPIRecoverSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIRecoverSandboxRequest) SkipStart ¶
func (r SandboxAPIRecoverSandboxRequest) SkipStart(skipStart bool) SandboxAPIRecoverSandboxRequest
If true, the sandbox is left in STOPPED after recovery instead of being started.
func (SandboxAPIRecoverSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIRecoverSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIRecoverSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIReplaceLabelsRequest ¶
type SandboxAPIReplaceLabelsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIReplaceLabelsRequest) Execute ¶
func (r SandboxAPIReplaceLabelsRequest) Execute() (*SandboxLabels, *http.Response, error)
func (SandboxAPIReplaceLabelsRequest) SandboxLabels ¶
func (r SandboxAPIReplaceLabelsRequest) SandboxLabels(sandboxLabels SandboxLabels) SandboxAPIReplaceLabelsRequest
func (SandboxAPIReplaceLabelsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIReplaceLabelsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIReplaceLabelsRequest
Use with JWT to specify the organization ID
type SandboxAPIResizeSandboxRequest ¶
type SandboxAPIResizeSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIResizeSandboxRequest) Execute ¶
func (r SandboxAPIResizeSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIResizeSandboxRequest) ResizeSandbox ¶
func (r SandboxAPIResizeSandboxRequest) ResizeSandbox(resizeSandbox ResizeSandbox) SandboxAPIResizeSandboxRequest
func (SandboxAPIResizeSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIResizeSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIResizeSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIResolveSandboxSecretsRequest ¶
type SandboxAPIResolveSandboxSecretsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIResolveSandboxSecretsRequest) Execute ¶
func (r SandboxAPIResolveSandboxSecretsRequest) Execute() ([]ResolveSandboxSecrets200ResponseInner, *http.Response, error)
func (SandboxAPIResolveSandboxSecretsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIResolveSandboxSecretsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIResolveSandboxSecretsRequest
Use with JWT to specify the organization ID
type SandboxAPIRevokeSshAccessRequest ¶
type SandboxAPIRevokeSshAccessRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIRevokeSshAccessRequest) Execute ¶
func (r SandboxAPIRevokeSshAccessRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIRevokeSshAccessRequest) Token ¶
func (r SandboxAPIRevokeSshAccessRequest) Token(token string) SandboxAPIRevokeSshAccessRequest
SSH access token to revoke. If not provided, all SSH access for the sandbox will be revoked.
func (SandboxAPIRevokeSshAccessRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIRevokeSshAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIRevokeSshAccessRequest
Use with JWT to specify the organization ID
type SandboxAPIService ¶
type SandboxAPIService service
SandboxAPIService SandboxAPI service
func (*SandboxAPIService) ArchiveSandbox ¶
func (a *SandboxAPIService) ArchiveSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIArchiveSandboxRequest
ArchiveSandbox Archive sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName @return SandboxAPIArchiveSandboxRequest
func (*SandboxAPIService) ArchiveSandboxExecute ¶
func (a *SandboxAPIService) ArchiveSandboxExecute(r SandboxAPIArchiveSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) CreateBackup ¶
func (a *SandboxAPIService) CreateBackup(ctx context.Context, sandboxIdOrName string) SandboxAPICreateBackupRequest
CreateBackup Create sandbox backup
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPICreateBackupRequest
func (*SandboxAPIService) CreateBackupExecute ¶
func (a *SandboxAPIService) CreateBackupExecute(r SandboxAPICreateBackupRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) CreateSandbox ¶
func (a *SandboxAPIService) CreateSandbox(ctx context.Context) SandboxAPICreateSandboxRequest
CreateSandbox Create a new sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SandboxAPICreateSandboxRequest
func (*SandboxAPIService) CreateSandboxExecute ¶
func (a *SandboxAPIService) CreateSandboxExecute(r SandboxAPICreateSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) CreateSandboxSnapshot ¶
func (a *SandboxAPIService) CreateSandboxSnapshot(ctx context.Context, sandboxIdOrName string) SandboxAPICreateSandboxSnapshotRequest
CreateSandboxSnapshot Create a snapshot from a sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName @return SandboxAPICreateSandboxSnapshotRequest
func (*SandboxAPIService) CreateSandboxSnapshotExecute ¶
func (a *SandboxAPIService) CreateSandboxSnapshotExecute(r SandboxAPICreateSandboxSnapshotRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) CreateSshAccess ¶
func (a *SandboxAPIService) CreateSshAccess(ctx context.Context, sandboxIdOrName string) SandboxAPICreateSshAccessRequest
CreateSshAccess Create SSH access for sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPICreateSshAccessRequest
func (*SandboxAPIService) CreateSshAccessExecute ¶
func (a *SandboxAPIService) CreateSshAccessExecute(r SandboxAPICreateSshAccessRequest) (*SshAccessDto, *http.Response, error)
Execute executes the request
@return SshAccessDto
func (*SandboxAPIService) DeleteSandbox ¶
func (a *SandboxAPIService) DeleteSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIDeleteSandboxRequest
DeleteSandbox Delete sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIDeleteSandboxRequest
func (*SandboxAPIService) DeleteSandboxExecute ¶
func (a *SandboxAPIService) DeleteSandboxExecute(r SandboxAPIDeleteSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) ExpireSignedPortPreviewUrl ¶
func (a *SandboxAPIService) ExpireSignedPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port int32, token string) SandboxAPIExpireSignedPortPreviewUrlRequest
ExpireSignedPortPreviewUrl Expire signed preview URL for a sandbox port
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param port Port number to expire signed preview URL for @param token Token to expire signed preview URL for @return SandboxAPIExpireSignedPortPreviewUrlRequest
func (*SandboxAPIService) ExpireSignedPortPreviewUrlExecute ¶
func (a *SandboxAPIService) ExpireSignedPortPreviewUrlExecute(r SandboxAPIExpireSignedPortPreviewUrlRequest) (*http.Response, error)
Execute executes the request
func (*SandboxAPIService) ForkSandbox ¶
func (a *SandboxAPIService) ForkSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIForkSandboxRequest
ForkSandbox Fork a sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName @return SandboxAPIForkSandboxRequest
func (*SandboxAPIService) ForkSandboxExecute ¶
func (a *SandboxAPIService) ForkSandboxExecute(r SandboxAPIForkSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) GetBuildLogs ¶
func (a *SandboxAPIService) GetBuildLogs(ctx context.Context, sandboxIdOrName string) SandboxAPIGetBuildLogsRequest
GetBuildLogs Get build logs
This endpoint is deprecated. Use `getBuildLogsUrl` instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIGetBuildLogsRequest
Deprecated
func (*SandboxAPIService) GetBuildLogsExecute ¶
func (a *SandboxAPIService) GetBuildLogsExecute(r SandboxAPIGetBuildLogsRequest) (*http.Response, error)
Execute executes the request Deprecated
func (*SandboxAPIService) GetBuildLogsUrl ¶
func (a *SandboxAPIService) GetBuildLogsUrl(ctx context.Context, sandboxIdOrName string) SandboxAPIGetBuildLogsUrlRequest
GetBuildLogsUrl Get build logs URL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIGetBuildLogsUrlRequest
func (*SandboxAPIService) GetBuildLogsUrlExecute ¶
func (a *SandboxAPIService) GetBuildLogsUrlExecute(r SandboxAPIGetBuildLogsUrlRequest) (*Url, *http.Response, error)
Execute executes the request
@return Url
func (*SandboxAPIService) GetOrganizationBySandboxId ¶
func (a *SandboxAPIService) GetOrganizationBySandboxId(ctx context.Context, sandboxId string) SandboxAPIGetOrganizationBySandboxIdRequest
GetOrganizationBySandboxId Get organization by sandbox ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIGetOrganizationBySandboxIdRequest
func (*SandboxAPIService) GetOrganizationBySandboxIdExecute ¶
func (a *SandboxAPIService) GetOrganizationBySandboxIdExecute(r SandboxAPIGetOrganizationBySandboxIdRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
func (*SandboxAPIService) GetPortPreviewUrl ¶
func (a *SandboxAPIService) GetPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port float32) SandboxAPIGetPortPreviewUrlRequest
GetPortPreviewUrl Get preview URL for a sandbox port
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param port Port number to get preview URL for @return SandboxAPIGetPortPreviewUrlRequest
func (*SandboxAPIService) GetPortPreviewUrlExecute ¶
func (a *SandboxAPIService) GetPortPreviewUrlExecute(r SandboxAPIGetPortPreviewUrlRequest) (*PortPreviewUrl, *http.Response, error)
Execute executes the request
@return PortPreviewUrl
func (*SandboxAPIService) GetRegionQuotaBySandboxId ¶
func (a *SandboxAPIService) GetRegionQuotaBySandboxId(ctx context.Context, sandboxId string) SandboxAPIGetRegionQuotaBySandboxIdRequest
GetRegionQuotaBySandboxId Get region quota by sandbox ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIGetRegionQuotaBySandboxIdRequest
func (*SandboxAPIService) GetRegionQuotaBySandboxIdExecute ¶
func (a *SandboxAPIService) GetRegionQuotaBySandboxIdExecute(r SandboxAPIGetRegionQuotaBySandboxIdRequest) (*RegionQuota, *http.Response, error)
Execute executes the request
@return RegionQuota
func (*SandboxAPIService) GetSandbox ¶
func (a *SandboxAPIService) GetSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxRequest
GetSandbox Get sandbox details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIGetSandboxRequest
func (*SandboxAPIService) GetSandboxAncestors ¶
func (a *SandboxAPIService) GetSandboxAncestors(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxAncestorsRequest
GetSandboxAncestors Get sandbox fork ancestor chain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName @return SandboxAPIGetSandboxAncestorsRequest
func (*SandboxAPIService) GetSandboxAncestorsExecute ¶
func (a *SandboxAPIService) GetSandboxAncestorsExecute(r SandboxAPIGetSandboxAncestorsRequest) ([]Sandbox, *http.Response, error)
Execute executes the request
@return []Sandbox
func (*SandboxAPIService) GetSandboxExecute ¶
func (a *SandboxAPIService) GetSandboxExecute(r SandboxAPIGetSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) GetSandboxForks ¶
func (a *SandboxAPIService) GetSandboxForks(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxForksRequest
GetSandboxForks Get sandbox fork children
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName @return SandboxAPIGetSandboxForksRequest
func (*SandboxAPIService) GetSandboxForksExecute ¶
func (a *SandboxAPIService) GetSandboxForksExecute(r SandboxAPIGetSandboxForksRequest) ([]Sandbox, *http.Response, error)
Execute executes the request
@return []Sandbox
func (*SandboxAPIService) GetSandboxLogs ¶
func (a *SandboxAPIService) GetSandboxLogs(ctx context.Context, sandboxId string) SandboxAPIGetSandboxLogsRequest
GetSandboxLogs Get sandbox logs
Retrieve OTEL logs for a sandbox within a time range
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIGetSandboxLogsRequest
func (*SandboxAPIService) GetSandboxLogsExecute ¶
func (a *SandboxAPIService) GetSandboxLogsExecute(r SandboxAPIGetSandboxLogsRequest) (*PaginatedLogs, *http.Response, error)
Execute executes the request
@return PaginatedLogs
func (*SandboxAPIService) GetSandboxMetrics ¶
func (a *SandboxAPIService) GetSandboxMetrics(ctx context.Context, sandboxId string) SandboxAPIGetSandboxMetricsRequest
GetSandboxMetrics Get sandbox metrics
Retrieve OTEL metrics for a sandbox within a time range
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIGetSandboxMetricsRequest
func (*SandboxAPIService) GetSandboxMetricsExecute ¶
func (a *SandboxAPIService) GetSandboxMetricsExecute(r SandboxAPIGetSandboxMetricsRequest) (*MetricsResponse, *http.Response, error)
Execute executes the request
@return MetricsResponse
func (*SandboxAPIService) GetSandboxParent ¶
func (a *SandboxAPIService) GetSandboxParent(ctx context.Context, sandboxIdOrName string) SandboxAPIGetSandboxParentRequest
GetSandboxParent Get sandbox fork parent
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName @return SandboxAPIGetSandboxParentRequest
func (*SandboxAPIService) GetSandboxParentExecute ¶
func (a *SandboxAPIService) GetSandboxParentExecute(r SandboxAPIGetSandboxParentRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) GetSandboxTraceSpans ¶
func (a *SandboxAPIService) GetSandboxTraceSpans(ctx context.Context, sandboxId string, traceId string) SandboxAPIGetSandboxTraceSpansRequest
GetSandboxTraceSpans Get trace spans
Retrieve all spans for a specific trace
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @param traceId ID of the trace @return SandboxAPIGetSandboxTraceSpansRequest
func (*SandboxAPIService) GetSandboxTraceSpansExecute ¶
func (a *SandboxAPIService) GetSandboxTraceSpansExecute(r SandboxAPIGetSandboxTraceSpansRequest) ([]TraceSpan, *http.Response, error)
Execute executes the request
@return []TraceSpan
func (*SandboxAPIService) GetSandboxTraces ¶
func (a *SandboxAPIService) GetSandboxTraces(ctx context.Context, sandboxId string) SandboxAPIGetSandboxTracesRequest
GetSandboxTraces Get sandbox traces
Retrieve OTEL traces for a sandbox within a time range
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIGetSandboxTracesRequest
func (*SandboxAPIService) GetSandboxTracesExecute ¶
func (a *SandboxAPIService) GetSandboxTracesExecute(r SandboxAPIGetSandboxTracesRequest) (*PaginatedTraces, *http.Response, error)
Execute executes the request
@return PaginatedTraces
func (*SandboxAPIService) GetSandboxesForRunner ¶
func (a *SandboxAPIService) GetSandboxesForRunner(ctx context.Context) SandboxAPIGetSandboxesForRunnerRequest
GetSandboxesForRunner Get sandboxes for the authenticated runner
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SandboxAPIGetSandboxesForRunnerRequest
func (*SandboxAPIService) GetSandboxesForRunnerExecute ¶
func (a *SandboxAPIService) GetSandboxesForRunnerExecute(r SandboxAPIGetSandboxesForRunnerRequest) ([]Sandbox, *http.Response, error)
Execute executes the request
@return []Sandbox
func (*SandboxAPIService) GetSignedPortPreviewUrl ¶
func (a *SandboxAPIService) GetSignedPortPreviewUrl(ctx context.Context, sandboxIdOrName string, port int32) SandboxAPIGetSignedPortPreviewUrlRequest
GetSignedPortPreviewUrl Get signed preview URL for a sandbox port
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param port Port number to get signed preview URL for @return SandboxAPIGetSignedPortPreviewUrlRequest
func (*SandboxAPIService) GetSignedPortPreviewUrlExecute ¶
func (a *SandboxAPIService) GetSignedPortPreviewUrlExecute(r SandboxAPIGetSignedPortPreviewUrlRequest) (*SignedPortPreviewUrl, *http.Response, error)
Execute executes the request
@return SignedPortPreviewUrl
func (*SandboxAPIService) GetToolboxProxyUrl ¶
func (a *SandboxAPIService) GetToolboxProxyUrl(ctx context.Context, sandboxId string) SandboxAPIGetToolboxProxyUrlRequest
GetToolboxProxyUrl Get toolbox proxy URL for a sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIGetToolboxProxyUrlRequest
func (*SandboxAPIService) GetToolboxProxyUrlExecute ¶
func (a *SandboxAPIService) GetToolboxProxyUrlExecute(r SandboxAPIGetToolboxProxyUrlRequest) (*ToolboxProxyUrl, *http.Response, error)
Execute executes the request
@return ToolboxProxyUrl
func (*SandboxAPIService) ListSandboxes ¶
func (a *SandboxAPIService) ListSandboxes(ctx context.Context) SandboxAPIListSandboxesRequest
ListSandboxes List sandboxes
Advanced filtering and ordering. Eventually consistent.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SandboxAPIListSandboxesRequest
func (*SandboxAPIService) ListSandboxesExecute ¶
func (a *SandboxAPIService) ListSandboxesExecute(r SandboxAPIListSandboxesRequest) (*ListSandboxesResponse, *http.Response, error)
Execute executes the request
@return ListSandboxesResponse
func (*SandboxAPIService) ListSandboxesPaginatedDeprecated ¶
func (a *SandboxAPIService) ListSandboxesPaginatedDeprecated(ctx context.Context) SandboxAPIListSandboxesPaginatedDeprecatedRequest
ListSandboxesPaginatedDeprecated [DEPRECATED] List all sandboxes paginated
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SandboxAPIListSandboxesPaginatedDeprecatedRequest
Deprecated
func (*SandboxAPIService) ListSandboxesPaginatedDeprecatedExecute ¶
func (a *SandboxAPIService) ListSandboxesPaginatedDeprecatedExecute(r SandboxAPIListSandboxesPaginatedDeprecatedRequest) (*PaginatedSandboxesDeprecated, *http.Response, error)
Execute executes the request
@return PaginatedSandboxesDeprecated
Deprecated
func (*SandboxAPIService) PauseSandbox ¶
func (a *SandboxAPIService) PauseSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIPauseSandboxRequest
PauseSandbox Pause sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIPauseSandboxRequest
func (*SandboxAPIService) PauseSandboxExecute ¶
func (a *SandboxAPIService) PauseSandboxExecute(r SandboxAPIPauseSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) RecoverSandbox ¶
func (a *SandboxAPIService) RecoverSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIRecoverSandboxRequest
RecoverSandbox Recover sandbox from error state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIRecoverSandboxRequest
func (*SandboxAPIService) RecoverSandboxExecute ¶
func (a *SandboxAPIService) RecoverSandboxExecute(r SandboxAPIRecoverSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) ReplaceLabels ¶
func (a *SandboxAPIService) ReplaceLabels(ctx context.Context, sandboxIdOrName string) SandboxAPIReplaceLabelsRequest
ReplaceLabels Replace sandbox labels
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIReplaceLabelsRequest
func (*SandboxAPIService) ReplaceLabelsExecute ¶
func (a *SandboxAPIService) ReplaceLabelsExecute(r SandboxAPIReplaceLabelsRequest) (*SandboxLabels, *http.Response, error)
Execute executes the request
@return SandboxLabels
func (*SandboxAPIService) ResizeSandbox ¶
func (a *SandboxAPIService) ResizeSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIResizeSandboxRequest
ResizeSandbox Resize sandbox resources
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIResizeSandboxRequest
func (*SandboxAPIService) ResizeSandboxExecute ¶
func (a *SandboxAPIService) ResizeSandboxExecute(r SandboxAPIResizeSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) ResolveSandboxSecrets ¶
func (a *SandboxAPIService) ResolveSandboxSecrets(ctx context.Context, sandboxId string) SandboxAPIResolveSandboxSecretsRequest
ResolveSandboxSecrets Resolve sandbox secrets
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId Sandbox ID @return SandboxAPIResolveSandboxSecretsRequest
func (*SandboxAPIService) ResolveSandboxSecretsExecute ¶
func (a *SandboxAPIService) ResolveSandboxSecretsExecute(r SandboxAPIResolveSandboxSecretsRequest) ([]ResolveSandboxSecrets200ResponseInner, *http.Response, error)
Execute executes the request
@return []ResolveSandboxSecrets200ResponseInner
func (*SandboxAPIService) RevokeSshAccess ¶
func (a *SandboxAPIService) RevokeSshAccess(ctx context.Context, sandboxIdOrName string) SandboxAPIRevokeSshAccessRequest
RevokeSshAccess Revoke SSH access for sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIRevokeSshAccessRequest
func (*SandboxAPIService) RevokeSshAccessExecute ¶
func (a *SandboxAPIService) RevokeSshAccessExecute(r SandboxAPIRevokeSshAccessRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) SetAutoArchiveInterval ¶
func (a *SandboxAPIService) SetAutoArchiveInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoArchiveIntervalRequest
SetAutoArchiveInterval Set sandbox auto-archive interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param interval Auto-archive interval in minutes (0 means the maximum interval will be used) @return SandboxAPISetAutoArchiveIntervalRequest
func (*SandboxAPIService) SetAutoArchiveIntervalExecute ¶
func (a *SandboxAPIService) SetAutoArchiveIntervalExecute(r SandboxAPISetAutoArchiveIntervalRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) SetAutoDeleteInterval ¶
func (a *SandboxAPIService) SetAutoDeleteInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoDeleteIntervalRequest
SetAutoDeleteInterval Set sandbox auto-delete interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param interval Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping) @return SandboxAPISetAutoDeleteIntervalRequest
func (*SandboxAPIService) SetAutoDeleteIntervalExecute ¶
func (a *SandboxAPIService) SetAutoDeleteIntervalExecute(r SandboxAPISetAutoDeleteIntervalRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) SetAutoPauseInterval ¶ added in v0.197.0
func (a *SandboxAPIService) SetAutoPauseInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutoPauseIntervalRequest
SetAutoPauseInterval Set sandbox auto-pause interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param interval Auto-pause interval in minutes (0 to disable) @return SandboxAPISetAutoPauseIntervalRequest
func (*SandboxAPIService) SetAutoPauseIntervalExecute ¶ added in v0.197.0
func (a *SandboxAPIService) SetAutoPauseIntervalExecute(r SandboxAPISetAutoPauseIntervalRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) SetAutostopInterval ¶
func (a *SandboxAPIService) SetAutostopInterval(ctx context.Context, sandboxIdOrName string, interval float32) SandboxAPISetAutostopIntervalRequest
SetAutostopInterval Set sandbox auto-stop interval
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param interval Auto-stop interval in minutes (0 to disable) @return SandboxAPISetAutostopIntervalRequest
func (*SandboxAPIService) SetAutostopIntervalExecute ¶
func (a *SandboxAPIService) SetAutostopIntervalExecute(r SandboxAPISetAutostopIntervalRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) SetTtl ¶ added in v0.199.0
func (a *SandboxAPIService) SetTtl(ctx context.Context, sandboxIdOrName string, ttlMinutes float32) SandboxAPISetTtlRequest
SetTtl Set sandbox TTL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param ttlMinutes Maximum time to live in minutes, re-anchored from the current time (0 to disable). When it elapses the sandbox is destroyed, even if it is stopped, paused, or archived @return SandboxAPISetTtlRequest
func (*SandboxAPIService) SetTtlExecute ¶ added in v0.199.0
func (a *SandboxAPIService) SetTtlExecute(r SandboxAPISetTtlRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) StartSandbox ¶
func (a *SandboxAPIService) StartSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIStartSandboxRequest
StartSandbox Start or resume sandbox
Starts a stopped or archived sandbox, or resumes a paused sandbox. The transition taken depends on the current sandbox state.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIStartSandboxRequest
func (*SandboxAPIService) StartSandboxExecute ¶
func (a *SandboxAPIService) StartSandboxExecute(r SandboxAPIStartSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) StopSandbox ¶
func (a *SandboxAPIService) StopSandbox(ctx context.Context, sandboxIdOrName string) SandboxAPIStopSandboxRequest
StopSandbox Stop sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIStopSandboxRequest
func (*SandboxAPIService) StopSandboxExecute ¶
func (a *SandboxAPIService) StopSandboxExecute(r SandboxAPIStopSandboxRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) UpdateLastActivity ¶
func (a *SandboxAPIService) UpdateLastActivity(ctx context.Context, sandboxId string) SandboxAPIUpdateLastActivityRequest
UpdateLastActivity Update sandbox last activity
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIUpdateLastActivityRequest
func (*SandboxAPIService) UpdateLastActivityExecute ¶
func (a *SandboxAPIService) UpdateLastActivityExecute(r SandboxAPIUpdateLastActivityRequest) (*http.Response, error)
Execute executes the request
func (*SandboxAPIService) UpdateNetworkSettings ¶
func (a *SandboxAPIService) UpdateNetworkSettings(ctx context.Context, sandboxIdOrName string) SandboxAPIUpdateNetworkSettingsRequest
UpdateNetworkSettings Update sandbox network settings
Changes outbound network policy on the runner for a running sandbox (for example block all traffic, restore access, or set a CIDR allow list).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIUpdateNetworkSettingsRequest
func (*SandboxAPIService) UpdateNetworkSettingsExecute ¶
func (a *SandboxAPIService) UpdateNetworkSettingsExecute(r SandboxAPIUpdateNetworkSettingsRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) UpdatePublicStatus ¶
func (a *SandboxAPIService) UpdatePublicStatus(ctx context.Context, sandboxIdOrName string, isPublic bool) SandboxAPIUpdatePublicStatusRequest
UpdatePublicStatus Update public status
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @param isPublic Public status to set @return SandboxAPIUpdatePublicStatusRequest
func (*SandboxAPIService) UpdatePublicStatusExecute ¶
func (a *SandboxAPIService) UpdatePublicStatusExecute(r SandboxAPIUpdatePublicStatusRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) UpdateSandboxSecrets ¶ added in v0.196.0
func (a *SandboxAPIService) UpdateSandboxSecrets(ctx context.Context, sandboxIdOrName string) SandboxAPIUpdateSandboxSecretsRequest
UpdateSandboxSecrets Update sandbox secrets
Replaces the set of vault secrets mounted in the sandbox. Attached, detached and rotated secrets take effect for outbound requests within seconds. New env vars become visible to processes spawned after the update; a sandbox created without any secrets must be restarted for newly attached secrets to work.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxIdOrName ID or name of the sandbox @return SandboxAPIUpdateSandboxSecretsRequest
func (*SandboxAPIService) UpdateSandboxSecretsExecute ¶ added in v0.196.0
func (a *SandboxAPIService) UpdateSandboxSecretsExecute(r SandboxAPIUpdateSandboxSecretsRequest) (*Sandbox, *http.Response, error)
Execute executes the request
@return Sandbox
func (*SandboxAPIService) UpdateSandboxState ¶
func (a *SandboxAPIService) UpdateSandboxState(ctx context.Context, sandboxId string) SandboxAPIUpdateSandboxStateRequest
UpdateSandboxState Update sandbox state
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sandboxId ID of the sandbox @return SandboxAPIUpdateSandboxStateRequest
func (*SandboxAPIService) UpdateSandboxStateExecute ¶
func (a *SandboxAPIService) UpdateSandboxStateExecute(r SandboxAPIUpdateSandboxStateRequest) (*http.Response, error)
Execute executes the request
func (*SandboxAPIService) ValidateSshAccess ¶
func (a *SandboxAPIService) ValidateSshAccess(ctx context.Context) SandboxAPIValidateSshAccessRequest
ValidateSshAccess Validate SSH access for sandbox
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SandboxAPIValidateSshAccessRequest
func (*SandboxAPIService) ValidateSshAccessExecute ¶
func (a *SandboxAPIService) ValidateSshAccessExecute(r SandboxAPIValidateSshAccessRequest) (*SshAccessValidationDto, *http.Response, error)
Execute executes the request
@return SshAccessValidationDto
type SandboxAPISetAutoArchiveIntervalRequest ¶
type SandboxAPISetAutoArchiveIntervalRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPISetAutoArchiveIntervalRequest) Execute ¶
func (r SandboxAPISetAutoArchiveIntervalRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPISetAutoArchiveIntervalRequest) XDaytonaOrganizationID ¶
func (r SandboxAPISetAutoArchiveIntervalRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPISetAutoArchiveIntervalRequest
Use with JWT to specify the organization ID
type SandboxAPISetAutoDeleteIntervalRequest ¶
type SandboxAPISetAutoDeleteIntervalRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPISetAutoDeleteIntervalRequest) Execute ¶
func (r SandboxAPISetAutoDeleteIntervalRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPISetAutoDeleteIntervalRequest) XDaytonaOrganizationID ¶
func (r SandboxAPISetAutoDeleteIntervalRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPISetAutoDeleteIntervalRequest
Use with JWT to specify the organization ID
type SandboxAPISetAutoPauseIntervalRequest ¶ added in v0.197.0
type SandboxAPISetAutoPauseIntervalRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPISetAutoPauseIntervalRequest) Execute ¶ added in v0.197.0
func (r SandboxAPISetAutoPauseIntervalRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPISetAutoPauseIntervalRequest) XDaytonaOrganizationID ¶ added in v0.197.0
func (r SandboxAPISetAutoPauseIntervalRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPISetAutoPauseIntervalRequest
Use with JWT to specify the organization ID
type SandboxAPISetAutostopIntervalRequest ¶
type SandboxAPISetAutostopIntervalRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPISetAutostopIntervalRequest) Execute ¶
func (r SandboxAPISetAutostopIntervalRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPISetAutostopIntervalRequest) XDaytonaOrganizationID ¶
func (r SandboxAPISetAutostopIntervalRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPISetAutostopIntervalRequest
Use with JWT to specify the organization ID
type SandboxAPISetTtlRequest ¶ added in v0.199.0
type SandboxAPISetTtlRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPISetTtlRequest) Execute ¶ added in v0.199.0
func (r SandboxAPISetTtlRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPISetTtlRequest) XDaytonaOrganizationID ¶ added in v0.199.0
func (r SandboxAPISetTtlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPISetTtlRequest
Use with JWT to specify the organization ID
type SandboxAPIStartSandboxRequest ¶
type SandboxAPIStartSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIStartSandboxRequest) Execute ¶
func (r SandboxAPIStartSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIStartSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIStartSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIStartSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIStopSandboxRequest ¶
type SandboxAPIStopSandboxRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIStopSandboxRequest) Execute ¶
func (r SandboxAPIStopSandboxRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIStopSandboxRequest) Force ¶
func (r SandboxAPIStopSandboxRequest) Force(force bool) SandboxAPIStopSandboxRequest
Force stop the sandbox using SIGKILL instead of SIGTERM
func (SandboxAPIStopSandboxRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIStopSandboxRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIStopSandboxRequest
Use with JWT to specify the organization ID
type SandboxAPIUpdateLastActivityRequest ¶
type SandboxAPIUpdateLastActivityRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIUpdateLastActivityRequest) Execute ¶
func (r SandboxAPIUpdateLastActivityRequest) Execute() (*http.Response, error)
func (SandboxAPIUpdateLastActivityRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIUpdateLastActivityRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateLastActivityRequest
Use with JWT to specify the organization ID
type SandboxAPIUpdateNetworkSettingsRequest ¶
type SandboxAPIUpdateNetworkSettingsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIUpdateNetworkSettingsRequest) Execute ¶
func (r SandboxAPIUpdateNetworkSettingsRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIUpdateNetworkSettingsRequest) UpdateSandboxNetworkSettings ¶
func (r SandboxAPIUpdateNetworkSettingsRequest) UpdateSandboxNetworkSettings(updateSandboxNetworkSettings UpdateSandboxNetworkSettings) SandboxAPIUpdateNetworkSettingsRequest
func (SandboxAPIUpdateNetworkSettingsRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIUpdateNetworkSettingsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateNetworkSettingsRequest
Use with JWT to specify the organization ID
type SandboxAPIUpdatePublicStatusRequest ¶
type SandboxAPIUpdatePublicStatusRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIUpdatePublicStatusRequest) Execute ¶
func (r SandboxAPIUpdatePublicStatusRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIUpdatePublicStatusRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIUpdatePublicStatusRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdatePublicStatusRequest
Use with JWT to specify the organization ID
type SandboxAPIUpdateSandboxSecretsRequest ¶ added in v0.196.0
type SandboxAPIUpdateSandboxSecretsRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIUpdateSandboxSecretsRequest) Execute ¶ added in v0.196.0
func (r SandboxAPIUpdateSandboxSecretsRequest) Execute() (*Sandbox, *http.Response, error)
func (SandboxAPIUpdateSandboxSecretsRequest) UpdateSandboxSecrets ¶ added in v0.196.0
func (r SandboxAPIUpdateSandboxSecretsRequest) UpdateSandboxSecrets(updateSandboxSecrets UpdateSandboxSecrets) SandboxAPIUpdateSandboxSecretsRequest
func (SandboxAPIUpdateSandboxSecretsRequest) XDaytonaOrganizationID ¶ added in v0.196.0
func (r SandboxAPIUpdateSandboxSecretsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateSandboxSecretsRequest
Use with JWT to specify the organization ID
type SandboxAPIUpdateSandboxStateRequest ¶
type SandboxAPIUpdateSandboxStateRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIUpdateSandboxStateRequest) Execute ¶
func (r SandboxAPIUpdateSandboxStateRequest) Execute() (*http.Response, error)
func (SandboxAPIUpdateSandboxStateRequest) UpdateSandboxStateDto ¶
func (r SandboxAPIUpdateSandboxStateRequest) UpdateSandboxStateDto(updateSandboxStateDto UpdateSandboxStateDto) SandboxAPIUpdateSandboxStateRequest
func (SandboxAPIUpdateSandboxStateRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIUpdateSandboxStateRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIUpdateSandboxStateRequest
Use with JWT to specify the organization ID
type SandboxAPIValidateSshAccessRequest ¶
type SandboxAPIValidateSshAccessRequest struct {
ApiService SandboxAPI
// contains filtered or unexported fields
}
func (SandboxAPIValidateSshAccessRequest) Execute ¶
func (r SandboxAPIValidateSshAccessRequest) Execute() (*SshAccessValidationDto, *http.Response, error)
func (SandboxAPIValidateSshAccessRequest) Token ¶
func (r SandboxAPIValidateSshAccessRequest) Token(token string) SandboxAPIValidateSshAccessRequest
SSH access token to validate
func (SandboxAPIValidateSshAccessRequest) XDaytonaOrganizationID ¶
func (r SandboxAPIValidateSshAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SandboxAPIValidateSshAccessRequest
Use with JWT to specify the organization ID
type SandboxClass ¶
type SandboxClass string
SandboxClass the model 'SandboxClass'
const ( SANDBOXCLASS_LINUX_VM SandboxClass = "linux-vm" SANDBOXCLASS_CONTAINER SandboxClass = "container" SANDBOXCLASS_ANDROID SandboxClass = "android" SANDBOXCLASS_WINDOWS SandboxClass = "windows" SANDBOXCLASS_UNKNOWN_DEFAULT_OPEN_API SandboxClass = "11184809" )
List of SandboxClass
func NewSandboxClassFromValue ¶
func NewSandboxClassFromValue(v string) (*SandboxClass, error)
NewSandboxClassFromValue returns a pointer to a valid SandboxClass for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SandboxClass) IsValid ¶
func (v SandboxClass) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SandboxClass) Ptr ¶
func (v SandboxClass) Ptr() *SandboxClass
Ptr returns reference to SandboxClass value
func (*SandboxClass) UnmarshalJSON ¶
func (v *SandboxClass) UnmarshalJSON(src []byte) error
type SandboxDesiredState ¶
type SandboxDesiredState string
SandboxDesiredState The desired state of the sandbox
const ( SANDBOXDESIREDSTATE_DESTROYED SandboxDesiredState = "destroyed" SANDBOXDESIREDSTATE_STARTED SandboxDesiredState = "started" SANDBOXDESIREDSTATE_STOPPED SandboxDesiredState = "stopped" SANDBOXDESIREDSTATE_RESIZED SandboxDesiredState = "resized" SANDBOXDESIREDSTATE_ARCHIVED SandboxDesiredState = "archived" SANDBOXDESIREDSTATE_PAUSED SandboxDesiredState = "paused" SANDBOXDESIREDSTATE_UNKNOWN_DEFAULT_OPEN_API SandboxDesiredState = "11184809" )
List of SandboxDesiredState
func NewSandboxDesiredStateFromValue ¶
func NewSandboxDesiredStateFromValue(v string) (*SandboxDesiredState, error)
NewSandboxDesiredStateFromValue returns a pointer to a valid SandboxDesiredState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SandboxDesiredState) IsValid ¶
func (v SandboxDesiredState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SandboxDesiredState) Ptr ¶
func (v SandboxDesiredState) Ptr() *SandboxDesiredState
Ptr returns reference to SandboxDesiredState value
func (*SandboxDesiredState) UnmarshalJSON ¶
func (v *SandboxDesiredState) UnmarshalJSON(src []byte) error
type SandboxLabels ¶
type SandboxLabels struct {
// Key-value pairs of labels
Labels map[string]string `json:"labels"`
AdditionalProperties map[string]interface{}
}
SandboxLabels struct for SandboxLabels
func NewSandboxLabels ¶
func NewSandboxLabels(labels map[string]string) *SandboxLabels
NewSandboxLabels instantiates a new SandboxLabels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSandboxLabelsWithDefaults ¶
func NewSandboxLabelsWithDefaults() *SandboxLabels
NewSandboxLabelsWithDefaults instantiates a new SandboxLabels object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SandboxLabels) GetLabels ¶
func (o *SandboxLabels) GetLabels() map[string]string
GetLabels returns the Labels field value
func (*SandboxLabels) GetLabelsOk ¶
func (o *SandboxLabels) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (SandboxLabels) MarshalJSON ¶
func (o SandboxLabels) MarshalJSON() ([]byte, error)
func (*SandboxLabels) SetLabels ¶
func (o *SandboxLabels) SetLabels(v map[string]string)
SetLabels sets field value
func (SandboxLabels) ToMap ¶
func (o SandboxLabels) ToMap() (map[string]interface{}, error)
func (*SandboxLabels) UnmarshalJSON ¶
func (o *SandboxLabels) UnmarshalJSON(data []byte) (err error)
type SandboxListItem ¶
type SandboxListItem struct {
// The ID of the sandbox
Id string `json:"id"`
// The organization ID of the sandbox
OrganizationId string `json:"organizationId"`
// The name of the sandbox
Name string `json:"name"`
// The target environment for the sandbox
Target string `json:"target"`
// The runner ID of the sandbox
RunnerId *string `json:"runnerId,omitempty"`
// The class of the sandbox
SandboxClass *SandboxClass `json:"sandboxClass,omitempty"`
// The state of the sandbox
State *SandboxState `json:"state,omitempty"`
// The desired state of the sandbox
DesiredState *SandboxDesiredState `json:"desiredState,omitempty"`
// The snapshot used for the sandbox
Snapshot *string `json:"snapshot,omitempty"`
// The user associated with the project
User string `json:"user"`
// The error reason of the sandbox
ErrorReason *string `json:"errorReason,omitempty"`
// Whether the sandbox error is recoverable.
Recoverable *bool `json:"recoverable,omitempty"`
// Whether the sandbox http preview is public
Public bool `json:"public"`
// The CPU quota for the sandbox
Cpu float32 `json:"cpu"`
// The GPU quota for the sandbox
Gpu float32 `json:"gpu"`
// The GPU type assigned to the sandbox
GpuType *GpuType `json:"gpuType,omitempty"`
// The memory quota for the sandbox
Memory float32 `json:"memory"`
// The disk quota for the sandbox
Disk float32 `json:"disk"`
// Labels for the sandbox
Labels map[string]string `json:"labels"`
// The state of the backup
BackupState *string `json:"backupState,omitempty"`
// Auto-stop interval in minutes (0 means disabled)
AutoStopInterval *float32 `json:"autoStopInterval,omitempty"`
// Auto-pause interval in minutes (0 means disabled)
AutoPauseInterval *float32 `json:"autoPauseInterval,omitempty"`
// Auto-archive interval in minutes
AutoArchiveInterval *float32 `json:"autoArchiveInterval,omitempty"`
// Auto-delete interval in minutes (negative value means disabled, 0 means delete immediately upon stopping)
AutoDeleteInterval *float32 `json:"autoDeleteInterval,omitempty"`
// When the sandbox will be automatically destroyed, regardless of its state (only set when a TTL is configured)
AutoDestroyAt *string `json:"autoDestroyAt,omitempty"`
// The creation timestamp of the sandbox
CreatedAt *string `json:"createdAt,omitempty"`
// The last update timestamp of the sandbox
UpdatedAt *string `json:"updatedAt,omitempty"`
// The last activity timestamp of the sandbox
LastActivityAt *string `json:"lastActivityAt,omitempty"`
// The version of the daemon running in the sandbox
DaemonVersion *string `json:"daemonVersion,omitempty"`
// The toolbox proxy URL for the sandbox
ToolboxProxyUrl string `json:"toolboxProxyUrl"`
AdditionalProperties map[string]interface{}
}
SandboxListItem struct for SandboxListItem
func NewSandboxListItem ¶
func NewSandboxListItem(id string, organizationId string, name string, target string, user string, public bool, cpu float32, gpu float32, memory float32, disk float32, labels map[string]string, toolboxProxyUrl string) *SandboxListItem
NewSandboxListItem instantiates a new SandboxListItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSandboxListItemWithDefaults ¶
func NewSandboxListItemWithDefaults() *SandboxListItem
NewSandboxListItemWithDefaults instantiates a new SandboxListItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SandboxListItem) GetAutoArchiveInterval ¶
func (o *SandboxListItem) GetAutoArchiveInterval() float32
GetAutoArchiveInterval returns the AutoArchiveInterval field value if set, zero value otherwise.
func (*SandboxListItem) GetAutoArchiveIntervalOk ¶
func (o *SandboxListItem) GetAutoArchiveIntervalOk() (*float32, bool)
GetAutoArchiveIntervalOk returns a tuple with the AutoArchiveInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetAutoDeleteInterval ¶
func (o *SandboxListItem) GetAutoDeleteInterval() float32
GetAutoDeleteInterval returns the AutoDeleteInterval field value if set, zero value otherwise.
func (*SandboxListItem) GetAutoDeleteIntervalOk ¶
func (o *SandboxListItem) GetAutoDeleteIntervalOk() (*float32, bool)
GetAutoDeleteIntervalOk returns a tuple with the AutoDeleteInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetAutoDestroyAt ¶ added in v0.199.0
func (o *SandboxListItem) GetAutoDestroyAt() string
GetAutoDestroyAt returns the AutoDestroyAt field value if set, zero value otherwise.
func (*SandboxListItem) GetAutoDestroyAtOk ¶ added in v0.199.0
func (o *SandboxListItem) GetAutoDestroyAtOk() (*string, bool)
GetAutoDestroyAtOk returns a tuple with the AutoDestroyAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetAutoPauseInterval ¶ added in v0.197.0
func (o *SandboxListItem) GetAutoPauseInterval() float32
GetAutoPauseInterval returns the AutoPauseInterval field value if set, zero value otherwise.
func (*SandboxListItem) GetAutoPauseIntervalOk ¶ added in v0.197.0
func (o *SandboxListItem) GetAutoPauseIntervalOk() (*float32, bool)
GetAutoPauseIntervalOk returns a tuple with the AutoPauseInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetAutoStopInterval ¶
func (o *SandboxListItem) GetAutoStopInterval() float32
GetAutoStopInterval returns the AutoStopInterval field value if set, zero value otherwise.
func (*SandboxListItem) GetAutoStopIntervalOk ¶
func (o *SandboxListItem) GetAutoStopIntervalOk() (*float32, bool)
GetAutoStopIntervalOk returns a tuple with the AutoStopInterval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetBackupState ¶
func (o *SandboxListItem) GetBackupState() string
GetBackupState returns the BackupState field value if set, zero value otherwise.
func (*SandboxListItem) GetBackupStateOk ¶
func (o *SandboxListItem) GetBackupStateOk() (*string, bool)
GetBackupStateOk returns a tuple with the BackupState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetCpu ¶
func (o *SandboxListItem) GetCpu() float32
GetCpu returns the Cpu field value
func (*SandboxListItem) GetCpuOk ¶
func (o *SandboxListItem) GetCpuOk() (*float32, bool)
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetCreatedAt ¶
func (o *SandboxListItem) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*SandboxListItem) GetCreatedAtOk ¶
func (o *SandboxListItem) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetDaemonVersion ¶
func (o *SandboxListItem) GetDaemonVersion() string
GetDaemonVersion returns the DaemonVersion field value if set, zero value otherwise.
func (*SandboxListItem) GetDaemonVersionOk ¶
func (o *SandboxListItem) GetDaemonVersionOk() (*string, bool)
GetDaemonVersionOk returns a tuple with the DaemonVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetDesiredState ¶
func (o *SandboxListItem) GetDesiredState() SandboxDesiredState
GetDesiredState returns the DesiredState field value if set, zero value otherwise.
func (*SandboxListItem) GetDesiredStateOk ¶
func (o *SandboxListItem) GetDesiredStateOk() (*SandboxDesiredState, bool)
GetDesiredStateOk returns a tuple with the DesiredState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetDisk ¶
func (o *SandboxListItem) GetDisk() float32
GetDisk returns the Disk field value
func (*SandboxListItem) GetDiskOk ¶
func (o *SandboxListItem) GetDiskOk() (*float32, bool)
GetDiskOk returns a tuple with the Disk field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetErrorReason ¶
func (o *SandboxListItem) GetErrorReason() string
GetErrorReason returns the ErrorReason field value if set, zero value otherwise.
func (*SandboxListItem) GetErrorReasonOk ¶
func (o *SandboxListItem) GetErrorReasonOk() (*string, bool)
GetErrorReasonOk returns a tuple with the ErrorReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetGpu ¶
func (o *SandboxListItem) GetGpu() float32
GetGpu returns the Gpu field value
func (*SandboxListItem) GetGpuOk ¶
func (o *SandboxListItem) GetGpuOk() (*float32, bool)
GetGpuOk returns a tuple with the Gpu field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetGpuType ¶
func (o *SandboxListItem) GetGpuType() GpuType
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*SandboxListItem) GetGpuTypeOk ¶
func (o *SandboxListItem) GetGpuTypeOk() (*GpuType, bool)
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetId ¶
func (o *SandboxListItem) GetId() string
GetId returns the Id field value
func (*SandboxListItem) GetIdOk ¶
func (o *SandboxListItem) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetLabels ¶
func (o *SandboxListItem) GetLabels() map[string]string
GetLabels returns the Labels field value
func (*SandboxListItem) GetLabelsOk ¶
func (o *SandboxListItem) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetLastActivityAt ¶
func (o *SandboxListItem) GetLastActivityAt() string
GetLastActivityAt returns the LastActivityAt field value if set, zero value otherwise.
func (*SandboxListItem) GetLastActivityAtOk ¶
func (o *SandboxListItem) GetLastActivityAtOk() (*string, bool)
GetLastActivityAtOk returns a tuple with the LastActivityAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetMemory ¶
func (o *SandboxListItem) GetMemory() float32
GetMemory returns the Memory field value
func (*SandboxListItem) GetMemoryOk ¶
func (o *SandboxListItem) GetMemoryOk() (*float32, bool)
GetMemoryOk returns a tuple with the Memory field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetName ¶
func (o *SandboxListItem) GetName() string
GetName returns the Name field value
func (*SandboxListItem) GetNameOk ¶
func (o *SandboxListItem) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetOrganizationId ¶
func (o *SandboxListItem) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*SandboxListItem) GetOrganizationIdOk ¶
func (o *SandboxListItem) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetPublic ¶
func (o *SandboxListItem) GetPublic() bool
GetPublic returns the Public field value
func (*SandboxListItem) GetPublicOk ¶
func (o *SandboxListItem) GetPublicOk() (*bool, bool)
GetPublicOk returns a tuple with the Public field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetRecoverable ¶
func (o *SandboxListItem) GetRecoverable() bool
GetRecoverable returns the Recoverable field value if set, zero value otherwise.
func (*SandboxListItem) GetRecoverableOk ¶
func (o *SandboxListItem) GetRecoverableOk() (*bool, bool)
GetRecoverableOk returns a tuple with the Recoverable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetRunnerId ¶
func (o *SandboxListItem) GetRunnerId() string
GetRunnerId returns the RunnerId field value if set, zero value otherwise.
func (*SandboxListItem) GetRunnerIdOk ¶
func (o *SandboxListItem) GetRunnerIdOk() (*string, bool)
GetRunnerIdOk returns a tuple with the RunnerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetSandboxClass ¶
func (o *SandboxListItem) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*SandboxListItem) GetSandboxClassOk ¶
func (o *SandboxListItem) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetSnapshot ¶
func (o *SandboxListItem) GetSnapshot() string
GetSnapshot returns the Snapshot field value if set, zero value otherwise.
func (*SandboxListItem) GetSnapshotOk ¶
func (o *SandboxListItem) GetSnapshotOk() (*string, bool)
GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetState ¶
func (o *SandboxListItem) GetState() SandboxState
GetState returns the State field value if set, zero value otherwise.
func (*SandboxListItem) GetStateOk ¶
func (o *SandboxListItem) GetStateOk() (*SandboxState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetTarget ¶
func (o *SandboxListItem) GetTarget() string
GetTarget returns the Target field value
func (*SandboxListItem) GetTargetOk ¶
func (o *SandboxListItem) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetToolboxProxyUrl ¶
func (o *SandboxListItem) GetToolboxProxyUrl() string
GetToolboxProxyUrl returns the ToolboxProxyUrl field value
func (*SandboxListItem) GetToolboxProxyUrlOk ¶
func (o *SandboxListItem) GetToolboxProxyUrlOk() (*string, bool)
GetToolboxProxyUrlOk returns a tuple with the ToolboxProxyUrl field value and a boolean to check if the value has been set.
func (*SandboxListItem) GetUpdatedAt ¶
func (o *SandboxListItem) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*SandboxListItem) GetUpdatedAtOk ¶
func (o *SandboxListItem) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxListItem) GetUser ¶
func (o *SandboxListItem) GetUser() string
GetUser returns the User field value
func (*SandboxListItem) GetUserOk ¶
func (o *SandboxListItem) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (*SandboxListItem) HasAutoArchiveInterval ¶
func (o *SandboxListItem) HasAutoArchiveInterval() bool
HasAutoArchiveInterval returns a boolean if a field has been set.
func (*SandboxListItem) HasAutoDeleteInterval ¶
func (o *SandboxListItem) HasAutoDeleteInterval() bool
HasAutoDeleteInterval returns a boolean if a field has been set.
func (*SandboxListItem) HasAutoDestroyAt ¶ added in v0.199.0
func (o *SandboxListItem) HasAutoDestroyAt() bool
HasAutoDestroyAt returns a boolean if a field has been set.
func (*SandboxListItem) HasAutoPauseInterval ¶ added in v0.197.0
func (o *SandboxListItem) HasAutoPauseInterval() bool
HasAutoPauseInterval returns a boolean if a field has been set.
func (*SandboxListItem) HasAutoStopInterval ¶
func (o *SandboxListItem) HasAutoStopInterval() bool
HasAutoStopInterval returns a boolean if a field has been set.
func (*SandboxListItem) HasBackupState ¶
func (o *SandboxListItem) HasBackupState() bool
HasBackupState returns a boolean if a field has been set.
func (*SandboxListItem) HasCreatedAt ¶
func (o *SandboxListItem) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*SandboxListItem) HasDaemonVersion ¶
func (o *SandboxListItem) HasDaemonVersion() bool
HasDaemonVersion returns a boolean if a field has been set.
func (*SandboxListItem) HasDesiredState ¶
func (o *SandboxListItem) HasDesiredState() bool
HasDesiredState returns a boolean if a field has been set.
func (*SandboxListItem) HasErrorReason ¶
func (o *SandboxListItem) HasErrorReason() bool
HasErrorReason returns a boolean if a field has been set.
func (*SandboxListItem) HasGpuType ¶
func (o *SandboxListItem) HasGpuType() bool
HasGpuType returns a boolean if a field has been set.
func (*SandboxListItem) HasLastActivityAt ¶
func (o *SandboxListItem) HasLastActivityAt() bool
HasLastActivityAt returns a boolean if a field has been set.
func (*SandboxListItem) HasRecoverable ¶
func (o *SandboxListItem) HasRecoverable() bool
HasRecoverable returns a boolean if a field has been set.
func (*SandboxListItem) HasRunnerId ¶
func (o *SandboxListItem) HasRunnerId() bool
HasRunnerId returns a boolean if a field has been set.
func (*SandboxListItem) HasSandboxClass ¶
func (o *SandboxListItem) HasSandboxClass() bool
HasSandboxClass returns a boolean if a field has been set.
func (*SandboxListItem) HasSnapshot ¶
func (o *SandboxListItem) HasSnapshot() bool
HasSnapshot returns a boolean if a field has been set.
func (*SandboxListItem) HasState ¶
func (o *SandboxListItem) HasState() bool
HasState returns a boolean if a field has been set.
func (*SandboxListItem) HasUpdatedAt ¶
func (o *SandboxListItem) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (SandboxListItem) MarshalJSON ¶
func (o SandboxListItem) MarshalJSON() ([]byte, error)
func (*SandboxListItem) SetAutoArchiveInterval ¶
func (o *SandboxListItem) SetAutoArchiveInterval(v float32)
SetAutoArchiveInterval gets a reference to the given float32 and assigns it to the AutoArchiveInterval field.
func (*SandboxListItem) SetAutoDeleteInterval ¶
func (o *SandboxListItem) SetAutoDeleteInterval(v float32)
SetAutoDeleteInterval gets a reference to the given float32 and assigns it to the AutoDeleteInterval field.
func (*SandboxListItem) SetAutoDestroyAt ¶ added in v0.199.0
func (o *SandboxListItem) SetAutoDestroyAt(v string)
SetAutoDestroyAt gets a reference to the given string and assigns it to the AutoDestroyAt field.
func (*SandboxListItem) SetAutoPauseInterval ¶ added in v0.197.0
func (o *SandboxListItem) SetAutoPauseInterval(v float32)
SetAutoPauseInterval gets a reference to the given float32 and assigns it to the AutoPauseInterval field.
func (*SandboxListItem) SetAutoStopInterval ¶
func (o *SandboxListItem) SetAutoStopInterval(v float32)
SetAutoStopInterval gets a reference to the given float32 and assigns it to the AutoStopInterval field.
func (*SandboxListItem) SetBackupState ¶
func (o *SandboxListItem) SetBackupState(v string)
SetBackupState gets a reference to the given string and assigns it to the BackupState field.
func (*SandboxListItem) SetCpu ¶
func (o *SandboxListItem) SetCpu(v float32)
SetCpu sets field value
func (*SandboxListItem) SetCreatedAt ¶
func (o *SandboxListItem) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*SandboxListItem) SetDaemonVersion ¶
func (o *SandboxListItem) SetDaemonVersion(v string)
SetDaemonVersion gets a reference to the given string and assigns it to the DaemonVersion field.
func (*SandboxListItem) SetDesiredState ¶
func (o *SandboxListItem) SetDesiredState(v SandboxDesiredState)
SetDesiredState gets a reference to the given SandboxDesiredState and assigns it to the DesiredState field.
func (*SandboxListItem) SetDisk ¶
func (o *SandboxListItem) SetDisk(v float32)
SetDisk sets field value
func (*SandboxListItem) SetErrorReason ¶
func (o *SandboxListItem) SetErrorReason(v string)
SetErrorReason gets a reference to the given string and assigns it to the ErrorReason field.
func (*SandboxListItem) SetGpu ¶
func (o *SandboxListItem) SetGpu(v float32)
SetGpu sets field value
func (*SandboxListItem) SetGpuType ¶
func (o *SandboxListItem) SetGpuType(v GpuType)
SetGpuType gets a reference to the given GpuType and assigns it to the GpuType field.
func (*SandboxListItem) SetLabels ¶
func (o *SandboxListItem) SetLabels(v map[string]string)
SetLabels sets field value
func (*SandboxListItem) SetLastActivityAt ¶
func (o *SandboxListItem) SetLastActivityAt(v string)
SetLastActivityAt gets a reference to the given string and assigns it to the LastActivityAt field.
func (*SandboxListItem) SetMemory ¶
func (o *SandboxListItem) SetMemory(v float32)
SetMemory sets field value
func (*SandboxListItem) SetName ¶
func (o *SandboxListItem) SetName(v string)
SetName sets field value
func (*SandboxListItem) SetOrganizationId ¶
func (o *SandboxListItem) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*SandboxListItem) SetPublic ¶
func (o *SandboxListItem) SetPublic(v bool)
SetPublic sets field value
func (*SandboxListItem) SetRecoverable ¶
func (o *SandboxListItem) SetRecoverable(v bool)
SetRecoverable gets a reference to the given bool and assigns it to the Recoverable field.
func (*SandboxListItem) SetRunnerId ¶
func (o *SandboxListItem) SetRunnerId(v string)
SetRunnerId gets a reference to the given string and assigns it to the RunnerId field.
func (*SandboxListItem) SetSandboxClass ¶
func (o *SandboxListItem) SetSandboxClass(v SandboxClass)
SetSandboxClass gets a reference to the given SandboxClass and assigns it to the SandboxClass field.
func (*SandboxListItem) SetSnapshot ¶
func (o *SandboxListItem) SetSnapshot(v string)
SetSnapshot gets a reference to the given string and assigns it to the Snapshot field.
func (*SandboxListItem) SetState ¶
func (o *SandboxListItem) SetState(v SandboxState)
SetState gets a reference to the given SandboxState and assigns it to the State field.
func (*SandboxListItem) SetTarget ¶
func (o *SandboxListItem) SetTarget(v string)
SetTarget sets field value
func (*SandboxListItem) SetToolboxProxyUrl ¶
func (o *SandboxListItem) SetToolboxProxyUrl(v string)
SetToolboxProxyUrl sets field value
func (*SandboxListItem) SetUpdatedAt ¶
func (o *SandboxListItem) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (*SandboxListItem) SetUser ¶
func (o *SandboxListItem) SetUser(v string)
SetUser sets field value
func (SandboxListItem) ToMap ¶
func (o SandboxListItem) ToMap() (map[string]interface{}, error)
func (*SandboxListItem) UnmarshalJSON ¶
func (o *SandboxListItem) UnmarshalJSON(data []byte) (err error)
type SandboxListSortDirection ¶
type SandboxListSortDirection string
SandboxListSortDirection the model 'SandboxListSortDirection'
const ( SANDBOXLISTSORTDIRECTION_ASC SandboxListSortDirection = "asc" SANDBOXLISTSORTDIRECTION_DESC SandboxListSortDirection = "desc" SANDBOXLISTSORTDIRECTION_UNKNOWN_DEFAULT_OPEN_API SandboxListSortDirection = "11184809" )
List of SandboxListSortDirection
func NewSandboxListSortDirectionFromValue ¶
func NewSandboxListSortDirectionFromValue(v string) (*SandboxListSortDirection, error)
NewSandboxListSortDirectionFromValue returns a pointer to a valid SandboxListSortDirection for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SandboxListSortDirection) IsValid ¶
func (v SandboxListSortDirection) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SandboxListSortDirection) Ptr ¶
func (v SandboxListSortDirection) Ptr() *SandboxListSortDirection
Ptr returns reference to SandboxListSortDirection value
func (*SandboxListSortDirection) UnmarshalJSON ¶
func (v *SandboxListSortDirection) UnmarshalJSON(src []byte) error
type SandboxListSortField ¶
type SandboxListSortField string
SandboxListSortField the model 'SandboxListSortField'
const ( SANDBOXLISTSORTFIELD_NAME SandboxListSortField = "name" SANDBOXLISTSORTFIELD_CPU SandboxListSortField = "cpu" SANDBOXLISTSORTFIELD_MEMORY_GIB SandboxListSortField = "memoryGib" SANDBOXLISTSORTFIELD_DISK_GIB SandboxListSortField = "diskGib" SANDBOXLISTSORTFIELD_LAST_ACTIVITY_AT SandboxListSortField = "lastActivityAt" SANDBOXLISTSORTFIELD_CREATED_AT SandboxListSortField = "createdAt" SANDBOXLISTSORTFIELD_UNKNOWN_DEFAULT_OPEN_API SandboxListSortField = "11184809" )
List of SandboxListSortField
func NewSandboxListSortFieldFromValue ¶
func NewSandboxListSortFieldFromValue(v string) (*SandboxListSortField, error)
NewSandboxListSortFieldFromValue returns a pointer to a valid SandboxListSortField for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SandboxListSortField) IsValid ¶
func (v SandboxListSortField) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SandboxListSortField) Ptr ¶
func (v SandboxListSortField) Ptr() *SandboxListSortField
Ptr returns reference to SandboxListSortField value
func (*SandboxListSortField) UnmarshalJSON ¶
func (v *SandboxListSortField) UnmarshalJSON(src []byte) error
type SandboxState ¶
type SandboxState string
SandboxState the model 'SandboxState'
const ( SANDBOXSTATE_CREATING SandboxState = "creating" SANDBOXSTATE_RESTORING SandboxState = "restoring" SANDBOXSTATE_DESTROYED SandboxState = "destroyed" SANDBOXSTATE_DESTROYING SandboxState = "destroying" SANDBOXSTATE_STARTED SandboxState = "started" SANDBOXSTATE_STOPPED SandboxState = "stopped" SANDBOXSTATE_STARTING SandboxState = "starting" SANDBOXSTATE_STOPPING SandboxState = "stopping" SANDBOXSTATE_ERROR SandboxState = "error" SANDBOXSTATE_BUILD_FAILED SandboxState = "build_failed" SANDBOXSTATE_PENDING_BUILD SandboxState = "pending_build" SANDBOXSTATE_BUILDING_SNAPSHOT SandboxState = "building_snapshot" SANDBOXSTATE_UNKNOWN SandboxState = "unknown" SANDBOXSTATE_PULLING_SNAPSHOT SandboxState = "pulling_snapshot" SANDBOXSTATE_ARCHIVED SandboxState = "archived" SANDBOXSTATE_ARCHIVING SandboxState = "archiving" SANDBOXSTATE_RESIZING SandboxState = "resizing" SANDBOXSTATE_SNAPSHOTTING SandboxState = "snapshotting" SANDBOXSTATE_FORKING SandboxState = "forking" SANDBOXSTATE_PAUSING SandboxState = "pausing" SANDBOXSTATE_PAUSED SandboxState = "paused" SANDBOXSTATE_RESUMING SandboxState = "resuming" SANDBOXSTATE_UNKNOWN_DEFAULT_OPEN_API SandboxState = "11184809" )
List of SandboxState
func NewSandboxStateFromValue ¶
func NewSandboxStateFromValue(v string) (*SandboxState, error)
NewSandboxStateFromValue returns a pointer to a valid SandboxState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SandboxState) IsValid ¶
func (v SandboxState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SandboxState) Ptr ¶
func (v SandboxState) Ptr() *SandboxState
Ptr returns reference to SandboxState value
func (*SandboxState) UnmarshalJSON ¶
func (v *SandboxState) UnmarshalJSON(src []byte) error
type SandboxVolume ¶
type SandboxVolume struct {
// The ID or name of the volume. Resolved to the volume ID on sandbox create.
VolumeId string `json:"volumeId"`
// The mount path for the volume
MountPath string `json:"mountPath"`
// Optional subpath within the volume to mount. When specified, only this S3 prefix will be accessible. When omitted, the entire volume is mounted.
Subpath *string `json:"subpath,omitempty"`
AdditionalProperties map[string]interface{}
}
SandboxVolume struct for SandboxVolume
func NewSandboxVolume ¶
func NewSandboxVolume(volumeId string, mountPath string) *SandboxVolume
NewSandboxVolume instantiates a new SandboxVolume object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSandboxVolumeWithDefaults ¶
func NewSandboxVolumeWithDefaults() *SandboxVolume
NewSandboxVolumeWithDefaults instantiates a new SandboxVolume object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SandboxVolume) GetMountPath ¶
func (o *SandboxVolume) GetMountPath() string
GetMountPath returns the MountPath field value
func (*SandboxVolume) GetMountPathOk ¶
func (o *SandboxVolume) GetMountPathOk() (*string, bool)
GetMountPathOk returns a tuple with the MountPath field value and a boolean to check if the value has been set.
func (*SandboxVolume) GetSubpath ¶
func (o *SandboxVolume) GetSubpath() string
GetSubpath returns the Subpath field value if set, zero value otherwise.
func (*SandboxVolume) GetSubpathOk ¶
func (o *SandboxVolume) GetSubpathOk() (*string, bool)
GetSubpathOk returns a tuple with the Subpath field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SandboxVolume) GetVolumeId ¶
func (o *SandboxVolume) GetVolumeId() string
GetVolumeId returns the VolumeId field value
func (*SandboxVolume) GetVolumeIdOk ¶
func (o *SandboxVolume) GetVolumeIdOk() (*string, bool)
GetVolumeIdOk returns a tuple with the VolumeId field value and a boolean to check if the value has been set.
func (*SandboxVolume) HasSubpath ¶
func (o *SandboxVolume) HasSubpath() bool
HasSubpath returns a boolean if a field has been set.
func (SandboxVolume) MarshalJSON ¶
func (o SandboxVolume) MarshalJSON() ([]byte, error)
func (*SandboxVolume) SetMountPath ¶
func (o *SandboxVolume) SetMountPath(v string)
SetMountPath sets field value
func (*SandboxVolume) SetSubpath ¶
func (o *SandboxVolume) SetSubpath(v string)
SetSubpath gets a reference to the given string and assigns it to the Subpath field.
func (*SandboxVolume) SetVolumeId ¶
func (o *SandboxVolume) SetVolumeId(v string)
SetVolumeId sets field value
func (SandboxVolume) ToMap ¶
func (o SandboxVolume) ToMap() (map[string]interface{}, error)
func (*SandboxVolume) UnmarshalJSON ¶
func (o *SandboxVolume) UnmarshalJSON(data []byte) (err error)
type Secret ¶
type Secret struct {
// Secret ID
Id string `json:"id"`
// Secret name
Name string `json:"name"`
// Optional description of the secret
Description *string `json:"description,omitempty"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
// Opaque placeholder token injected as env var value in sandboxes
Placeholder string `json:"placeholder"`
// Allowed hosts this secret may be sent to
Hosts []string `json:"hosts"`
// Last update timestamp
UpdatedAt time.Time `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
Secret struct for Secret
func NewSecret ¶
func NewSecret(id string, name string, createdAt time.Time, placeholder string, hosts []string, updatedAt time.Time) *Secret
NewSecret instantiates a new Secret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecretWithDefaults ¶
func NewSecretWithDefaults() *Secret
NewSecretWithDefaults instantiates a new Secret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Secret) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Secret) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Secret) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*Secret) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Secret) GetHostsOk ¶
GetHostsOk returns a tuple with the Hosts field value and a boolean to check if the value has been set.
func (*Secret) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Secret) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Secret) GetPlaceholder ¶
GetPlaceholder returns the Placeholder field value
func (*Secret) GetPlaceholderOk ¶
GetPlaceholderOk returns a tuple with the Placeholder field value and a boolean to check if the value has been set.
func (*Secret) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*Secret) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*Secret) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (Secret) MarshalJSON ¶
func (*Secret) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Secret) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Secret) SetPlaceholder ¶
SetPlaceholder sets field value
func (*Secret) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*Secret) UnmarshalJSON ¶
type SecretAPI ¶
type SecretAPI interface {
/*
CreateSecret Create secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SecretAPICreateSecretRequest
*/
CreateSecret(ctx context.Context) SecretAPICreateSecretRequest
// CreateSecretExecute executes the request
// @return Secret
CreateSecretExecute(r SecretAPICreateSecretRequest) (*Secret, *http.Response, error)
/*
DeleteSecret Delete secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param secretId ID of the secret
@return SecretAPIDeleteSecretRequest
*/
DeleteSecret(ctx context.Context, secretId string) SecretAPIDeleteSecretRequest
// DeleteSecretExecute executes the request
DeleteSecretExecute(r SecretAPIDeleteSecretRequest) (*http.Response, error)
/*
GetSecret Get secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param secretId ID of the secret
@return SecretAPIGetSecretRequest
*/
GetSecret(ctx context.Context, secretId string) SecretAPIGetSecretRequest
// GetSecretExecute executes the request
// @return Secret
GetSecretExecute(r SecretAPIGetSecretRequest) (*Secret, *http.Response, error)
/*
ListSecrets List secrets
This endpoint is deprecated and fails for organizations with more than 1500 secrets. Use `listSecretsPaginated` instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SecretAPIListSecretsRequest
Deprecated
*/
ListSecrets(ctx context.Context) SecretAPIListSecretsRequest
// ListSecretsExecute executes the request
// @return []Secret
// Deprecated
ListSecretsExecute(r SecretAPIListSecretsRequest) ([]Secret, *http.Response, error)
/*
ListSecretsPaginated List secrets with pagination
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SecretAPIListSecretsPaginatedRequest
*/
ListSecretsPaginated(ctx context.Context) SecretAPIListSecretsPaginatedRequest
// ListSecretsPaginatedExecute executes the request
// @return ListSecretsResponse
ListSecretsPaginatedExecute(r SecretAPIListSecretsPaginatedRequest) (*ListSecretsResponse, *http.Response, error)
/*
UpdateSecret Update secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param secretId ID of the secret
@return SecretAPIUpdateSecretRequest
*/
UpdateSecret(ctx context.Context, secretId string) SecretAPIUpdateSecretRequest
// UpdateSecretExecute executes the request
// @return Secret
UpdateSecretExecute(r SecretAPIUpdateSecretRequest) (*Secret, *http.Response, error)
}
type SecretAPICreateSecretRequest ¶
type SecretAPICreateSecretRequest struct {
ApiService SecretAPI
// contains filtered or unexported fields
}
func (SecretAPICreateSecretRequest) CreateSecret ¶
func (r SecretAPICreateSecretRequest) CreateSecret(createSecret CreateSecret) SecretAPICreateSecretRequest
func (SecretAPICreateSecretRequest) Execute ¶
func (r SecretAPICreateSecretRequest) Execute() (*Secret, *http.Response, error)
func (SecretAPICreateSecretRequest) XDaytonaOrganizationID ¶
func (r SecretAPICreateSecretRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPICreateSecretRequest
Use with JWT to specify the organization ID
type SecretAPIDeleteSecretRequest ¶
type SecretAPIDeleteSecretRequest struct {
ApiService SecretAPI
// contains filtered or unexported fields
}
func (SecretAPIDeleteSecretRequest) Execute ¶
func (r SecretAPIDeleteSecretRequest) Execute() (*http.Response, error)
func (SecretAPIDeleteSecretRequest) XDaytonaOrganizationID ¶
func (r SecretAPIDeleteSecretRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIDeleteSecretRequest
Use with JWT to specify the organization ID
type SecretAPIGetSecretRequest ¶
type SecretAPIGetSecretRequest struct {
ApiService SecretAPI
// contains filtered or unexported fields
}
func (SecretAPIGetSecretRequest) Execute ¶
func (r SecretAPIGetSecretRequest) Execute() (*Secret, *http.Response, error)
func (SecretAPIGetSecretRequest) XDaytonaOrganizationID ¶
func (r SecretAPIGetSecretRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIGetSecretRequest
Use with JWT to specify the organization ID
type SecretAPIListSecretsPaginatedRequest ¶ added in v0.194.0
type SecretAPIListSecretsPaginatedRequest struct {
ApiService SecretAPI
// contains filtered or unexported fields
}
func (SecretAPIListSecretsPaginatedRequest) Cursor ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) Cursor(cursor string) SecretAPIListSecretsPaginatedRequest
Pagination cursor from a previous response
func (SecretAPIListSecretsPaginatedRequest) Execute ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) Execute() (*ListSecretsResponse, *http.Response, error)
func (SecretAPIListSecretsPaginatedRequest) Limit ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) Limit(limit float32) SecretAPIListSecretsPaginatedRequest
Number of results per page
func (SecretAPIListSecretsPaginatedRequest) Name ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) Name(name string) SecretAPIListSecretsPaginatedRequest
Filter by partial name match
func (SecretAPIListSecretsPaginatedRequest) Order ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) Order(order string) SecretAPIListSecretsPaginatedRequest
Direction to sort by
func (SecretAPIListSecretsPaginatedRequest) Sort ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) Sort(sort string) SecretAPIListSecretsPaginatedRequest
Field to sort by
func (SecretAPIListSecretsPaginatedRequest) XDaytonaOrganizationID ¶ added in v0.194.0
func (r SecretAPIListSecretsPaginatedRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIListSecretsPaginatedRequest
Use with JWT to specify the organization ID
type SecretAPIListSecretsRequest ¶
type SecretAPIListSecretsRequest struct {
ApiService SecretAPI
// contains filtered or unexported fields
}
func (SecretAPIListSecretsRequest) Execute ¶
func (r SecretAPIListSecretsRequest) Execute() ([]Secret, *http.Response, error)
func (SecretAPIListSecretsRequest) XDaytonaOrganizationID ¶
func (r SecretAPIListSecretsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIListSecretsRequest
Use with JWT to specify the organization ID
type SecretAPIService ¶
type SecretAPIService service
SecretAPIService SecretAPI service
func (*SecretAPIService) CreateSecret ¶
func (a *SecretAPIService) CreateSecret(ctx context.Context) SecretAPICreateSecretRequest
CreateSecret Create secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecretAPICreateSecretRequest
func (*SecretAPIService) CreateSecretExecute ¶
func (a *SecretAPIService) CreateSecretExecute(r SecretAPICreateSecretRequest) (*Secret, *http.Response, error)
Execute executes the request
@return Secret
func (*SecretAPIService) DeleteSecret ¶
func (a *SecretAPIService) DeleteSecret(ctx context.Context, secretId string) SecretAPIDeleteSecretRequest
DeleteSecret Delete secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param secretId ID of the secret @return SecretAPIDeleteSecretRequest
func (*SecretAPIService) DeleteSecretExecute ¶
func (a *SecretAPIService) DeleteSecretExecute(r SecretAPIDeleteSecretRequest) (*http.Response, error)
Execute executes the request
func (*SecretAPIService) GetSecret ¶
func (a *SecretAPIService) GetSecret(ctx context.Context, secretId string) SecretAPIGetSecretRequest
GetSecret Get secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param secretId ID of the secret @return SecretAPIGetSecretRequest
func (*SecretAPIService) GetSecretExecute ¶
func (a *SecretAPIService) GetSecretExecute(r SecretAPIGetSecretRequest) (*Secret, *http.Response, error)
Execute executes the request
@return Secret
func (*SecretAPIService) ListSecrets ¶
func (a *SecretAPIService) ListSecrets(ctx context.Context) SecretAPIListSecretsRequest
ListSecrets List secrets
This endpoint is deprecated and fails for organizations with more than 1500 secrets. Use `listSecretsPaginated` instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecretAPIListSecretsRequest
Deprecated
func (*SecretAPIService) ListSecretsExecute ¶
func (a *SecretAPIService) ListSecretsExecute(r SecretAPIListSecretsRequest) ([]Secret, *http.Response, error)
Execute executes the request
@return []Secret
Deprecated
func (*SecretAPIService) ListSecretsPaginated ¶ added in v0.194.0
func (a *SecretAPIService) ListSecretsPaginated(ctx context.Context) SecretAPIListSecretsPaginatedRequest
ListSecretsPaginated List secrets with pagination
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecretAPIListSecretsPaginatedRequest
func (*SecretAPIService) ListSecretsPaginatedExecute ¶ added in v0.194.0
func (a *SecretAPIService) ListSecretsPaginatedExecute(r SecretAPIListSecretsPaginatedRequest) (*ListSecretsResponse, *http.Response, error)
Execute executes the request
@return ListSecretsResponse
func (*SecretAPIService) UpdateSecret ¶
func (a *SecretAPIService) UpdateSecret(ctx context.Context, secretId string) SecretAPIUpdateSecretRequest
UpdateSecret Update secret
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param secretId ID of the secret @return SecretAPIUpdateSecretRequest
func (*SecretAPIService) UpdateSecretExecute ¶
func (a *SecretAPIService) UpdateSecretExecute(r SecretAPIUpdateSecretRequest) (*Secret, *http.Response, error)
Execute executes the request
@return Secret
type SecretAPIUpdateSecretRequest ¶
type SecretAPIUpdateSecretRequest struct {
ApiService SecretAPI
// contains filtered or unexported fields
}
func (SecretAPIUpdateSecretRequest) Execute ¶
func (r SecretAPIUpdateSecretRequest) Execute() (*Secret, *http.Response, error)
func (SecretAPIUpdateSecretRequest) UpdateSecret ¶
func (r SecretAPIUpdateSecretRequest) UpdateSecret(updateSecret UpdateSecret) SecretAPIUpdateSecretRequest
func (SecretAPIUpdateSecretRequest) XDaytonaOrganizationID ¶
func (r SecretAPIUpdateSecretRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SecretAPIUpdateSecretRequest
Use with JWT to specify the organization ID
type SendWebhookDto ¶
type SendWebhookDto struct {
// The type of event being sent
EventType WebhookEvent `json:"eventType"`
// The payload data to send
Payload map[string]interface{} `json:"payload"`
// Optional event ID for idempotency
EventId *string `json:"eventId,omitempty"`
AdditionalProperties map[string]interface{}
}
SendWebhookDto struct for SendWebhookDto
func NewSendWebhookDto ¶
func NewSendWebhookDto(eventType WebhookEvent, payload map[string]interface{}) *SendWebhookDto
NewSendWebhookDto instantiates a new SendWebhookDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSendWebhookDtoWithDefaults ¶
func NewSendWebhookDtoWithDefaults() *SendWebhookDto
NewSendWebhookDtoWithDefaults instantiates a new SendWebhookDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SendWebhookDto) GetEventId ¶
func (o *SendWebhookDto) GetEventId() string
GetEventId returns the EventId field value if set, zero value otherwise.
func (*SendWebhookDto) GetEventIdOk ¶
func (o *SendWebhookDto) GetEventIdOk() (*string, bool)
GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SendWebhookDto) GetEventType ¶
func (o *SendWebhookDto) GetEventType() WebhookEvent
GetEventType returns the EventType field value
func (*SendWebhookDto) GetEventTypeOk ¶
func (o *SendWebhookDto) GetEventTypeOk() (*WebhookEvent, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (*SendWebhookDto) GetPayload ¶
func (o *SendWebhookDto) GetPayload() map[string]interface{}
GetPayload returns the Payload field value
func (*SendWebhookDto) GetPayloadOk ¶
func (o *SendWebhookDto) GetPayloadOk() (map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.
func (*SendWebhookDto) HasEventId ¶
func (o *SendWebhookDto) HasEventId() bool
HasEventId returns a boolean if a field has been set.
func (SendWebhookDto) MarshalJSON ¶
func (o SendWebhookDto) MarshalJSON() ([]byte, error)
func (*SendWebhookDto) SetEventId ¶
func (o *SendWebhookDto) SetEventId(v string)
SetEventId gets a reference to the given string and assigns it to the EventId field.
func (*SendWebhookDto) SetEventType ¶
func (o *SendWebhookDto) SetEventType(v WebhookEvent)
SetEventType sets field value
func (*SendWebhookDto) SetPayload ¶
func (o *SendWebhookDto) SetPayload(v map[string]interface{})
SetPayload sets field value
func (SendWebhookDto) ToMap ¶
func (o SendWebhookDto) ToMap() (map[string]interface{}, error)
func (*SendWebhookDto) UnmarshalJSON ¶
func (o *SendWebhookDto) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct {
URL string
Description string
Variables map[string]ServerVariable
}
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SetSnapshotGeneralStatusDto ¶
type SetSnapshotGeneralStatusDto struct {
// Whether the snapshot is general
General bool `json:"general"`
AdditionalProperties map[string]interface{}
}
SetSnapshotGeneralStatusDto struct for SetSnapshotGeneralStatusDto
func NewSetSnapshotGeneralStatusDto ¶
func NewSetSnapshotGeneralStatusDto(general bool) *SetSnapshotGeneralStatusDto
NewSetSnapshotGeneralStatusDto instantiates a new SetSnapshotGeneralStatusDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSetSnapshotGeneralStatusDtoWithDefaults ¶
func NewSetSnapshotGeneralStatusDtoWithDefaults() *SetSnapshotGeneralStatusDto
NewSetSnapshotGeneralStatusDtoWithDefaults instantiates a new SetSnapshotGeneralStatusDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SetSnapshotGeneralStatusDto) GetGeneral ¶
func (o *SetSnapshotGeneralStatusDto) GetGeneral() bool
GetGeneral returns the General field value
func (*SetSnapshotGeneralStatusDto) GetGeneralOk ¶
func (o *SetSnapshotGeneralStatusDto) GetGeneralOk() (*bool, bool)
GetGeneralOk returns a tuple with the General field value and a boolean to check if the value has been set.
func (SetSnapshotGeneralStatusDto) MarshalJSON ¶
func (o SetSnapshotGeneralStatusDto) MarshalJSON() ([]byte, error)
func (*SetSnapshotGeneralStatusDto) SetGeneral ¶
func (o *SetSnapshotGeneralStatusDto) SetGeneral(v bool)
SetGeneral sets field value
func (SetSnapshotGeneralStatusDto) ToMap ¶
func (o SetSnapshotGeneralStatusDto) ToMap() (map[string]interface{}, error)
func (*SetSnapshotGeneralStatusDto) UnmarshalJSON ¶
func (o *SetSnapshotGeneralStatusDto) UnmarshalJSON(data []byte) (err error)
type SignedPortPreviewUrl ¶
type SignedPortPreviewUrl struct {
// ID of the sandbox
SandboxId string `json:"sandboxId"`
// Port number of the signed preview URL
Port int32 `json:"port"`
// Token of the signed preview URL
Token string `json:"token"`
// Signed preview url
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
SignedPortPreviewUrl struct for SignedPortPreviewUrl
func NewSignedPortPreviewUrl ¶
func NewSignedPortPreviewUrl(sandboxId string, port int32, token string, url string) *SignedPortPreviewUrl
NewSignedPortPreviewUrl instantiates a new SignedPortPreviewUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSignedPortPreviewUrlWithDefaults ¶
func NewSignedPortPreviewUrlWithDefaults() *SignedPortPreviewUrl
NewSignedPortPreviewUrlWithDefaults instantiates a new SignedPortPreviewUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SignedPortPreviewUrl) GetPort ¶
func (o *SignedPortPreviewUrl) GetPort() int32
GetPort returns the Port field value
func (*SignedPortPreviewUrl) GetPortOk ¶
func (o *SignedPortPreviewUrl) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*SignedPortPreviewUrl) GetSandboxId ¶
func (o *SignedPortPreviewUrl) GetSandboxId() string
GetSandboxId returns the SandboxId field value
func (*SignedPortPreviewUrl) GetSandboxIdOk ¶
func (o *SignedPortPreviewUrl) GetSandboxIdOk() (*string, bool)
GetSandboxIdOk returns a tuple with the SandboxId field value and a boolean to check if the value has been set.
func (*SignedPortPreviewUrl) GetToken ¶
func (o *SignedPortPreviewUrl) GetToken() string
GetToken returns the Token field value
func (*SignedPortPreviewUrl) GetTokenOk ¶
func (o *SignedPortPreviewUrl) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*SignedPortPreviewUrl) GetUrl ¶
func (o *SignedPortPreviewUrl) GetUrl() string
GetUrl returns the Url field value
func (*SignedPortPreviewUrl) GetUrlOk ¶
func (o *SignedPortPreviewUrl) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (SignedPortPreviewUrl) MarshalJSON ¶
func (o SignedPortPreviewUrl) MarshalJSON() ([]byte, error)
func (*SignedPortPreviewUrl) SetPort ¶
func (o *SignedPortPreviewUrl) SetPort(v int32)
SetPort sets field value
func (*SignedPortPreviewUrl) SetSandboxId ¶
func (o *SignedPortPreviewUrl) SetSandboxId(v string)
SetSandboxId sets field value
func (*SignedPortPreviewUrl) SetToken ¶
func (o *SignedPortPreviewUrl) SetToken(v string)
SetToken sets field value
func (*SignedPortPreviewUrl) SetUrl ¶
func (o *SignedPortPreviewUrl) SetUrl(v string)
SetUrl sets field value
func (SignedPortPreviewUrl) ToMap ¶
func (o SignedPortPreviewUrl) ToMap() (map[string]interface{}, error)
func (*SignedPortPreviewUrl) UnmarshalJSON ¶
func (o *SignedPortPreviewUrl) UnmarshalJSON(data []byte) (err error)
type SnapshotDto ¶
type SnapshotDto struct {
Id string `json:"id"`
OrganizationId *string `json:"organizationId,omitempty"`
General bool `json:"general"`
Name string `json:"name"`
ImageName *string `json:"imageName,omitempty"`
State SnapshotState `json:"state"`
Size NullableFloat32 `json:"size"`
Entrypoint []string `json:"entrypoint"`
Cpu float32 `json:"cpu"`
Gpu float32 `json:"gpu"`
// The GPU type assigned to the snapshot
GpuType *GpuType `json:"gpuType,omitempty"`
Mem float32 `json:"mem"`
Disk float32 `json:"disk"`
ErrorReason NullableString `json:"errorReason"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
LastUsedAt NullableTime `json:"lastUsedAt"`
// Build information for the snapshot
BuildInfo *BuildInfo `json:"buildInfo,omitempty"`
// IDs of regions where the snapshot is available
RegionIds []string `json:"regionIds,omitempty"`
// The initial runner ID of the snapshot
InitialRunnerId *string `json:"initialRunnerId,omitempty"`
// The snapshot reference
Ref *string `json:"ref,omitempty"`
// The sandbox class of the snapshot
SandboxClass *string `json:"sandboxClass,omitempty"`
AdditionalProperties map[string]interface{}
}
SnapshotDto struct for SnapshotDto
func NewSnapshotDto ¶
func NewSnapshotDto(id string, general bool, name string, state SnapshotState, size NullableFloat32, entrypoint []string, cpu float32, gpu float32, mem float32, disk float32, errorReason NullableString, createdAt time.Time, updatedAt time.Time, lastUsedAt NullableTime) *SnapshotDto
NewSnapshotDto instantiates a new SnapshotDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnapshotDtoWithDefaults ¶
func NewSnapshotDtoWithDefaults() *SnapshotDto
NewSnapshotDtoWithDefaults instantiates a new SnapshotDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnapshotDto) GetBuildInfo ¶
func (o *SnapshotDto) GetBuildInfo() BuildInfo
GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.
func (*SnapshotDto) GetBuildInfoOk ¶
func (o *SnapshotDto) GetBuildInfoOk() (*BuildInfo, bool)
GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetCpu ¶
func (o *SnapshotDto) GetCpu() float32
GetCpu returns the Cpu field value
func (*SnapshotDto) GetCpuOk ¶
func (o *SnapshotDto) GetCpuOk() (*float32, bool)
GetCpuOk returns a tuple with the Cpu field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetCreatedAt ¶
func (o *SnapshotDto) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SnapshotDto) GetCreatedAtOk ¶
func (o *SnapshotDto) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetDisk ¶
func (o *SnapshotDto) GetDisk() float32
GetDisk returns the Disk field value
func (*SnapshotDto) GetDiskOk ¶
func (o *SnapshotDto) GetDiskOk() (*float32, bool)
GetDiskOk returns a tuple with the Disk field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetEntrypoint ¶
func (o *SnapshotDto) GetEntrypoint() []string
GetEntrypoint returns the Entrypoint field value If the value is explicit nil, the zero value for []string will be returned
func (*SnapshotDto) GetEntrypointOk ¶
func (o *SnapshotDto) GetEntrypointOk() ([]string, bool)
GetEntrypointOk returns a tuple with the Entrypoint field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SnapshotDto) GetErrorReason ¶
func (o *SnapshotDto) GetErrorReason() string
GetErrorReason returns the ErrorReason field value If the value is explicit nil, the zero value for string will be returned
func (*SnapshotDto) GetErrorReasonOk ¶
func (o *SnapshotDto) GetErrorReasonOk() (*string, bool)
GetErrorReasonOk returns a tuple with the ErrorReason field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SnapshotDto) GetGeneral ¶
func (o *SnapshotDto) GetGeneral() bool
GetGeneral returns the General field value
func (*SnapshotDto) GetGeneralOk ¶
func (o *SnapshotDto) GetGeneralOk() (*bool, bool)
GetGeneralOk returns a tuple with the General field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetGpu ¶
func (o *SnapshotDto) GetGpu() float32
GetGpu returns the Gpu field value
func (*SnapshotDto) GetGpuOk ¶
func (o *SnapshotDto) GetGpuOk() (*float32, bool)
GetGpuOk returns a tuple with the Gpu field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetGpuType ¶
func (o *SnapshotDto) GetGpuType() GpuType
GetGpuType returns the GpuType field value if set, zero value otherwise.
func (*SnapshotDto) GetGpuTypeOk ¶
func (o *SnapshotDto) GetGpuTypeOk() (*GpuType, bool)
GetGpuTypeOk returns a tuple with the GpuType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetIdOk ¶
func (o *SnapshotDto) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetImageName ¶
func (o *SnapshotDto) GetImageName() string
GetImageName returns the ImageName field value if set, zero value otherwise.
func (*SnapshotDto) GetImageNameOk ¶
func (o *SnapshotDto) GetImageNameOk() (*string, bool)
GetImageNameOk returns a tuple with the ImageName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetInitialRunnerId ¶
func (o *SnapshotDto) GetInitialRunnerId() string
GetInitialRunnerId returns the InitialRunnerId field value if set, zero value otherwise.
func (*SnapshotDto) GetInitialRunnerIdOk ¶
func (o *SnapshotDto) GetInitialRunnerIdOk() (*string, bool)
GetInitialRunnerIdOk returns a tuple with the InitialRunnerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetLastUsedAt ¶
func (o *SnapshotDto) GetLastUsedAt() time.Time
GetLastUsedAt returns the LastUsedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*SnapshotDto) GetLastUsedAtOk ¶
func (o *SnapshotDto) GetLastUsedAtOk() (*time.Time, bool)
GetLastUsedAtOk returns a tuple with the LastUsedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SnapshotDto) GetMem ¶
func (o *SnapshotDto) GetMem() float32
GetMem returns the Mem field value
func (*SnapshotDto) GetMemOk ¶
func (o *SnapshotDto) GetMemOk() (*float32, bool)
GetMemOk returns a tuple with the Mem field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetName ¶
func (o *SnapshotDto) GetName() string
GetName returns the Name field value
func (*SnapshotDto) GetNameOk ¶
func (o *SnapshotDto) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetOrganizationId ¶
func (o *SnapshotDto) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value if set, zero value otherwise.
func (*SnapshotDto) GetOrganizationIdOk ¶
func (o *SnapshotDto) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetRef ¶
func (o *SnapshotDto) GetRef() string
GetRef returns the Ref field value if set, zero value otherwise.
func (*SnapshotDto) GetRefOk ¶
func (o *SnapshotDto) GetRefOk() (*string, bool)
GetRefOk returns a tuple with the Ref field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetRegionIds ¶
func (o *SnapshotDto) GetRegionIds() []string
GetRegionIds returns the RegionIds field value if set, zero value otherwise.
func (*SnapshotDto) GetRegionIdsOk ¶
func (o *SnapshotDto) GetRegionIdsOk() ([]string, bool)
GetRegionIdsOk returns a tuple with the RegionIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetSandboxClass ¶
func (o *SnapshotDto) GetSandboxClass() string
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*SnapshotDto) GetSandboxClassOk ¶
func (o *SnapshotDto) GetSandboxClassOk() (*string, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnapshotDto) GetSize ¶
func (o *SnapshotDto) GetSize() float32
GetSize returns the Size field value If the value is explicit nil, the zero value for float32 will be returned
func (*SnapshotDto) GetSizeOk ¶
func (o *SnapshotDto) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SnapshotDto) GetState ¶
func (o *SnapshotDto) GetState() SnapshotState
GetState returns the State field value
func (*SnapshotDto) GetStateOk ¶
func (o *SnapshotDto) GetStateOk() (*SnapshotState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*SnapshotDto) GetUpdatedAt ¶
func (o *SnapshotDto) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SnapshotDto) GetUpdatedAtOk ¶
func (o *SnapshotDto) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*SnapshotDto) HasBuildInfo ¶
func (o *SnapshotDto) HasBuildInfo() bool
HasBuildInfo returns a boolean if a field has been set.
func (*SnapshotDto) HasGpuType ¶
func (o *SnapshotDto) HasGpuType() bool
HasGpuType returns a boolean if a field has been set.
func (*SnapshotDto) HasImageName ¶
func (o *SnapshotDto) HasImageName() bool
HasImageName returns a boolean if a field has been set.
func (*SnapshotDto) HasInitialRunnerId ¶
func (o *SnapshotDto) HasInitialRunnerId() bool
HasInitialRunnerId returns a boolean if a field has been set.
func (*SnapshotDto) HasOrganizationId ¶
func (o *SnapshotDto) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (*SnapshotDto) HasRef ¶
func (o *SnapshotDto) HasRef() bool
HasRef returns a boolean if a field has been set.
func (*SnapshotDto) HasRegionIds ¶
func (o *SnapshotDto) HasRegionIds() bool
HasRegionIds returns a boolean if a field has been set.
func (*SnapshotDto) HasSandboxClass ¶
func (o *SnapshotDto) HasSandboxClass() bool
HasSandboxClass returns a boolean if a field has been set.
func (SnapshotDto) MarshalJSON ¶
func (o SnapshotDto) MarshalJSON() ([]byte, error)
func (*SnapshotDto) SetBuildInfo ¶
func (o *SnapshotDto) SetBuildInfo(v BuildInfo)
SetBuildInfo gets a reference to the given BuildInfo and assigns it to the BuildInfo field.
func (*SnapshotDto) SetCreatedAt ¶
func (o *SnapshotDto) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SnapshotDto) SetEntrypoint ¶
func (o *SnapshotDto) SetEntrypoint(v []string)
SetEntrypoint sets field value
func (*SnapshotDto) SetErrorReason ¶
func (o *SnapshotDto) SetErrorReason(v string)
SetErrorReason sets field value
func (*SnapshotDto) SetGeneral ¶
func (o *SnapshotDto) SetGeneral(v bool)
SetGeneral sets field value
func (*SnapshotDto) SetGpuType ¶
func (o *SnapshotDto) SetGpuType(v GpuType)
SetGpuType gets a reference to the given GpuType and assigns it to the GpuType field.
func (*SnapshotDto) SetImageName ¶
func (o *SnapshotDto) SetImageName(v string)
SetImageName gets a reference to the given string and assigns it to the ImageName field.
func (*SnapshotDto) SetInitialRunnerId ¶
func (o *SnapshotDto) SetInitialRunnerId(v string)
SetInitialRunnerId gets a reference to the given string and assigns it to the InitialRunnerId field.
func (*SnapshotDto) SetLastUsedAt ¶
func (o *SnapshotDto) SetLastUsedAt(v time.Time)
SetLastUsedAt sets field value
func (*SnapshotDto) SetOrganizationId ¶
func (o *SnapshotDto) SetOrganizationId(v string)
SetOrganizationId gets a reference to the given string and assigns it to the OrganizationId field.
func (*SnapshotDto) SetRef ¶
func (o *SnapshotDto) SetRef(v string)
SetRef gets a reference to the given string and assigns it to the Ref field.
func (*SnapshotDto) SetRegionIds ¶
func (o *SnapshotDto) SetRegionIds(v []string)
SetRegionIds gets a reference to the given []string and assigns it to the RegionIds field.
func (*SnapshotDto) SetSandboxClass ¶
func (o *SnapshotDto) SetSandboxClass(v string)
SetSandboxClass gets a reference to the given string and assigns it to the SandboxClass field.
func (*SnapshotDto) SetState ¶
func (o *SnapshotDto) SetState(v SnapshotState)
SetState sets field value
func (*SnapshotDto) SetUpdatedAt ¶
func (o *SnapshotDto) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SnapshotDto) ToMap ¶
func (o SnapshotDto) ToMap() (map[string]interface{}, error)
func (*SnapshotDto) UnmarshalJSON ¶
func (o *SnapshotDto) UnmarshalJSON(data []byte) (err error)
type SnapshotManagerCredentials ¶
type SnapshotManagerCredentials struct {
// Snapshot Manager username for the region
Username string `json:"username"`
// Snapshot Manager password for the region
Password string `json:"password"`
AdditionalProperties map[string]interface{}
}
SnapshotManagerCredentials struct for SnapshotManagerCredentials
func NewSnapshotManagerCredentials ¶
func NewSnapshotManagerCredentials(username string, password string) *SnapshotManagerCredentials
NewSnapshotManagerCredentials instantiates a new SnapshotManagerCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnapshotManagerCredentialsWithDefaults ¶
func NewSnapshotManagerCredentialsWithDefaults() *SnapshotManagerCredentials
NewSnapshotManagerCredentialsWithDefaults instantiates a new SnapshotManagerCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnapshotManagerCredentials) GetPassword ¶
func (o *SnapshotManagerCredentials) GetPassword() string
GetPassword returns the Password field value
func (*SnapshotManagerCredentials) GetPasswordOk ¶
func (o *SnapshotManagerCredentials) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*SnapshotManagerCredentials) GetUsername ¶
func (o *SnapshotManagerCredentials) GetUsername() string
GetUsername returns the Username field value
func (*SnapshotManagerCredentials) GetUsernameOk ¶
func (o *SnapshotManagerCredentials) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (SnapshotManagerCredentials) MarshalJSON ¶
func (o SnapshotManagerCredentials) MarshalJSON() ([]byte, error)
func (*SnapshotManagerCredentials) SetPassword ¶
func (o *SnapshotManagerCredentials) SetPassword(v string)
SetPassword sets field value
func (*SnapshotManagerCredentials) SetUsername ¶
func (o *SnapshotManagerCredentials) SetUsername(v string)
SetUsername sets field value
func (SnapshotManagerCredentials) ToMap ¶
func (o SnapshotManagerCredentials) ToMap() (map[string]interface{}, error)
func (*SnapshotManagerCredentials) UnmarshalJSON ¶
func (o *SnapshotManagerCredentials) UnmarshalJSON(data []byte) (err error)
type SnapshotState ¶
type SnapshotState string
SnapshotState the model 'SnapshotState'
const ( SNAPSHOTSTATE_BUILDING SnapshotState = "building" SNAPSHOTSTATE_PENDING SnapshotState = "pending" SNAPSHOTSTATE_PULLING SnapshotState = "pulling" SNAPSHOTSTATE_ACTIVE SnapshotState = "active" SNAPSHOTSTATE_INACTIVE SnapshotState = "inactive" SNAPSHOTSTATE_ERROR SnapshotState = "error" SNAPSHOTSTATE_BUILD_FAILED SnapshotState = "build_failed" SNAPSHOTSTATE_REMOVING SnapshotState = "removing" SNAPSHOTSTATE_UNKNOWN_DEFAULT_OPEN_API SnapshotState = "11184809" )
List of SnapshotState
func NewSnapshotStateFromValue ¶
func NewSnapshotStateFromValue(v string) (*SnapshotState, error)
NewSnapshotStateFromValue returns a pointer to a valid SnapshotState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (SnapshotState) IsValid ¶
func (v SnapshotState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (SnapshotState) Ptr ¶
func (v SnapshotState) Ptr() *SnapshotState
Ptr returns reference to SnapshotState value
func (*SnapshotState) UnmarshalJSON ¶
func (v *SnapshotState) UnmarshalJSON(src []byte) error
type SnapshotsAPI ¶
type SnapshotsAPI interface {
/*
ActivateSnapshot Activate a snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID
@return SnapshotsAPIActivateSnapshotRequest
*/
ActivateSnapshot(ctx context.Context, id string) SnapshotsAPIActivateSnapshotRequest
// ActivateSnapshotExecute executes the request
// @return SnapshotDto
ActivateSnapshotExecute(r SnapshotsAPIActivateSnapshotRequest) (*SnapshotDto, *http.Response, error)
/*
CreateSnapshot Create a new snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SnapshotsAPICreateSnapshotRequest
*/
CreateSnapshot(ctx context.Context) SnapshotsAPICreateSnapshotRequest
// CreateSnapshotExecute executes the request
// @return SnapshotDto
CreateSnapshotExecute(r SnapshotsAPICreateSnapshotRequest) (*SnapshotDto, *http.Response, error)
/*
DeactivateSnapshot Deactivate a snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID
@return SnapshotsAPIDeactivateSnapshotRequest
*/
DeactivateSnapshot(ctx context.Context, id string) SnapshotsAPIDeactivateSnapshotRequest
// DeactivateSnapshotExecute executes the request
DeactivateSnapshotExecute(r SnapshotsAPIDeactivateSnapshotRequest) (*http.Response, error)
/*
GetAllSnapshots List all snapshots
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SnapshotsAPIGetAllSnapshotsRequest
*/
GetAllSnapshots(ctx context.Context) SnapshotsAPIGetAllSnapshotsRequest
// GetAllSnapshotsExecute executes the request
// @return PaginatedSnapshots
GetAllSnapshotsExecute(r SnapshotsAPIGetAllSnapshotsRequest) (*PaginatedSnapshots, *http.Response, error)
/*
GetSnapshot Get snapshot by ID or name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID or name
@return SnapshotsAPIGetSnapshotRequest
*/
GetSnapshot(ctx context.Context, id string) SnapshotsAPIGetSnapshotRequest
// GetSnapshotExecute executes the request
// @return SnapshotDto
GetSnapshotExecute(r SnapshotsAPIGetSnapshotRequest) (*SnapshotDto, *http.Response, error)
/*
GetSnapshotBuildLogs Get snapshot build logs
This endpoint is deprecated. Use `getSnapshotBuildLogsUrl` instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID
@return SnapshotsAPIGetSnapshotBuildLogsRequest
Deprecated
*/
GetSnapshotBuildLogs(ctx context.Context, id string) SnapshotsAPIGetSnapshotBuildLogsRequest
// GetSnapshotBuildLogsExecute executes the request
// Deprecated
GetSnapshotBuildLogsExecute(r SnapshotsAPIGetSnapshotBuildLogsRequest) (*http.Response, error)
/*
GetSnapshotBuildLogsUrl Get snapshot build logs URL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID
@return SnapshotsAPIGetSnapshotBuildLogsUrlRequest
*/
GetSnapshotBuildLogsUrl(ctx context.Context, id string) SnapshotsAPIGetSnapshotBuildLogsUrlRequest
// GetSnapshotBuildLogsUrlExecute executes the request
// @return Url
GetSnapshotBuildLogsUrlExecute(r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) (*Url, *http.Response, error)
/*
RemoveSnapshot Delete snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Snapshot ID
@return SnapshotsAPIRemoveSnapshotRequest
*/
RemoveSnapshot(ctx context.Context, id string) SnapshotsAPIRemoveSnapshotRequest
// RemoveSnapshotExecute executes the request
RemoveSnapshotExecute(r SnapshotsAPIRemoveSnapshotRequest) (*http.Response, error)
}
type SnapshotsAPIActivateSnapshotRequest ¶
type SnapshotsAPIActivateSnapshotRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIActivateSnapshotRequest) Execute ¶
func (r SnapshotsAPIActivateSnapshotRequest) Execute() (*SnapshotDto, *http.Response, error)
func (SnapshotsAPIActivateSnapshotRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIActivateSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIActivateSnapshotRequest
Use with JWT to specify the organization ID
type SnapshotsAPICreateSnapshotRequest ¶
type SnapshotsAPICreateSnapshotRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPICreateSnapshotRequest) CreateSnapshot ¶
func (r SnapshotsAPICreateSnapshotRequest) CreateSnapshot(createSnapshot CreateSnapshot) SnapshotsAPICreateSnapshotRequest
func (SnapshotsAPICreateSnapshotRequest) Execute ¶
func (r SnapshotsAPICreateSnapshotRequest) Execute() (*SnapshotDto, *http.Response, error)
func (SnapshotsAPICreateSnapshotRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPICreateSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPICreateSnapshotRequest
Use with JWT to specify the organization ID
type SnapshotsAPIDeactivateSnapshotRequest ¶
type SnapshotsAPIDeactivateSnapshotRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIDeactivateSnapshotRequest) Execute ¶
func (r SnapshotsAPIDeactivateSnapshotRequest) Execute() (*http.Response, error)
func (SnapshotsAPIDeactivateSnapshotRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIDeactivateSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIDeactivateSnapshotRequest
Use with JWT to specify the organization ID
type SnapshotsAPIGetAllSnapshotsRequest ¶
type SnapshotsAPIGetAllSnapshotsRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIGetAllSnapshotsRequest) Execute ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) Execute() (*PaginatedSnapshots, *http.Response, error)
func (SnapshotsAPIGetAllSnapshotsRequest) Limit ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) Limit(limit float32) SnapshotsAPIGetAllSnapshotsRequest
Number of results per page
func (SnapshotsAPIGetAllSnapshotsRequest) Name ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) Name(name string) SnapshotsAPIGetAllSnapshotsRequest
Filter by partial name match
func (SnapshotsAPIGetAllSnapshotsRequest) Order ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) Order(order string) SnapshotsAPIGetAllSnapshotsRequest
Direction to sort by
func (SnapshotsAPIGetAllSnapshotsRequest) Page ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) Page(page float32) SnapshotsAPIGetAllSnapshotsRequest
Page number of the results
func (SnapshotsAPIGetAllSnapshotsRequest) Sort ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) Sort(sort string) SnapshotsAPIGetAllSnapshotsRequest
Field to sort by
func (SnapshotsAPIGetAllSnapshotsRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIGetAllSnapshotsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIGetAllSnapshotsRequest
Use with JWT to specify the organization ID
type SnapshotsAPIGetSnapshotBuildLogsRequest ¶
type SnapshotsAPIGetSnapshotBuildLogsRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIGetSnapshotBuildLogsRequest) Execute ¶
func (r SnapshotsAPIGetSnapshotBuildLogsRequest) Execute() (*http.Response, error)
func (SnapshotsAPIGetSnapshotBuildLogsRequest) Follow ¶
func (r SnapshotsAPIGetSnapshotBuildLogsRequest) Follow(follow bool) SnapshotsAPIGetSnapshotBuildLogsRequest
Whether to follow the logs stream
func (SnapshotsAPIGetSnapshotBuildLogsRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIGetSnapshotBuildLogsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIGetSnapshotBuildLogsRequest
Use with JWT to specify the organization ID
type SnapshotsAPIGetSnapshotBuildLogsUrlRequest ¶
type SnapshotsAPIGetSnapshotBuildLogsUrlRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIGetSnapshotBuildLogsUrlRequest) Execute ¶
func (r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) Execute() (*Url, *http.Response, error)
func (SnapshotsAPIGetSnapshotBuildLogsUrlRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIGetSnapshotBuildLogsUrlRequest
Use with JWT to specify the organization ID
type SnapshotsAPIGetSnapshotRequest ¶
type SnapshotsAPIGetSnapshotRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIGetSnapshotRequest) Execute ¶
func (r SnapshotsAPIGetSnapshotRequest) Execute() (*SnapshotDto, *http.Response, error)
func (SnapshotsAPIGetSnapshotRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIGetSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIGetSnapshotRequest
Use with JWT to specify the organization ID
type SnapshotsAPIRemoveSnapshotRequest ¶
type SnapshotsAPIRemoveSnapshotRequest struct {
ApiService SnapshotsAPI
// contains filtered or unexported fields
}
func (SnapshotsAPIRemoveSnapshotRequest) Execute ¶
func (r SnapshotsAPIRemoveSnapshotRequest) Execute() (*http.Response, error)
func (SnapshotsAPIRemoveSnapshotRequest) XDaytonaOrganizationID ¶
func (r SnapshotsAPIRemoveSnapshotRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) SnapshotsAPIRemoveSnapshotRequest
Use with JWT to specify the organization ID
type SnapshotsAPIService ¶
type SnapshotsAPIService service
SnapshotsAPIService SnapshotsAPI service
func (*SnapshotsAPIService) ActivateSnapshot ¶
func (a *SnapshotsAPIService) ActivateSnapshot(ctx context.Context, id string) SnapshotsAPIActivateSnapshotRequest
ActivateSnapshot Activate a snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID @return SnapshotsAPIActivateSnapshotRequest
func (*SnapshotsAPIService) ActivateSnapshotExecute ¶
func (a *SnapshotsAPIService) ActivateSnapshotExecute(r SnapshotsAPIActivateSnapshotRequest) (*SnapshotDto, *http.Response, error)
Execute executes the request
@return SnapshotDto
func (*SnapshotsAPIService) CreateSnapshot ¶
func (a *SnapshotsAPIService) CreateSnapshot(ctx context.Context) SnapshotsAPICreateSnapshotRequest
CreateSnapshot Create a new snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SnapshotsAPICreateSnapshotRequest
func (*SnapshotsAPIService) CreateSnapshotExecute ¶
func (a *SnapshotsAPIService) CreateSnapshotExecute(r SnapshotsAPICreateSnapshotRequest) (*SnapshotDto, *http.Response, error)
Execute executes the request
@return SnapshotDto
func (*SnapshotsAPIService) DeactivateSnapshot ¶
func (a *SnapshotsAPIService) DeactivateSnapshot(ctx context.Context, id string) SnapshotsAPIDeactivateSnapshotRequest
DeactivateSnapshot Deactivate a snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID @return SnapshotsAPIDeactivateSnapshotRequest
func (*SnapshotsAPIService) DeactivateSnapshotExecute ¶
func (a *SnapshotsAPIService) DeactivateSnapshotExecute(r SnapshotsAPIDeactivateSnapshotRequest) (*http.Response, error)
Execute executes the request
func (*SnapshotsAPIService) GetAllSnapshots ¶
func (a *SnapshotsAPIService) GetAllSnapshots(ctx context.Context) SnapshotsAPIGetAllSnapshotsRequest
GetAllSnapshots List all snapshots
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SnapshotsAPIGetAllSnapshotsRequest
func (*SnapshotsAPIService) GetAllSnapshotsExecute ¶
func (a *SnapshotsAPIService) GetAllSnapshotsExecute(r SnapshotsAPIGetAllSnapshotsRequest) (*PaginatedSnapshots, *http.Response, error)
Execute executes the request
@return PaginatedSnapshots
func (*SnapshotsAPIService) GetSnapshot ¶
func (a *SnapshotsAPIService) GetSnapshot(ctx context.Context, id string) SnapshotsAPIGetSnapshotRequest
GetSnapshot Get snapshot by ID or name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID or name @return SnapshotsAPIGetSnapshotRequest
func (*SnapshotsAPIService) GetSnapshotBuildLogs ¶
func (a *SnapshotsAPIService) GetSnapshotBuildLogs(ctx context.Context, id string) SnapshotsAPIGetSnapshotBuildLogsRequest
GetSnapshotBuildLogs Get snapshot build logs
This endpoint is deprecated. Use `getSnapshotBuildLogsUrl` instead.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID @return SnapshotsAPIGetSnapshotBuildLogsRequest
Deprecated
func (*SnapshotsAPIService) GetSnapshotBuildLogsExecute ¶
func (a *SnapshotsAPIService) GetSnapshotBuildLogsExecute(r SnapshotsAPIGetSnapshotBuildLogsRequest) (*http.Response, error)
Execute executes the request Deprecated
func (*SnapshotsAPIService) GetSnapshotBuildLogsUrl ¶
func (a *SnapshotsAPIService) GetSnapshotBuildLogsUrl(ctx context.Context, id string) SnapshotsAPIGetSnapshotBuildLogsUrlRequest
GetSnapshotBuildLogsUrl Get snapshot build logs URL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID @return SnapshotsAPIGetSnapshotBuildLogsUrlRequest
func (*SnapshotsAPIService) GetSnapshotBuildLogsUrlExecute ¶
func (a *SnapshotsAPIService) GetSnapshotBuildLogsUrlExecute(r SnapshotsAPIGetSnapshotBuildLogsUrlRequest) (*Url, *http.Response, error)
Execute executes the request
@return Url
func (*SnapshotsAPIService) GetSnapshotExecute ¶
func (a *SnapshotsAPIService) GetSnapshotExecute(r SnapshotsAPIGetSnapshotRequest) (*SnapshotDto, *http.Response, error)
Execute executes the request
@return SnapshotDto
func (*SnapshotsAPIService) RemoveSnapshot ¶
func (a *SnapshotsAPIService) RemoveSnapshot(ctx context.Context, id string) SnapshotsAPIRemoveSnapshotRequest
RemoveSnapshot Delete snapshot
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Snapshot ID @return SnapshotsAPIRemoveSnapshotRequest
func (*SnapshotsAPIService) RemoveSnapshotExecute ¶
func (a *SnapshotsAPIService) RemoveSnapshotExecute(r SnapshotsAPIRemoveSnapshotRequest) (*http.Response, error)
Execute executes the request
type SshAccessDto ¶
type SshAccessDto struct {
// Unique identifier for the SSH access
Id string `json:"id"`
// ID of the sandbox this SSH access is for
SandboxId string `json:"sandboxId"`
// SSH access token
Token string `json:"token"`
// When the SSH access expires
ExpiresAt time.Time `json:"expiresAt"`
// When the SSH access was created
CreatedAt time.Time `json:"createdAt"`
// When the SSH access was last updated
UpdatedAt time.Time `json:"updatedAt"`
// SSH command to connect to the sandbox
SshCommand string `json:"sshCommand"`
AdditionalProperties map[string]interface{}
}
SshAccessDto struct for SshAccessDto
func NewSshAccessDto ¶
func NewSshAccessDto(id string, sandboxId string, token string, expiresAt time.Time, createdAt time.Time, updatedAt time.Time, sshCommand string) *SshAccessDto
NewSshAccessDto instantiates a new SshAccessDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSshAccessDtoWithDefaults ¶
func NewSshAccessDtoWithDefaults() *SshAccessDto
NewSshAccessDtoWithDefaults instantiates a new SshAccessDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SshAccessDto) GetCreatedAt ¶
func (o *SshAccessDto) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*SshAccessDto) GetCreatedAtOk ¶
func (o *SshAccessDto) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*SshAccessDto) GetExpiresAt ¶
func (o *SshAccessDto) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value
func (*SshAccessDto) GetExpiresAtOk ¶
func (o *SshAccessDto) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value and a boolean to check if the value has been set.
func (*SshAccessDto) GetIdOk ¶
func (o *SshAccessDto) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SshAccessDto) GetSandboxId ¶
func (o *SshAccessDto) GetSandboxId() string
GetSandboxId returns the SandboxId field value
func (*SshAccessDto) GetSandboxIdOk ¶
func (o *SshAccessDto) GetSandboxIdOk() (*string, bool)
GetSandboxIdOk returns a tuple with the SandboxId field value and a boolean to check if the value has been set.
func (*SshAccessDto) GetSshCommand ¶
func (o *SshAccessDto) GetSshCommand() string
GetSshCommand returns the SshCommand field value
func (*SshAccessDto) GetSshCommandOk ¶
func (o *SshAccessDto) GetSshCommandOk() (*string, bool)
GetSshCommandOk returns a tuple with the SshCommand field value and a boolean to check if the value has been set.
func (*SshAccessDto) GetToken ¶
func (o *SshAccessDto) GetToken() string
GetToken returns the Token field value
func (*SshAccessDto) GetTokenOk ¶
func (o *SshAccessDto) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*SshAccessDto) GetUpdatedAt ¶
func (o *SshAccessDto) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value
func (*SshAccessDto) GetUpdatedAtOk ¶
func (o *SshAccessDto) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (SshAccessDto) MarshalJSON ¶
func (o SshAccessDto) MarshalJSON() ([]byte, error)
func (*SshAccessDto) SetCreatedAt ¶
func (o *SshAccessDto) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*SshAccessDto) SetExpiresAt ¶
func (o *SshAccessDto) SetExpiresAt(v time.Time)
SetExpiresAt sets field value
func (*SshAccessDto) SetSandboxId ¶
func (o *SshAccessDto) SetSandboxId(v string)
SetSandboxId sets field value
func (*SshAccessDto) SetSshCommand ¶
func (o *SshAccessDto) SetSshCommand(v string)
SetSshCommand sets field value
func (*SshAccessDto) SetUpdatedAt ¶
func (o *SshAccessDto) SetUpdatedAt(v time.Time)
SetUpdatedAt sets field value
func (SshAccessDto) ToMap ¶
func (o SshAccessDto) ToMap() (map[string]interface{}, error)
func (*SshAccessDto) UnmarshalJSON ¶
func (o *SshAccessDto) UnmarshalJSON(data []byte) (err error)
type SshAccessValidationDto ¶
type SshAccessValidationDto struct {
// Whether the SSH access token is valid
Valid bool `json:"valid"`
// ID of the sandbox this SSH access is for
SandboxId string `json:"sandboxId"`
AdditionalProperties map[string]interface{}
}
SshAccessValidationDto struct for SshAccessValidationDto
func NewSshAccessValidationDto ¶
func NewSshAccessValidationDto(valid bool, sandboxId string) *SshAccessValidationDto
NewSshAccessValidationDto instantiates a new SshAccessValidationDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSshAccessValidationDtoWithDefaults ¶
func NewSshAccessValidationDtoWithDefaults() *SshAccessValidationDto
NewSshAccessValidationDtoWithDefaults instantiates a new SshAccessValidationDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SshAccessValidationDto) GetSandboxId ¶
func (o *SshAccessValidationDto) GetSandboxId() string
GetSandboxId returns the SandboxId field value
func (*SshAccessValidationDto) GetSandboxIdOk ¶
func (o *SshAccessValidationDto) GetSandboxIdOk() (*string, bool)
GetSandboxIdOk returns a tuple with the SandboxId field value and a boolean to check if the value has been set.
func (*SshAccessValidationDto) GetValid ¶
func (o *SshAccessValidationDto) GetValid() bool
GetValid returns the Valid field value
func (*SshAccessValidationDto) GetValidOk ¶
func (o *SshAccessValidationDto) GetValidOk() (*bool, bool)
GetValidOk returns a tuple with the Valid field value and a boolean to check if the value has been set.
func (SshAccessValidationDto) MarshalJSON ¶
func (o SshAccessValidationDto) MarshalJSON() ([]byte, error)
func (*SshAccessValidationDto) SetSandboxId ¶
func (o *SshAccessValidationDto) SetSandboxId(v string)
SetSandboxId sets field value
func (*SshAccessValidationDto) SetValid ¶
func (o *SshAccessValidationDto) SetValid(v bool)
SetValid sets field value
func (SshAccessValidationDto) ToMap ¶
func (o SshAccessValidationDto) ToMap() (map[string]interface{}, error)
func (*SshAccessValidationDto) UnmarshalJSON ¶
func (o *SshAccessValidationDto) UnmarshalJSON(data []byte) (err error)
type StorageAccessDto ¶
type StorageAccessDto struct {
// Access key for storage authentication
AccessKey string `json:"accessKey"`
// Secret key for storage authentication
Secret string `json:"secret"`
// Session token for storage authentication
SessionToken string `json:"sessionToken"`
// Storage URL
StorageUrl string `json:"storageUrl"`
// Organization ID
OrganizationId string `json:"organizationId"`
// S3 bucket name
Bucket string `json:"bucket"`
AdditionalProperties map[string]interface{}
}
StorageAccessDto struct for StorageAccessDto
func NewStorageAccessDto ¶
func NewStorageAccessDto(accessKey string, secret string, sessionToken string, storageUrl string, organizationId string, bucket string) *StorageAccessDto
NewStorageAccessDto instantiates a new StorageAccessDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStorageAccessDtoWithDefaults ¶
func NewStorageAccessDtoWithDefaults() *StorageAccessDto
NewStorageAccessDtoWithDefaults instantiates a new StorageAccessDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StorageAccessDto) GetAccessKey ¶
func (o *StorageAccessDto) GetAccessKey() string
GetAccessKey returns the AccessKey field value
func (*StorageAccessDto) GetAccessKeyOk ¶
func (o *StorageAccessDto) GetAccessKeyOk() (*string, bool)
GetAccessKeyOk returns a tuple with the AccessKey field value and a boolean to check if the value has been set.
func (*StorageAccessDto) GetBucket ¶
func (o *StorageAccessDto) GetBucket() string
GetBucket returns the Bucket field value
func (*StorageAccessDto) GetBucketOk ¶
func (o *StorageAccessDto) GetBucketOk() (*string, bool)
GetBucketOk returns a tuple with the Bucket field value and a boolean to check if the value has been set.
func (*StorageAccessDto) GetOrganizationId ¶
func (o *StorageAccessDto) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*StorageAccessDto) GetOrganizationIdOk ¶
func (o *StorageAccessDto) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*StorageAccessDto) GetSecret ¶
func (o *StorageAccessDto) GetSecret() string
GetSecret returns the Secret field value
func (*StorageAccessDto) GetSecretOk ¶
func (o *StorageAccessDto) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.
func (*StorageAccessDto) GetSessionToken ¶
func (o *StorageAccessDto) GetSessionToken() string
GetSessionToken returns the SessionToken field value
func (*StorageAccessDto) GetSessionTokenOk ¶
func (o *StorageAccessDto) GetSessionTokenOk() (*string, bool)
GetSessionTokenOk returns a tuple with the SessionToken field value and a boolean to check if the value has been set.
func (*StorageAccessDto) GetStorageUrl ¶
func (o *StorageAccessDto) GetStorageUrl() string
GetStorageUrl returns the StorageUrl field value
func (*StorageAccessDto) GetStorageUrlOk ¶
func (o *StorageAccessDto) GetStorageUrlOk() (*string, bool)
GetStorageUrlOk returns a tuple with the StorageUrl field value and a boolean to check if the value has been set.
func (StorageAccessDto) MarshalJSON ¶
func (o StorageAccessDto) MarshalJSON() ([]byte, error)
func (*StorageAccessDto) SetAccessKey ¶
func (o *StorageAccessDto) SetAccessKey(v string)
SetAccessKey sets field value
func (*StorageAccessDto) SetBucket ¶
func (o *StorageAccessDto) SetBucket(v string)
SetBucket sets field value
func (*StorageAccessDto) SetOrganizationId ¶
func (o *StorageAccessDto) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*StorageAccessDto) SetSecret ¶
func (o *StorageAccessDto) SetSecret(v string)
SetSecret sets field value
func (*StorageAccessDto) SetSessionToken ¶
func (o *StorageAccessDto) SetSessionToken(v string)
SetSessionToken sets field value
func (*StorageAccessDto) SetStorageUrl ¶
func (o *StorageAccessDto) SetStorageUrl(v string)
SetStorageUrl sets field value
func (StorageAccessDto) ToMap ¶
func (o StorageAccessDto) ToMap() (map[string]interface{}, error)
func (*StorageAccessDto) UnmarshalJSON ¶
func (o *StorageAccessDto) UnmarshalJSON(data []byte) (err error)
type StringFilter ¶
type StringFilter struct {
// Match values equal to this value.
Eq *string `json:"eq,omitempty"`
// Match values not equal to this value.
Not *string `json:"not,omitempty"`
// Match values present in this list. Accepts comma-separated values or repeated query parameters. Maximum 100 entries.
In []string `json:"in,omitempty"`
// Match values not present in this list. Accepts comma-separated values or repeated query parameters. Maximum 100 entries.
NotIn []string `json:"notIn,omitempty"`
AdditionalProperties map[string]interface{}
}
StringFilter struct for StringFilter
func NewStringFilter ¶
func NewStringFilter() *StringFilter
NewStringFilter instantiates a new StringFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewStringFilterWithDefaults ¶
func NewStringFilterWithDefaults() *StringFilter
NewStringFilterWithDefaults instantiates a new StringFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*StringFilter) GetEq ¶
func (o *StringFilter) GetEq() string
GetEq returns the Eq field value if set, zero value otherwise.
func (*StringFilter) GetEqOk ¶
func (o *StringFilter) GetEqOk() (*string, bool)
GetEqOk returns a tuple with the Eq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringFilter) GetIn ¶
func (o *StringFilter) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*StringFilter) GetInOk ¶
func (o *StringFilter) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringFilter) GetNot ¶
func (o *StringFilter) GetNot() string
GetNot returns the Not field value if set, zero value otherwise.
func (*StringFilter) GetNotIn ¶
func (o *StringFilter) GetNotIn() []string
GetNotIn returns the NotIn field value if set, zero value otherwise.
func (*StringFilter) GetNotInOk ¶
func (o *StringFilter) GetNotInOk() ([]string, bool)
GetNotInOk returns a tuple with the NotIn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringFilter) GetNotOk ¶
func (o *StringFilter) GetNotOk() (*string, bool)
GetNotOk returns a tuple with the Not field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StringFilter) HasEq ¶
func (o *StringFilter) HasEq() bool
HasEq returns a boolean if a field has been set.
func (*StringFilter) HasIn ¶
func (o *StringFilter) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*StringFilter) HasNot ¶
func (o *StringFilter) HasNot() bool
HasNot returns a boolean if a field has been set.
func (*StringFilter) HasNotIn ¶
func (o *StringFilter) HasNotIn() bool
HasNotIn returns a boolean if a field has been set.
func (StringFilter) MarshalJSON ¶
func (o StringFilter) MarshalJSON() ([]byte, error)
func (*StringFilter) SetEq ¶
func (o *StringFilter) SetEq(v string)
SetEq gets a reference to the given string and assigns it to the Eq field.
func (*StringFilter) SetIn ¶
func (o *StringFilter) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*StringFilter) SetNot ¶
func (o *StringFilter) SetNot(v string)
SetNot gets a reference to the given string and assigns it to the Not field.
func (*StringFilter) SetNotIn ¶
func (o *StringFilter) SetNotIn(v []string)
SetNotIn gets a reference to the given []string and assigns it to the NotIn field.
func (StringFilter) ToMap ¶
func (o StringFilter) ToMap() (map[string]interface{}, error)
func (*StringFilter) UnmarshalJSON ¶
func (o *StringFilter) UnmarshalJSON(data []byte) (err error)
type ToolboxProxyUrl ¶
type ToolboxProxyUrl struct {
// The toolbox proxy URL for the sandbox
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
ToolboxProxyUrl struct for ToolboxProxyUrl
func NewToolboxProxyUrl ¶
func NewToolboxProxyUrl(url string) *ToolboxProxyUrl
NewToolboxProxyUrl instantiates a new ToolboxProxyUrl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewToolboxProxyUrlWithDefaults ¶
func NewToolboxProxyUrlWithDefaults() *ToolboxProxyUrl
NewToolboxProxyUrlWithDefaults instantiates a new ToolboxProxyUrl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ToolboxProxyUrl) GetUrl ¶
func (o *ToolboxProxyUrl) GetUrl() string
GetUrl returns the Url field value
func (*ToolboxProxyUrl) GetUrlOk ¶
func (o *ToolboxProxyUrl) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (ToolboxProxyUrl) MarshalJSON ¶
func (o ToolboxProxyUrl) MarshalJSON() ([]byte, error)
func (ToolboxProxyUrl) ToMap ¶
func (o ToolboxProxyUrl) ToMap() (map[string]interface{}, error)
func (*ToolboxProxyUrl) UnmarshalJSON ¶
func (o *ToolboxProxyUrl) UnmarshalJSON(data []byte) (err error)
type TraceSpan ¶
type TraceSpan struct {
// Trace identifier
TraceId string `json:"traceId"`
// Span identifier
SpanId string `json:"spanId"`
// Parent span identifier
ParentSpanId *string `json:"parentSpanId,omitempty"`
// Span name
SpanName string `json:"spanName"`
// Span start timestamp
Timestamp string `json:"timestamp"`
// Span duration in nanoseconds
DurationNs float32 `json:"durationNs"`
// Span attributes
SpanAttributes map[string]string `json:"spanAttributes"`
// Status code of the span
StatusCode *string `json:"statusCode,omitempty"`
// Status message
StatusMessage *string `json:"statusMessage,omitempty"`
AdditionalProperties map[string]interface{}
}
TraceSpan struct for TraceSpan
func NewTraceSpan ¶
func NewTraceSpan(traceId string, spanId string, spanName string, timestamp string, durationNs float32, spanAttributes map[string]string) *TraceSpan
NewTraceSpan instantiates a new TraceSpan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceSpanWithDefaults ¶
func NewTraceSpanWithDefaults() *TraceSpan
NewTraceSpanWithDefaults instantiates a new TraceSpan object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceSpan) GetDurationNs ¶
GetDurationNs returns the DurationNs field value
func (*TraceSpan) GetDurationNsOk ¶
GetDurationNsOk returns a tuple with the DurationNs field value and a boolean to check if the value has been set.
func (*TraceSpan) GetParentSpanId ¶
GetParentSpanId returns the ParentSpanId field value if set, zero value otherwise.
func (*TraceSpan) GetParentSpanIdOk ¶
GetParentSpanIdOk returns a tuple with the ParentSpanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceSpan) GetSpanAttributes ¶
GetSpanAttributes returns the SpanAttributes field value
func (*TraceSpan) GetSpanAttributesOk ¶
GetSpanAttributesOk returns a tuple with the SpanAttributes field value and a boolean to check if the value has been set.
func (*TraceSpan) GetSpanIdOk ¶
GetSpanIdOk returns a tuple with the SpanId field value and a boolean to check if the value has been set.
func (*TraceSpan) GetSpanName ¶
GetSpanName returns the SpanName field value
func (*TraceSpan) GetSpanNameOk ¶
GetSpanNameOk returns a tuple with the SpanName field value and a boolean to check if the value has been set.
func (*TraceSpan) GetStatusCode ¶
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*TraceSpan) GetStatusCodeOk ¶
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceSpan) GetStatusMessage ¶
GetStatusMessage returns the StatusMessage field value if set, zero value otherwise.
func (*TraceSpan) GetStatusMessageOk ¶
GetStatusMessageOk returns a tuple with the StatusMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceSpan) GetTimestamp ¶
GetTimestamp returns the Timestamp field value
func (*TraceSpan) GetTimestampOk ¶
GetTimestampOk returns a tuple with the Timestamp field value and a boolean to check if the value has been set.
func (*TraceSpan) GetTraceId ¶
GetTraceId returns the TraceId field value
func (*TraceSpan) GetTraceIdOk ¶
GetTraceIdOk returns a tuple with the TraceId field value and a boolean to check if the value has been set.
func (*TraceSpan) HasParentSpanId ¶
HasParentSpanId returns a boolean if a field has been set.
func (*TraceSpan) HasStatusCode ¶
HasStatusCode returns a boolean if a field has been set.
func (*TraceSpan) HasStatusMessage ¶
HasStatusMessage returns a boolean if a field has been set.
func (TraceSpan) MarshalJSON ¶
func (*TraceSpan) SetDurationNs ¶
SetDurationNs sets field value
func (*TraceSpan) SetParentSpanId ¶
SetParentSpanId gets a reference to the given string and assigns it to the ParentSpanId field.
func (*TraceSpan) SetSpanAttributes ¶
SetSpanAttributes sets field value
func (*TraceSpan) SetSpanName ¶
SetSpanName sets field value
func (*TraceSpan) SetStatusCode ¶
SetStatusCode gets a reference to the given string and assigns it to the StatusCode field.
func (*TraceSpan) SetStatusMessage ¶
SetStatusMessage gets a reference to the given string and assigns it to the StatusMessage field.
func (*TraceSpan) SetTimestamp ¶
SetTimestamp sets field value
func (*TraceSpan) UnmarshalJSON ¶
type TraceSummary ¶
type TraceSummary struct {
// Unique trace identifier
TraceId string `json:"traceId"`
// Name of the root span
RootSpanName string `json:"rootSpanName"`
// Trace start time
StartTime string `json:"startTime"`
// Trace end time
EndTime string `json:"endTime"`
// Total duration in milliseconds
DurationMs float32 `json:"durationMs"`
// Number of spans in this trace
SpanCount float32 `json:"spanCount"`
// Status code of the trace
StatusCode *string `json:"statusCode,omitempty"`
AdditionalProperties map[string]interface{}
}
TraceSummary struct for TraceSummary
func NewTraceSummary ¶
func NewTraceSummary(traceId string, rootSpanName string, startTime string, endTime string, durationMs float32, spanCount float32) *TraceSummary
NewTraceSummary instantiates a new TraceSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTraceSummaryWithDefaults ¶
func NewTraceSummaryWithDefaults() *TraceSummary
NewTraceSummaryWithDefaults instantiates a new TraceSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TraceSummary) GetDurationMs ¶
func (o *TraceSummary) GetDurationMs() float32
GetDurationMs returns the DurationMs field value
func (*TraceSummary) GetDurationMsOk ¶
func (o *TraceSummary) GetDurationMsOk() (*float32, bool)
GetDurationMsOk returns a tuple with the DurationMs field value and a boolean to check if the value has been set.
func (*TraceSummary) GetEndTime ¶
func (o *TraceSummary) GetEndTime() string
GetEndTime returns the EndTime field value
func (*TraceSummary) GetEndTimeOk ¶
func (o *TraceSummary) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value and a boolean to check if the value has been set.
func (*TraceSummary) GetRootSpanName ¶
func (o *TraceSummary) GetRootSpanName() string
GetRootSpanName returns the RootSpanName field value
func (*TraceSummary) GetRootSpanNameOk ¶
func (o *TraceSummary) GetRootSpanNameOk() (*string, bool)
GetRootSpanNameOk returns a tuple with the RootSpanName field value and a boolean to check if the value has been set.
func (*TraceSummary) GetSpanCount ¶
func (o *TraceSummary) GetSpanCount() float32
GetSpanCount returns the SpanCount field value
func (*TraceSummary) GetSpanCountOk ¶
func (o *TraceSummary) GetSpanCountOk() (*float32, bool)
GetSpanCountOk returns a tuple with the SpanCount field value and a boolean to check if the value has been set.
func (*TraceSummary) GetStartTime ¶
func (o *TraceSummary) GetStartTime() string
GetStartTime returns the StartTime field value
func (*TraceSummary) GetStartTimeOk ¶
func (o *TraceSummary) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value and a boolean to check if the value has been set.
func (*TraceSummary) GetStatusCode ¶
func (o *TraceSummary) GetStatusCode() string
GetStatusCode returns the StatusCode field value if set, zero value otherwise.
func (*TraceSummary) GetStatusCodeOk ¶
func (o *TraceSummary) GetStatusCodeOk() (*string, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TraceSummary) GetTraceId ¶
func (o *TraceSummary) GetTraceId() string
GetTraceId returns the TraceId field value
func (*TraceSummary) GetTraceIdOk ¶
func (o *TraceSummary) GetTraceIdOk() (*string, bool)
GetTraceIdOk returns a tuple with the TraceId field value and a boolean to check if the value has been set.
func (*TraceSummary) HasStatusCode ¶
func (o *TraceSummary) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (TraceSummary) MarshalJSON ¶
func (o TraceSummary) MarshalJSON() ([]byte, error)
func (*TraceSummary) SetDurationMs ¶
func (o *TraceSummary) SetDurationMs(v float32)
SetDurationMs sets field value
func (*TraceSummary) SetEndTime ¶
func (o *TraceSummary) SetEndTime(v string)
SetEndTime sets field value
func (*TraceSummary) SetRootSpanName ¶
func (o *TraceSummary) SetRootSpanName(v string)
SetRootSpanName sets field value
func (*TraceSummary) SetSpanCount ¶
func (o *TraceSummary) SetSpanCount(v float32)
SetSpanCount sets field value
func (*TraceSummary) SetStartTime ¶
func (o *TraceSummary) SetStartTime(v string)
SetStartTime sets field value
func (*TraceSummary) SetStatusCode ¶
func (o *TraceSummary) SetStatusCode(v string)
SetStatusCode gets a reference to the given string and assigns it to the StatusCode field.
func (*TraceSummary) SetTraceId ¶
func (o *TraceSummary) SetTraceId(v string)
SetTraceId sets field value
func (TraceSummary) ToMap ¶
func (o TraceSummary) ToMap() (map[string]interface{}, error)
func (*TraceSummary) UnmarshalJSON ¶
func (o *TraceSummary) UnmarshalJSON(data []byte) (err error)
type UpdateDockerRegistry ¶
type UpdateDockerRegistry struct {
// Registry name
Name string `json:"name"`
// Registry URL
Url string `json:"url"`
// Registry username
Username string `json:"username"`
// Registry password
Password *string `json:"password,omitempty"`
// Registry project
Project *string `json:"project,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateDockerRegistry struct for UpdateDockerRegistry
func NewUpdateDockerRegistry ¶
func NewUpdateDockerRegistry(name string, url string, username string) *UpdateDockerRegistry
NewUpdateDockerRegistry instantiates a new UpdateDockerRegistry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateDockerRegistryWithDefaults ¶
func NewUpdateDockerRegistryWithDefaults() *UpdateDockerRegistry
NewUpdateDockerRegistryWithDefaults instantiates a new UpdateDockerRegistry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateDockerRegistry) GetName ¶
func (o *UpdateDockerRegistry) GetName() string
GetName returns the Name field value
func (*UpdateDockerRegistry) GetNameOk ¶
func (o *UpdateDockerRegistry) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateDockerRegistry) GetPassword ¶
func (o *UpdateDockerRegistry) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*UpdateDockerRegistry) GetPasswordOk ¶
func (o *UpdateDockerRegistry) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateDockerRegistry) GetProject ¶
func (o *UpdateDockerRegistry) GetProject() string
GetProject returns the Project field value if set, zero value otherwise.
func (*UpdateDockerRegistry) GetProjectOk ¶
func (o *UpdateDockerRegistry) GetProjectOk() (*string, bool)
GetProjectOk returns a tuple with the Project field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateDockerRegistry) GetUrl ¶
func (o *UpdateDockerRegistry) GetUrl() string
GetUrl returns the Url field value
func (*UpdateDockerRegistry) GetUrlOk ¶
func (o *UpdateDockerRegistry) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*UpdateDockerRegistry) GetUsername ¶
func (o *UpdateDockerRegistry) GetUsername() string
GetUsername returns the Username field value
func (*UpdateDockerRegistry) GetUsernameOk ¶
func (o *UpdateDockerRegistry) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*UpdateDockerRegistry) HasPassword ¶
func (o *UpdateDockerRegistry) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*UpdateDockerRegistry) HasProject ¶
func (o *UpdateDockerRegistry) HasProject() bool
HasProject returns a boolean if a field has been set.
func (UpdateDockerRegistry) MarshalJSON ¶
func (o UpdateDockerRegistry) MarshalJSON() ([]byte, error)
func (*UpdateDockerRegistry) SetName ¶
func (o *UpdateDockerRegistry) SetName(v string)
SetName sets field value
func (*UpdateDockerRegistry) SetPassword ¶
func (o *UpdateDockerRegistry) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*UpdateDockerRegistry) SetProject ¶
func (o *UpdateDockerRegistry) SetProject(v string)
SetProject gets a reference to the given string and assigns it to the Project field.
func (*UpdateDockerRegistry) SetUrl ¶
func (o *UpdateDockerRegistry) SetUrl(v string)
SetUrl sets field value
func (*UpdateDockerRegistry) SetUsername ¶
func (o *UpdateDockerRegistry) SetUsername(v string)
SetUsername sets field value
func (UpdateDockerRegistry) ToMap ¶
func (o UpdateDockerRegistry) ToMap() (map[string]interface{}, error)
func (*UpdateDockerRegistry) UnmarshalJSON ¶
func (o *UpdateDockerRegistry) UnmarshalJSON(data []byte) (err error)
type UpdateJobStatus ¶
type UpdateJobStatus struct {
// The new status of the job
Status JobStatus `json:"status"`
// Error message if the job failed
ErrorMessage *string `json:"errorMessage,omitempty"`
// Result metadata for the job
ResultMetadata *string `json:"resultMetadata,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateJobStatus struct for UpdateJobStatus
func NewUpdateJobStatus ¶
func NewUpdateJobStatus(status JobStatus) *UpdateJobStatus
NewUpdateJobStatus instantiates a new UpdateJobStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateJobStatusWithDefaults ¶
func NewUpdateJobStatusWithDefaults() *UpdateJobStatus
NewUpdateJobStatusWithDefaults instantiates a new UpdateJobStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateJobStatus) GetErrorMessage ¶
func (o *UpdateJobStatus) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field value if set, zero value otherwise.
func (*UpdateJobStatus) GetErrorMessageOk ¶
func (o *UpdateJobStatus) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateJobStatus) GetResultMetadata ¶
func (o *UpdateJobStatus) GetResultMetadata() string
GetResultMetadata returns the ResultMetadata field value if set, zero value otherwise.
func (*UpdateJobStatus) GetResultMetadataOk ¶
func (o *UpdateJobStatus) GetResultMetadataOk() (*string, bool)
GetResultMetadataOk returns a tuple with the ResultMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateJobStatus) GetStatus ¶
func (o *UpdateJobStatus) GetStatus() JobStatus
GetStatus returns the Status field value
func (*UpdateJobStatus) GetStatusOk ¶
func (o *UpdateJobStatus) GetStatusOk() (*JobStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*UpdateJobStatus) HasErrorMessage ¶
func (o *UpdateJobStatus) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (*UpdateJobStatus) HasResultMetadata ¶
func (o *UpdateJobStatus) HasResultMetadata() bool
HasResultMetadata returns a boolean if a field has been set.
func (UpdateJobStatus) MarshalJSON ¶
func (o UpdateJobStatus) MarshalJSON() ([]byte, error)
func (*UpdateJobStatus) SetErrorMessage ¶
func (o *UpdateJobStatus) SetErrorMessage(v string)
SetErrorMessage gets a reference to the given string and assigns it to the ErrorMessage field.
func (*UpdateJobStatus) SetResultMetadata ¶
func (o *UpdateJobStatus) SetResultMetadata(v string)
SetResultMetadata gets a reference to the given string and assigns it to the ResultMetadata field.
func (*UpdateJobStatus) SetStatus ¶
func (o *UpdateJobStatus) SetStatus(v JobStatus)
SetStatus sets field value
func (UpdateJobStatus) ToMap ¶
func (o UpdateJobStatus) ToMap() (map[string]interface{}, error)
func (*UpdateJobStatus) UnmarshalJSON ¶
func (o *UpdateJobStatus) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationDefaultRegion ¶
type UpdateOrganizationDefaultRegion struct {
// The ID of the default region for the organization
DefaultRegionId string `json:"defaultRegionId"`
AdditionalProperties map[string]interface{}
}
UpdateOrganizationDefaultRegion struct for UpdateOrganizationDefaultRegion
func NewUpdateOrganizationDefaultRegion ¶
func NewUpdateOrganizationDefaultRegion(defaultRegionId string) *UpdateOrganizationDefaultRegion
NewUpdateOrganizationDefaultRegion instantiates a new UpdateOrganizationDefaultRegion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationDefaultRegionWithDefaults ¶
func NewUpdateOrganizationDefaultRegionWithDefaults() *UpdateOrganizationDefaultRegion
NewUpdateOrganizationDefaultRegionWithDefaults instantiates a new UpdateOrganizationDefaultRegion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationDefaultRegion) GetDefaultRegionId ¶
func (o *UpdateOrganizationDefaultRegion) GetDefaultRegionId() string
GetDefaultRegionId returns the DefaultRegionId field value
func (*UpdateOrganizationDefaultRegion) GetDefaultRegionIdOk ¶
func (o *UpdateOrganizationDefaultRegion) GetDefaultRegionIdOk() (*string, bool)
GetDefaultRegionIdOk returns a tuple with the DefaultRegionId field value and a boolean to check if the value has been set.
func (UpdateOrganizationDefaultRegion) MarshalJSON ¶
func (o UpdateOrganizationDefaultRegion) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationDefaultRegion) SetDefaultRegionId ¶
func (o *UpdateOrganizationDefaultRegion) SetDefaultRegionId(v string)
SetDefaultRegionId sets field value
func (UpdateOrganizationDefaultRegion) ToMap ¶
func (o UpdateOrganizationDefaultRegion) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationDefaultRegion) UnmarshalJSON ¶
func (o *UpdateOrganizationDefaultRegion) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationInvitation ¶
type UpdateOrganizationInvitation struct {
// Organization member role
Role string `json:"role"`
// Array of role IDs
AssignedRoleIds []string `json:"assignedRoleIds"`
// Expiration date of the invitation
ExpiresAt *time.Time `json:"expiresAt,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateOrganizationInvitation struct for UpdateOrganizationInvitation
func NewUpdateOrganizationInvitation ¶
func NewUpdateOrganizationInvitation(role string, assignedRoleIds []string) *UpdateOrganizationInvitation
NewUpdateOrganizationInvitation instantiates a new UpdateOrganizationInvitation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationInvitationWithDefaults ¶
func NewUpdateOrganizationInvitationWithDefaults() *UpdateOrganizationInvitation
NewUpdateOrganizationInvitationWithDefaults instantiates a new UpdateOrganizationInvitation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationInvitation) GetAssignedRoleIds ¶
func (o *UpdateOrganizationInvitation) GetAssignedRoleIds() []string
GetAssignedRoleIds returns the AssignedRoleIds field value
func (*UpdateOrganizationInvitation) GetAssignedRoleIdsOk ¶
func (o *UpdateOrganizationInvitation) GetAssignedRoleIdsOk() ([]string, bool)
GetAssignedRoleIdsOk returns a tuple with the AssignedRoleIds field value and a boolean to check if the value has been set.
func (*UpdateOrganizationInvitation) GetExpiresAt ¶
func (o *UpdateOrganizationInvitation) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*UpdateOrganizationInvitation) GetExpiresAtOk ¶
func (o *UpdateOrganizationInvitation) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationInvitation) GetRole ¶
func (o *UpdateOrganizationInvitation) GetRole() string
GetRole returns the Role field value
func (*UpdateOrganizationInvitation) GetRoleOk ¶
func (o *UpdateOrganizationInvitation) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*UpdateOrganizationInvitation) HasExpiresAt ¶
func (o *UpdateOrganizationInvitation) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field has been set.
func (UpdateOrganizationInvitation) MarshalJSON ¶
func (o UpdateOrganizationInvitation) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationInvitation) SetAssignedRoleIds ¶
func (o *UpdateOrganizationInvitation) SetAssignedRoleIds(v []string)
SetAssignedRoleIds sets field value
func (*UpdateOrganizationInvitation) SetExpiresAt ¶
func (o *UpdateOrganizationInvitation) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*UpdateOrganizationInvitation) SetRole ¶
func (o *UpdateOrganizationInvitation) SetRole(v string)
SetRole sets field value
func (UpdateOrganizationInvitation) ToMap ¶
func (o UpdateOrganizationInvitation) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationInvitation) UnmarshalJSON ¶
func (o *UpdateOrganizationInvitation) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationMemberAccess ¶
type UpdateOrganizationMemberAccess struct {
// Organization member role
Role string `json:"role"`
// Array of assigned role IDs
AssignedRoleIds []string `json:"assignedRoleIds"`
AdditionalProperties map[string]interface{}
}
UpdateOrganizationMemberAccess struct for UpdateOrganizationMemberAccess
func NewUpdateOrganizationMemberAccess ¶
func NewUpdateOrganizationMemberAccess(role string, assignedRoleIds []string) *UpdateOrganizationMemberAccess
NewUpdateOrganizationMemberAccess instantiates a new UpdateOrganizationMemberAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationMemberAccessWithDefaults ¶
func NewUpdateOrganizationMemberAccessWithDefaults() *UpdateOrganizationMemberAccess
NewUpdateOrganizationMemberAccessWithDefaults instantiates a new UpdateOrganizationMemberAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationMemberAccess) GetAssignedRoleIds ¶
func (o *UpdateOrganizationMemberAccess) GetAssignedRoleIds() []string
GetAssignedRoleIds returns the AssignedRoleIds field value
func (*UpdateOrganizationMemberAccess) GetAssignedRoleIdsOk ¶
func (o *UpdateOrganizationMemberAccess) GetAssignedRoleIdsOk() ([]string, bool)
GetAssignedRoleIdsOk returns a tuple with the AssignedRoleIds field value and a boolean to check if the value has been set.
func (*UpdateOrganizationMemberAccess) GetRole ¶
func (o *UpdateOrganizationMemberAccess) GetRole() string
GetRole returns the Role field value
func (*UpdateOrganizationMemberAccess) GetRoleOk ¶
func (o *UpdateOrganizationMemberAccess) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (UpdateOrganizationMemberAccess) MarshalJSON ¶
func (o UpdateOrganizationMemberAccess) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationMemberAccess) SetAssignedRoleIds ¶
func (o *UpdateOrganizationMemberAccess) SetAssignedRoleIds(v []string)
SetAssignedRoleIds sets field value
func (*UpdateOrganizationMemberAccess) SetRole ¶
func (o *UpdateOrganizationMemberAccess) SetRole(v string)
SetRole sets field value
func (UpdateOrganizationMemberAccess) ToMap ¶
func (o UpdateOrganizationMemberAccess) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationMemberAccess) UnmarshalJSON ¶
func (o *UpdateOrganizationMemberAccess) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationQuota ¶
type UpdateOrganizationQuota struct {
MaxCpuPerSandbox NullableFloat32 `json:"maxCpuPerSandbox"`
MaxMemoryPerSandbox NullableFloat32 `json:"maxMemoryPerSandbox"`
MaxDiskPerSandbox NullableFloat32 `json:"maxDiskPerSandbox"`
SnapshotQuota NullableFloat32 `json:"snapshotQuota"`
MaxSnapshotSize NullableFloat32 `json:"maxSnapshotSize"`
VolumeQuota NullableFloat32 `json:"volumeQuota"`
SecretQuota NullableFloat32 `json:"secretQuota"`
// Maximum number of secrets that can be mounted to a single sandbox
MaxSecretsPerSandbox NullableFloat32 `json:"maxSecretsPerSandbox"`
AuthenticatedRateLimit NullableFloat32 `json:"authenticatedRateLimit"`
SandboxCreateRateLimit NullableFloat32 `json:"sandboxCreateRateLimit"`
SandboxLifecycleRateLimit NullableFloat32 `json:"sandboxLifecycleRateLimit"`
AuthenticatedRateLimitTtlSeconds NullableFloat32 `json:"authenticatedRateLimitTtlSeconds"`
SandboxCreateRateLimitTtlSeconds NullableFloat32 `json:"sandboxCreateRateLimitTtlSeconds"`
SandboxLifecycleRateLimitTtlSeconds NullableFloat32 `json:"sandboxLifecycleRateLimitTtlSeconds"`
// Time in minutes before an unused snapshot is deactivated
SnapshotDeactivationTimeoutMinutes NullableFloat32 `json:"snapshotDeactivationTimeoutMinutes"`
// Maximum number of snapshots an organization can process (building or pulling) concurrently. Excess are queued. <= 0 means unlimited.
MaxConcurrentSnapshotProcessing NullableFloat32 `json:"maxConcurrentSnapshotProcessing"`
AdditionalProperties map[string]interface{}
}
UpdateOrganizationQuota struct for UpdateOrganizationQuota
func NewUpdateOrganizationQuota ¶
func NewUpdateOrganizationQuota(maxCpuPerSandbox NullableFloat32, maxMemoryPerSandbox NullableFloat32, maxDiskPerSandbox NullableFloat32, snapshotQuota NullableFloat32, maxSnapshotSize NullableFloat32, volumeQuota NullableFloat32, secretQuota NullableFloat32, maxSecretsPerSandbox NullableFloat32, authenticatedRateLimit NullableFloat32, sandboxCreateRateLimit NullableFloat32, sandboxLifecycleRateLimit NullableFloat32, authenticatedRateLimitTtlSeconds NullableFloat32, sandboxCreateRateLimitTtlSeconds NullableFloat32, sandboxLifecycleRateLimitTtlSeconds NullableFloat32, snapshotDeactivationTimeoutMinutes NullableFloat32, maxConcurrentSnapshotProcessing NullableFloat32) *UpdateOrganizationQuota
NewUpdateOrganizationQuota instantiates a new UpdateOrganizationQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationQuotaWithDefaults ¶
func NewUpdateOrganizationQuotaWithDefaults() *UpdateOrganizationQuota
NewUpdateOrganizationQuotaWithDefaults instantiates a new UpdateOrganizationQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationQuota) GetAuthenticatedRateLimit ¶
func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimit() float32
GetAuthenticatedRateLimit returns the AuthenticatedRateLimit field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetAuthenticatedRateLimitOk ¶
func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitOk() (*float32, bool)
GetAuthenticatedRateLimitOk returns a tuple with the AuthenticatedRateLimit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSeconds ¶
func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSeconds() float32
GetAuthenticatedRateLimitTtlSeconds returns the AuthenticatedRateLimitTtlSeconds field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSecondsOk ¶
func (o *UpdateOrganizationQuota) GetAuthenticatedRateLimitTtlSecondsOk() (*float32, bool)
GetAuthenticatedRateLimitTtlSecondsOk returns a tuple with the AuthenticatedRateLimitTtlSeconds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetMaxConcurrentSnapshotProcessing ¶
func (o *UpdateOrganizationQuota) GetMaxConcurrentSnapshotProcessing() float32
GetMaxConcurrentSnapshotProcessing returns the MaxConcurrentSnapshotProcessing field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetMaxConcurrentSnapshotProcessingOk ¶
func (o *UpdateOrganizationQuota) GetMaxConcurrentSnapshotProcessingOk() (*float32, bool)
GetMaxConcurrentSnapshotProcessingOk returns a tuple with the MaxConcurrentSnapshotProcessing field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetMaxCpuPerSandbox ¶
func (o *UpdateOrganizationQuota) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetMaxCpuPerSandboxOk ¶
func (o *UpdateOrganizationQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetMaxDiskPerSandbox ¶
func (o *UpdateOrganizationQuota) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetMaxDiskPerSandboxOk ¶
func (o *UpdateOrganizationQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetMaxMemoryPerSandbox ¶
func (o *UpdateOrganizationQuota) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetMaxMemoryPerSandboxOk ¶
func (o *UpdateOrganizationQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetMaxSecretsPerSandbox ¶ added in v0.194.0
func (o *UpdateOrganizationQuota) GetMaxSecretsPerSandbox() float32
GetMaxSecretsPerSandbox returns the MaxSecretsPerSandbox field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetMaxSecretsPerSandboxOk ¶ added in v0.194.0
func (o *UpdateOrganizationQuota) GetMaxSecretsPerSandboxOk() (*float32, bool)
GetMaxSecretsPerSandboxOk returns a tuple with the MaxSecretsPerSandbox field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetMaxSnapshotSize ¶
func (o *UpdateOrganizationQuota) GetMaxSnapshotSize() float32
GetMaxSnapshotSize returns the MaxSnapshotSize field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetMaxSnapshotSizeOk ¶
func (o *UpdateOrganizationQuota) GetMaxSnapshotSizeOk() (*float32, bool)
GetMaxSnapshotSizeOk returns a tuple with the MaxSnapshotSize field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSandboxCreateRateLimit ¶
func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimit() float32
GetSandboxCreateRateLimit returns the SandboxCreateRateLimit field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSandboxCreateRateLimitOk ¶
func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitOk() (*float32, bool)
GetSandboxCreateRateLimitOk returns a tuple with the SandboxCreateRateLimit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSeconds ¶
func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSeconds() float32
GetSandboxCreateRateLimitTtlSeconds returns the SandboxCreateRateLimitTtlSeconds field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSecondsOk ¶
func (o *UpdateOrganizationQuota) GetSandboxCreateRateLimitTtlSecondsOk() (*float32, bool)
GetSandboxCreateRateLimitTtlSecondsOk returns a tuple with the SandboxCreateRateLimitTtlSeconds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSandboxLifecycleRateLimit ¶
func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimit() float32
GetSandboxLifecycleRateLimit returns the SandboxLifecycleRateLimit field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSandboxLifecycleRateLimitOk ¶
func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitOk() (*float32, bool)
GetSandboxLifecycleRateLimitOk returns a tuple with the SandboxLifecycleRateLimit field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSeconds ¶
func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSeconds() float32
GetSandboxLifecycleRateLimitTtlSeconds returns the SandboxLifecycleRateLimitTtlSeconds field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSecondsOk ¶
func (o *UpdateOrganizationQuota) GetSandboxLifecycleRateLimitTtlSecondsOk() (*float32, bool)
GetSandboxLifecycleRateLimitTtlSecondsOk returns a tuple with the SandboxLifecycleRateLimitTtlSeconds field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSecretQuota ¶ added in v0.194.0
func (o *UpdateOrganizationQuota) GetSecretQuota() float32
GetSecretQuota returns the SecretQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSecretQuotaOk ¶ added in v0.194.0
func (o *UpdateOrganizationQuota) GetSecretQuotaOk() (*float32, bool)
GetSecretQuotaOk returns a tuple with the SecretQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinutes ¶
func (o *UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinutes() float32
GetSnapshotDeactivationTimeoutMinutes returns the SnapshotDeactivationTimeoutMinutes field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinutesOk ¶
func (o *UpdateOrganizationQuota) GetSnapshotDeactivationTimeoutMinutesOk() (*float32, bool)
GetSnapshotDeactivationTimeoutMinutesOk returns a tuple with the SnapshotDeactivationTimeoutMinutes field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetSnapshotQuota ¶
func (o *UpdateOrganizationQuota) GetSnapshotQuota() float32
GetSnapshotQuota returns the SnapshotQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetSnapshotQuotaOk ¶
func (o *UpdateOrganizationQuota) GetSnapshotQuotaOk() (*float32, bool)
GetSnapshotQuotaOk returns a tuple with the SnapshotQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationQuota) GetVolumeQuota ¶
func (o *UpdateOrganizationQuota) GetVolumeQuota() float32
GetVolumeQuota returns the VolumeQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationQuota) GetVolumeQuotaOk ¶
func (o *UpdateOrganizationQuota) GetVolumeQuotaOk() (*float32, bool)
GetVolumeQuotaOk returns a tuple with the VolumeQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (UpdateOrganizationQuota) MarshalJSON ¶
func (o UpdateOrganizationQuota) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationQuota) SetAuthenticatedRateLimit ¶
func (o *UpdateOrganizationQuota) SetAuthenticatedRateLimit(v float32)
SetAuthenticatedRateLimit sets field value
func (*UpdateOrganizationQuota) SetAuthenticatedRateLimitTtlSeconds ¶
func (o *UpdateOrganizationQuota) SetAuthenticatedRateLimitTtlSeconds(v float32)
SetAuthenticatedRateLimitTtlSeconds sets field value
func (*UpdateOrganizationQuota) SetMaxConcurrentSnapshotProcessing ¶
func (o *UpdateOrganizationQuota) SetMaxConcurrentSnapshotProcessing(v float32)
SetMaxConcurrentSnapshotProcessing sets field value
func (*UpdateOrganizationQuota) SetMaxCpuPerSandbox ¶
func (o *UpdateOrganizationQuota) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox sets field value
func (*UpdateOrganizationQuota) SetMaxDiskPerSandbox ¶
func (o *UpdateOrganizationQuota) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox sets field value
func (*UpdateOrganizationQuota) SetMaxMemoryPerSandbox ¶
func (o *UpdateOrganizationQuota) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox sets field value
func (*UpdateOrganizationQuota) SetMaxSecretsPerSandbox ¶ added in v0.194.0
func (o *UpdateOrganizationQuota) SetMaxSecretsPerSandbox(v float32)
SetMaxSecretsPerSandbox sets field value
func (*UpdateOrganizationQuota) SetMaxSnapshotSize ¶
func (o *UpdateOrganizationQuota) SetMaxSnapshotSize(v float32)
SetMaxSnapshotSize sets field value
func (*UpdateOrganizationQuota) SetSandboxCreateRateLimit ¶
func (o *UpdateOrganizationQuota) SetSandboxCreateRateLimit(v float32)
SetSandboxCreateRateLimit sets field value
func (*UpdateOrganizationQuota) SetSandboxCreateRateLimitTtlSeconds ¶
func (o *UpdateOrganizationQuota) SetSandboxCreateRateLimitTtlSeconds(v float32)
SetSandboxCreateRateLimitTtlSeconds sets field value
func (*UpdateOrganizationQuota) SetSandboxLifecycleRateLimit ¶
func (o *UpdateOrganizationQuota) SetSandboxLifecycleRateLimit(v float32)
SetSandboxLifecycleRateLimit sets field value
func (*UpdateOrganizationQuota) SetSandboxLifecycleRateLimitTtlSeconds ¶
func (o *UpdateOrganizationQuota) SetSandboxLifecycleRateLimitTtlSeconds(v float32)
SetSandboxLifecycleRateLimitTtlSeconds sets field value
func (*UpdateOrganizationQuota) SetSecretQuota ¶ added in v0.194.0
func (o *UpdateOrganizationQuota) SetSecretQuota(v float32)
SetSecretQuota sets field value
func (*UpdateOrganizationQuota) SetSnapshotDeactivationTimeoutMinutes ¶
func (o *UpdateOrganizationQuota) SetSnapshotDeactivationTimeoutMinutes(v float32)
SetSnapshotDeactivationTimeoutMinutes sets field value
func (*UpdateOrganizationQuota) SetSnapshotQuota ¶
func (o *UpdateOrganizationQuota) SetSnapshotQuota(v float32)
SetSnapshotQuota sets field value
func (*UpdateOrganizationQuota) SetVolumeQuota ¶
func (o *UpdateOrganizationQuota) SetVolumeQuota(v float32)
SetVolumeQuota sets field value
func (UpdateOrganizationQuota) ToMap ¶
func (o UpdateOrganizationQuota) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationQuota) UnmarshalJSON ¶
func (o *UpdateOrganizationQuota) UnmarshalJSON(data []byte) (err error)
type UpdateOrganizationRegionQuota ¶
type UpdateOrganizationRegionQuota struct {
SandboxClass *SandboxClass `json:"sandboxClass,omitempty"`
TotalCpuQuota NullableFloat32 `json:"totalCpuQuota"`
TotalMemoryQuota NullableFloat32 `json:"totalMemoryQuota"`
TotalDiskQuota NullableFloat32 `json:"totalDiskQuota"`
TotalGpuQuota NullableFloat32 `json:"totalGpuQuota"`
AllowedGpuTypes []GpuType `json:"allowedGpuTypes,omitempty"`
MaxCpuPerSandbox NullableFloat32 `json:"maxCpuPerSandbox,omitempty"`
MaxMemoryPerSandbox NullableFloat32 `json:"maxMemoryPerSandbox,omitempty"`
MaxDiskPerSandbox NullableFloat32 `json:"maxDiskPerSandbox,omitempty"`
MaxDiskPerNonEphemeralSandbox NullableFloat32 `json:"maxDiskPerNonEphemeralSandbox,omitempty"`
MaxCpuPerGpuSandbox NullableFloat32 `json:"maxCpuPerGpuSandbox,omitempty"`
MaxMemoryPerGpuSandbox NullableFloat32 `json:"maxMemoryPerGpuSandbox,omitempty"`
MaxDiskPerGpuSandbox NullableFloat32 `json:"maxDiskPerGpuSandbox,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateOrganizationRegionQuota struct for UpdateOrganizationRegionQuota
func NewUpdateOrganizationRegionQuota ¶
func NewUpdateOrganizationRegionQuota(totalCpuQuota NullableFloat32, totalMemoryQuota NullableFloat32, totalDiskQuota NullableFloat32, totalGpuQuota NullableFloat32) *UpdateOrganizationRegionQuota
NewUpdateOrganizationRegionQuota instantiates a new UpdateOrganizationRegionQuota object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationRegionQuotaWithDefaults ¶
func NewUpdateOrganizationRegionQuotaWithDefaults() *UpdateOrganizationRegionQuota
NewUpdateOrganizationRegionQuotaWithDefaults instantiates a new UpdateOrganizationRegionQuota object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationRegionQuota) GetAllowedGpuTypes ¶
func (o *UpdateOrganizationRegionQuota) GetAllowedGpuTypes() []GpuType
GetAllowedGpuTypes returns the AllowedGpuTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetAllowedGpuTypesOk ¶
func (o *UpdateOrganizationRegionQuota) GetAllowedGpuTypesOk() ([]GpuType, bool)
GetAllowedGpuTypesOk returns a tuple with the AllowedGpuTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxCpuPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerGpuSandbox() float32
GetMaxCpuPerGpuSandbox returns the MaxCpuPerGpuSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxCpuPerGpuSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerGpuSandboxOk() (*float32, bool)
GetMaxCpuPerGpuSandboxOk returns a tuple with the MaxCpuPerGpuSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxCpuPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerSandbox() float32
GetMaxCpuPerSandbox returns the MaxCpuPerSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxCpuPerSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxCpuPerSandboxOk() (*float32, bool)
GetMaxCpuPerSandboxOk returns a tuple with the MaxCpuPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxDiskPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerGpuSandbox() float32
GetMaxDiskPerGpuSandbox returns the MaxDiskPerGpuSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxDiskPerGpuSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerGpuSandboxOk() (*float32, bool)
GetMaxDiskPerGpuSandboxOk returns a tuple with the MaxDiskPerGpuSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandbox() float32
GetMaxDiskPerNonEphemeralSandbox returns the MaxDiskPerNonEphemeralSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerNonEphemeralSandboxOk() (*float32, bool)
GetMaxDiskPerNonEphemeralSandboxOk returns a tuple with the MaxDiskPerNonEphemeralSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxDiskPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerSandbox() float32
GetMaxDiskPerSandbox returns the MaxDiskPerSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxDiskPerSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxDiskPerSandboxOk() (*float32, bool)
GetMaxDiskPerSandboxOk returns a tuple with the MaxDiskPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxMemoryPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerGpuSandbox() float32
GetMaxMemoryPerGpuSandbox returns the MaxMemoryPerGpuSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxMemoryPerGpuSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerGpuSandboxOk() (*float32, bool)
GetMaxMemoryPerGpuSandboxOk returns a tuple with the MaxMemoryPerGpuSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetMaxMemoryPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerSandbox() float32
GetMaxMemoryPerSandbox returns the MaxMemoryPerSandbox field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateOrganizationRegionQuota) GetMaxMemoryPerSandboxOk ¶
func (o *UpdateOrganizationRegionQuota) GetMaxMemoryPerSandboxOk() (*float32, bool)
GetMaxMemoryPerSandboxOk returns a tuple with the MaxMemoryPerSandbox field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetSandboxClass ¶
func (o *UpdateOrganizationRegionQuota) GetSandboxClass() SandboxClass
GetSandboxClass returns the SandboxClass field value if set, zero value otherwise.
func (*UpdateOrganizationRegionQuota) GetSandboxClassOk ¶
func (o *UpdateOrganizationRegionQuota) GetSandboxClassOk() (*SandboxClass, bool)
GetSandboxClassOk returns a tuple with the SandboxClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateOrganizationRegionQuota) GetTotalCpuQuota ¶
func (o *UpdateOrganizationRegionQuota) GetTotalCpuQuota() float32
GetTotalCpuQuota returns the TotalCpuQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationRegionQuota) GetTotalCpuQuotaOk ¶
func (o *UpdateOrganizationRegionQuota) GetTotalCpuQuotaOk() (*float32, bool)
GetTotalCpuQuotaOk returns a tuple with the TotalCpuQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetTotalDiskQuota ¶
func (o *UpdateOrganizationRegionQuota) GetTotalDiskQuota() float32
GetTotalDiskQuota returns the TotalDiskQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationRegionQuota) GetTotalDiskQuotaOk ¶
func (o *UpdateOrganizationRegionQuota) GetTotalDiskQuotaOk() (*float32, bool)
GetTotalDiskQuotaOk returns a tuple with the TotalDiskQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetTotalGpuQuota ¶
func (o *UpdateOrganizationRegionQuota) GetTotalGpuQuota() float32
GetTotalGpuQuota returns the TotalGpuQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationRegionQuota) GetTotalGpuQuotaOk ¶
func (o *UpdateOrganizationRegionQuota) GetTotalGpuQuotaOk() (*float32, bool)
GetTotalGpuQuotaOk returns a tuple with the TotalGpuQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) GetTotalMemoryQuota ¶
func (o *UpdateOrganizationRegionQuota) GetTotalMemoryQuota() float32
GetTotalMemoryQuota returns the TotalMemoryQuota field value If the value is explicit nil, the zero value for float32 will be returned
func (*UpdateOrganizationRegionQuota) GetTotalMemoryQuotaOk ¶
func (o *UpdateOrganizationRegionQuota) GetTotalMemoryQuotaOk() (*float32, bool)
GetTotalMemoryQuotaOk returns a tuple with the TotalMemoryQuota field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateOrganizationRegionQuota) HasAllowedGpuTypes ¶
func (o *UpdateOrganizationRegionQuota) HasAllowedGpuTypes() bool
HasAllowedGpuTypes returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxCpuPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxCpuPerGpuSandbox() bool
HasMaxCpuPerGpuSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxCpuPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxCpuPerSandbox() bool
HasMaxCpuPerSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxDiskPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxDiskPerGpuSandbox() bool
HasMaxDiskPerGpuSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxDiskPerNonEphemeralSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxDiskPerNonEphemeralSandbox() bool
HasMaxDiskPerNonEphemeralSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxDiskPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxDiskPerSandbox() bool
HasMaxDiskPerSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxMemoryPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxMemoryPerGpuSandbox() bool
HasMaxMemoryPerGpuSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasMaxMemoryPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) HasMaxMemoryPerSandbox() bool
HasMaxMemoryPerSandbox returns a boolean if a field has been set.
func (*UpdateOrganizationRegionQuota) HasSandboxClass ¶
func (o *UpdateOrganizationRegionQuota) HasSandboxClass() bool
HasSandboxClass returns a boolean if a field has been set.
func (UpdateOrganizationRegionQuota) MarshalJSON ¶
func (o UpdateOrganizationRegionQuota) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationRegionQuota) SetAllowedGpuTypes ¶
func (o *UpdateOrganizationRegionQuota) SetAllowedGpuTypes(v []GpuType)
SetAllowedGpuTypes gets a reference to the given []GpuType and assigns it to the AllowedGpuTypes field.
func (*UpdateOrganizationRegionQuota) SetMaxCpuPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerGpuSandbox(v float32)
SetMaxCpuPerGpuSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxCpuPerGpuSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxCpuPerGpuSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerGpuSandboxNil()
SetMaxCpuPerGpuSandboxNil sets the value for MaxCpuPerGpuSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetMaxCpuPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerSandbox(v float32)
SetMaxCpuPerSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxCpuPerSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxCpuPerSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxCpuPerSandboxNil()
SetMaxCpuPerSandboxNil sets the value for MaxCpuPerSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetMaxDiskPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerGpuSandbox(v float32)
SetMaxDiskPerGpuSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxDiskPerGpuSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxDiskPerGpuSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerGpuSandboxNil()
SetMaxDiskPerGpuSandboxNil sets the value for MaxDiskPerGpuSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandbox(v float32)
SetMaxDiskPerNonEphemeralSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxDiskPerNonEphemeralSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerNonEphemeralSandboxNil()
SetMaxDiskPerNonEphemeralSandboxNil sets the value for MaxDiskPerNonEphemeralSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetMaxDiskPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerSandbox(v float32)
SetMaxDiskPerSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxDiskPerSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxDiskPerSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxDiskPerSandboxNil()
SetMaxDiskPerSandboxNil sets the value for MaxDiskPerSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetMaxMemoryPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerGpuSandbox(v float32)
SetMaxMemoryPerGpuSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxMemoryPerGpuSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxMemoryPerGpuSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerGpuSandboxNil()
SetMaxMemoryPerGpuSandboxNil sets the value for MaxMemoryPerGpuSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetMaxMemoryPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerSandbox(v float32)
SetMaxMemoryPerSandbox gets a reference to the given NullableFloat32 and assigns it to the MaxMemoryPerSandbox field.
func (*UpdateOrganizationRegionQuota) SetMaxMemoryPerSandboxNil ¶
func (o *UpdateOrganizationRegionQuota) SetMaxMemoryPerSandboxNil()
SetMaxMemoryPerSandboxNil sets the value for MaxMemoryPerSandbox to be an explicit nil
func (*UpdateOrganizationRegionQuota) SetSandboxClass ¶
func (o *UpdateOrganizationRegionQuota) SetSandboxClass(v SandboxClass)
SetSandboxClass gets a reference to the given SandboxClass and assigns it to the SandboxClass field.
func (*UpdateOrganizationRegionQuota) SetTotalCpuQuota ¶
func (o *UpdateOrganizationRegionQuota) SetTotalCpuQuota(v float32)
SetTotalCpuQuota sets field value
func (*UpdateOrganizationRegionQuota) SetTotalDiskQuota ¶
func (o *UpdateOrganizationRegionQuota) SetTotalDiskQuota(v float32)
SetTotalDiskQuota sets field value
func (*UpdateOrganizationRegionQuota) SetTotalGpuQuota ¶
func (o *UpdateOrganizationRegionQuota) SetTotalGpuQuota(v float32)
SetTotalGpuQuota sets field value
func (*UpdateOrganizationRegionQuota) SetTotalMemoryQuota ¶
func (o *UpdateOrganizationRegionQuota) SetTotalMemoryQuota(v float32)
SetTotalMemoryQuota sets field value
func (UpdateOrganizationRegionQuota) ToMap ¶
func (o UpdateOrganizationRegionQuota) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationRegionQuota) UnmarshalJSON ¶
func (o *UpdateOrganizationRegionQuota) UnmarshalJSON(data []byte) (err error)
func (*UpdateOrganizationRegionQuota) UnsetMaxCpuPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxCpuPerGpuSandbox()
UnsetMaxCpuPerGpuSandbox ensures that no value is present for MaxCpuPerGpuSandbox, not even an explicit nil
func (*UpdateOrganizationRegionQuota) UnsetMaxCpuPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxCpuPerSandbox()
UnsetMaxCpuPerSandbox ensures that no value is present for MaxCpuPerSandbox, not even an explicit nil
func (*UpdateOrganizationRegionQuota) UnsetMaxDiskPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxDiskPerGpuSandbox()
UnsetMaxDiskPerGpuSandbox ensures that no value is present for MaxDiskPerGpuSandbox, not even an explicit nil
func (*UpdateOrganizationRegionQuota) UnsetMaxDiskPerNonEphemeralSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxDiskPerNonEphemeralSandbox()
UnsetMaxDiskPerNonEphemeralSandbox ensures that no value is present for MaxDiskPerNonEphemeralSandbox, not even an explicit nil
func (*UpdateOrganizationRegionQuota) UnsetMaxDiskPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxDiskPerSandbox()
UnsetMaxDiskPerSandbox ensures that no value is present for MaxDiskPerSandbox, not even an explicit nil
func (*UpdateOrganizationRegionQuota) UnsetMaxMemoryPerGpuSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxMemoryPerGpuSandbox()
UnsetMaxMemoryPerGpuSandbox ensures that no value is present for MaxMemoryPerGpuSandbox, not even an explicit nil
func (*UpdateOrganizationRegionQuota) UnsetMaxMemoryPerSandbox ¶
func (o *UpdateOrganizationRegionQuota) UnsetMaxMemoryPerSandbox()
UnsetMaxMemoryPerSandbox ensures that no value is present for MaxMemoryPerSandbox, not even an explicit nil
type UpdateOrganizationRole ¶
type UpdateOrganizationRole struct {
// The name of the role
Name string `json:"name"`
// The description of the role
Description string `json:"description"`
// The list of permissions assigned to the role
Permissions []string `json:"permissions"`
AdditionalProperties map[string]interface{}
}
UpdateOrganizationRole struct for UpdateOrganizationRole
func NewUpdateOrganizationRole ¶
func NewUpdateOrganizationRole(name string, description string, permissions []string) *UpdateOrganizationRole
NewUpdateOrganizationRole instantiates a new UpdateOrganizationRole object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateOrganizationRoleWithDefaults ¶
func NewUpdateOrganizationRoleWithDefaults() *UpdateOrganizationRole
NewUpdateOrganizationRoleWithDefaults instantiates a new UpdateOrganizationRole object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateOrganizationRole) GetDescription ¶
func (o *UpdateOrganizationRole) GetDescription() string
GetDescription returns the Description field value
func (*UpdateOrganizationRole) GetDescriptionOk ¶
func (o *UpdateOrganizationRole) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*UpdateOrganizationRole) GetName ¶
func (o *UpdateOrganizationRole) GetName() string
GetName returns the Name field value
func (*UpdateOrganizationRole) GetNameOk ¶
func (o *UpdateOrganizationRole) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateOrganizationRole) GetPermissions ¶
func (o *UpdateOrganizationRole) GetPermissions() []string
GetPermissions returns the Permissions field value
func (*UpdateOrganizationRole) GetPermissionsOk ¶
func (o *UpdateOrganizationRole) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (UpdateOrganizationRole) MarshalJSON ¶
func (o UpdateOrganizationRole) MarshalJSON() ([]byte, error)
func (*UpdateOrganizationRole) SetDescription ¶
func (o *UpdateOrganizationRole) SetDescription(v string)
SetDescription sets field value
func (*UpdateOrganizationRole) SetName ¶
func (o *UpdateOrganizationRole) SetName(v string)
SetName sets field value
func (*UpdateOrganizationRole) SetPermissions ¶
func (o *UpdateOrganizationRole) SetPermissions(v []string)
SetPermissions sets field value
func (UpdateOrganizationRole) ToMap ¶
func (o UpdateOrganizationRole) ToMap() (map[string]interface{}, error)
func (*UpdateOrganizationRole) UnmarshalJSON ¶
func (o *UpdateOrganizationRole) UnmarshalJSON(data []byte) (err error)
type UpdateRegion ¶
type UpdateRegion struct {
// Proxy URL for the region
ProxyUrl NullableString `json:"proxyUrl,omitempty"`
// SSH Gateway URL for the region
SshGatewayUrl NullableString `json:"sshGatewayUrl,omitempty"`
// Snapshot Manager URL for the region
SnapshotManagerUrl NullableString `json:"snapshotManagerUrl,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateRegion struct for UpdateRegion
func NewUpdateRegion ¶
func NewUpdateRegion() *UpdateRegion
NewUpdateRegion instantiates a new UpdateRegion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateRegionWithDefaults ¶
func NewUpdateRegionWithDefaults() *UpdateRegion
NewUpdateRegionWithDefaults instantiates a new UpdateRegion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateRegion) GetProxyUrl ¶
func (o *UpdateRegion) GetProxyUrl() string
GetProxyUrl returns the ProxyUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateRegion) GetProxyUrlOk ¶
func (o *UpdateRegion) GetProxyUrlOk() (*string, bool)
GetProxyUrlOk returns a tuple with the ProxyUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateRegion) GetSnapshotManagerUrl ¶
func (o *UpdateRegion) GetSnapshotManagerUrl() string
GetSnapshotManagerUrl returns the SnapshotManagerUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateRegion) GetSnapshotManagerUrlOk ¶
func (o *UpdateRegion) GetSnapshotManagerUrlOk() (*string, bool)
GetSnapshotManagerUrlOk returns a tuple with the SnapshotManagerUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateRegion) GetSshGatewayUrl ¶
func (o *UpdateRegion) GetSshGatewayUrl() string
GetSshGatewayUrl returns the SshGatewayUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateRegion) GetSshGatewayUrlOk ¶
func (o *UpdateRegion) GetSshGatewayUrlOk() (*string, bool)
GetSshGatewayUrlOk returns a tuple with the SshGatewayUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateRegion) HasProxyUrl ¶
func (o *UpdateRegion) HasProxyUrl() bool
HasProxyUrl returns a boolean if a field has been set.
func (*UpdateRegion) HasSnapshotManagerUrl ¶
func (o *UpdateRegion) HasSnapshotManagerUrl() bool
HasSnapshotManagerUrl returns a boolean if a field has been set.
func (*UpdateRegion) HasSshGatewayUrl ¶
func (o *UpdateRegion) HasSshGatewayUrl() bool
HasSshGatewayUrl returns a boolean if a field has been set.
func (UpdateRegion) MarshalJSON ¶
func (o UpdateRegion) MarshalJSON() ([]byte, error)
func (*UpdateRegion) SetProxyUrl ¶
func (o *UpdateRegion) SetProxyUrl(v string)
SetProxyUrl gets a reference to the given NullableString and assigns it to the ProxyUrl field.
func (*UpdateRegion) SetProxyUrlNil ¶
func (o *UpdateRegion) SetProxyUrlNil()
SetProxyUrlNil sets the value for ProxyUrl to be an explicit nil
func (*UpdateRegion) SetSnapshotManagerUrl ¶
func (o *UpdateRegion) SetSnapshotManagerUrl(v string)
SetSnapshotManagerUrl gets a reference to the given NullableString and assigns it to the SnapshotManagerUrl field.
func (*UpdateRegion) SetSnapshotManagerUrlNil ¶
func (o *UpdateRegion) SetSnapshotManagerUrlNil()
SetSnapshotManagerUrlNil sets the value for SnapshotManagerUrl to be an explicit nil
func (*UpdateRegion) SetSshGatewayUrl ¶
func (o *UpdateRegion) SetSshGatewayUrl(v string)
SetSshGatewayUrl gets a reference to the given NullableString and assigns it to the SshGatewayUrl field.
func (*UpdateRegion) SetSshGatewayUrlNil ¶
func (o *UpdateRegion) SetSshGatewayUrlNil()
SetSshGatewayUrlNil sets the value for SshGatewayUrl to be an explicit nil
func (UpdateRegion) ToMap ¶
func (o UpdateRegion) ToMap() (map[string]interface{}, error)
func (*UpdateRegion) UnmarshalJSON ¶
func (o *UpdateRegion) UnmarshalJSON(data []byte) (err error)
func (*UpdateRegion) UnsetProxyUrl ¶
func (o *UpdateRegion) UnsetProxyUrl()
UnsetProxyUrl ensures that no value is present for ProxyUrl, not even an explicit nil
func (*UpdateRegion) UnsetSnapshotManagerUrl ¶
func (o *UpdateRegion) UnsetSnapshotManagerUrl()
UnsetSnapshotManagerUrl ensures that no value is present for SnapshotManagerUrl, not even an explicit nil
func (*UpdateRegion) UnsetSshGatewayUrl ¶
func (o *UpdateRegion) UnsetSshGatewayUrl()
UnsetSshGatewayUrl ensures that no value is present for SshGatewayUrl, not even an explicit nil
type UpdateSandboxNetworkSettings ¶
type UpdateSandboxNetworkSettings struct {
// Whether to block all network access for the sandbox
NetworkBlockAll *bool `json:"networkBlockAll,omitempty"`
// Comma-separated list of allowed CIDR network addresses for the sandbox
NetworkAllowList *string `json:"networkAllowList,omitempty"`
// Comma-separated list of allowed domains for the sandbox
DomainAllowList *string `json:"domainAllowList,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSandboxNetworkSettings struct for UpdateSandboxNetworkSettings
func NewUpdateSandboxNetworkSettings ¶
func NewUpdateSandboxNetworkSettings() *UpdateSandboxNetworkSettings
NewUpdateSandboxNetworkSettings instantiates a new UpdateSandboxNetworkSettings object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSandboxNetworkSettingsWithDefaults ¶
func NewUpdateSandboxNetworkSettingsWithDefaults() *UpdateSandboxNetworkSettings
NewUpdateSandboxNetworkSettingsWithDefaults instantiates a new UpdateSandboxNetworkSettings object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSandboxNetworkSettings) GetDomainAllowList ¶
func (o *UpdateSandboxNetworkSettings) GetDomainAllowList() string
GetDomainAllowList returns the DomainAllowList field value if set, zero value otherwise.
func (*UpdateSandboxNetworkSettings) GetDomainAllowListOk ¶
func (o *UpdateSandboxNetworkSettings) GetDomainAllowListOk() (*string, bool)
GetDomainAllowListOk returns a tuple with the DomainAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSandboxNetworkSettings) GetNetworkAllowList ¶
func (o *UpdateSandboxNetworkSettings) GetNetworkAllowList() string
GetNetworkAllowList returns the NetworkAllowList field value if set, zero value otherwise.
func (*UpdateSandboxNetworkSettings) GetNetworkAllowListOk ¶
func (o *UpdateSandboxNetworkSettings) GetNetworkAllowListOk() (*string, bool)
GetNetworkAllowListOk returns a tuple with the NetworkAllowList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSandboxNetworkSettings) GetNetworkBlockAll ¶
func (o *UpdateSandboxNetworkSettings) GetNetworkBlockAll() bool
GetNetworkBlockAll returns the NetworkBlockAll field value if set, zero value otherwise.
func (*UpdateSandboxNetworkSettings) GetNetworkBlockAllOk ¶
func (o *UpdateSandboxNetworkSettings) GetNetworkBlockAllOk() (*bool, bool)
GetNetworkBlockAllOk returns a tuple with the NetworkBlockAll field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSandboxNetworkSettings) HasDomainAllowList ¶
func (o *UpdateSandboxNetworkSettings) HasDomainAllowList() bool
HasDomainAllowList returns a boolean if a field has been set.
func (*UpdateSandboxNetworkSettings) HasNetworkAllowList ¶
func (o *UpdateSandboxNetworkSettings) HasNetworkAllowList() bool
HasNetworkAllowList returns a boolean if a field has been set.
func (*UpdateSandboxNetworkSettings) HasNetworkBlockAll ¶
func (o *UpdateSandboxNetworkSettings) HasNetworkBlockAll() bool
HasNetworkBlockAll returns a boolean if a field has been set.
func (UpdateSandboxNetworkSettings) MarshalJSON ¶
func (o UpdateSandboxNetworkSettings) MarshalJSON() ([]byte, error)
func (*UpdateSandboxNetworkSettings) SetDomainAllowList ¶
func (o *UpdateSandboxNetworkSettings) SetDomainAllowList(v string)
SetDomainAllowList gets a reference to the given string and assigns it to the DomainAllowList field.
func (*UpdateSandboxNetworkSettings) SetNetworkAllowList ¶
func (o *UpdateSandboxNetworkSettings) SetNetworkAllowList(v string)
SetNetworkAllowList gets a reference to the given string and assigns it to the NetworkAllowList field.
func (*UpdateSandboxNetworkSettings) SetNetworkBlockAll ¶
func (o *UpdateSandboxNetworkSettings) SetNetworkBlockAll(v bool)
SetNetworkBlockAll gets a reference to the given bool and assigns it to the NetworkBlockAll field.
func (UpdateSandboxNetworkSettings) ToMap ¶
func (o UpdateSandboxNetworkSettings) ToMap() (map[string]interface{}, error)
func (*UpdateSandboxNetworkSettings) UnmarshalJSON ¶
func (o *UpdateSandboxNetworkSettings) UnmarshalJSON(data []byte) (err error)
type UpdateSandboxSecrets ¶ added in v0.196.0
type UpdateSandboxSecrets struct {
// Secrets to mount in this sandbox, replacing the previously mounted set. Each entry maps an env var name to a vault secret name. Pass an empty array to detach all secrets.
Secrets []map[string]string `json:"secrets"`
AdditionalProperties map[string]interface{}
}
UpdateSandboxSecrets struct for UpdateSandboxSecrets
func NewUpdateSandboxSecrets ¶ added in v0.196.0
func NewUpdateSandboxSecrets(secrets []map[string]string) *UpdateSandboxSecrets
NewUpdateSandboxSecrets instantiates a new UpdateSandboxSecrets object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSandboxSecretsWithDefaults ¶ added in v0.196.0
func NewUpdateSandboxSecretsWithDefaults() *UpdateSandboxSecrets
NewUpdateSandboxSecretsWithDefaults instantiates a new UpdateSandboxSecrets object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSandboxSecrets) GetSecrets ¶ added in v0.196.0
func (o *UpdateSandboxSecrets) GetSecrets() []map[string]string
GetSecrets returns the Secrets field value
func (*UpdateSandboxSecrets) GetSecretsOk ¶ added in v0.196.0
func (o *UpdateSandboxSecrets) GetSecretsOk() ([]map[string]string, bool)
GetSecretsOk returns a tuple with the Secrets field value and a boolean to check if the value has been set.
func (UpdateSandboxSecrets) MarshalJSON ¶ added in v0.196.0
func (o UpdateSandboxSecrets) MarshalJSON() ([]byte, error)
func (*UpdateSandboxSecrets) SetSecrets ¶ added in v0.196.0
func (o *UpdateSandboxSecrets) SetSecrets(v []map[string]string)
SetSecrets sets field value
func (UpdateSandboxSecrets) ToMap ¶ added in v0.196.0
func (o UpdateSandboxSecrets) ToMap() (map[string]interface{}, error)
func (*UpdateSandboxSecrets) UnmarshalJSON ¶ added in v0.196.0
func (o *UpdateSandboxSecrets) UnmarshalJSON(data []byte) (err error)
type UpdateSandboxStateDto ¶
type UpdateSandboxStateDto struct {
// The new state for the sandbox
State string `json:"state"`
// Optional error message when reporting an error state
ErrorReason *string `json:"errorReason,omitempty"`
// Whether the sandbox is recoverable
Recoverable *bool `json:"recoverable,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSandboxStateDto struct for UpdateSandboxStateDto
func NewUpdateSandboxStateDto ¶
func NewUpdateSandboxStateDto(state string) *UpdateSandboxStateDto
NewUpdateSandboxStateDto instantiates a new UpdateSandboxStateDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSandboxStateDtoWithDefaults ¶
func NewUpdateSandboxStateDtoWithDefaults() *UpdateSandboxStateDto
NewUpdateSandboxStateDtoWithDefaults instantiates a new UpdateSandboxStateDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSandboxStateDto) GetErrorReason ¶
func (o *UpdateSandboxStateDto) GetErrorReason() string
GetErrorReason returns the ErrorReason field value if set, zero value otherwise.
func (*UpdateSandboxStateDto) GetErrorReasonOk ¶
func (o *UpdateSandboxStateDto) GetErrorReasonOk() (*string, bool)
GetErrorReasonOk returns a tuple with the ErrorReason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSandboxStateDto) GetRecoverable ¶
func (o *UpdateSandboxStateDto) GetRecoverable() bool
GetRecoverable returns the Recoverable field value if set, zero value otherwise.
func (*UpdateSandboxStateDto) GetRecoverableOk ¶
func (o *UpdateSandboxStateDto) GetRecoverableOk() (*bool, bool)
GetRecoverableOk returns a tuple with the Recoverable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSandboxStateDto) GetState ¶
func (o *UpdateSandboxStateDto) GetState() string
GetState returns the State field value
func (*UpdateSandboxStateDto) GetStateOk ¶
func (o *UpdateSandboxStateDto) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*UpdateSandboxStateDto) HasErrorReason ¶
func (o *UpdateSandboxStateDto) HasErrorReason() bool
HasErrorReason returns a boolean if a field has been set.
func (*UpdateSandboxStateDto) HasRecoverable ¶
func (o *UpdateSandboxStateDto) HasRecoverable() bool
HasRecoverable returns a boolean if a field has been set.
func (UpdateSandboxStateDto) MarshalJSON ¶
func (o UpdateSandboxStateDto) MarshalJSON() ([]byte, error)
func (*UpdateSandboxStateDto) SetErrorReason ¶
func (o *UpdateSandboxStateDto) SetErrorReason(v string)
SetErrorReason gets a reference to the given string and assigns it to the ErrorReason field.
func (*UpdateSandboxStateDto) SetRecoverable ¶
func (o *UpdateSandboxStateDto) SetRecoverable(v bool)
SetRecoverable gets a reference to the given bool and assigns it to the Recoverable field.
func (*UpdateSandboxStateDto) SetState ¶
func (o *UpdateSandboxStateDto) SetState(v string)
SetState sets field value
func (UpdateSandboxStateDto) ToMap ¶
func (o UpdateSandboxStateDto) ToMap() (map[string]interface{}, error)
func (*UpdateSandboxStateDto) UnmarshalJSON ¶
func (o *UpdateSandboxStateDto) UnmarshalJSON(data []byte) (err error)
type UpdateSecret ¶
type UpdateSecret struct {
// New secret value
Value *string `json:"value,omitempty"`
// Optional description of the secret
Description *string `json:"description,omitempty"`
// Allowed hosts this secret may be sent to
Hosts []string `json:"hosts,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateSecret struct for UpdateSecret
func NewUpdateSecret ¶
func NewUpdateSecret() *UpdateSecret
NewUpdateSecret instantiates a new UpdateSecret object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateSecretWithDefaults ¶
func NewUpdateSecretWithDefaults() *UpdateSecret
NewUpdateSecretWithDefaults instantiates a new UpdateSecret object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateSecret) GetDescription ¶
func (o *UpdateSecret) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*UpdateSecret) GetDescriptionOk ¶
func (o *UpdateSecret) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSecret) GetHosts ¶
func (o *UpdateSecret) GetHosts() []string
GetHosts returns the Hosts field value if set, zero value otherwise.
func (*UpdateSecret) GetHostsOk ¶
func (o *UpdateSecret) GetHostsOk() ([]string, bool)
GetHostsOk returns a tuple with the Hosts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSecret) GetValue ¶
func (o *UpdateSecret) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*UpdateSecret) GetValueOk ¶
func (o *UpdateSecret) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateSecret) HasDescription ¶
func (o *UpdateSecret) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateSecret) HasHosts ¶
func (o *UpdateSecret) HasHosts() bool
HasHosts returns a boolean if a field has been set.
func (*UpdateSecret) HasValue ¶
func (o *UpdateSecret) HasValue() bool
HasValue returns a boolean if a field has been set.
func (UpdateSecret) MarshalJSON ¶
func (o UpdateSecret) MarshalJSON() ([]byte, error)
func (*UpdateSecret) SetDescription ¶
func (o *UpdateSecret) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateSecret) SetHosts ¶
func (o *UpdateSecret) SetHosts(v []string)
SetHosts gets a reference to the given []string and assigns it to the Hosts field.
func (*UpdateSecret) SetValue ¶
func (o *UpdateSecret) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (UpdateSecret) ToMap ¶
func (o UpdateSecret) ToMap() (map[string]interface{}, error)
func (*UpdateSecret) UnmarshalJSON ¶
func (o *UpdateSecret) UnmarshalJSON(data []byte) (err error)
type Url ¶
type Url struct {
// URL response
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
Url struct for Url
func NewUrl ¶
NewUrl instantiates a new Url object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUrlWithDefaults ¶
func NewUrlWithDefaults() *Url
NewUrlWithDefaults instantiates a new Url object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Url) GetUrlOk ¶
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (Url) MarshalJSON ¶
func (*Url) UnmarshalJSON ¶
type User ¶
type User struct {
// User ID
Id string `json:"id"`
// User name
Name string `json:"name"`
// User email
Email string `json:"email"`
// User public keys
PublicKeys []UserPublicKey `json:"publicKeys"`
// Creation timestamp
CreatedAt time.Time `json:"createdAt"`
AdditionalProperties map[string]interface{}
}
User struct for User
func NewUser ¶
func NewUser(id string, name string, email string, publicKeys []UserPublicKey, createdAt time.Time) *User
NewUser instantiates a new User object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*User) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*User) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*User) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*User) GetPublicKeys ¶
func (o *User) GetPublicKeys() []UserPublicKey
GetPublicKeys returns the PublicKeys field value
func (*User) GetPublicKeysOk ¶
func (o *User) GetPublicKeysOk() ([]UserPublicKey, bool)
GetPublicKeysOk returns a tuple with the PublicKeys field value and a boolean to check if the value has been set.
func (User) MarshalJSON ¶
func (*User) SetPublicKeys ¶
func (o *User) SetPublicKeys(v []UserPublicKey)
SetPublicKeys sets field value
func (*User) UnmarshalJSON ¶
type UserPublicKey ¶
type UserPublicKey struct {
// Public key
Key string `json:"key"`
// Key name
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
UserPublicKey struct for UserPublicKey
func NewUserPublicKey ¶
func NewUserPublicKey(key string, name string) *UserPublicKey
NewUserPublicKey instantiates a new UserPublicKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserPublicKeyWithDefaults ¶
func NewUserPublicKeyWithDefaults() *UserPublicKey
NewUserPublicKeyWithDefaults instantiates a new UserPublicKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserPublicKey) GetKey ¶
func (o *UserPublicKey) GetKey() string
GetKey returns the Key field value
func (*UserPublicKey) GetKeyOk ¶
func (o *UserPublicKey) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*UserPublicKey) GetName ¶
func (o *UserPublicKey) GetName() string
GetName returns the Name field value
func (*UserPublicKey) GetNameOk ¶
func (o *UserPublicKey) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (UserPublicKey) MarshalJSON ¶
func (o UserPublicKey) MarshalJSON() ([]byte, error)
func (UserPublicKey) ToMap ¶
func (o UserPublicKey) ToMap() (map[string]interface{}, error)
func (*UserPublicKey) UnmarshalJSON ¶
func (o *UserPublicKey) UnmarshalJSON(data []byte) (err error)
type UsersAPI ¶
type UsersAPI interface {
/*
EnrollInSmsMfa Enroll in SMS MFA
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UsersAPIEnrollInSmsMfaRequest
*/
EnrollInSmsMfa(ctx context.Context) UsersAPIEnrollInSmsMfaRequest
// EnrollInSmsMfaExecute executes the request
// @return string
EnrollInSmsMfaExecute(r UsersAPIEnrollInSmsMfaRequest) (string, *http.Response, error)
/*
GetAuthenticatedUser Get authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UsersAPIGetAuthenticatedUserRequest
*/
GetAuthenticatedUser(ctx context.Context) UsersAPIGetAuthenticatedUserRequest
// GetAuthenticatedUserExecute executes the request
// @return User
GetAuthenticatedUserExecute(r UsersAPIGetAuthenticatedUserRequest) (*User, *http.Response, error)
/*
GetAvailableAccountProviders Get available account providers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UsersAPIGetAvailableAccountProvidersRequest
*/
GetAvailableAccountProviders(ctx context.Context) UsersAPIGetAvailableAccountProvidersRequest
// GetAvailableAccountProvidersExecute executes the request
// @return []AccountProvider
GetAvailableAccountProvidersExecute(r UsersAPIGetAvailableAccountProvidersRequest) ([]AccountProvider, *http.Response, error)
/*
LinkAccount Link account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return UsersAPILinkAccountRequest
*/
LinkAccount(ctx context.Context) UsersAPILinkAccountRequest
// LinkAccountExecute executes the request
LinkAccountExecute(r UsersAPILinkAccountRequest) (*http.Response, error)
/*
UnlinkAccount Unlink account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param provider
@param providerUserId
@return UsersAPIUnlinkAccountRequest
*/
UnlinkAccount(ctx context.Context, provider string, providerUserId string) UsersAPIUnlinkAccountRequest
// UnlinkAccountExecute executes the request
UnlinkAccountExecute(r UsersAPIUnlinkAccountRequest) (*http.Response, error)
}
type UsersAPIEnrollInSmsMfaRequest ¶
type UsersAPIEnrollInSmsMfaRequest struct {
ApiService UsersAPI
// contains filtered or unexported fields
}
type UsersAPIGetAuthenticatedUserRequest ¶
type UsersAPIGetAuthenticatedUserRequest struct {
ApiService UsersAPI
// contains filtered or unexported fields
}
type UsersAPIGetAvailableAccountProvidersRequest ¶
type UsersAPIGetAvailableAccountProvidersRequest struct {
ApiService UsersAPI
// contains filtered or unexported fields
}
func (UsersAPIGetAvailableAccountProvidersRequest) Execute ¶
func (r UsersAPIGetAvailableAccountProvidersRequest) Execute() ([]AccountProvider, *http.Response, error)
type UsersAPILinkAccountRequest ¶
type UsersAPILinkAccountRequest struct {
ApiService UsersAPI
// contains filtered or unexported fields
}
func (UsersAPILinkAccountRequest) CreateLinkedAccount ¶
func (r UsersAPILinkAccountRequest) CreateLinkedAccount(createLinkedAccount CreateLinkedAccount) UsersAPILinkAccountRequest
type UsersAPIService ¶
type UsersAPIService service
UsersAPIService UsersAPI service
func (*UsersAPIService) EnrollInSmsMfa ¶
func (a *UsersAPIService) EnrollInSmsMfa(ctx context.Context) UsersAPIEnrollInSmsMfaRequest
EnrollInSmsMfa Enroll in SMS MFA
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UsersAPIEnrollInSmsMfaRequest
func (*UsersAPIService) EnrollInSmsMfaExecute ¶
func (a *UsersAPIService) EnrollInSmsMfaExecute(r UsersAPIEnrollInSmsMfaRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*UsersAPIService) GetAuthenticatedUser ¶
func (a *UsersAPIService) GetAuthenticatedUser(ctx context.Context) UsersAPIGetAuthenticatedUserRequest
GetAuthenticatedUser Get authenticated user
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UsersAPIGetAuthenticatedUserRequest
func (*UsersAPIService) GetAuthenticatedUserExecute ¶
func (a *UsersAPIService) GetAuthenticatedUserExecute(r UsersAPIGetAuthenticatedUserRequest) (*User, *http.Response, error)
Execute executes the request
@return User
func (*UsersAPIService) GetAvailableAccountProviders ¶
func (a *UsersAPIService) GetAvailableAccountProviders(ctx context.Context) UsersAPIGetAvailableAccountProvidersRequest
GetAvailableAccountProviders Get available account providers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UsersAPIGetAvailableAccountProvidersRequest
func (*UsersAPIService) GetAvailableAccountProvidersExecute ¶
func (a *UsersAPIService) GetAvailableAccountProvidersExecute(r UsersAPIGetAvailableAccountProvidersRequest) ([]AccountProvider, *http.Response, error)
Execute executes the request
@return []AccountProvider
func (*UsersAPIService) LinkAccount ¶
func (a *UsersAPIService) LinkAccount(ctx context.Context) UsersAPILinkAccountRequest
LinkAccount Link account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return UsersAPILinkAccountRequest
func (*UsersAPIService) LinkAccountExecute ¶
func (a *UsersAPIService) LinkAccountExecute(r UsersAPILinkAccountRequest) (*http.Response, error)
Execute executes the request
func (*UsersAPIService) UnlinkAccount ¶
func (a *UsersAPIService) UnlinkAccount(ctx context.Context, provider string, providerUserId string) UsersAPIUnlinkAccountRequest
UnlinkAccount Unlink account
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param provider @param providerUserId @return UsersAPIUnlinkAccountRequest
func (*UsersAPIService) UnlinkAccountExecute ¶
func (a *UsersAPIService) UnlinkAccountExecute(r UsersAPIUnlinkAccountRequest) (*http.Response, error)
Execute executes the request
type UsersAPIUnlinkAccountRequest ¶
type UsersAPIUnlinkAccountRequest struct {
ApiService UsersAPI
// contains filtered or unexported fields
}
type VolumeDto ¶
type VolumeDto struct {
// Volume ID
Id string `json:"id"`
// Volume name
Name string `json:"name"`
// Organization ID
OrganizationId string `json:"organizationId"`
// Volume state
State VolumeState `json:"state"`
// Creation timestamp
CreatedAt string `json:"createdAt"`
// Last update timestamp
UpdatedAt string `json:"updatedAt"`
// Last used timestamp
LastUsedAt NullableString `json:"lastUsedAt,omitempty"`
// The error reason of the volume
ErrorReason NullableString `json:"errorReason"`
AdditionalProperties map[string]interface{}
}
VolumeDto struct for VolumeDto
func NewVolumeDto ¶
func NewVolumeDto(id string, name string, organizationId string, state VolumeState, createdAt string, updatedAt string, errorReason NullableString) *VolumeDto
NewVolumeDto instantiates a new VolumeDto object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVolumeDtoWithDefaults ¶
func NewVolumeDtoWithDefaults() *VolumeDto
NewVolumeDtoWithDefaults instantiates a new VolumeDto object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*VolumeDto) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*VolumeDto) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*VolumeDto) GetErrorReason ¶
GetErrorReason returns the ErrorReason field value If the value is explicit nil, the zero value for string will be returned
func (*VolumeDto) GetErrorReasonOk ¶
GetErrorReasonOk returns a tuple with the ErrorReason field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VolumeDto) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*VolumeDto) GetLastUsedAt ¶
GetLastUsedAt returns the LastUsedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*VolumeDto) GetLastUsedAtOk ¶
GetLastUsedAtOk returns a tuple with the LastUsedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*VolumeDto) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*VolumeDto) GetOrganizationId ¶
GetOrganizationId returns the OrganizationId field value
func (*VolumeDto) GetOrganizationIdOk ¶
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*VolumeDto) GetState ¶
func (o *VolumeDto) GetState() VolumeState
GetState returns the State field value
func (*VolumeDto) GetStateOk ¶
func (o *VolumeDto) GetStateOk() (*VolumeState, bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set.
func (*VolumeDto) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value
func (*VolumeDto) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (*VolumeDto) HasLastUsedAt ¶
HasLastUsedAt returns a boolean if a field has been set.
func (VolumeDto) MarshalJSON ¶
func (*VolumeDto) SetCreatedAt ¶
SetCreatedAt sets field value
func (*VolumeDto) SetErrorReason ¶
SetErrorReason sets field value
func (*VolumeDto) SetLastUsedAt ¶
SetLastUsedAt gets a reference to the given NullableString and assigns it to the LastUsedAt field.
func (*VolumeDto) SetLastUsedAtNil ¶
func (o *VolumeDto) SetLastUsedAtNil()
SetLastUsedAtNil sets the value for LastUsedAt to be an explicit nil
func (*VolumeDto) SetOrganizationId ¶
SetOrganizationId sets field value
func (*VolumeDto) SetUpdatedAt ¶
SetUpdatedAt sets field value
func (*VolumeDto) UnmarshalJSON ¶
func (*VolumeDto) UnsetLastUsedAt ¶
func (o *VolumeDto) UnsetLastUsedAt()
UnsetLastUsedAt ensures that no value is present for LastUsedAt, not even an explicit nil
type VolumeState ¶
type VolumeState string
VolumeState Volume state
const ( VOLUMESTATE_CREATING VolumeState = "creating" VOLUMESTATE_READY VolumeState = "ready" VOLUMESTATE_PENDING_CREATE VolumeState = "pending_create" VOLUMESTATE_PENDING_DELETE VolumeState = "pending_delete" VOLUMESTATE_DELETING VolumeState = "deleting" VOLUMESTATE_DELETED VolumeState = "deleted" VOLUMESTATE_ERROR VolumeState = "error" VOLUMESTATE_UNKNOWN_DEFAULT_OPEN_API VolumeState = "11184809" )
List of VolumeState
func NewVolumeStateFromValue ¶
func NewVolumeStateFromValue(v string) (*VolumeState, error)
NewVolumeStateFromValue returns a pointer to a valid VolumeState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (VolumeState) IsValid ¶
func (v VolumeState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (VolumeState) Ptr ¶
func (v VolumeState) Ptr() *VolumeState
Ptr returns reference to VolumeState value
func (*VolumeState) UnmarshalJSON ¶
func (v *VolumeState) UnmarshalJSON(src []byte) error
type VolumesAPI ¶
type VolumesAPI interface {
/*
CreateVolume Create a new volume
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VolumesAPICreateVolumeRequest
*/
CreateVolume(ctx context.Context) VolumesAPICreateVolumeRequest
// CreateVolumeExecute executes the request
// @return VolumeDto
CreateVolumeExecute(r VolumesAPICreateVolumeRequest) (*VolumeDto, *http.Response, error)
/*
DeleteVolume Delete volume
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param volumeId ID of the volume
@return VolumesAPIDeleteVolumeRequest
*/
DeleteVolume(ctx context.Context, volumeId string) VolumesAPIDeleteVolumeRequest
// DeleteVolumeExecute executes the request
DeleteVolumeExecute(r VolumesAPIDeleteVolumeRequest) (*http.Response, error)
/*
GetVolume Get volume details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param volumeId ID of the volume
@return VolumesAPIGetVolumeRequest
*/
GetVolume(ctx context.Context, volumeId string) VolumesAPIGetVolumeRequest
// GetVolumeExecute executes the request
// @return VolumeDto
GetVolumeExecute(r VolumesAPIGetVolumeRequest) (*VolumeDto, *http.Response, error)
/*
GetVolumeByName Get volume details by name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name Name of the volume
@return VolumesAPIGetVolumeByNameRequest
*/
GetVolumeByName(ctx context.Context, name string) VolumesAPIGetVolumeByNameRequest
// GetVolumeByNameExecute executes the request
// @return VolumeDto
GetVolumeByNameExecute(r VolumesAPIGetVolumeByNameRequest) (*VolumeDto, *http.Response, error)
/*
ListVolumes List all volumes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VolumesAPIListVolumesRequest
*/
ListVolumes(ctx context.Context) VolumesAPIListVolumesRequest
// ListVolumesExecute executes the request
// @return []VolumeDto
ListVolumesExecute(r VolumesAPIListVolumesRequest) ([]VolumeDto, *http.Response, error)
}
type VolumesAPICreateVolumeRequest ¶
type VolumesAPICreateVolumeRequest struct {
ApiService VolumesAPI
// contains filtered or unexported fields
}
func (VolumesAPICreateVolumeRequest) CreateVolume ¶
func (r VolumesAPICreateVolumeRequest) CreateVolume(createVolume CreateVolume) VolumesAPICreateVolumeRequest
func (VolumesAPICreateVolumeRequest) Execute ¶
func (r VolumesAPICreateVolumeRequest) Execute() (*VolumeDto, *http.Response, error)
func (VolumesAPICreateVolumeRequest) XDaytonaOrganizationID ¶
func (r VolumesAPICreateVolumeRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPICreateVolumeRequest
Use with JWT to specify the organization ID
type VolumesAPIDeleteVolumeRequest ¶
type VolumesAPIDeleteVolumeRequest struct {
ApiService VolumesAPI
// contains filtered or unexported fields
}
func (VolumesAPIDeleteVolumeRequest) Execute ¶
func (r VolumesAPIDeleteVolumeRequest) Execute() (*http.Response, error)
func (VolumesAPIDeleteVolumeRequest) XDaytonaOrganizationID ¶
func (r VolumesAPIDeleteVolumeRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPIDeleteVolumeRequest
Use with JWT to specify the organization ID
type VolumesAPIGetVolumeByNameRequest ¶
type VolumesAPIGetVolumeByNameRequest struct {
ApiService VolumesAPI
// contains filtered or unexported fields
}
func (VolumesAPIGetVolumeByNameRequest) Execute ¶
func (r VolumesAPIGetVolumeByNameRequest) Execute() (*VolumeDto, *http.Response, error)
func (VolumesAPIGetVolumeByNameRequest) XDaytonaOrganizationID ¶
func (r VolumesAPIGetVolumeByNameRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPIGetVolumeByNameRequest
Use with JWT to specify the organization ID
type VolumesAPIGetVolumeRequest ¶
type VolumesAPIGetVolumeRequest struct {
ApiService VolumesAPI
// contains filtered or unexported fields
}
func (VolumesAPIGetVolumeRequest) Execute ¶
func (r VolumesAPIGetVolumeRequest) Execute() (*VolumeDto, *http.Response, error)
func (VolumesAPIGetVolumeRequest) XDaytonaOrganizationID ¶
func (r VolumesAPIGetVolumeRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPIGetVolumeRequest
Use with JWT to specify the organization ID
type VolumesAPIListVolumesRequest ¶
type VolumesAPIListVolumesRequest struct {
ApiService VolumesAPI
// contains filtered or unexported fields
}
func (VolumesAPIListVolumesRequest) Execute ¶
func (r VolumesAPIListVolumesRequest) Execute() ([]VolumeDto, *http.Response, error)
func (VolumesAPIListVolumesRequest) IncludeDeleted ¶
func (r VolumesAPIListVolumesRequest) IncludeDeleted(includeDeleted bool) VolumesAPIListVolumesRequest
Include deleted volumes in the response
func (VolumesAPIListVolumesRequest) XDaytonaOrganizationID ¶
func (r VolumesAPIListVolumesRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) VolumesAPIListVolumesRequest
Use with JWT to specify the organization ID
type VolumesAPIService ¶
type VolumesAPIService service
VolumesAPIService VolumesAPI service
func (*VolumesAPIService) CreateVolume ¶
func (a *VolumesAPIService) CreateVolume(ctx context.Context) VolumesAPICreateVolumeRequest
CreateVolume Create a new volume
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return VolumesAPICreateVolumeRequest
func (*VolumesAPIService) CreateVolumeExecute ¶
func (a *VolumesAPIService) CreateVolumeExecute(r VolumesAPICreateVolumeRequest) (*VolumeDto, *http.Response, error)
Execute executes the request
@return VolumeDto
func (*VolumesAPIService) DeleteVolume ¶
func (a *VolumesAPIService) DeleteVolume(ctx context.Context, volumeId string) VolumesAPIDeleteVolumeRequest
DeleteVolume Delete volume
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param volumeId ID of the volume @return VolumesAPIDeleteVolumeRequest
func (*VolumesAPIService) DeleteVolumeExecute ¶
func (a *VolumesAPIService) DeleteVolumeExecute(r VolumesAPIDeleteVolumeRequest) (*http.Response, error)
Execute executes the request
func (*VolumesAPIService) GetVolume ¶
func (a *VolumesAPIService) GetVolume(ctx context.Context, volumeId string) VolumesAPIGetVolumeRequest
GetVolume Get volume details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param volumeId ID of the volume @return VolumesAPIGetVolumeRequest
func (*VolumesAPIService) GetVolumeByName ¶
func (a *VolumesAPIService) GetVolumeByName(ctx context.Context, name string) VolumesAPIGetVolumeByNameRequest
GetVolumeByName Get volume details by name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param name Name of the volume @return VolumesAPIGetVolumeByNameRequest
func (*VolumesAPIService) GetVolumeByNameExecute ¶
func (a *VolumesAPIService) GetVolumeByNameExecute(r VolumesAPIGetVolumeByNameRequest) (*VolumeDto, *http.Response, error)
Execute executes the request
@return VolumeDto
func (*VolumesAPIService) GetVolumeExecute ¶
func (a *VolumesAPIService) GetVolumeExecute(r VolumesAPIGetVolumeRequest) (*VolumeDto, *http.Response, error)
Execute executes the request
@return VolumeDto
func (*VolumesAPIService) ListVolumes ¶
func (a *VolumesAPIService) ListVolumes(ctx context.Context) VolumesAPIListVolumesRequest
ListVolumes List all volumes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return VolumesAPIListVolumesRequest
func (*VolumesAPIService) ListVolumesExecute ¶
func (a *VolumesAPIService) ListVolumesExecute(r VolumesAPIListVolumesRequest) ([]VolumeDto, *http.Response, error)
Execute executes the request
@return []VolumeDto
type WebhookAppPortalAccess ¶
type WebhookAppPortalAccess struct {
// The authentication token for the Svix consumer app portal
Token string `json:"token"`
// The URL to the webhook app portal
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
WebhookAppPortalAccess struct for WebhookAppPortalAccess
func NewWebhookAppPortalAccess ¶
func NewWebhookAppPortalAccess(token string, url string) *WebhookAppPortalAccess
NewWebhookAppPortalAccess instantiates a new WebhookAppPortalAccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookAppPortalAccessWithDefaults ¶
func NewWebhookAppPortalAccessWithDefaults() *WebhookAppPortalAccess
NewWebhookAppPortalAccessWithDefaults instantiates a new WebhookAppPortalAccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookAppPortalAccess) GetToken ¶
func (o *WebhookAppPortalAccess) GetToken() string
GetToken returns the Token field value
func (*WebhookAppPortalAccess) GetTokenOk ¶
func (o *WebhookAppPortalAccess) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (*WebhookAppPortalAccess) GetUrl ¶
func (o *WebhookAppPortalAccess) GetUrl() string
GetUrl returns the Url field value
func (*WebhookAppPortalAccess) GetUrlOk ¶
func (o *WebhookAppPortalAccess) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (WebhookAppPortalAccess) MarshalJSON ¶
func (o WebhookAppPortalAccess) MarshalJSON() ([]byte, error)
func (*WebhookAppPortalAccess) SetToken ¶
func (o *WebhookAppPortalAccess) SetToken(v string)
SetToken sets field value
func (*WebhookAppPortalAccess) SetUrl ¶
func (o *WebhookAppPortalAccess) SetUrl(v string)
SetUrl sets field value
func (WebhookAppPortalAccess) ToMap ¶
func (o WebhookAppPortalAccess) ToMap() (map[string]interface{}, error)
func (*WebhookAppPortalAccess) UnmarshalJSON ¶
func (o *WebhookAppPortalAccess) UnmarshalJSON(data []byte) (err error)
type WebhookEvent ¶
type WebhookEvent string
WebhookEvent The type of event being sent
const ( WEBHOOKEVENT_SANDBOX_CREATED WebhookEvent = "sandbox.created" WEBHOOKEVENT_SANDBOX_STATE_UPDATED WebhookEvent = "sandbox.state.updated" WEBHOOKEVENT_SNAPSHOT_CREATED WebhookEvent = "snapshot.created" WEBHOOKEVENT_SNAPSHOT_STATE_UPDATED WebhookEvent = "snapshot.state.updated" WEBHOOKEVENT_SNAPSHOT_REMOVED WebhookEvent = "snapshot.removed" WEBHOOKEVENT_VOLUME_CREATED WebhookEvent = "volume.created" WEBHOOKEVENT_VOLUME_STATE_UPDATED WebhookEvent = "volume.state.updated" WEBHOOKEVENT_UNKNOWN_DEFAULT_OPEN_API WebhookEvent = "11184809" )
List of WebhookEvent
func NewWebhookEventFromValue ¶
func NewWebhookEventFromValue(v string) (*WebhookEvent, error)
NewWebhookEventFromValue returns a pointer to a valid WebhookEvent for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WebhookEvent) IsValid ¶
func (v WebhookEvent) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WebhookEvent) Ptr ¶
func (v WebhookEvent) Ptr() *WebhookEvent
Ptr returns reference to WebhookEvent value
func (*WebhookEvent) UnmarshalJSON ¶
func (v *WebhookEvent) UnmarshalJSON(src []byte) error
type WebhookInitializationStatus ¶
type WebhookInitializationStatus struct {
// Organization ID
OrganizationId string `json:"organizationId"`
// The ID of the Svix application
SvixApplicationId NullableString `json:"svixApplicationId"`
// The error reason for the last initialization attempt
LastError NullableString `json:"lastError"`
// The number of times the initialization has been attempted
RetryCount float32 `json:"retryCount"`
// When the webhook initialization was created
CreatedAt string `json:"createdAt"`
// When the webhook initialization was last updated
UpdatedAt string `json:"updatedAt"`
AdditionalProperties map[string]interface{}
}
WebhookInitializationStatus struct for WebhookInitializationStatus
func NewWebhookInitializationStatus ¶
func NewWebhookInitializationStatus(organizationId string, svixApplicationId NullableString, lastError NullableString, retryCount float32, createdAt string, updatedAt string) *WebhookInitializationStatus
NewWebhookInitializationStatus instantiates a new WebhookInitializationStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookInitializationStatusWithDefaults ¶
func NewWebhookInitializationStatusWithDefaults() *WebhookInitializationStatus
NewWebhookInitializationStatusWithDefaults instantiates a new WebhookInitializationStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookInitializationStatus) GetCreatedAt ¶
func (o *WebhookInitializationStatus) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value
func (*WebhookInitializationStatus) GetCreatedAtOk ¶
func (o *WebhookInitializationStatus) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookInitializationStatus) GetLastError ¶
func (o *WebhookInitializationStatus) GetLastError() string
GetLastError returns the LastError field value If the value is explicit nil, the zero value for string will be returned
func (*WebhookInitializationStatus) GetLastErrorOk ¶
func (o *WebhookInitializationStatus) GetLastErrorOk() (*string, bool)
GetLastErrorOk returns a tuple with the LastError field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WebhookInitializationStatus) GetOrganizationId ¶
func (o *WebhookInitializationStatus) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field value
func (*WebhookInitializationStatus) GetOrganizationIdOk ¶
func (o *WebhookInitializationStatus) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.
func (*WebhookInitializationStatus) GetRetryCount ¶
func (o *WebhookInitializationStatus) GetRetryCount() float32
GetRetryCount returns the RetryCount field value
func (*WebhookInitializationStatus) GetRetryCountOk ¶
func (o *WebhookInitializationStatus) GetRetryCountOk() (*float32, bool)
GetRetryCountOk returns a tuple with the RetryCount field value and a boolean to check if the value has been set.
func (*WebhookInitializationStatus) GetSvixApplicationId ¶
func (o *WebhookInitializationStatus) GetSvixApplicationId() string
GetSvixApplicationId returns the SvixApplicationId field value If the value is explicit nil, the zero value for string will be returned
func (*WebhookInitializationStatus) GetSvixApplicationIdOk ¶
func (o *WebhookInitializationStatus) GetSvixApplicationIdOk() (*string, bool)
GetSvixApplicationIdOk returns a tuple with the SvixApplicationId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WebhookInitializationStatus) GetUpdatedAt ¶
func (o *WebhookInitializationStatus) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value
func (*WebhookInitializationStatus) GetUpdatedAtOk ¶
func (o *WebhookInitializationStatus) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.
func (WebhookInitializationStatus) MarshalJSON ¶
func (o WebhookInitializationStatus) MarshalJSON() ([]byte, error)
func (*WebhookInitializationStatus) SetCreatedAt ¶
func (o *WebhookInitializationStatus) SetCreatedAt(v string)
SetCreatedAt sets field value
func (*WebhookInitializationStatus) SetLastError ¶
func (o *WebhookInitializationStatus) SetLastError(v string)
SetLastError sets field value
func (*WebhookInitializationStatus) SetOrganizationId ¶
func (o *WebhookInitializationStatus) SetOrganizationId(v string)
SetOrganizationId sets field value
func (*WebhookInitializationStatus) SetRetryCount ¶
func (o *WebhookInitializationStatus) SetRetryCount(v float32)
SetRetryCount sets field value
func (*WebhookInitializationStatus) SetSvixApplicationId ¶
func (o *WebhookInitializationStatus) SetSvixApplicationId(v string)
SetSvixApplicationId sets field value
func (*WebhookInitializationStatus) SetUpdatedAt ¶
func (o *WebhookInitializationStatus) SetUpdatedAt(v string)
SetUpdatedAt sets field value
func (WebhookInitializationStatus) ToMap ¶
func (o WebhookInitializationStatus) ToMap() (map[string]interface{}, error)
func (*WebhookInitializationStatus) UnmarshalJSON ¶
func (o *WebhookInitializationStatus) UnmarshalJSON(data []byte) (err error)
type WebhooksAPI ¶
type WebhooksAPI interface {
/*
WebhookControllerGetAppPortalAccess Get Svix Consumer App Portal access for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId
@return WebhooksAPIWebhookControllerGetAppPortalAccessRequest
*/
WebhookControllerGetAppPortalAccess(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerGetAppPortalAccessRequest
// WebhookControllerGetAppPortalAccessExecute executes the request
// @return WebhookAppPortalAccess
WebhookControllerGetAppPortalAccessExecute(r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) (*WebhookAppPortalAccess, *http.Response, error)
/*
WebhookControllerGetInitializationStatus Get webhook initialization status for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId
@return WebhooksAPIWebhookControllerGetInitializationStatusRequest
*/
WebhookControllerGetInitializationStatus(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerGetInitializationStatusRequest
// WebhookControllerGetInitializationStatusExecute executes the request
// @return WebhookInitializationStatus
WebhookControllerGetInitializationStatusExecute(r WebhooksAPIWebhookControllerGetInitializationStatusRequest) (*WebhookInitializationStatus, *http.Response, error)
/*
WebhookControllerInitializeWebhooks Initialize webhooks for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId Organization ID
@return WebhooksAPIWebhookControllerInitializeWebhooksRequest
*/
WebhookControllerInitializeWebhooks(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerInitializeWebhooksRequest
// WebhookControllerInitializeWebhooksExecute executes the request
// @return WebhookInitializationStatus
WebhookControllerInitializeWebhooksExecute(r WebhooksAPIWebhookControllerInitializeWebhooksRequest) (*WebhookInitializationStatus, *http.Response, error)
/*
WebhookControllerRefreshEndpoints Refresh cached endpoint presence flag for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param organizationId
@return WebhooksAPIWebhookControllerRefreshEndpointsRequest
*/
WebhookControllerRefreshEndpoints(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerRefreshEndpointsRequest
// WebhookControllerRefreshEndpointsExecute executes the request
WebhookControllerRefreshEndpointsExecute(r WebhooksAPIWebhookControllerRefreshEndpointsRequest) (*http.Response, error)
}
type WebhooksAPIService ¶
type WebhooksAPIService service
WebhooksAPIService WebhooksAPI service
func (*WebhooksAPIService) WebhookControllerGetAppPortalAccess ¶
func (a *WebhooksAPIService) WebhookControllerGetAppPortalAccess(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerGetAppPortalAccessRequest
WebhookControllerGetAppPortalAccess Get Svix Consumer App Portal access for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return WebhooksAPIWebhookControllerGetAppPortalAccessRequest
func (*WebhooksAPIService) WebhookControllerGetAppPortalAccessExecute ¶
func (a *WebhooksAPIService) WebhookControllerGetAppPortalAccessExecute(r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) (*WebhookAppPortalAccess, *http.Response, error)
Execute executes the request
@return WebhookAppPortalAccess
func (*WebhooksAPIService) WebhookControllerGetInitializationStatus ¶
func (a *WebhooksAPIService) WebhookControllerGetInitializationStatus(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerGetInitializationStatusRequest
WebhookControllerGetInitializationStatus Get webhook initialization status for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return WebhooksAPIWebhookControllerGetInitializationStatusRequest
func (*WebhooksAPIService) WebhookControllerGetInitializationStatusExecute ¶
func (a *WebhooksAPIService) WebhookControllerGetInitializationStatusExecute(r WebhooksAPIWebhookControllerGetInitializationStatusRequest) (*WebhookInitializationStatus, *http.Response, error)
Execute executes the request
@return WebhookInitializationStatus
func (*WebhooksAPIService) WebhookControllerInitializeWebhooks ¶
func (a *WebhooksAPIService) WebhookControllerInitializeWebhooks(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerInitializeWebhooksRequest
WebhookControllerInitializeWebhooks Initialize webhooks for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId Organization ID @return WebhooksAPIWebhookControllerInitializeWebhooksRequest
func (*WebhooksAPIService) WebhookControllerInitializeWebhooksExecute ¶
func (a *WebhooksAPIService) WebhookControllerInitializeWebhooksExecute(r WebhooksAPIWebhookControllerInitializeWebhooksRequest) (*WebhookInitializationStatus, *http.Response, error)
Execute executes the request
@return WebhookInitializationStatus
func (*WebhooksAPIService) WebhookControllerRefreshEndpoints ¶
func (a *WebhooksAPIService) WebhookControllerRefreshEndpoints(ctx context.Context, organizationId string) WebhooksAPIWebhookControllerRefreshEndpointsRequest
WebhookControllerRefreshEndpoints Refresh cached endpoint presence flag for an organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param organizationId @return WebhooksAPIWebhookControllerRefreshEndpointsRequest
func (*WebhooksAPIService) WebhookControllerRefreshEndpointsExecute ¶
func (a *WebhooksAPIService) WebhookControllerRefreshEndpointsExecute(r WebhooksAPIWebhookControllerRefreshEndpointsRequest) (*http.Response, error)
Execute executes the request
type WebhooksAPIWebhookControllerGetAppPortalAccessRequest ¶
type WebhooksAPIWebhookControllerGetAppPortalAccessRequest struct {
ApiService WebhooksAPI
// contains filtered or unexported fields
}
func (WebhooksAPIWebhookControllerGetAppPortalAccessRequest) Execute ¶
func (r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) Execute() (*WebhookAppPortalAccess, *http.Response, error)
func (WebhooksAPIWebhookControllerGetAppPortalAccessRequest) XDaytonaOrganizationID ¶
func (r WebhooksAPIWebhookControllerGetAppPortalAccessRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) WebhooksAPIWebhookControllerGetAppPortalAccessRequest
Use with JWT to specify the organization ID
type WebhooksAPIWebhookControllerGetInitializationStatusRequest ¶
type WebhooksAPIWebhookControllerGetInitializationStatusRequest struct {
ApiService WebhooksAPI
// contains filtered or unexported fields
}
func (WebhooksAPIWebhookControllerGetInitializationStatusRequest) Execute ¶
func (r WebhooksAPIWebhookControllerGetInitializationStatusRequest) Execute() (*WebhookInitializationStatus, *http.Response, error)
func (WebhooksAPIWebhookControllerGetInitializationStatusRequest) XDaytonaOrganizationID ¶
func (r WebhooksAPIWebhookControllerGetInitializationStatusRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) WebhooksAPIWebhookControllerGetInitializationStatusRequest
Use with JWT to specify the organization ID
type WebhooksAPIWebhookControllerInitializeWebhooksRequest ¶
type WebhooksAPIWebhookControllerInitializeWebhooksRequest struct {
ApiService WebhooksAPI
// contains filtered or unexported fields
}
func (WebhooksAPIWebhookControllerInitializeWebhooksRequest) Execute ¶
func (r WebhooksAPIWebhookControllerInitializeWebhooksRequest) Execute() (*WebhookInitializationStatus, *http.Response, error)
func (WebhooksAPIWebhookControllerInitializeWebhooksRequest) XDaytonaOrganizationID ¶
func (r WebhooksAPIWebhookControllerInitializeWebhooksRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) WebhooksAPIWebhookControllerInitializeWebhooksRequest
Use with JWT to specify the organization ID
type WebhooksAPIWebhookControllerRefreshEndpointsRequest ¶
type WebhooksAPIWebhookControllerRefreshEndpointsRequest struct {
ApiService WebhooksAPI
// contains filtered or unexported fields
}
func (WebhooksAPIWebhookControllerRefreshEndpointsRequest) Execute ¶
func (r WebhooksAPIWebhookControllerRefreshEndpointsRequest) Execute() (*http.Response, error)
func (WebhooksAPIWebhookControllerRefreshEndpointsRequest) XDaytonaOrganizationID ¶
func (r WebhooksAPIWebhookControllerRefreshEndpointsRequest) XDaytonaOrganizationID(xDaytonaOrganizationID string) WebhooksAPIWebhookControllerRefreshEndpointsRequest
Use with JWT to specify the organization ID
Source Files
¶
- api_admin.go
- api_api_keys.go
- api_audit.go
- api_config.go
- api_docker_registry.go
- api_health.go
- api_jobs.go
- api_object_storage.go
- api_organizations.go
- api_preview.go
- api_regions.go
- api_runners.go
- api_sandbox.go
- api_secret.go
- api_snapshots.go
- api_users.go
- api_volumes.go
- api_webhooks.go
- client.go
- configuration.go
- model_account_provider.go
- model_admin_create_organization.go
- model_admin_create_runner.go
- model_admin_get_webhook_status_200_response.go
- model_announcement.go
- model_api_key_list.go
- model_api_key_response.go
- model_audit_log.go
- model_available_sandbox_class.go
- model_build_info.go
- model_create_api_key.go
- model_create_build_info.go
- model_create_docker_registry.go
- model_create_linked_account.go
- model_create_organization.go
- model_create_organization_invitation.go
- model_create_organization_quota.go
- model_create_organization_region_quota.go
- model_create_organization_role.go
- model_create_region.go
- model_create_region_response.go
- model_create_runner.go
- model_create_runner_response.go
- model_create_sandbox.go
- model_create_sandbox_snapshot.go
- model_create_secret.go
- model_create_snapshot.go
- model_create_user.go
- model_create_volume.go
- model_date_filter.go
- model_daytona_configuration.go
- model_docker_registry.go
- model_fork_sandbox.go
- model_gpu_type.go
- model_health_controller_check_200_response.go
- model_health_controller_check_200_response_info_value.go
- model_health_controller_check_503_response.go
- model_int_filter.go
- model_job.go
- model_job_status.go
- model_job_type.go
- model_list_sandboxes_response.go
- model_list_secrets_response.go
- model_log_entry.go
- model_metric_data_point.go
- model_metric_series.go
- model_metrics_response.go
- model_oidc_config.go
- model_organization.go
- model_organization_invitation.go
- model_organization_preview_warning.go
- model_organization_role.go
- model_organization_sandbox_default_limited_network_egress.go
- model_organization_suspension.go
- model_organization_usage_overview.go
- model_organization_user.go
- model_otel_config.go
- model_paginated_audit_logs.go
- model_paginated_jobs.go
- model_paginated_logs.go
- model_paginated_sandboxes_deprecated.go
- model_paginated_snapshots.go
- model_paginated_traces.go
- model_poll_jobs_response.go
- model_port_preview_url.go
- model_posthog_config.go
- model_preview_warning.go
- model_rate_limit_config.go
- model_rate_limit_entry.go
- model_regenerate_api_key_response.go
- model_region.go
- model_region_quota.go
- model_region_type.go
- model_region_usage_overview.go
- model_registry_push_access_dto.go
- model_resize_sandbox.go
- model_resolve_sandbox_secrets_200_response_inner.go
- model_runner.go
- model_runner_class.go
- model_runner_full.go
- model_runner_health_metrics.go
- model_runner_healthcheck.go
- model_runner_service_health.go
- model_runner_snapshot_dto.go
- model_runner_state.go
- model_sandbox.go
- model_sandbox_class.go
- model_sandbox_desired_state.go
- model_sandbox_labels.go
- model_sandbox_list_item.go
- model_sandbox_list_sort_direction.go
- model_sandbox_list_sort_field.go
- model_sandbox_state.go
- model_sandbox_volume.go
- model_secret.go
- model_send_webhook_dto.go
- model_set_snapshot_general_status_dto.go
- model_signed_port_preview_url.go
- model_snapshot_dto.go
- model_snapshot_manager_credentials.go
- model_snapshot_state.go
- model_ssh_access_dto.go
- model_ssh_access_validation_dto.go
- model_storage_access_dto.go
- model_string_filter.go
- model_toolbox_proxy_url.go
- model_trace_span.go
- model_trace_summary.go
- model_update_docker_registry.go
- model_update_job_status.go
- model_update_organization_default_region.go
- model_update_organization_invitation.go
- model_update_organization_member_access.go
- model_update_organization_quota.go
- model_update_organization_region_quota.go
- model_update_organization_role.go
- model_update_region.go
- model_update_sandbox_network_settings.go
- model_update_sandbox_secrets.go
- model_update_sandbox_state_dto.go
- model_update_secret.go
- model_url.go
- model_user.go
- model_user_public_key.go
- model_volume_dto.go
- model_volume_state.go
- model_webhook_app_portal_access.go
- model_webhook_event.go
- model_webhook_initialization_status.go
- response.go
- utils.go
- version.go