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 ApiDeleteApiKeyRequest
- type ApiDeleteRoleRequest
- type ApiDeleteServerMonitoringsRequest
- type ApiDeleteSwitchRequest
- type ApiGetApiKeyListRequest
- func (r ApiGetApiKeyListRequest) Execute() (*GetApiKeyList200Response, *http.Response, error)
- func (r ApiGetApiKeyListRequest) Order(order string) ApiGetApiKeyListRequest
- func (r ApiGetApiKeyListRequest) Page(page int32) ApiGetApiKeyListRequest
- func (r ApiGetApiKeyListRequest) PerPage(perPage int32) ApiGetApiKeyListRequest
- func (r ApiGetApiKeyListRequest) Role(role int32) ApiGetApiKeyListRequest
- func (r ApiGetApiKeyListRequest) Search(search string) ApiGetApiKeyListRequest
- type ApiGetApiKeyRequest
- type ApiGetDiscListRequest
- type ApiGetNfsServerInterfaceRequest
- type ApiGetNfsServerListRequest
- func (r ApiGetNfsServerListRequest) Execute() (*GetNfsServerList200Response, *http.Response, error)
- func (r ApiGetNfsServerListRequest) Id(id string) ApiGetNfsServerListRequest
- func (r ApiGetNfsServerListRequest) Page(page int32) ApiGetNfsServerListRequest
- func (r ApiGetNfsServerListRequest) PerPage(perPage int32) ApiGetNfsServerListRequest
- func (r ApiGetNfsServerListRequest) Sort(sort string) ApiGetNfsServerListRequest
- func (r ApiGetNfsServerListRequest) Switch_(switch_ int32) ApiGetNfsServerListRequest
- func (r ApiGetNfsServerListRequest) ZoneCode(zoneCode string) ApiGetNfsServerListRequest
- type ApiGetNfsServerPowerStatusRequest
- type ApiGetNfsServerRequest
- type ApiGetNfsServerStorageRequest
- type ApiGetPermissionListRequest
- func (r ApiGetPermissionListRequest) Category(category string) ApiGetPermissionListRequest
- func (r ApiGetPermissionListRequest) Code(code string) ApiGetPermissionListRequest
- func (r ApiGetPermissionListRequest) Execute() (*GetPermissionList200Response, *http.Response, error)
- func (r ApiGetPermissionListRequest) Page(page int32) ApiGetPermissionListRequest
- func (r ApiGetPermissionListRequest) PerPage(perPage int32) ApiGetPermissionListRequest
- type ApiGetRoleListRequest
- func (r ApiGetRoleListRequest) Execute() (*GetRoleList200Response, *http.Response, error)
- func (r ApiGetRoleListRequest) Order(order string) ApiGetRoleListRequest
- func (r ApiGetRoleListRequest) Page(page int32) ApiGetRoleListRequest
- func (r ApiGetRoleListRequest) PerPage(perPage int32) ApiGetRoleListRequest
- func (r ApiGetRoleListRequest) Search(search string) ApiGetRoleListRequest
- type ApiGetRoleRequest
- type ApiGetServerInterfaceListRequest
- func (r ApiGetServerInterfaceListRequest) Execute() (*GetServerInterfaceList200Response, *http.Response, error)
- func (r ApiGetServerInterfaceListRequest) Page(page int32) ApiGetServerInterfaceListRequest
- func (r ApiGetServerInterfaceListRequest) PerPage(perPage int32) ApiGetServerInterfaceListRequest
- type ApiGetServerInterfaceRequest
- type ApiGetServerLimitationRequest
- type ApiGetServerListRequest
- func (r ApiGetServerListRequest) Execute() (*GetServerList200Response, *http.Response, error)
- func (r ApiGetServerListRequest) Id(id string) ApiGetServerListRequest
- func (r ApiGetServerListRequest) Ipv4Address(ipv4Address string) ApiGetServerListRequest
- func (r ApiGetServerListRequest) MonitoringResourceId(monitoringResourceId string) ApiGetServerListRequest
- func (r ApiGetServerListRequest) Page(page int32) ApiGetServerListRequest
- func (r ApiGetServerListRequest) PerPage(perPage int32) ApiGetServerListRequest
- func (r ApiGetServerListRequest) Search(search string) ApiGetServerListRequest
- func (r ApiGetServerListRequest) ServiceType(serviceType string) ApiGetServerListRequest
- func (r ApiGetServerListRequest) Sort(sort string) ApiGetServerListRequest
- func (r ApiGetServerListRequest) Switch_(switch_ int32) ApiGetServerListRequest
- func (r ApiGetServerListRequest) ZoneCode(zoneCode string) ApiGetServerListRequest
- type ApiGetServerMonitoringHealthRequest
- type ApiGetServerMonitoringListRequest
- func (r ApiGetServerMonitoringListRequest) Execute() (*GetServerMonitoringList200Response, *http.Response, error)
- func (r ApiGetServerMonitoringListRequest) MonitoringResourceId(monitoringResourceId string) ApiGetServerMonitoringListRequest
- func (r ApiGetServerMonitoringListRequest) Page(page int32) ApiGetServerMonitoringListRequest
- func (r ApiGetServerMonitoringListRequest) PerPage(perPage int32) ApiGetServerMonitoringListRequest
- type ApiGetServerMonitoringRequest
- type ApiGetServerPowerStatusRequest
- type ApiGetServerRequest
- type ApiGetServerVideoDeviceRequest
- type ApiGetServerVncConsoleKeymapRequest
- type ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) Execute() (*GetSwitchList200Response, *http.Response, error)
- func (r ApiGetSwitchListRequest) Id(id string) ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) Interface_(interface_ int32) ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) Page(page int32) ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) PerPage(perPage int32) ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) Search(search string) ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) Sort(sort string) ApiGetSwitchListRequest
- func (r ApiGetSwitchListRequest) ZoneCode(zoneCode string) ApiGetSwitchListRequest
- type ApiGetSwitchRequest
- type ApiGetZoneListRequest
- type ApiKey
- func (o *ApiKey) GetId() int32
- func (o *ApiKey) GetIdOk() (*int32, bool)
- func (o *ApiKey) GetName() string
- func (o *ApiKey) GetNameOk() (*string, bool)
- func (o *ApiKey) GetRole() int32
- func (o *ApiKey) GetRoleOk() (*int32, bool)
- func (o *ApiKey) GetToken() string
- func (o *ApiKey) GetTokenOk() (*string, bool)
- func (o ApiKey) MarshalJSON() ([]byte, error)
- func (o *ApiKey) SetId(v int32)
- func (o *ApiKey) SetName(v string)
- func (o *ApiKey) SetRole(v int32)
- func (o *ApiKey) SetToken(v string)
- func (o ApiKey) ToMap() (map[string]interface{}, error)
- func (o *ApiKey) UnmarshalJSON(data []byte) (err error)
- type ApiKeyAPIService
- func (a *ApiKeyAPIService) DeleteApiKey(ctx context.Context, apiKeyId int32) ApiDeleteApiKeyRequest
- func (a *ApiKeyAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*http.Response, error)
- func (a *ApiKeyAPIService) DeleteRole(ctx context.Context, roleId int32) ApiDeleteRoleRequest
- func (a *ApiKeyAPIService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*http.Response, error)
- func (a *ApiKeyAPIService) GetApiKey(ctx context.Context, apiKeyId int32) ApiGetApiKeyRequest
- func (a *ApiKeyAPIService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*ApiKey, *http.Response, error)
- func (a *ApiKeyAPIService) GetApiKeyList(ctx context.Context) ApiGetApiKeyListRequest
- func (a *ApiKeyAPIService) GetApiKeyListExecute(r ApiGetApiKeyListRequest) (*GetApiKeyList200Response, *http.Response, error)
- func (a *ApiKeyAPIService) GetPermissionList(ctx context.Context) ApiGetPermissionListRequest
- func (a *ApiKeyAPIService) GetPermissionListExecute(r ApiGetPermissionListRequest) (*GetPermissionList200Response, *http.Response, error)
- func (a *ApiKeyAPIService) GetRole(ctx context.Context, roleId int32) ApiGetRoleRequest
- func (a *ApiKeyAPIService) GetRoleExecute(r ApiGetRoleRequest) (*Role, *http.Response, error)
- func (a *ApiKeyAPIService) GetRoleList(ctx context.Context) ApiGetRoleListRequest
- func (a *ApiKeyAPIService) GetRoleListExecute(r ApiGetRoleListRequest) (*GetRoleList200Response, *http.Response, error)
- func (a *ApiKeyAPIService) PostApiKey(ctx context.Context) ApiPostApiKeyRequest
- func (a *ApiKeyAPIService) PostApiKeyExecute(r ApiPostApiKeyRequest) (*ApiKey, *http.Response, error)
- func (a *ApiKeyAPIService) PostApiKeyRotate(ctx context.Context, apiKeyId int32) ApiPostApiKeyRotateRequest
- func (a *ApiKeyAPIService) PostApiKeyRotateExecute(r ApiPostApiKeyRotateRequest) (*ApiKey, *http.Response, error)
- func (a *ApiKeyAPIService) PostRole(ctx context.Context) ApiPostRoleRequest
- func (a *ApiKeyAPIService) PostRoleExecute(r ApiPostRoleRequest) (*Role, *http.Response, error)
- func (a *ApiKeyAPIService) PutApiKey(ctx context.Context, apiKeyId int32) ApiPutApiKeyRequest
- func (a *ApiKeyAPIService) PutApiKeyExecute(r ApiPutApiKeyRequest) (*ApiKey, *http.Response, error)
- func (a *ApiKeyAPIService) PutRole(ctx context.Context, roleId int32) ApiPutRoleRequest
- func (a *ApiKeyAPIService) PutRoleExecute(r ApiPutRoleRequest) (*Role, *http.Response, error)
- type ApiPostApiKeyRequest
- type ApiPostApiKeyRotateRequest
- type ApiPostNfsServerChangeIpv4Request
- type ApiPostNfsServerForceRebootRequest
- type ApiPostNfsServerPowerOnRequest
- type ApiPostNfsServerShutdownRequest
- type ApiPostRoleRequest
- type ApiPostServerForceRebootRequest
- type ApiPostServerMonitoringRequest
- type ApiPostServerMountDiscRequest
- type ApiPostServerPowerOnRequest
- type ApiPostServerShutdownRequest
- type ApiPostSwitchRequest
- type ApiPutApiKeyRequest
- type ApiPutNfsServerInterfaceRequest
- type ApiPutNfsServerRequest
- type ApiPutRoleRequest
- type ApiPutServerInterfaceRequest
- type ApiPutServerIpv4PtrRequest
- type ApiPutServerIpv6PtrRequest
- type ApiPutServerMonitoringRequest
- type ApiPutServerRequest
- type ApiPutServerVideoDeviceRequest
- type ApiPutServerVncConsoleKeymapRequest
- type ApiPutSwitchRequest
- type BasicAuth
- type Configuration
- type Disc
- func (o *Disc) GetDescription() string
- func (o *Disc) GetDescriptionOk() (*string, bool)
- func (o *Disc) GetId() int32
- func (o *Disc) GetIdOk() (*int32, bool)
- func (o *Disc) GetLicenseRequired() bool
- func (o *Disc) GetLicenseRequiredOk() (*bool, bool)
- func (o *Disc) GetName() string
- func (o *Disc) GetNameOk() (*string, bool)
- func (o Disc) MarshalJSON() ([]byte, error)
- func (o *Disc) SetDescription(v string)
- func (o *Disc) SetId(v int32)
- func (o *Disc) SetLicenseRequired(v bool)
- func (o *Disc) SetName(v string)
- func (o Disc) ToMap() (map[string]interface{}, error)
- func (o *Disc) UnmarshalJSON(data []byte) (err error)
- type DiscAPIService
- type GenericOpenAPIError
- type GetApiKeyList200Response
- func (o *GetApiKeyList200Response) GetCount() int32
- func (o *GetApiKeyList200Response) GetCountOk() (*int32, bool)
- func (o *GetApiKeyList200Response) GetNext() string
- func (o *GetApiKeyList200Response) GetNextOk() (*string, bool)
- func (o *GetApiKeyList200Response) GetPrevious() string
- func (o *GetApiKeyList200Response) GetPreviousOk() (*string, bool)
- func (o *GetApiKeyList200Response) GetResults() []ApiKey
- func (o *GetApiKeyList200Response) GetResultsOk() ([]ApiKey, bool)
- func (o GetApiKeyList200Response) MarshalJSON() ([]byte, error)
- func (o *GetApiKeyList200Response) SetCount(v int32)
- func (o *GetApiKeyList200Response) SetNext(v string)
- func (o *GetApiKeyList200Response) SetPrevious(v string)
- func (o *GetApiKeyList200Response) SetResults(v []ApiKey)
- func (o GetApiKeyList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetApiKeyList200Response) UnmarshalJSON(data []byte) (err error)
- type GetDiscList200Response
- func (o *GetDiscList200Response) GetCount() int32
- func (o *GetDiscList200Response) GetCountOk() (*int32, bool)
- func (o *GetDiscList200Response) GetNext() string
- func (o *GetDiscList200Response) GetNextOk() (*string, bool)
- func (o *GetDiscList200Response) GetPrevious() string
- func (o *GetDiscList200Response) GetPreviousOk() (*string, bool)
- func (o *GetDiscList200Response) GetResults() []Disc
- func (o *GetDiscList200Response) GetResultsOk() ([]Disc, bool)
- func (o GetDiscList200Response) MarshalJSON() ([]byte, error)
- func (o *GetDiscList200Response) SetCount(v int32)
- func (o *GetDiscList200Response) SetNext(v string)
- func (o *GetDiscList200Response) SetPrevious(v string)
- func (o *GetDiscList200Response) SetResults(v []Disc)
- func (o GetDiscList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetDiscList200Response) UnmarshalJSON(data []byte) (err error)
- type GetNfsServerList200Response
- func (o *GetNfsServerList200Response) GetCount() int32
- func (o *GetNfsServerList200Response) GetCountOk() (*int32, bool)
- func (o *GetNfsServerList200Response) GetNext() string
- func (o *GetNfsServerList200Response) GetNextOk() (*string, bool)
- func (o *GetNfsServerList200Response) GetPrevious() string
- func (o *GetNfsServerList200Response) GetPreviousOk() (*string, bool)
- func (o *GetNfsServerList200Response) GetResults() []NfsServer
- func (o *GetNfsServerList200Response) GetResultsOk() ([]NfsServer, bool)
- func (o GetNfsServerList200Response) MarshalJSON() ([]byte, error)
- func (o *GetNfsServerList200Response) SetCount(v int32)
- func (o *GetNfsServerList200Response) SetNext(v string)
- func (o *GetNfsServerList200Response) SetPrevious(v string)
- func (o *GetNfsServerList200Response) SetResults(v []NfsServer)
- func (o GetNfsServerList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetNfsServerList200Response) UnmarshalJSON(data []byte) (err error)
- type GetPermissionList200Response
- func (o *GetPermissionList200Response) GetCount() int32
- func (o *GetPermissionList200Response) GetCountOk() (*int32, bool)
- func (o *GetPermissionList200Response) GetNext() string
- func (o *GetPermissionList200Response) GetNextOk() (*string, bool)
- func (o *GetPermissionList200Response) GetPrevious() string
- func (o *GetPermissionList200Response) GetPreviousOk() (*string, bool)
- func (o *GetPermissionList200Response) GetResults() []Permission
- func (o *GetPermissionList200Response) GetResultsOk() ([]Permission, bool)
- func (o GetPermissionList200Response) MarshalJSON() ([]byte, error)
- func (o *GetPermissionList200Response) SetCount(v int32)
- func (o *GetPermissionList200Response) SetNext(v string)
- func (o *GetPermissionList200Response) SetPrevious(v string)
- func (o *GetPermissionList200Response) SetResults(v []Permission)
- func (o GetPermissionList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetPermissionList200Response) UnmarshalJSON(data []byte) (err error)
- type GetRoleList200Response
- func (o *GetRoleList200Response) GetCount() int32
- func (o *GetRoleList200Response) GetCountOk() (*int32, bool)
- func (o *GetRoleList200Response) GetNext() string
- func (o *GetRoleList200Response) GetNextOk() (*string, bool)
- func (o *GetRoleList200Response) GetPrevious() string
- func (o *GetRoleList200Response) GetPreviousOk() (*string, bool)
- func (o *GetRoleList200Response) GetResults() []Role
- func (o *GetRoleList200Response) GetResultsOk() ([]Role, bool)
- func (o GetRoleList200Response) MarshalJSON() ([]byte, error)
- func (o *GetRoleList200Response) SetCount(v int32)
- func (o *GetRoleList200Response) SetNext(v string)
- func (o *GetRoleList200Response) SetPrevious(v string)
- func (o *GetRoleList200Response) SetResults(v []Role)
- func (o GetRoleList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetRoleList200Response) UnmarshalJSON(data []byte) (err error)
- type GetServerInterfaceList200Response
- func (o *GetServerInterfaceList200Response) GetCount() int32
- func (o *GetServerInterfaceList200Response) GetCountOk() (*int32, bool)
- func (o *GetServerInterfaceList200Response) GetNext() string
- func (o *GetServerInterfaceList200Response) GetNextOk() (*string, bool)
- func (o *GetServerInterfaceList200Response) GetPrevious() string
- func (o *GetServerInterfaceList200Response) GetPreviousOk() (*string, bool)
- func (o *GetServerInterfaceList200Response) GetResults() []ServerInterface
- func (o *GetServerInterfaceList200Response) GetResultsOk() ([]ServerInterface, bool)
- func (o GetServerInterfaceList200Response) MarshalJSON() ([]byte, error)
- func (o *GetServerInterfaceList200Response) SetCount(v int32)
- func (o *GetServerInterfaceList200Response) SetNext(v string)
- func (o *GetServerInterfaceList200Response) SetPrevious(v string)
- func (o *GetServerInterfaceList200Response) SetResults(v []ServerInterface)
- func (o GetServerInterfaceList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetServerInterfaceList200Response) UnmarshalJSON(data []byte) (err error)
- type GetServerList200Response
- func (o *GetServerList200Response) GetCount() int32
- func (o *GetServerList200Response) GetCountOk() (*int32, bool)
- func (o *GetServerList200Response) GetNext() string
- func (o *GetServerList200Response) GetNextOk() (*string, bool)
- func (o *GetServerList200Response) GetPrevious() string
- func (o *GetServerList200Response) GetPreviousOk() (*string, bool)
- func (o *GetServerList200Response) GetResults() []Server
- func (o *GetServerList200Response) GetResultsOk() ([]Server, bool)
- func (o GetServerList200Response) MarshalJSON() ([]byte, error)
- func (o *GetServerList200Response) SetCount(v int32)
- func (o *GetServerList200Response) SetNext(v string)
- func (o *GetServerList200Response) SetPrevious(v string)
- func (o *GetServerList200Response) SetResults(v []Server)
- func (o GetServerList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetServerList200Response) UnmarshalJSON(data []byte) (err error)
- type GetServerList401Response
- func (o *GetServerList401Response) GetCode() string
- func (o *GetServerList401Response) GetCodeOk() (*string, bool)
- func (o *GetServerList401Response) GetMessage() string
- func (o *GetServerList401Response) GetMessageOk() (*string, bool)
- func (o *GetServerList401Response) HasCode() bool
- func (o *GetServerList401Response) HasMessage() bool
- func (o GetServerList401Response) MarshalJSON() ([]byte, error)
- func (o *GetServerList401Response) SetCode(v string)
- func (o *GetServerList401Response) SetMessage(v string)
- func (o GetServerList401Response) ToMap() (map[string]interface{}, error)
- type GetServerList403Response
- func (o *GetServerList403Response) GetCode() string
- func (o *GetServerList403Response) GetCodeOk() (*string, bool)
- func (o *GetServerList403Response) GetMessage() string
- func (o *GetServerList403Response) GetMessageOk() (*string, bool)
- func (o *GetServerList403Response) HasCode() bool
- func (o *GetServerList403Response) HasMessage() bool
- func (o GetServerList403Response) MarshalJSON() ([]byte, error)
- func (o *GetServerList403Response) SetCode(v string)
- func (o *GetServerList403Response) SetMessage(v string)
- func (o GetServerList403Response) ToMap() (map[string]interface{}, error)
- type GetServerMonitoringList200Response
- func (o *GetServerMonitoringList200Response) GetCount() int32
- func (o *GetServerMonitoringList200Response) GetCountOk() (*int32, bool)
- func (o *GetServerMonitoringList200Response) GetNext() string
- func (o *GetServerMonitoringList200Response) GetNextOk() (*string, bool)
- func (o *GetServerMonitoringList200Response) GetPrevious() string
- func (o *GetServerMonitoringList200Response) GetPreviousOk() (*string, bool)
- func (o *GetServerMonitoringList200Response) GetResults() []ServerMonitoring
- func (o *GetServerMonitoringList200Response) GetResultsOk() ([]ServerMonitoring, bool)
- func (o GetServerMonitoringList200Response) MarshalJSON() ([]byte, error)
- func (o *GetServerMonitoringList200Response) SetCount(v int32)
- func (o *GetServerMonitoringList200Response) SetNext(v string)
- func (o *GetServerMonitoringList200Response) SetPrevious(v string)
- func (o *GetServerMonitoringList200Response) SetResults(v []ServerMonitoring)
- func (o GetServerMonitoringList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetServerMonitoringList200Response) UnmarshalJSON(data []byte) (err error)
- type GetServerVideoDevice200Response
- func (o *GetServerVideoDevice200Response) GetType() string
- func (o *GetServerVideoDevice200Response) GetTypeOk() (*string, bool)
- func (o GetServerVideoDevice200Response) MarshalJSON() ([]byte, error)
- func (o *GetServerVideoDevice200Response) SetType(v string)
- func (o GetServerVideoDevice200Response) ToMap() (map[string]interface{}, error)
- func (o *GetServerVideoDevice200Response) UnmarshalJSON(data []byte) (err error)
- type GetSwitchList200Response
- func (o *GetSwitchList200Response) GetCount() int32
- func (o *GetSwitchList200Response) GetCountOk() (*int32, bool)
- func (o *GetSwitchList200Response) GetNext() string
- func (o *GetSwitchList200Response) GetNextOk() (*string, bool)
- func (o *GetSwitchList200Response) GetPrevious() string
- func (o *GetSwitchList200Response) GetPreviousOk() (*string, bool)
- func (o *GetSwitchList200Response) GetResults() []Switch
- func (o *GetSwitchList200Response) GetResultsOk() ([]Switch, bool)
- func (o GetSwitchList200Response) MarshalJSON() ([]byte, error)
- func (o *GetSwitchList200Response) SetCount(v int32)
- func (o *GetSwitchList200Response) SetNext(v string)
- func (o *GetSwitchList200Response) SetPrevious(v string)
- func (o *GetSwitchList200Response) SetResults(v []Switch)
- func (o GetSwitchList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetSwitchList200Response) UnmarshalJSON(data []byte) (err error)
- type GetZoneList200Response
- func (o *GetZoneList200Response) GetCount() int32
- func (o *GetZoneList200Response) GetCountOk() (*int32, bool)
- func (o *GetZoneList200Response) GetNext() string
- func (o *GetZoneList200Response) GetNextOk() (*string, bool)
- func (o *GetZoneList200Response) GetPrevious() string
- func (o *GetZoneList200Response) GetPreviousOk() (*string, bool)
- func (o *GetZoneList200Response) GetResults() []Zone
- func (o *GetZoneList200Response) GetResultsOk() ([]Zone, bool)
- func (o GetZoneList200Response) MarshalJSON() ([]byte, error)
- func (o *GetZoneList200Response) SetCount(v int32)
- func (o *GetZoneList200Response) SetNext(v string)
- func (o *GetZoneList200Response) SetPrevious(v string)
- func (o *GetZoneList200Response) SetResults(v []Zone)
- func (o GetZoneList200Response) ToMap() (map[string]interface{}, error)
- func (o *GetZoneList200Response) UnmarshalJSON(data []byte) (err error)
- type HealthCheckHttp
- func (o *HealthCheckHttp) GetBasicAuthPassword() string
- func (o *HealthCheckHttp) GetBasicAuthPasswordOk() (*string, bool)
- func (o *HealthCheckHttp) GetBasicAuthUsername() string
- func (o *HealthCheckHttp) GetBasicAuthUsernameOk() (*string, bool)
- func (o *HealthCheckHttp) GetHost() string
- func (o *HealthCheckHttp) GetHostOk() (*string, bool)
- func (o *HealthCheckHttp) GetIntervalMinutes() int32
- func (o *HealthCheckHttp) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckHttp) GetPath() string
- func (o *HealthCheckHttp) GetPathOk() (*string, bool)
- func (o *HealthCheckHttp) GetPort() int32
- func (o *HealthCheckHttp) GetPortOk() (*int32, bool)
- func (o *HealthCheckHttp) GetProtocol() string
- func (o *HealthCheckHttp) GetProtocolOk() (*string, bool)
- func (o *HealthCheckHttp) GetStatus() int32
- func (o *HealthCheckHttp) GetStatusOk() (*int32, bool)
- func (o HealthCheckHttp) MarshalJSON() ([]byte, error)
- func (o *HealthCheckHttp) SetBasicAuthPassword(v string)
- func (o *HealthCheckHttp) SetBasicAuthUsername(v string)
- func (o *HealthCheckHttp) SetHost(v string)
- func (o *HealthCheckHttp) SetIntervalMinutes(v int32)
- func (o *HealthCheckHttp) SetPath(v string)
- func (o *HealthCheckHttp) SetPort(v int32)
- func (o *HealthCheckHttp) SetProtocol(v string)
- func (o *HealthCheckHttp) SetStatus(v int32)
- func (o HealthCheckHttp) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckHttp) UnmarshalJSON(data []byte) (err error)
- type HealthCheckHttpBase
- func (o *HealthCheckHttpBase) GetBasicAuthPassword() string
- func (o *HealthCheckHttpBase) GetBasicAuthPasswordOk() (*string, bool)
- func (o *HealthCheckHttpBase) GetBasicAuthUsername() string
- func (o *HealthCheckHttpBase) GetBasicAuthUsernameOk() (*string, bool)
- func (o *HealthCheckHttpBase) GetHost() string
- func (o *HealthCheckHttpBase) GetHostOk() (*string, bool)
- func (o *HealthCheckHttpBase) GetIntervalMinutes() int32
- func (o *HealthCheckHttpBase) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckHttpBase) GetPath() string
- func (o *HealthCheckHttpBase) GetPathOk() (*string, bool)
- func (o *HealthCheckHttpBase) GetPort() int32
- func (o *HealthCheckHttpBase) GetPortOk() (*int32, bool)
- func (o *HealthCheckHttpBase) GetStatus() int32
- func (o *HealthCheckHttpBase) GetStatusOk() (*int32, bool)
- func (o HealthCheckHttpBase) MarshalJSON() ([]byte, error)
- func (o *HealthCheckHttpBase) SetBasicAuthPassword(v string)
- func (o *HealthCheckHttpBase) SetBasicAuthUsername(v string)
- func (o *HealthCheckHttpBase) SetHost(v string)
- func (o *HealthCheckHttpBase) SetIntervalMinutes(v int32)
- func (o *HealthCheckHttpBase) SetPath(v string)
- func (o *HealthCheckHttpBase) SetPort(v int32)
- func (o *HealthCheckHttpBase) SetStatus(v int32)
- func (o HealthCheckHttpBase) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckHttpBase) UnmarshalJSON(data []byte) (err error)
- type HealthCheckHttps
- func (o *HealthCheckHttps) GetBasicAuthPassword() string
- func (o *HealthCheckHttps) GetBasicAuthPasswordOk() (*string, bool)
- func (o *HealthCheckHttps) GetBasicAuthUsername() string
- func (o *HealthCheckHttps) GetBasicAuthUsernameOk() (*string, bool)
- func (o *HealthCheckHttps) GetHost() string
- func (o *HealthCheckHttps) GetHostOk() (*string, bool)
- func (o *HealthCheckHttps) GetIntervalMinutes() int32
- func (o *HealthCheckHttps) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckHttps) GetPath() string
- func (o *HealthCheckHttps) GetPathOk() (*string, bool)
- func (o *HealthCheckHttps) GetPort() int32
- func (o *HealthCheckHttps) GetPortOk() (*int32, bool)
- func (o *HealthCheckHttps) GetProtocol() string
- func (o *HealthCheckHttps) GetProtocolOk() (*string, bool)
- func (o *HealthCheckHttps) GetSni() bool
- func (o *HealthCheckHttps) GetSniOk() (*bool, bool)
- func (o *HealthCheckHttps) GetStatus() int32
- func (o *HealthCheckHttps) GetStatusOk() (*int32, bool)
- func (o HealthCheckHttps) MarshalJSON() ([]byte, error)
- func (o *HealthCheckHttps) SetBasicAuthPassword(v string)
- func (o *HealthCheckHttps) SetBasicAuthUsername(v string)
- func (o *HealthCheckHttps) SetHost(v string)
- func (o *HealthCheckHttps) SetIntervalMinutes(v int32)
- func (o *HealthCheckHttps) SetPath(v string)
- func (o *HealthCheckHttps) SetPort(v int32)
- func (o *HealthCheckHttps) SetProtocol(v string)
- func (o *HealthCheckHttps) SetSni(v bool)
- func (o *HealthCheckHttps) SetStatus(v int32)
- func (o HealthCheckHttps) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckHttps) UnmarshalJSON(data []byte) (err error)
- type HealthCheckPing
- func (o *HealthCheckPing) GetIntervalMinutes() int32
- func (o *HealthCheckPing) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckPing) GetProtocol() string
- func (o *HealthCheckPing) GetProtocolOk() (*string, bool)
- func (o HealthCheckPing) MarshalJSON() ([]byte, error)
- func (o *HealthCheckPing) SetIntervalMinutes(v int32)
- func (o *HealthCheckPing) SetProtocol(v string)
- func (o HealthCheckPing) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckPing) UnmarshalJSON(data []byte) (err error)
- type HealthCheckPop3
- func (o *HealthCheckPop3) GetIntervalMinutes() int32
- func (o *HealthCheckPop3) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckPop3) GetPort() int32
- func (o *HealthCheckPop3) GetPortOk() (*int32, bool)
- func (o *HealthCheckPop3) GetProtocol() string
- func (o *HealthCheckPop3) GetProtocolOk() (*string, bool)
- func (o HealthCheckPop3) MarshalJSON() ([]byte, error)
- func (o *HealthCheckPop3) SetIntervalMinutes(v int32)
- func (o *HealthCheckPop3) SetPort(v int32)
- func (o *HealthCheckPop3) SetProtocol(v string)
- func (o HealthCheckPop3) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckPop3) UnmarshalJSON(data []byte) (err error)
- type HealthCheckSmtp
- func (o *HealthCheckSmtp) GetIntervalMinutes() int32
- func (o *HealthCheckSmtp) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckSmtp) GetPort() int32
- func (o *HealthCheckSmtp) GetPortOk() (*int32, bool)
- func (o *HealthCheckSmtp) GetProtocol() string
- func (o *HealthCheckSmtp) GetProtocolOk() (*string, bool)
- func (o HealthCheckSmtp) MarshalJSON() ([]byte, error)
- func (o *HealthCheckSmtp) SetIntervalMinutes(v int32)
- func (o *HealthCheckSmtp) SetPort(v int32)
- func (o *HealthCheckSmtp) SetProtocol(v string)
- func (o HealthCheckSmtp) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckSmtp) UnmarshalJSON(data []byte) (err error)
- type HealthCheckSsh
- func (o *HealthCheckSsh) GetIntervalMinutes() int32
- func (o *HealthCheckSsh) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckSsh) GetPort() int32
- func (o *HealthCheckSsh) GetPortOk() (*int32, bool)
- func (o *HealthCheckSsh) GetProtocol() string
- func (o *HealthCheckSsh) GetProtocolOk() (*string, bool)
- func (o HealthCheckSsh) MarshalJSON() ([]byte, error)
- func (o *HealthCheckSsh) SetIntervalMinutes(v int32)
- func (o *HealthCheckSsh) SetPort(v int32)
- func (o *HealthCheckSsh) SetProtocol(v string)
- func (o HealthCheckSsh) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckSsh) UnmarshalJSON(data []byte) (err error)
- type HealthCheckTcp
- func (o *HealthCheckTcp) GetIntervalMinutes() int32
- func (o *HealthCheckTcp) GetIntervalMinutesOk() (*int32, bool)
- func (o *HealthCheckTcp) GetPort() int32
- func (o *HealthCheckTcp) GetPortOk() (*int32, bool)
- func (o *HealthCheckTcp) GetProtocol() string
- func (o *HealthCheckTcp) GetProtocolOk() (*string, bool)
- func (o HealthCheckTcp) MarshalJSON() ([]byte, error)
- func (o *HealthCheckTcp) SetIntervalMinutes(v int32)
- func (o *HealthCheckTcp) SetPort(v int32)
- func (o *HealthCheckTcp) SetProtocol(v string)
- func (o HealthCheckTcp) ToMap() (map[string]interface{}, error)
- func (o *HealthCheckTcp) UnmarshalJSON(data []byte) (err error)
- type InvalidParameterDetailInner
- func (o *InvalidParameterDetailInner) GetCode() string
- func (o *InvalidParameterDetailInner) GetCodeOk() (*string, bool)
- func (o *InvalidParameterDetailInner) GetMessage() string
- func (o *InvalidParameterDetailInner) GetMessageOk() (*string, bool)
- func (o *InvalidParameterDetailInner) HasCode() bool
- func (o *InvalidParameterDetailInner) HasMessage() bool
- func (o InvalidParameterDetailInner) MarshalJSON() ([]byte, error)
- func (o *InvalidParameterDetailInner) SetCode(v string)
- func (o *InvalidParameterDetailInner) SetMessage(v string)
- func (o InvalidParameterDetailInner) ToMap() (map[string]interface{}, error)
- type Keymap
- type Limitation
- func (o *Limitation) GetCpuPerformanceLimit() string
- func (o *Limitation) GetCpuPerformanceLimitOk() (*string, bool)
- func (o *Limitation) GetNetworkBandwidthLimit() string
- func (o *Limitation) GetNetworkBandwidthLimitOk() (*string, bool)
- func (o *Limitation) GetOutboundPort25Blocking() string
- func (o *Limitation) GetOutboundPort25BlockingOk() (*string, bool)
- func (o *Limitation) GetStorageIopsLimit() string
- func (o *Limitation) GetStorageIopsLimitOk() (*string, bool)
- func (o *Limitation) HasCpuPerformanceLimit() bool
- func (o *Limitation) HasNetworkBandwidthLimit() bool
- func (o *Limitation) HasOutboundPort25Blocking() bool
- func (o *Limitation) HasStorageIopsLimit() bool
- func (o Limitation) MarshalJSON() ([]byte, error)
- func (o *Limitation) SetCpuPerformanceLimit(v string)
- func (o *Limitation) SetNetworkBandwidthLimit(v string)
- func (o *Limitation) SetOutboundPort25Blocking(v string)
- func (o *Limitation) SetStorageIopsLimit(v string)
- func (o Limitation) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NfsServer
- func (o *NfsServer) GetContract() NfsServerContract
- func (o *NfsServer) GetContractOk() (*NfsServerContract, bool)
- func (o *NfsServer) GetDescription() string
- func (o *NfsServer) GetDescriptionOk() (*string, bool)
- func (o *NfsServer) GetId() int32
- func (o *NfsServer) GetIdOk() (*int32, bool)
- func (o *NfsServer) GetIpv4() NfsServerIpv4
- func (o *NfsServer) GetIpv4Ok() (*NfsServerIpv4, bool)
- func (o *NfsServer) GetName() string
- func (o *NfsServer) GetNameOk() (*string, bool)
- func (o *NfsServer) GetPowerStatus() string
- func (o *NfsServer) GetPowerStatusOk() (*string, bool)
- func (o *NfsServer) GetServiceStatus() string
- func (o *NfsServer) GetServiceStatusOk() (*string, bool)
- func (o *NfsServer) GetSettingStatus() string
- func (o *NfsServer) GetSettingStatusOk() (*string, bool)
- func (o *NfsServer) GetStorage() []NfsServerStorageInner
- func (o *NfsServer) GetStorageOk() ([]NfsServerStorageInner, bool)
- func (o *NfsServer) GetZone() ServerZone
- func (o *NfsServer) GetZoneOk() (*ServerZone, bool)
- func (o NfsServer) MarshalJSON() ([]byte, error)
- func (o *NfsServer) SetContract(v NfsServerContract)
- func (o *NfsServer) SetDescription(v string)
- func (o *NfsServer) SetId(v int32)
- func (o *NfsServer) SetIpv4(v NfsServerIpv4)
- func (o *NfsServer) SetName(v string)
- func (o *NfsServer) SetPowerStatus(v string)
- func (o *NfsServer) SetServiceStatus(v string)
- func (o *NfsServer) SetSettingStatus(v string)
- func (o *NfsServer) SetStorage(v []NfsServerStorageInner)
- func (o *NfsServer) SetZone(v ServerZone)
- func (o NfsServer) ToMap() (map[string]interface{}, error)
- func (o *NfsServer) UnmarshalJSON(data []byte) (err error)
- type NfsServerAPIService
- func (a *NfsServerAPIService) GetNfsServer(ctx context.Context, nfsServerId int32) ApiGetNfsServerRequest
- func (a *NfsServerAPIService) GetNfsServerExecute(r ApiGetNfsServerRequest) (*NfsServer, *http.Response, error)
- func (a *NfsServerAPIService) GetNfsServerInterface(ctx context.Context, nfsServerId int32) ApiGetNfsServerInterfaceRequest
- func (a *NfsServerAPIService) GetNfsServerInterfaceExecute(r ApiGetNfsServerInterfaceRequest) (*NfsServerInterface, *http.Response, error)
- func (a *NfsServerAPIService) GetNfsServerList(ctx context.Context) ApiGetNfsServerListRequest
- func (a *NfsServerAPIService) GetNfsServerListExecute(r ApiGetNfsServerListRequest) (*GetNfsServerList200Response, *http.Response, error)
- func (a *NfsServerAPIService) GetNfsServerPowerStatus(ctx context.Context, nfsServerId int32) ApiGetNfsServerPowerStatusRequest
- func (a *NfsServerAPIService) GetNfsServerPowerStatusExecute(r ApiGetNfsServerPowerStatusRequest) (*NfsServerPowerStatus, *http.Response, error)
- func (a *NfsServerAPIService) GetNfsServerStorage(ctx context.Context, nfsServerId int32) ApiGetNfsServerStorageRequest
- func (a *NfsServerAPIService) GetNfsServerStorageExecute(r ApiGetNfsServerStorageRequest) (*NfsStorageInfo, *http.Response, error)
- func (a *NfsServerAPIService) PostNfsServerChangeIpv4(ctx context.Context, nfsServerId int32) ApiPostNfsServerChangeIpv4Request
- func (a *NfsServerAPIService) PostNfsServerChangeIpv4Execute(r ApiPostNfsServerChangeIpv4Request) (*http.Response, error)
- func (a *NfsServerAPIService) PostNfsServerForceReboot(ctx context.Context, nfsServerId int32) ApiPostNfsServerForceRebootRequest
- func (a *NfsServerAPIService) PostNfsServerForceRebootExecute(r ApiPostNfsServerForceRebootRequest) (*http.Response, error)
- func (a *NfsServerAPIService) PostNfsServerPowerOn(ctx context.Context, nfsServerId int32) ApiPostNfsServerPowerOnRequest
- func (a *NfsServerAPIService) PostNfsServerPowerOnExecute(r ApiPostNfsServerPowerOnRequest) (*http.Response, error)
- func (a *NfsServerAPIService) PostNfsServerShutdown(ctx context.Context, nfsServerId int32) ApiPostNfsServerShutdownRequest
- func (a *NfsServerAPIService) PostNfsServerShutdownExecute(r ApiPostNfsServerShutdownRequest) (*http.Response, error)
- func (a *NfsServerAPIService) PutNfsServer(ctx context.Context, nfsServerId int32) ApiPutNfsServerRequest
- func (a *NfsServerAPIService) PutNfsServerExecute(r ApiPutNfsServerRequest) (*NfsServer, *http.Response, error)
- func (a *NfsServerAPIService) PutNfsServerInterface(ctx context.Context, nfsServerId int32) ApiPutNfsServerInterfaceRequest
- func (a *NfsServerAPIService) PutNfsServerInterfaceExecute(r ApiPutNfsServerInterfaceRequest) (*NfsServerInterface, *http.Response, error)
- type NfsServerContract
- func (o *NfsServerContract) GetPlanCode() int32
- func (o *NfsServerContract) GetPlanCodeOk() (*int32, bool)
- func (o *NfsServerContract) GetPlanName() string
- func (o *NfsServerContract) GetPlanNameOk() (*string, bool)
- func (o *NfsServerContract) GetServiceCode() string
- func (o *NfsServerContract) GetServiceCodeOk() (*string, bool)
- func (o NfsServerContract) MarshalJSON() ([]byte, error)
- func (o *NfsServerContract) SetPlanCode(v int32)
- func (o *NfsServerContract) SetPlanName(v string)
- func (o *NfsServerContract) SetServiceCode(v string)
- func (o NfsServerContract) ToMap() (map[string]interface{}, error)
- func (o *NfsServerContract) UnmarshalJSON(data []byte) (err error)
- type NfsServerInterface
- func (o *NfsServerInterface) GetConnectTo() string
- func (o *NfsServerInterface) GetConnectToOk() (*string, bool)
- func (o *NfsServerInterface) GetDevice() string
- func (o *NfsServerInterface) GetDeviceOk() (*string, bool)
- func (o *NfsServerInterface) GetId() int32
- func (o *NfsServerInterface) GetIdOk() (*int32, bool)
- func (o *NfsServerInterface) GetMac() string
- func (o *NfsServerInterface) GetMacOk() (*string, bool)
- func (o *NfsServerInterface) GetSwitchId() int32
- func (o *NfsServerInterface) GetSwitchIdOk() (*int32, bool)
- func (o NfsServerInterface) MarshalJSON() ([]byte, error)
- func (o *NfsServerInterface) SetConnectTo(v string)
- func (o *NfsServerInterface) SetDevice(v string)
- func (o *NfsServerInterface) SetId(v int32)
- func (o *NfsServerInterface) SetMac(v string)
- func (o *NfsServerInterface) SetSwitchId(v int32)
- func (o NfsServerInterface) ToMap() (map[string]interface{}, error)
- func (o *NfsServerInterface) UnmarshalJSON(data []byte) (err error)
- type NfsServerIpv4
- func (o *NfsServerIpv4) GetAddress() string
- func (o *NfsServerIpv4) GetAddressOk() (*string, bool)
- func (o *NfsServerIpv4) GetNetmask() string
- func (o *NfsServerIpv4) GetNetmaskOk() (*string, bool)
- func (o NfsServerIpv4) MarshalJSON() ([]byte, error)
- func (o *NfsServerIpv4) SetAddress(v string)
- func (o *NfsServerIpv4) SetNetmask(v string)
- func (o NfsServerIpv4) ToMap() (map[string]interface{}, error)
- func (o *NfsServerIpv4) UnmarshalJSON(data []byte) (err error)
- type NfsServerPowerStatus
- func (o *NfsServerPowerStatus) GetStatus() string
- func (o *NfsServerPowerStatus) GetStatusOk() (*string, bool)
- func (o NfsServerPowerStatus) MarshalJSON() ([]byte, error)
- func (o *NfsServerPowerStatus) SetStatus(v string)
- func (o NfsServerPowerStatus) ToMap() (map[string]interface{}, error)
- func (o *NfsServerPowerStatus) UnmarshalJSON(data []byte) (err error)
- type NfsServerStorageInner
- func (o *NfsServerStorageInner) GetSizeGibibytes() int32
- func (o *NfsServerStorageInner) GetSizeGibibytesOk() (*int32, bool)
- func (o *NfsServerStorageInner) GetType() string
- func (o *NfsServerStorageInner) GetTypeOk() (*string, bool)
- func (o NfsServerStorageInner) MarshalJSON() ([]byte, error)
- func (o *NfsServerStorageInner) SetSizeGibibytes(v int32)
- func (o *NfsServerStorageInner) SetType(v string)
- func (o NfsServerStorageInner) ToMap() (map[string]interface{}, error)
- func (o *NfsServerStorageInner) UnmarshalJSON(data []byte) (err error)
- type NfsStorageInfo
- func (o *NfsStorageInfo) GetCapacityKib() int32
- func (o *NfsStorageInfo) GetCapacityKibOk() (*int32, bool)
- func (o *NfsStorageInfo) GetFreeSpaceKib() int32
- func (o *NfsStorageInfo) GetFreeSpaceKibOk() (*int32, bool)
- func (o *NfsStorageInfo) GetUsageKib() int32
- func (o *NfsStorageInfo) GetUsageKibOk() (*int32, bool)
- func (o *NfsStorageInfo) GetUsagePercentage() int32
- func (o *NfsStorageInfo) GetUsagePercentageOk() (*int32, bool)
- func (o NfsStorageInfo) MarshalJSON() ([]byte, error)
- func (o *NfsStorageInfo) SetCapacityKib(v int32)
- func (o *NfsStorageInfo) SetFreeSpaceKib(v int32)
- func (o *NfsStorageInfo) SetUsageKib(v int32)
- func (o *NfsStorageInfo) SetUsagePercentage(v int32)
- func (o NfsStorageInfo) ToMap() (map[string]interface{}, error)
- func (o *NfsStorageInfo) UnmarshalJSON(data []byte) (err error)
- type NullableApiKey
- type NullableBool
- type NullableDisc
- type NullableFloat32
- type NullableFloat64
- type NullableGetApiKeyList200Response
- func (v NullableGetApiKeyList200Response) Get() *GetApiKeyList200Response
- func (v NullableGetApiKeyList200Response) IsSet() bool
- func (v NullableGetApiKeyList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetApiKeyList200Response) Set(val *GetApiKeyList200Response)
- func (v *NullableGetApiKeyList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetApiKeyList200Response) Unset()
- type NullableGetDiscList200Response
- func (v NullableGetDiscList200Response) Get() *GetDiscList200Response
- func (v NullableGetDiscList200Response) IsSet() bool
- func (v NullableGetDiscList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetDiscList200Response) Set(val *GetDiscList200Response)
- func (v *NullableGetDiscList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetDiscList200Response) Unset()
- type NullableGetNfsServerList200Response
- func (v NullableGetNfsServerList200Response) Get() *GetNfsServerList200Response
- func (v NullableGetNfsServerList200Response) IsSet() bool
- func (v NullableGetNfsServerList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetNfsServerList200Response) Set(val *GetNfsServerList200Response)
- func (v *NullableGetNfsServerList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetNfsServerList200Response) Unset()
- type NullableGetPermissionList200Response
- func (v NullableGetPermissionList200Response) Get() *GetPermissionList200Response
- func (v NullableGetPermissionList200Response) IsSet() bool
- func (v NullableGetPermissionList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetPermissionList200Response) Set(val *GetPermissionList200Response)
- func (v *NullableGetPermissionList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetPermissionList200Response) Unset()
- type NullableGetRoleList200Response
- func (v NullableGetRoleList200Response) Get() *GetRoleList200Response
- func (v NullableGetRoleList200Response) IsSet() bool
- func (v NullableGetRoleList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetRoleList200Response) Set(val *GetRoleList200Response)
- func (v *NullableGetRoleList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetRoleList200Response) Unset()
- type NullableGetServerInterfaceList200Response
- func (v NullableGetServerInterfaceList200Response) Get() *GetServerInterfaceList200Response
- func (v NullableGetServerInterfaceList200Response) IsSet() bool
- func (v NullableGetServerInterfaceList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetServerInterfaceList200Response) Set(val *GetServerInterfaceList200Response)
- func (v *NullableGetServerInterfaceList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetServerInterfaceList200Response) Unset()
- type NullableGetServerList200Response
- func (v NullableGetServerList200Response) Get() *GetServerList200Response
- func (v NullableGetServerList200Response) IsSet() bool
- func (v NullableGetServerList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetServerList200Response) Set(val *GetServerList200Response)
- func (v *NullableGetServerList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetServerList200Response) Unset()
- type NullableGetServerList401Response
- func (v NullableGetServerList401Response) Get() *GetServerList401Response
- func (v NullableGetServerList401Response) IsSet() bool
- func (v NullableGetServerList401Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetServerList401Response) Set(val *GetServerList401Response)
- func (v *NullableGetServerList401Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetServerList401Response) Unset()
- type NullableGetServerList403Response
- func (v NullableGetServerList403Response) Get() *GetServerList403Response
- func (v NullableGetServerList403Response) IsSet() bool
- func (v NullableGetServerList403Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetServerList403Response) Set(val *GetServerList403Response)
- func (v *NullableGetServerList403Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetServerList403Response) Unset()
- type NullableGetServerMonitoringList200Response
- func (v NullableGetServerMonitoringList200Response) Get() *GetServerMonitoringList200Response
- func (v NullableGetServerMonitoringList200Response) IsSet() bool
- func (v NullableGetServerMonitoringList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetServerMonitoringList200Response) Set(val *GetServerMonitoringList200Response)
- func (v *NullableGetServerMonitoringList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetServerMonitoringList200Response) Unset()
- type NullableGetServerVideoDevice200Response
- func (v NullableGetServerVideoDevice200Response) Get() *GetServerVideoDevice200Response
- func (v NullableGetServerVideoDevice200Response) IsSet() bool
- func (v NullableGetServerVideoDevice200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetServerVideoDevice200Response) Set(val *GetServerVideoDevice200Response)
- func (v *NullableGetServerVideoDevice200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetServerVideoDevice200Response) Unset()
- type NullableGetSwitchList200Response
- func (v NullableGetSwitchList200Response) Get() *GetSwitchList200Response
- func (v NullableGetSwitchList200Response) IsSet() bool
- func (v NullableGetSwitchList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetSwitchList200Response) Set(val *GetSwitchList200Response)
- func (v *NullableGetSwitchList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetSwitchList200Response) Unset()
- type NullableGetZoneList200Response
- func (v NullableGetZoneList200Response) Get() *GetZoneList200Response
- func (v NullableGetZoneList200Response) IsSet() bool
- func (v NullableGetZoneList200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetZoneList200Response) Set(val *GetZoneList200Response)
- func (v *NullableGetZoneList200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetZoneList200Response) Unset()
- type NullableHealthCheckHttp
- func (v NullableHealthCheckHttp) Get() *HealthCheckHttp
- func (v NullableHealthCheckHttp) IsSet() bool
- func (v NullableHealthCheckHttp) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckHttp) Set(val *HealthCheckHttp)
- func (v *NullableHealthCheckHttp) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckHttp) Unset()
- type NullableHealthCheckHttpBase
- func (v NullableHealthCheckHttpBase) Get() *HealthCheckHttpBase
- func (v NullableHealthCheckHttpBase) IsSet() bool
- func (v NullableHealthCheckHttpBase) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckHttpBase) Set(val *HealthCheckHttpBase)
- func (v *NullableHealthCheckHttpBase) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckHttpBase) Unset()
- type NullableHealthCheckHttps
- func (v NullableHealthCheckHttps) Get() *HealthCheckHttps
- func (v NullableHealthCheckHttps) IsSet() bool
- func (v NullableHealthCheckHttps) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckHttps) Set(val *HealthCheckHttps)
- func (v *NullableHealthCheckHttps) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckHttps) Unset()
- type NullableHealthCheckPing
- func (v NullableHealthCheckPing) Get() *HealthCheckPing
- func (v NullableHealthCheckPing) IsSet() bool
- func (v NullableHealthCheckPing) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckPing) Set(val *HealthCheckPing)
- func (v *NullableHealthCheckPing) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckPing) Unset()
- type NullableHealthCheckPop3
- func (v NullableHealthCheckPop3) Get() *HealthCheckPop3
- func (v NullableHealthCheckPop3) IsSet() bool
- func (v NullableHealthCheckPop3) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckPop3) Set(val *HealthCheckPop3)
- func (v *NullableHealthCheckPop3) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckPop3) Unset()
- type NullableHealthCheckSmtp
- func (v NullableHealthCheckSmtp) Get() *HealthCheckSmtp
- func (v NullableHealthCheckSmtp) IsSet() bool
- func (v NullableHealthCheckSmtp) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckSmtp) Set(val *HealthCheckSmtp)
- func (v *NullableHealthCheckSmtp) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckSmtp) Unset()
- type NullableHealthCheckSsh
- func (v NullableHealthCheckSsh) Get() *HealthCheckSsh
- func (v NullableHealthCheckSsh) IsSet() bool
- func (v NullableHealthCheckSsh) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckSsh) Set(val *HealthCheckSsh)
- func (v *NullableHealthCheckSsh) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckSsh) Unset()
- type NullableHealthCheckTcp
- func (v NullableHealthCheckTcp) Get() *HealthCheckTcp
- func (v NullableHealthCheckTcp) IsSet() bool
- func (v NullableHealthCheckTcp) MarshalJSON() ([]byte, error)
- func (v *NullableHealthCheckTcp) Set(val *HealthCheckTcp)
- func (v *NullableHealthCheckTcp) UnmarshalJSON(src []byte) error
- func (v *NullableHealthCheckTcp) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParameterDetailInner
- func (v NullableInvalidParameterDetailInner) Get() *InvalidParameterDetailInner
- func (v NullableInvalidParameterDetailInner) IsSet() bool
- func (v NullableInvalidParameterDetailInner) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParameterDetailInner) Set(val *InvalidParameterDetailInner)
- func (v *NullableInvalidParameterDetailInner) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParameterDetailInner) Unset()
- type NullableKeymap
- type NullableLimitation
- type NullableNfsServer
- type NullableNfsServerContract
- func (v NullableNfsServerContract) Get() *NfsServerContract
- func (v NullableNfsServerContract) IsSet() bool
- func (v NullableNfsServerContract) MarshalJSON() ([]byte, error)
- func (v *NullableNfsServerContract) Set(val *NfsServerContract)
- func (v *NullableNfsServerContract) UnmarshalJSON(src []byte) error
- func (v *NullableNfsServerContract) Unset()
- type NullableNfsServerInterface
- func (v NullableNfsServerInterface) Get() *NfsServerInterface
- func (v NullableNfsServerInterface) IsSet() bool
- func (v NullableNfsServerInterface) MarshalJSON() ([]byte, error)
- func (v *NullableNfsServerInterface) Set(val *NfsServerInterface)
- func (v *NullableNfsServerInterface) UnmarshalJSON(src []byte) error
- func (v *NullableNfsServerInterface) Unset()
- type NullableNfsServerIpv4
- func (v NullableNfsServerIpv4) Get() *NfsServerIpv4
- func (v NullableNfsServerIpv4) IsSet() bool
- func (v NullableNfsServerIpv4) MarshalJSON() ([]byte, error)
- func (v *NullableNfsServerIpv4) Set(val *NfsServerIpv4)
- func (v *NullableNfsServerIpv4) UnmarshalJSON(src []byte) error
- func (v *NullableNfsServerIpv4) Unset()
- type NullableNfsServerPowerStatus
- func (v NullableNfsServerPowerStatus) Get() *NfsServerPowerStatus
- func (v NullableNfsServerPowerStatus) IsSet() bool
- func (v NullableNfsServerPowerStatus) MarshalJSON() ([]byte, error)
- func (v *NullableNfsServerPowerStatus) Set(val *NfsServerPowerStatus)
- func (v *NullableNfsServerPowerStatus) UnmarshalJSON(src []byte) error
- func (v *NullableNfsServerPowerStatus) Unset()
- type NullableNfsServerStorageInner
- func (v NullableNfsServerStorageInner) Get() *NfsServerStorageInner
- func (v NullableNfsServerStorageInner) IsSet() bool
- func (v NullableNfsServerStorageInner) MarshalJSON() ([]byte, error)
- func (v *NullableNfsServerStorageInner) Set(val *NfsServerStorageInner)
- func (v *NullableNfsServerStorageInner) UnmarshalJSON(src []byte) error
- func (v *NullableNfsServerStorageInner) Unset()
- type NullableNfsStorageInfo
- func (v NullableNfsStorageInfo) Get() *NfsStorageInfo
- func (v NullableNfsStorageInfo) IsSet() bool
- func (v NullableNfsStorageInfo) MarshalJSON() ([]byte, error)
- func (v *NullableNfsStorageInfo) Set(val *NfsStorageInfo)
- func (v *NullableNfsStorageInfo) UnmarshalJSON(src []byte) error
- func (v *NullableNfsStorageInfo) Unset()
- type NullablePagination
- type NullablePermission
- type NullablePostNfsServerChangeIpv4Request
- func (v NullablePostNfsServerChangeIpv4Request) Get() *PostNfsServerChangeIpv4Request
- func (v NullablePostNfsServerChangeIpv4Request) IsSet() bool
- func (v NullablePostNfsServerChangeIpv4Request) MarshalJSON() ([]byte, error)
- func (v *NullablePostNfsServerChangeIpv4Request) Set(val *PostNfsServerChangeIpv4Request)
- func (v *NullablePostNfsServerChangeIpv4Request) UnmarshalJSON(src []byte) error
- func (v *NullablePostNfsServerChangeIpv4Request) Unset()
- type NullablePostServerMountDiscRequest
- func (v NullablePostServerMountDiscRequest) Get() *PostServerMountDiscRequest
- func (v NullablePostServerMountDiscRequest) IsSet() bool
- func (v NullablePostServerMountDiscRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostServerMountDiscRequest) Set(val *PostServerMountDiscRequest)
- func (v *NullablePostServerMountDiscRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostServerMountDiscRequest) Unset()
- type NullablePostServerShutdownRequest
- func (v NullablePostServerShutdownRequest) Get() *PostServerShutdownRequest
- func (v NullablePostServerShutdownRequest) IsSet() bool
- func (v NullablePostServerShutdownRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostServerShutdownRequest) Set(val *PostServerShutdownRequest)
- func (v *NullablePostServerShutdownRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostServerShutdownRequest) Unset()
- type NullablePostSwitch201Response
- func (v NullablePostSwitch201Response) Get() *PostSwitch201Response
- func (v NullablePostSwitch201Response) IsSet() bool
- func (v NullablePostSwitch201Response) MarshalJSON() ([]byte, error)
- func (v *NullablePostSwitch201Response) Set(val *PostSwitch201Response)
- func (v *NullablePostSwitch201Response) UnmarshalJSON(src []byte) error
- func (v *NullablePostSwitch201Response) Unset()
- type NullablePostSwitch201ResponseZone
- func (v NullablePostSwitch201ResponseZone) Get() *PostSwitch201ResponseZone
- func (v NullablePostSwitch201ResponseZone) IsSet() bool
- func (v NullablePostSwitch201ResponseZone) MarshalJSON() ([]byte, error)
- func (v *NullablePostSwitch201ResponseZone) Set(val *PostSwitch201ResponseZone)
- func (v *NullablePostSwitch201ResponseZone) UnmarshalJSON(src []byte) error
- func (v *NullablePostSwitch201ResponseZone) Unset()
- type NullablePostSwitchRequest
- func (v NullablePostSwitchRequest) Get() *PostSwitchRequest
- func (v NullablePostSwitchRequest) IsSet() bool
- func (v NullablePostSwitchRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePostSwitchRequest) Set(val *PostSwitchRequest)
- func (v *NullablePostSwitchRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePostSwitchRequest) Unset()
- type NullableProblemDetails400
- func (v NullableProblemDetails400) Get() *ProblemDetails400
- func (v NullableProblemDetails400) IsSet() bool
- func (v NullableProblemDetails400) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails400) Set(val *ProblemDetails400)
- func (v *NullableProblemDetails400) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails400) Unset()
- type NullableProblemDetails400Errors
- func (v NullableProblemDetails400Errors) Get() *ProblemDetails400Errors
- func (v NullableProblemDetails400Errors) IsSet() bool
- func (v NullableProblemDetails400Errors) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails400Errors) Set(val *ProblemDetails400Errors)
- func (v *NullableProblemDetails400Errors) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails400Errors) Unset()
- type NullableProblemDetails404
- func (v NullableProblemDetails404) Get() *ProblemDetails404
- func (v NullableProblemDetails404) IsSet() bool
- func (v NullableProblemDetails404) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails404) Set(val *ProblemDetails404)
- func (v *NullableProblemDetails404) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails404) Unset()
- type NullableProblemDetails409
- func (v NullableProblemDetails409) Get() *ProblemDetails409
- func (v NullableProblemDetails409) IsSet() bool
- func (v NullableProblemDetails409) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails409) Set(val *ProblemDetails409)
- func (v *NullableProblemDetails409) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails409) Unset()
- type NullableProblemDetails429
- func (v NullableProblemDetails429) Get() *ProblemDetails429
- func (v NullableProblemDetails429) IsSet() bool
- func (v NullableProblemDetails429) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails429) Set(val *ProblemDetails429)
- func (v *NullableProblemDetails429) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails429) Unset()
- type NullableProblemDetails503
- func (v NullableProblemDetails503) Get() *ProblemDetails503
- func (v NullableProblemDetails503) IsSet() bool
- func (v NullableProblemDetails503) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails503) Set(val *ProblemDetails503)
- func (v *NullableProblemDetails503) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails503) Unset()
- type NullablePutServerIpv4Ptr200Response
- func (v NullablePutServerIpv4Ptr200Response) Get() *PutServerIpv4Ptr200Response
- func (v NullablePutServerIpv4Ptr200Response) IsSet() bool
- func (v NullablePutServerIpv4Ptr200Response) MarshalJSON() ([]byte, error)
- func (v *NullablePutServerIpv4Ptr200Response) Set(val *PutServerIpv4Ptr200Response)
- func (v *NullablePutServerIpv4Ptr200Response) UnmarshalJSON(src []byte) error
- func (v *NullablePutServerIpv4Ptr200Response) Unset()
- type NullablePutServerIpv4PtrRequest
- func (v NullablePutServerIpv4PtrRequest) Get() *PutServerIpv4PtrRequest
- func (v NullablePutServerIpv4PtrRequest) IsSet() bool
- func (v NullablePutServerIpv4PtrRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePutServerIpv4PtrRequest) Set(val *PutServerIpv4PtrRequest)
- func (v *NullablePutServerIpv4PtrRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePutServerIpv4PtrRequest) Unset()
- type NullablePutServerRequest
- func (v NullablePutServerRequest) Get() *PutServerRequest
- func (v NullablePutServerRequest) IsSet() bool
- func (v NullablePutServerRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePutServerRequest) Set(val *PutServerRequest)
- func (v *NullablePutServerRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePutServerRequest) Unset()
- type NullablePutServerVideoDeviceRequest
- func (v NullablePutServerVideoDeviceRequest) Get() *PutServerVideoDeviceRequest
- func (v NullablePutServerVideoDeviceRequest) IsSet() bool
- func (v NullablePutServerVideoDeviceRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePutServerVideoDeviceRequest) Set(val *PutServerVideoDeviceRequest)
- func (v *NullablePutServerVideoDeviceRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePutServerVideoDeviceRequest) Unset()
- type NullableRole
- type NullableRoleAllowedResources
- func (v NullableRoleAllowedResources) Get() *RoleAllowedResources
- func (v NullableRoleAllowedResources) IsSet() bool
- func (v NullableRoleAllowedResources) MarshalJSON() ([]byte, error)
- func (v *NullableRoleAllowedResources) Set(val *RoleAllowedResources)
- func (v *NullableRoleAllowedResources) UnmarshalJSON(src []byte) error
- func (v *NullableRoleAllowedResources) Unset()
- type NullableServer
- type NullableServerContract
- func (v NullableServerContract) Get() *ServerContract
- func (v NullableServerContract) IsSet() bool
- func (v NullableServerContract) MarshalJSON() ([]byte, error)
- func (v *NullableServerContract) Set(val *ServerContract)
- func (v *NullableServerContract) UnmarshalJSON(src []byte) error
- func (v *NullableServerContract) Unset()
- type NullableServerInterface
- func (v NullableServerInterface) Get() *ServerInterface
- func (v NullableServerInterface) IsSet() bool
- func (v NullableServerInterface) MarshalJSON() ([]byte, error)
- func (v *NullableServerInterface) Set(val *ServerInterface)
- func (v *NullableServerInterface) UnmarshalJSON(src []byte) error
- func (v *NullableServerInterface) Unset()
- type NullableServerIpv4
- type NullableServerIpv6
- type NullableServerMonitoring
- func (v NullableServerMonitoring) Get() *ServerMonitoring
- func (v NullableServerMonitoring) IsSet() bool
- func (v NullableServerMonitoring) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoring) Set(val *ServerMonitoring)
- func (v *NullableServerMonitoring) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoring) Unset()
- type NullableServerMonitoringHealth
- func (v NullableServerMonitoringHealth) Get() *ServerMonitoringHealth
- func (v NullableServerMonitoringHealth) IsSet() bool
- func (v NullableServerMonitoringHealth) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoringHealth) Set(val *ServerMonitoringHealth)
- func (v *NullableServerMonitoringHealth) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoringHealth) Unset()
- type NullableServerMonitoringSettings
- func (v NullableServerMonitoringSettings) Get() *ServerMonitoringSettings
- func (v NullableServerMonitoringSettings) IsSet() bool
- func (v NullableServerMonitoringSettings) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoringSettings) Set(val *ServerMonitoringSettings)
- func (v *NullableServerMonitoringSettings) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoringSettings) Unset()
- type NullableServerMonitoringSettingsHealthCheck
- func (v NullableServerMonitoringSettingsHealthCheck) Get() *ServerMonitoringSettingsHealthCheck
- func (v NullableServerMonitoringSettingsHealthCheck) IsSet() bool
- func (v NullableServerMonitoringSettingsHealthCheck) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoringSettingsHealthCheck) Set(val *ServerMonitoringSettingsHealthCheck)
- func (v *NullableServerMonitoringSettingsHealthCheck) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoringSettingsHealthCheck) Unset()
- type NullableServerMonitoringSettingsNotification
- func (v NullableServerMonitoringSettingsNotification) Get() *ServerMonitoringSettingsNotification
- func (v NullableServerMonitoringSettingsNotification) IsSet() bool
- func (v NullableServerMonitoringSettingsNotification) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoringSettingsNotification) Set(val *ServerMonitoringSettingsNotification)
- func (v *NullableServerMonitoringSettingsNotification) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoringSettingsNotification) Unset()
- type NullableServerMonitoringSettingsNotificationEmail
- func (v NullableServerMonitoringSettingsNotificationEmail) Get() *ServerMonitoringSettingsNotificationEmail
- func (v NullableServerMonitoringSettingsNotificationEmail) IsSet() bool
- func (v NullableServerMonitoringSettingsNotificationEmail) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoringSettingsNotificationEmail) Set(val *ServerMonitoringSettingsNotificationEmail)
- func (v *NullableServerMonitoringSettingsNotificationEmail) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoringSettingsNotificationEmail) Unset()
- type NullableServerMonitoringSettingsNotificationIncomingWebhook
- func (v NullableServerMonitoringSettingsNotificationIncomingWebhook) Get() *ServerMonitoringSettingsNotificationIncomingWebhook
- func (v NullableServerMonitoringSettingsNotificationIncomingWebhook) IsSet() bool
- func (v NullableServerMonitoringSettingsNotificationIncomingWebhook) MarshalJSON() ([]byte, error)
- func (v *NullableServerMonitoringSettingsNotificationIncomingWebhook) Set(val *ServerMonitoringSettingsNotificationIncomingWebhook)
- func (v *NullableServerMonitoringSettingsNotificationIncomingWebhook) UnmarshalJSON(src []byte) error
- func (v *NullableServerMonitoringSettingsNotificationIncomingWebhook) Unset()
- type NullableServerPowerStatus
- func (v NullableServerPowerStatus) Get() *ServerPowerStatus
- func (v NullableServerPowerStatus) IsSet() bool
- func (v NullableServerPowerStatus) MarshalJSON() ([]byte, error)
- func (v *NullableServerPowerStatus) Set(val *ServerPowerStatus)
- func (v *NullableServerPowerStatus) UnmarshalJSON(src []byte) error
- func (v *NullableServerPowerStatus) Unset()
- type NullableServerStorageInner
- func (v NullableServerStorageInner) Get() *ServerStorageInner
- func (v NullableServerStorageInner) IsSet() bool
- func (v NullableServerStorageInner) MarshalJSON() ([]byte, error)
- func (v *NullableServerStorageInner) Set(val *ServerStorageInner)
- func (v *NullableServerStorageInner) UnmarshalJSON(src []byte) error
- func (v *NullableServerStorageInner) Unset()
- type NullableServerZone
- type NullableString
- type NullableSwitch
- type NullableSwitchExternalConnection
- func (v NullableSwitchExternalConnection) Get() *SwitchExternalConnection
- func (v NullableSwitchExternalConnection) IsSet() bool
- func (v NullableSwitchExternalConnection) MarshalJSON() ([]byte, error)
- func (v *NullableSwitchExternalConnection) Set(val *SwitchExternalConnection)
- func (v *NullableSwitchExternalConnection) UnmarshalJSON(src []byte) error
- func (v *NullableSwitchExternalConnection) Unset()
- type NullableSwitchExternalConnectionServicesInner
- func (v NullableSwitchExternalConnectionServicesInner) Get() *SwitchExternalConnectionServicesInner
- func (v NullableSwitchExternalConnectionServicesInner) IsSet() bool
- func (v NullableSwitchExternalConnectionServicesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSwitchExternalConnectionServicesInner) Set(val *SwitchExternalConnectionServicesInner)
- func (v *NullableSwitchExternalConnectionServicesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSwitchExternalConnectionServicesInner) Unset()
- type NullableSwitchZone
- type NullableTime
- type NullableZone
- type Pagination
- func (o *Pagination) GetCount() int32
- func (o *Pagination) GetCountOk() (*int32, bool)
- func (o *Pagination) GetNext() string
- func (o *Pagination) GetNextOk() (*string, bool)
- func (o *Pagination) GetPrevious() string
- func (o *Pagination) GetPreviousOk() (*string, bool)
- func (o Pagination) MarshalJSON() ([]byte, error)
- func (o *Pagination) SetCount(v int32)
- func (o *Pagination) SetNext(v string)
- func (o *Pagination) SetPrevious(v string)
- func (o Pagination) ToMap() (map[string]interface{}, error)
- func (o *Pagination) UnmarshalJSON(data []byte) (err error)
- type Permission
- func (o *Permission) GetCategory() string
- func (o *Permission) GetCategoryOk() (*string, bool)
- func (o *Permission) GetCode() string
- func (o *Permission) GetCodeOk() (*string, bool)
- func (o *Permission) GetName() string
- func (o *Permission) GetNameOk() (*string, bool)
- func (o Permission) MarshalJSON() ([]byte, error)
- func (o *Permission) SetCategory(v string)
- func (o *Permission) SetCode(v string)
- func (o *Permission) SetName(v string)
- func (o Permission) ToMap() (map[string]interface{}, error)
- func (o *Permission) UnmarshalJSON(data []byte) (err error)
- type PostNfsServerChangeIpv4Request
- func (o *PostNfsServerChangeIpv4Request) GetAddress() string
- func (o *PostNfsServerChangeIpv4Request) GetAddressOk() (*string, bool)
- func (o *PostNfsServerChangeIpv4Request) GetNetmask() string
- func (o *PostNfsServerChangeIpv4Request) GetNetmaskOk() (*string, bool)
- func (o PostNfsServerChangeIpv4Request) MarshalJSON() ([]byte, error)
- func (o *PostNfsServerChangeIpv4Request) SetAddress(v string)
- func (o *PostNfsServerChangeIpv4Request) SetNetmask(v string)
- func (o PostNfsServerChangeIpv4Request) ToMap() (map[string]interface{}, error)
- func (o *PostNfsServerChangeIpv4Request) UnmarshalJSON(data []byte) (err error)
- type PostServerMountDiscRequest
- func (o *PostServerMountDiscRequest) GetDiscId() int32
- func (o *PostServerMountDiscRequest) GetDiscIdOk() (*int32, bool)
- func (o PostServerMountDiscRequest) MarshalJSON() ([]byte, error)
- func (o *PostServerMountDiscRequest) SetDiscId(v int32)
- func (o PostServerMountDiscRequest) ToMap() (map[string]interface{}, error)
- func (o *PostServerMountDiscRequest) UnmarshalJSON(data []byte) (err error)
- type PostServerShutdownRequest
- func (o *PostServerShutdownRequest) GetForce() bool
- func (o *PostServerShutdownRequest) GetForceOk() (*bool, bool)
- func (o *PostServerShutdownRequest) HasForce() bool
- func (o PostServerShutdownRequest) MarshalJSON() ([]byte, error)
- func (o *PostServerShutdownRequest) SetForce(v bool)
- func (o PostServerShutdownRequest) ToMap() (map[string]interface{}, error)
- type PostSwitch201Response
- func (o *PostSwitch201Response) GetDescription() string
- func (o *PostSwitch201Response) GetDescriptionOk() (*string, bool)
- func (o *PostSwitch201Response) GetExternalConnection() map[string]interface{}
- func (o *PostSwitch201Response) GetExternalConnectionOk() (map[string]interface{}, bool)
- func (o *PostSwitch201Response) GetId() int32
- func (o *PostSwitch201Response) GetIdOk() (*int32, bool)
- func (o *PostSwitch201Response) GetName() string
- func (o *PostSwitch201Response) GetNameOk() (*string, bool)
- func (o *PostSwitch201Response) GetNfsServerInterfaces() []int32
- func (o *PostSwitch201Response) GetNfsServerInterfacesOk() ([]int32, bool)
- func (o *PostSwitch201Response) GetServerInterfaces() []int32
- func (o *PostSwitch201Response) GetServerInterfacesOk() ([]int32, bool)
- func (o *PostSwitch201Response) GetSwitchCode() string
- func (o *PostSwitch201Response) GetSwitchCodeOk() (*string, bool)
- func (o *PostSwitch201Response) GetZone() PostSwitch201ResponseZone
- func (o *PostSwitch201Response) GetZoneOk() (*PostSwitch201ResponseZone, bool)
- func (o PostSwitch201Response) MarshalJSON() ([]byte, error)
- func (o *PostSwitch201Response) SetDescription(v string)
- func (o *PostSwitch201Response) SetExternalConnection(v map[string]interface{})
- func (o *PostSwitch201Response) SetId(v int32)
- func (o *PostSwitch201Response) SetName(v string)
- func (o *PostSwitch201Response) SetNfsServerInterfaces(v []int32)
- func (o *PostSwitch201Response) SetServerInterfaces(v []int32)
- func (o *PostSwitch201Response) SetSwitchCode(v string)
- func (o *PostSwitch201Response) SetZone(v PostSwitch201ResponseZone)
- func (o PostSwitch201Response) ToMap() (map[string]interface{}, error)
- func (o *PostSwitch201Response) UnmarshalJSON(data []byte) (err error)
- type PostSwitch201ResponseZone
- func (o *PostSwitch201ResponseZone) GetCode() string
- func (o *PostSwitch201ResponseZone) GetCodeOk() (*string, bool)
- func (o *PostSwitch201ResponseZone) GetName() string
- func (o *PostSwitch201ResponseZone) GetNameOk() (*string, bool)
- func (o PostSwitch201ResponseZone) MarshalJSON() ([]byte, error)
- func (o *PostSwitch201ResponseZone) SetCode(v string)
- func (o *PostSwitch201ResponseZone) SetName(v string)
- func (o PostSwitch201ResponseZone) ToMap() (map[string]interface{}, error)
- func (o *PostSwitch201ResponseZone) UnmarshalJSON(data []byte) (err error)
- type PostSwitchRequest
- func (o *PostSwitchRequest) GetDescription() string
- func (o *PostSwitchRequest) GetDescriptionOk() (*string, bool)
- func (o *PostSwitchRequest) GetName() string
- func (o *PostSwitchRequest) GetNameOk() (*string, bool)
- func (o *PostSwitchRequest) GetZoneCode() string
- func (o *PostSwitchRequest) GetZoneCodeOk() (*string, bool)
- func (o PostSwitchRequest) MarshalJSON() ([]byte, error)
- func (o *PostSwitchRequest) SetDescription(v string)
- func (o *PostSwitchRequest) SetName(v string)
- func (o *PostSwitchRequest) SetZoneCode(v string)
- func (o PostSwitchRequest) ToMap() (map[string]interface{}, error)
- func (o *PostSwitchRequest) UnmarshalJSON(data []byte) (err error)
- type ProblemDetails400
- func (o *ProblemDetails400) GetCode() string
- func (o *ProblemDetails400) GetCodeOk() (*string, bool)
- func (o *ProblemDetails400) GetErrors() ProblemDetails400Errors
- func (o *ProblemDetails400) GetErrorsOk() (*ProblemDetails400Errors, bool)
- func (o *ProblemDetails400) GetMessage() string
- func (o *ProblemDetails400) GetMessageOk() (*string, bool)
- func (o *ProblemDetails400) HasCode() bool
- func (o *ProblemDetails400) HasErrors() bool
- func (o *ProblemDetails400) HasMessage() bool
- func (o ProblemDetails400) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails400) SetCode(v string)
- func (o *ProblemDetails400) SetErrors(v ProblemDetails400Errors)
- func (o *ProblemDetails400) SetErrorsNil()
- func (o *ProblemDetails400) SetMessage(v string)
- func (o ProblemDetails400) ToMap() (map[string]interface{}, error)
- func (o *ProblemDetails400) UnsetErrors()
- type ProblemDetails400Errors
- func (o *ProblemDetails400Errors) GetNonFieldErrors() []InvalidParameterDetailInner
- func (o *ProblemDetails400Errors) GetNonFieldErrorsOk() ([]InvalidParameterDetailInner, bool)
- func (o *ProblemDetails400Errors) HasNonFieldErrors() bool
- func (o ProblemDetails400Errors) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails400Errors) SetNonFieldErrors(v []InvalidParameterDetailInner)
- func (o ProblemDetails400Errors) ToMap() (map[string]interface{}, error)
- func (o *ProblemDetails400Errors) UnmarshalJSON(data []byte) (err error)
- type ProblemDetails404
- func (o *ProblemDetails404) GetCode() string
- func (o *ProblemDetails404) GetCodeOk() (*string, bool)
- func (o *ProblemDetails404) GetMessage() string
- func (o *ProblemDetails404) GetMessageOk() (*string, bool)
- func (o *ProblemDetails404) HasCode() bool
- func (o *ProblemDetails404) HasMessage() bool
- func (o ProblemDetails404) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails404) SetCode(v string)
- func (o *ProblemDetails404) SetMessage(v string)
- func (o ProblemDetails404) ToMap() (map[string]interface{}, error)
- type ProblemDetails409
- func (o *ProblemDetails409) GetCode() string
- func (o *ProblemDetails409) GetCodeOk() (*string, bool)
- func (o *ProblemDetails409) GetMessage() string
- func (o *ProblemDetails409) GetMessageOk() (*string, bool)
- func (o *ProblemDetails409) HasCode() bool
- func (o *ProblemDetails409) HasMessage() bool
- func (o ProblemDetails409) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails409) SetCode(v string)
- func (o *ProblemDetails409) SetMessage(v string)
- func (o ProblemDetails409) ToMap() (map[string]interface{}, error)
- type ProblemDetails429
- func (o *ProblemDetails429) GetCode() string
- func (o *ProblemDetails429) GetCodeOk() (*string, bool)
- func (o *ProblemDetails429) GetMessage() string
- func (o *ProblemDetails429) GetMessageOk() (*string, bool)
- func (o *ProblemDetails429) HasCode() bool
- func (o *ProblemDetails429) HasMessage() bool
- func (o ProblemDetails429) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails429) SetCode(v string)
- func (o *ProblemDetails429) SetMessage(v string)
- func (o ProblemDetails429) ToMap() (map[string]interface{}, error)
- type ProblemDetails503
- func (o *ProblemDetails503) GetCode() string
- func (o *ProblemDetails503) GetCodeOk() (*string, bool)
- func (o *ProblemDetails503) GetMessage() string
- func (o *ProblemDetails503) GetMessageOk() (*string, bool)
- func (o *ProblemDetails503) HasCode() bool
- func (o *ProblemDetails503) HasMessage() bool
- func (o ProblemDetails503) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails503) SetCode(v string)
- func (o *ProblemDetails503) SetMessage(v string)
- func (o ProblemDetails503) ToMap() (map[string]interface{}, error)
- type PutServerIpv4Ptr200Response
- func (o *PutServerIpv4Ptr200Response) GetPtr() string
- func (o *PutServerIpv4Ptr200Response) GetPtrOk() (*string, bool)
- func (o PutServerIpv4Ptr200Response) MarshalJSON() ([]byte, error)
- func (o *PutServerIpv4Ptr200Response) SetPtr(v string)
- func (o PutServerIpv4Ptr200Response) ToMap() (map[string]interface{}, error)
- func (o *PutServerIpv4Ptr200Response) UnmarshalJSON(data []byte) (err error)
- type PutServerIpv4PtrRequest
- func (o *PutServerIpv4PtrRequest) GetHostname() string
- func (o *PutServerIpv4PtrRequest) GetHostnameOk() (*string, bool)
- func (o PutServerIpv4PtrRequest) MarshalJSON() ([]byte, error)
- func (o *PutServerIpv4PtrRequest) SetHostname(v string)
- func (o PutServerIpv4PtrRequest) ToMap() (map[string]interface{}, error)
- func (o *PutServerIpv4PtrRequest) UnmarshalJSON(data []byte) (err error)
- type PutServerRequest
- func (o *PutServerRequest) GetDescription() string
- func (o *PutServerRequest) GetDescriptionOk() (*string, bool)
- func (o *PutServerRequest) GetName() string
- func (o *PutServerRequest) GetNameOk() (*string, bool)
- func (o PutServerRequest) MarshalJSON() ([]byte, error)
- func (o *PutServerRequest) SetDescription(v string)
- func (o *PutServerRequest) SetName(v string)
- func (o PutServerRequest) ToMap() (map[string]interface{}, error)
- func (o *PutServerRequest) UnmarshalJSON(data []byte) (err error)
- type PutServerVideoDeviceRequest
- func (o *PutServerVideoDeviceRequest) GetType() string
- func (o *PutServerVideoDeviceRequest) GetTypeOk() (*string, bool)
- func (o PutServerVideoDeviceRequest) MarshalJSON() ([]byte, error)
- func (o *PutServerVideoDeviceRequest) SetType(v string)
- func (o PutServerVideoDeviceRequest) ToMap() (map[string]interface{}, error)
- func (o *PutServerVideoDeviceRequest) UnmarshalJSON(data []byte) (err error)
- type Role
- func (o *Role) GetAllowedPermissions() []string
- func (o *Role) GetAllowedPermissionsOk() ([]string, bool)
- func (o *Role) GetAllowedResources() RoleAllowedResources
- func (o *Role) GetAllowedResourcesOk() (*RoleAllowedResources, bool)
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (*string, bool)
- func (o *Role) GetId() int32
- func (o *Role) GetIdOk() (*int32, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetPermissionFiltering() string
- func (o *Role) GetPermissionFilteringOk() (*string, bool)
- func (o *Role) GetResourceFiltering() string
- func (o *Role) GetResourceFilteringOk() (*string, bool)
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetAllowedPermissions(v []string)
- func (o *Role) SetAllowedResources(v RoleAllowedResources)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetId(v int32)
- func (o *Role) SetName(v string)
- func (o *Role) SetPermissionFiltering(v string)
- func (o *Role) SetResourceFiltering(v string)
- func (o Role) ToMap() (map[string]interface{}, error)
- func (o *Role) UnmarshalJSON(data []byte) (err error)
- type RoleAllowedResources
- func (o *RoleAllowedResources) GetNfsServers() []int32
- func (o *RoleAllowedResources) GetNfsServersOk() ([]int32, bool)
- func (o *RoleAllowedResources) GetServers() []int32
- func (o *RoleAllowedResources) GetServersOk() ([]int32, bool)
- func (o *RoleAllowedResources) GetSwitches() []int32
- func (o *RoleAllowedResources) GetSwitchesOk() ([]int32, bool)
- func (o *RoleAllowedResources) HasNfsServers() bool
- func (o *RoleAllowedResources) HasServers() bool
- func (o *RoleAllowedResources) HasSwitches() bool
- func (o RoleAllowedResources) MarshalJSON() ([]byte, error)
- func (o *RoleAllowedResources) SetNfsServers(v []int32)
- func (o *RoleAllowedResources) SetServers(v []int32)
- func (o *RoleAllowedResources) SetSwitches(v []int32)
- func (o RoleAllowedResources) ToMap() (map[string]interface{}, error)
- type Server
- func (o *Server) GetContract() ServerContract
- func (o *Server) GetContractOk() (*ServerContract, bool)
- func (o *Server) GetCpuCores() int32
- func (o *Server) GetCpuCoresOk() (*int32, bool)
- func (o *Server) GetDescription() string
- func (o *Server) GetDescriptionOk() (*string, bool)
- func (o *Server) GetId() int32
- func (o *Server) GetIdOk() (*int32, bool)
- func (o *Server) GetIpv4() ServerIpv4
- func (o *Server) GetIpv4Ok() (*ServerIpv4, bool)
- func (o *Server) GetIpv6() ServerIpv6
- func (o *Server) GetIpv6Ok() (*ServerIpv6, bool)
- func (o *Server) GetMemoryMebibytes() int32
- func (o *Server) GetMemoryMebibytesOk() (*int32, bool)
- func (o *Server) GetName() string
- func (o *Server) GetNameOk() (*string, bool)
- func (o *Server) GetOptions() []string
- func (o *Server) GetOptionsOk() ([]string, bool)
- func (o *Server) GetPowerStatus() string
- func (o *Server) GetPowerStatusOk() (*string, bool)
- func (o *Server) GetServiceStatus() string
- func (o *Server) GetServiceStatusOk() (*string, bool)
- func (o *Server) GetServiceType() string
- func (o *Server) GetServiceTypeOk() (*string, bool)
- func (o *Server) GetStorage() []ServerStorageInner
- func (o *Server) GetStorageOk() ([]ServerStorageInner, bool)
- func (o *Server) GetVersion() string
- func (o *Server) GetVersionOk() (*string, bool)
- func (o *Server) GetZone() ServerZone
- func (o *Server) GetZoneOk() (*ServerZone, bool)
- func (o Server) MarshalJSON() ([]byte, error)
- func (o *Server) SetContract(v ServerContract)
- func (o *Server) SetCpuCores(v int32)
- func (o *Server) SetDescription(v string)
- func (o *Server) SetId(v int32)
- func (o *Server) SetIpv4(v ServerIpv4)
- func (o *Server) SetIpv6(v ServerIpv6)
- func (o *Server) SetMemoryMebibytes(v int32)
- func (o *Server) SetName(v string)
- func (o *Server) SetOptions(v []string)
- func (o *Server) SetPowerStatus(v string)
- func (o *Server) SetServiceStatus(v string)
- func (o *Server) SetServiceType(v string)
- func (o *Server) SetStorage(v []ServerStorageInner)
- func (o *Server) SetVersion(v string)
- func (o *Server) SetZone(v ServerZone)
- func (o Server) ToMap() (map[string]interface{}, error)
- func (o *Server) UnmarshalJSON(data []byte) (err error)
- type ServerAPIService
- func (a *ServerAPIService) DeleteServerMonitorings(ctx context.Context, serverId int32, serverMonitoringId int32) ApiDeleteServerMonitoringsRequest
- func (a *ServerAPIService) DeleteServerMonitoringsExecute(r ApiDeleteServerMonitoringsRequest) (*http.Response, error)
- func (a *ServerAPIService) GetServer(ctx context.Context, serverId int32) ApiGetServerRequest
- func (a *ServerAPIService) GetServerExecute(r ApiGetServerRequest) (*Server, *http.Response, error)
- func (a *ServerAPIService) GetServerInterface(ctx context.Context, serverId int32, interfaceId int32) ApiGetServerInterfaceRequest
- func (a *ServerAPIService) GetServerInterfaceExecute(r ApiGetServerInterfaceRequest) (*ServerInterface, *http.Response, error)
- func (a *ServerAPIService) GetServerInterfaceList(ctx context.Context, serverId int32) ApiGetServerInterfaceListRequest
- func (a *ServerAPIService) GetServerInterfaceListExecute(r ApiGetServerInterfaceListRequest) (*GetServerInterfaceList200Response, *http.Response, error)
- func (a *ServerAPIService) GetServerLimitation(ctx context.Context, serverId int32) ApiGetServerLimitationRequest
- func (a *ServerAPIService) GetServerLimitationExecute(r ApiGetServerLimitationRequest) (*Limitation, *http.Response, error)
- func (a *ServerAPIService) GetServerList(ctx context.Context) ApiGetServerListRequest
- func (a *ServerAPIService) GetServerListExecute(r ApiGetServerListRequest) (*GetServerList200Response, *http.Response, error)
- func (a *ServerAPIService) GetServerMonitoring(ctx context.Context, serverId int32, serverMonitoringId int32) ApiGetServerMonitoringRequest
- func (a *ServerAPIService) GetServerMonitoringExecute(r ApiGetServerMonitoringRequest) (*ServerMonitoring, *http.Response, error)
- func (a *ServerAPIService) GetServerMonitoringHealth(ctx context.Context, serverId int32, serverMonitoringId int32) ApiGetServerMonitoringHealthRequest
- func (a *ServerAPIService) GetServerMonitoringHealthExecute(r ApiGetServerMonitoringHealthRequest) (*ServerMonitoringHealth, *http.Response, error)
- func (a *ServerAPIService) GetServerMonitoringList(ctx context.Context, serverId int32) ApiGetServerMonitoringListRequest
- func (a *ServerAPIService) GetServerMonitoringListExecute(r ApiGetServerMonitoringListRequest) (*GetServerMonitoringList200Response, *http.Response, error)
- func (a *ServerAPIService) GetServerPowerStatus(ctx context.Context, serverId int32) ApiGetServerPowerStatusRequest
- func (a *ServerAPIService) GetServerPowerStatusExecute(r ApiGetServerPowerStatusRequest) (*ServerPowerStatus, *http.Response, error)
- func (a *ServerAPIService) GetServerVideoDevice(ctx context.Context, serverId int32) ApiGetServerVideoDeviceRequest
- func (a *ServerAPIService) GetServerVideoDeviceExecute(r ApiGetServerVideoDeviceRequest) (*GetServerVideoDevice200Response, *http.Response, error)
- func (a *ServerAPIService) GetServerVncConsoleKeymap(ctx context.Context, serverId int32) ApiGetServerVncConsoleKeymapRequest
- func (a *ServerAPIService) GetServerVncConsoleKeymapExecute(r ApiGetServerVncConsoleKeymapRequest) (*Keymap, *http.Response, error)
- func (a *ServerAPIService) PostServerForceReboot(ctx context.Context, serverId int32) ApiPostServerForceRebootRequest
- func (a *ServerAPIService) PostServerForceRebootExecute(r ApiPostServerForceRebootRequest) (*http.Response, error)
- func (a *ServerAPIService) PostServerMonitoring(ctx context.Context, serverId int32) ApiPostServerMonitoringRequest
- func (a *ServerAPIService) PostServerMonitoringExecute(r ApiPostServerMonitoringRequest) (*ServerMonitoring, *http.Response, error)
- func (a *ServerAPIService) PostServerMountDisc(ctx context.Context, serverId int32) ApiPostServerMountDiscRequest
- func (a *ServerAPIService) PostServerMountDiscExecute(r ApiPostServerMountDiscRequest) (*http.Response, error)
- func (a *ServerAPIService) PostServerPowerOn(ctx context.Context, serverId int32) ApiPostServerPowerOnRequest
- func (a *ServerAPIService) PostServerPowerOnExecute(r ApiPostServerPowerOnRequest) (*http.Response, error)
- func (a *ServerAPIService) PostServerShutdown(ctx context.Context, serverId int32) ApiPostServerShutdownRequest
- func (a *ServerAPIService) PostServerShutdownExecute(r ApiPostServerShutdownRequest) (*http.Response, error)
- func (a *ServerAPIService) PutServer(ctx context.Context, serverId int32) ApiPutServerRequest
- func (a *ServerAPIService) PutServerExecute(r ApiPutServerRequest) (*Server, *http.Response, error)
- func (a *ServerAPIService) PutServerInterface(ctx context.Context, serverId int32, interfaceId int32) ApiPutServerInterfaceRequest
- func (a *ServerAPIService) PutServerInterfaceExecute(r ApiPutServerInterfaceRequest) (*ServerInterface, *http.Response, error)
- func (a *ServerAPIService) PutServerIpv4Ptr(ctx context.Context, serverId int32) ApiPutServerIpv4PtrRequest
- func (a *ServerAPIService) PutServerIpv4PtrExecute(r ApiPutServerIpv4PtrRequest) (*PutServerIpv4Ptr200Response, *http.Response, error)
- func (a *ServerAPIService) PutServerIpv6Ptr(ctx context.Context, serverId int32) ApiPutServerIpv6PtrRequest
- func (a *ServerAPIService) PutServerIpv6PtrExecute(r ApiPutServerIpv6PtrRequest) (*PutServerIpv4Ptr200Response, *http.Response, error)
- func (a *ServerAPIService) PutServerMonitoring(ctx context.Context, serverId int32, serverMonitoringId int32) ApiPutServerMonitoringRequest
- func (a *ServerAPIService) PutServerMonitoringExecute(r ApiPutServerMonitoringRequest) (*ServerMonitoring, *http.Response, error)
- func (a *ServerAPIService) PutServerVideoDevice(ctx context.Context, serverId int32) ApiPutServerVideoDeviceRequest
- func (a *ServerAPIService) PutServerVideoDeviceExecute(r ApiPutServerVideoDeviceRequest) (*PutServerVideoDeviceRequest, *http.Response, error)
- func (a *ServerAPIService) PutServerVncConsoleKeymap(ctx context.Context, serverId int32) ApiPutServerVncConsoleKeymapRequest
- func (a *ServerAPIService) PutServerVncConsoleKeymapExecute(r ApiPutServerVncConsoleKeymapRequest) (*Keymap, *http.Response, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerContract
- func (o *ServerContract) GetPlanCode() int32
- func (o *ServerContract) GetPlanCodeOk() (*int32, bool)
- func (o *ServerContract) GetPlanName() string
- func (o *ServerContract) GetPlanNameOk() (*string, bool)
- func (o *ServerContract) GetServiceCode() string
- func (o *ServerContract) GetServiceCodeOk() (*string, bool)
- func (o ServerContract) MarshalJSON() ([]byte, error)
- func (o *ServerContract) SetPlanCode(v int32)
- func (o *ServerContract) SetPlanName(v string)
- func (o *ServerContract) SetServiceCode(v string)
- func (o ServerContract) ToMap() (map[string]interface{}, error)
- func (o *ServerContract) UnmarshalJSON(data []byte) (err error)
- type ServerInterface
- func (o *ServerInterface) GetConnectTo() string
- func (o *ServerInterface) GetConnectToOk() (*string, bool)
- func (o *ServerInterface) GetConnectableToGlobalNetwork() bool
- func (o *ServerInterface) GetConnectableToGlobalNetworkOk() (*bool, bool)
- func (o *ServerInterface) GetDevice() string
- func (o *ServerInterface) GetDeviceOk() (*string, bool)
- func (o *ServerInterface) GetId() int32
- func (o *ServerInterface) GetIdOk() (*int32, bool)
- func (o *ServerInterface) GetMac() string
- func (o *ServerInterface) GetMacOk() (*string, bool)
- func (o *ServerInterface) GetSwitchId() int32
- func (o *ServerInterface) GetSwitchIdOk() (*int32, bool)
- func (o ServerInterface) MarshalJSON() ([]byte, error)
- func (o *ServerInterface) SetConnectTo(v string)
- func (o *ServerInterface) SetConnectableToGlobalNetwork(v bool)
- func (o *ServerInterface) SetDevice(v string)
- func (o *ServerInterface) SetId(v int32)
- func (o *ServerInterface) SetMac(v string)
- func (o *ServerInterface) SetSwitchId(v int32)
- func (o ServerInterface) ToMap() (map[string]interface{}, error)
- func (o *ServerInterface) UnmarshalJSON(data []byte) (err error)
- type ServerIpv4
- func (o *ServerIpv4) GetAddress() string
- func (o *ServerIpv4) GetAddressOk() (*string, bool)
- func (o *ServerIpv4) GetGateway() string
- func (o *ServerIpv4) GetGatewayOk() (*string, bool)
- func (o *ServerIpv4) GetHostname() string
- func (o *ServerIpv4) GetHostnameOk() (*string, bool)
- func (o *ServerIpv4) GetNameservers() []string
- func (o *ServerIpv4) GetNameserversOk() ([]string, bool)
- func (o *ServerIpv4) GetNetmask() string
- func (o *ServerIpv4) GetNetmaskOk() (*string, bool)
- func (o *ServerIpv4) GetPtr() string
- func (o *ServerIpv4) GetPtrOk() (*string, bool)
- func (o ServerIpv4) MarshalJSON() ([]byte, error)
- func (o *ServerIpv4) SetAddress(v string)
- func (o *ServerIpv4) SetGateway(v string)
- func (o *ServerIpv4) SetHostname(v string)
- func (o *ServerIpv4) SetNameservers(v []string)
- func (o *ServerIpv4) SetNetmask(v string)
- func (o *ServerIpv4) SetPtr(v string)
- func (o ServerIpv4) ToMap() (map[string]interface{}, error)
- func (o *ServerIpv4) UnmarshalJSON(data []byte) (err error)
- type ServerIpv6
- func (o *ServerIpv6) GetAddress() string
- func (o *ServerIpv6) GetAddressOk() (*string, bool)
- func (o *ServerIpv6) GetGateway() string
- func (o *ServerIpv6) GetGatewayOk() (*string, bool)
- func (o *ServerIpv6) GetHostname() string
- func (o *ServerIpv6) GetHostnameOk() (*string, bool)
- func (o *ServerIpv6) GetNameservers() []string
- func (o *ServerIpv6) GetNameserversOk() ([]string, bool)
- func (o *ServerIpv6) GetPrefixlen() int32
- func (o *ServerIpv6) GetPrefixlenOk() (*int32, bool)
- func (o *ServerIpv6) GetPtr() string
- func (o *ServerIpv6) GetPtrOk() (*string, bool)
- func (o ServerIpv6) MarshalJSON() ([]byte, error)
- func (o *ServerIpv6) SetAddress(v string)
- func (o *ServerIpv6) SetGateway(v string)
- func (o *ServerIpv6) SetHostname(v string)
- func (o *ServerIpv6) SetNameservers(v []string)
- func (o *ServerIpv6) SetPrefixlen(v int32)
- func (o *ServerIpv6) SetPtr(v string)
- func (o ServerIpv6) ToMap() (map[string]interface{}, error)
- func (o *ServerIpv6) UnmarshalJSON(data []byte) (err error)
- type ServerMonitoring
- func (o *ServerMonitoring) GetDescription() string
- func (o *ServerMonitoring) GetDescriptionOk() (*string, bool)
- func (o *ServerMonitoring) GetId() int32
- func (o *ServerMonitoring) GetIdOk() (*int32, bool)
- func (o *ServerMonitoring) GetMonitoringResourceId() string
- func (o *ServerMonitoring) GetMonitoringResourceIdOk() (*string, bool)
- func (o *ServerMonitoring) GetName() string
- func (o *ServerMonitoring) GetNameOk() (*string, bool)
- func (o *ServerMonitoring) GetSettings() ServerMonitoringSettings
- func (o *ServerMonitoring) GetSettingsOk() (*ServerMonitoringSettings, bool)
- func (o *ServerMonitoring) GetUpdateStatus() string
- func (o *ServerMonitoring) GetUpdateStatusOk() (*string, bool)
- func (o ServerMonitoring) MarshalJSON() ([]byte, error)
- func (o *ServerMonitoring) SetDescription(v string)
- func (o *ServerMonitoring) SetId(v int32)
- func (o *ServerMonitoring) SetMonitoringResourceId(v string)
- func (o *ServerMonitoring) SetName(v string)
- func (o *ServerMonitoring) SetSettings(v ServerMonitoringSettings)
- func (o *ServerMonitoring) SetUpdateStatus(v string)
- func (o ServerMonitoring) ToMap() (map[string]interface{}, error)
- func (o *ServerMonitoring) UnmarshalJSON(data []byte) (err error)
- type ServerMonitoringHealth
- func (o *ServerMonitoringHealth) GetLastCheckedAt() time.Time
- func (o *ServerMonitoringHealth) GetLastCheckedAtOk() (*time.Time, bool)
- func (o *ServerMonitoringHealth) GetLastStatusChangedAt() time.Time
- func (o *ServerMonitoringHealth) GetLastStatusChangedAtOk() (*time.Time, bool)
- func (o *ServerMonitoringHealth) GetStatus() string
- func (o *ServerMonitoringHealth) GetStatusOk() (*string, bool)
- func (o ServerMonitoringHealth) MarshalJSON() ([]byte, error)
- func (o *ServerMonitoringHealth) SetLastCheckedAt(v time.Time)
- func (o *ServerMonitoringHealth) SetLastStatusChangedAt(v time.Time)
- func (o *ServerMonitoringHealth) SetStatus(v string)
- func (o ServerMonitoringHealth) ToMap() (map[string]interface{}, error)
- func (o *ServerMonitoringHealth) UnmarshalJSON(data []byte) (err error)
- type ServerMonitoringSettings
- func (o *ServerMonitoringSettings) GetEnabled() bool
- func (o *ServerMonitoringSettings) GetEnabledOk() (*bool, bool)
- func (o *ServerMonitoringSettings) GetHealthCheck() ServerMonitoringSettingsHealthCheck
- func (o *ServerMonitoringSettings) GetHealthCheckOk() (*ServerMonitoringSettingsHealthCheck, bool)
- func (o *ServerMonitoringSettings) GetNotification() ServerMonitoringSettingsNotification
- func (o *ServerMonitoringSettings) GetNotificationOk() (*ServerMonitoringSettingsNotification, bool)
- func (o ServerMonitoringSettings) MarshalJSON() ([]byte, error)
- func (o *ServerMonitoringSettings) SetEnabled(v bool)
- func (o *ServerMonitoringSettings) SetHealthCheck(v ServerMonitoringSettingsHealthCheck)
- func (o *ServerMonitoringSettings) SetNotification(v ServerMonitoringSettingsNotification)
- func (o ServerMonitoringSettings) ToMap() (map[string]interface{}, error)
- func (o *ServerMonitoringSettings) UnmarshalJSON(data []byte) (err error)
- type ServerMonitoringSettingsHealthCheck
- func HealthCheckHttpAsServerMonitoringSettingsHealthCheck(v *HealthCheckHttp) ServerMonitoringSettingsHealthCheck
- func HealthCheckHttpsAsServerMonitoringSettingsHealthCheck(v *HealthCheckHttps) ServerMonitoringSettingsHealthCheck
- func HealthCheckPingAsServerMonitoringSettingsHealthCheck(v *HealthCheckPing) ServerMonitoringSettingsHealthCheck
- func HealthCheckPop3AsServerMonitoringSettingsHealthCheck(v *HealthCheckPop3) ServerMonitoringSettingsHealthCheck
- func HealthCheckSmtpAsServerMonitoringSettingsHealthCheck(v *HealthCheckSmtp) ServerMonitoringSettingsHealthCheck
- func HealthCheckSshAsServerMonitoringSettingsHealthCheck(v *HealthCheckSsh) ServerMonitoringSettingsHealthCheck
- func HealthCheckTcpAsServerMonitoringSettingsHealthCheck(v *HealthCheckTcp) ServerMonitoringSettingsHealthCheck
- func (obj *ServerMonitoringSettingsHealthCheck) GetActualInstance() interface{}
- func (obj ServerMonitoringSettingsHealthCheck) GetActualInstanceValue() interface{}
- func (src ServerMonitoringSettingsHealthCheck) MarshalJSON() ([]byte, error)
- func (dst *ServerMonitoringSettingsHealthCheck) UnmarshalJSON(data []byte) error
- type ServerMonitoringSettingsNotification
- func (o *ServerMonitoringSettingsNotification) GetEmail() ServerMonitoringSettingsNotificationEmail
- func (o *ServerMonitoringSettingsNotification) GetEmailOk() (*ServerMonitoringSettingsNotificationEmail, bool)
- func (o *ServerMonitoringSettingsNotification) GetIncomingWebhook() ServerMonitoringSettingsNotificationIncomingWebhook
- func (o *ServerMonitoringSettingsNotification) GetIncomingWebhookOk() (*ServerMonitoringSettingsNotificationIncomingWebhook, bool)
- func (o *ServerMonitoringSettingsNotification) GetIntervalHours() int32
- func (o *ServerMonitoringSettingsNotification) GetIntervalHoursOk() (*int32, bool)
- func (o ServerMonitoringSettingsNotification) MarshalJSON() ([]byte, error)
- func (o *ServerMonitoringSettingsNotification) SetEmail(v ServerMonitoringSettingsNotificationEmail)
- func (o *ServerMonitoringSettingsNotification) SetIncomingWebhook(v ServerMonitoringSettingsNotificationIncomingWebhook)
- func (o *ServerMonitoringSettingsNotification) SetIntervalHours(v int32)
- func (o ServerMonitoringSettingsNotification) ToMap() (map[string]interface{}, error)
- func (o *ServerMonitoringSettingsNotification) UnmarshalJSON(data []byte) (err error)
- type ServerMonitoringSettingsNotificationEmail
- func (o *ServerMonitoringSettingsNotificationEmail) GetEnabled() bool
- func (o *ServerMonitoringSettingsNotificationEmail) GetEnabledOk() (*bool, bool)
- func (o ServerMonitoringSettingsNotificationEmail) MarshalJSON() ([]byte, error)
- func (o *ServerMonitoringSettingsNotificationEmail) SetEnabled(v bool)
- func (o ServerMonitoringSettingsNotificationEmail) ToMap() (map[string]interface{}, error)
- func (o *ServerMonitoringSettingsNotificationEmail) UnmarshalJSON(data []byte) (err error)
- type ServerMonitoringSettingsNotificationIncomingWebhook
- func NewServerMonitoringSettingsNotificationIncomingWebhook(enabled bool, webhooksUrl NullableString, slackTeamName string, ...) *ServerMonitoringSettingsNotificationIncomingWebhook
- func NewServerMonitoringSettingsNotificationIncomingWebhookWithDefaults() *ServerMonitoringSettingsNotificationIncomingWebhook
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetEnabled() bool
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetEnabledOk() (*bool, bool)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackChannelName() string
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackChannelNameOk() (*string, bool)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackTeamName() string
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackTeamNameOk() (*string, bool)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetWebhooksUrl() string
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetWebhooksUrlOk() (*string, bool)
- func (o ServerMonitoringSettingsNotificationIncomingWebhook) MarshalJSON() ([]byte, error)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetEnabled(v bool)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetSlackChannelName(v string)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetSlackTeamName(v string)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetWebhooksUrl(v string)
- func (o ServerMonitoringSettingsNotificationIncomingWebhook) ToMap() (map[string]interface{}, error)
- func (o *ServerMonitoringSettingsNotificationIncomingWebhook) UnmarshalJSON(data []byte) (err error)
- type ServerPowerStatus
- func (o *ServerPowerStatus) GetStatus() string
- func (o *ServerPowerStatus) GetStatusOk() (*string, bool)
- func (o ServerPowerStatus) MarshalJSON() ([]byte, error)
- func (o *ServerPowerStatus) SetStatus(v string)
- func (o ServerPowerStatus) ToMap() (map[string]interface{}, error)
- func (o *ServerPowerStatus) UnmarshalJSON(data []byte) (err error)
- type ServerStorageInner
- func (o *ServerStorageInner) GetPort() int32
- func (o *ServerStorageInner) GetPortOk() (*int32, bool)
- func (o *ServerStorageInner) GetSizeGibibytes() int32
- func (o *ServerStorageInner) GetSizeGibibytesOk() (*int32, bool)
- func (o *ServerStorageInner) GetType() string
- func (o *ServerStorageInner) GetTypeOk() (*string, bool)
- func (o ServerStorageInner) MarshalJSON() ([]byte, error)
- func (o *ServerStorageInner) SetPort(v int32)
- func (o *ServerStorageInner) SetSizeGibibytes(v int32)
- func (o *ServerStorageInner) SetType(v string)
- func (o ServerStorageInner) ToMap() (map[string]interface{}, error)
- func (o *ServerStorageInner) UnmarshalJSON(data []byte) (err error)
- type ServerVariable
- type ServerZone
- func (o *ServerZone) GetCode() string
- func (o *ServerZone) GetCodeOk() (*string, bool)
- func (o *ServerZone) GetName() string
- func (o *ServerZone) GetNameOk() (*string, bool)
- func (o ServerZone) MarshalJSON() ([]byte, error)
- func (o *ServerZone) SetCode(v string)
- func (o *ServerZone) SetName(v string)
- func (o ServerZone) ToMap() (map[string]interface{}, error)
- func (o *ServerZone) UnmarshalJSON(data []byte) (err error)
- type Switch
- func (o *Switch) GetDescription() string
- func (o *Switch) GetDescriptionOk() (*string, bool)
- func (o *Switch) GetExternalConnection() SwitchExternalConnection
- func (o *Switch) GetExternalConnectionOk() (*SwitchExternalConnection, bool)
- func (o *Switch) GetId() int32
- func (o *Switch) GetIdOk() (*int32, bool)
- func (o *Switch) GetName() string
- func (o *Switch) GetNameOk() (*string, bool)
- func (o *Switch) GetNfsServerInterfaces() []int32
- func (o *Switch) GetNfsServerInterfacesOk() ([]int32, bool)
- func (o *Switch) GetServerInterfaces() []int32
- func (o *Switch) GetServerInterfacesOk() ([]int32, bool)
- func (o *Switch) GetSwitchCode() string
- func (o *Switch) GetSwitchCodeOk() (*string, bool)
- func (o *Switch) GetZone() SwitchZone
- func (o *Switch) GetZoneOk() (*SwitchZone, bool)
- func (o Switch) MarshalJSON() ([]byte, error)
- func (o *Switch) SetDescription(v string)
- func (o *Switch) SetExternalConnection(v SwitchExternalConnection)
- func (o *Switch) SetId(v int32)
- func (o *Switch) SetName(v string)
- func (o *Switch) SetNfsServerInterfaces(v []int32)
- func (o *Switch) SetServerInterfaces(v []int32)
- func (o *Switch) SetSwitchCode(v string)
- func (o *Switch) SetZone(v SwitchZone)
- func (o Switch) ToMap() (map[string]interface{}, error)
- func (o *Switch) UnmarshalJSON(data []byte) (err error)
- type SwitchAPIService
- func (a *SwitchAPIService) DeleteSwitch(ctx context.Context, switchId int32) ApiDeleteSwitchRequest
- func (a *SwitchAPIService) DeleteSwitchExecute(r ApiDeleteSwitchRequest) (*http.Response, error)
- func (a *SwitchAPIService) GetSwitch(ctx context.Context, switchId int32) ApiGetSwitchRequest
- func (a *SwitchAPIService) GetSwitchExecute(r ApiGetSwitchRequest) (*Switch, *http.Response, error)
- func (a *SwitchAPIService) GetSwitchList(ctx context.Context) ApiGetSwitchListRequest
- func (a *SwitchAPIService) GetSwitchListExecute(r ApiGetSwitchListRequest) (*GetSwitchList200Response, *http.Response, error)
- func (a *SwitchAPIService) PostSwitch(ctx context.Context) ApiPostSwitchRequest
- func (a *SwitchAPIService) PostSwitchExecute(r ApiPostSwitchRequest) (*PostSwitch201Response, *http.Response, error)
- func (a *SwitchAPIService) PutSwitch(ctx context.Context, switchId int32) ApiPutSwitchRequest
- func (a *SwitchAPIService) PutSwitchExecute(r ApiPutSwitchRequest) (*Switch, *http.Response, error)
- type SwitchExternalConnection
- func (o *SwitchExternalConnection) GetServiceCode() string
- func (o *SwitchExternalConnection) GetServiceCodeOk() (*string, bool)
- func (o *SwitchExternalConnection) GetServices() []SwitchExternalConnectionServicesInner
- func (o *SwitchExternalConnection) GetServicesOk() ([]SwitchExternalConnectionServicesInner, bool)
- func (o *SwitchExternalConnection) GetType() string
- func (o *SwitchExternalConnection) GetTypeOk() (*string, bool)
- func (o SwitchExternalConnection) MarshalJSON() ([]byte, error)
- func (o *SwitchExternalConnection) SetServiceCode(v string)
- func (o *SwitchExternalConnection) SetServices(v []SwitchExternalConnectionServicesInner)
- func (o *SwitchExternalConnection) SetType(v string)
- func (o SwitchExternalConnection) ToMap() (map[string]interface{}, error)
- func (o *SwitchExternalConnection) UnmarshalJSON(data []byte) (err error)
- type SwitchExternalConnectionServicesInner
- func (o *SwitchExternalConnectionServicesInner) GetServiceCategory() string
- func (o *SwitchExternalConnectionServicesInner) GetServiceCategoryOk() (*string, bool)
- func (o *SwitchExternalConnectionServicesInner) GetServiceName() string
- func (o *SwitchExternalConnectionServicesInner) GetServiceNameOk() (*string, bool)
- func (o *SwitchExternalConnectionServicesInner) GetSwitchCode() string
- func (o *SwitchExternalConnectionServicesInner) GetSwitchCodeOk() (*string, bool)
- func (o SwitchExternalConnectionServicesInner) MarshalJSON() ([]byte, error)
- func (o *SwitchExternalConnectionServicesInner) SetServiceCategory(v string)
- func (o *SwitchExternalConnectionServicesInner) SetServiceName(v string)
- func (o *SwitchExternalConnectionServicesInner) SetSwitchCode(v string)
- func (o SwitchExternalConnectionServicesInner) ToMap() (map[string]interface{}, error)
- func (o *SwitchExternalConnectionServicesInner) UnmarshalJSON(data []byte) (err error)
- type SwitchZone
- func (o *SwitchZone) GetCode() string
- func (o *SwitchZone) GetCodeOk() (*string, bool)
- func (o *SwitchZone) GetName() string
- func (o *SwitchZone) GetNameOk() (*string, bool)
- func (o SwitchZone) MarshalJSON() ([]byte, error)
- func (o *SwitchZone) SetCode(v string)
- func (o *SwitchZone) SetName(v string)
- func (o SwitchZone) ToMap() (map[string]interface{}, error)
- func (o *SwitchZone) UnmarshalJSON(data []byte) (err error)
- type Zone
- func (o *Zone) GetCanUseHybrid() bool
- func (o *Zone) GetCanUseHybridOk() (*bool, bool)
- func (o *Zone) GetCanUseLocal() bool
- func (o *Zone) GetCanUseLocalOk() (*bool, bool)
- func (o *Zone) GetCode() string
- func (o *Zone) GetCodeOk() (*string, bool)
- func (o *Zone) GetId() int32
- func (o *Zone) GetIdOk() (*int32, bool)
- func (o *Zone) GetName() string
- func (o *Zone) GetNameOk() (*string, bool)
- func (o Zone) MarshalJSON() ([]byte, error)
- func (o *Zone) SetCanUseHybrid(v bool)
- func (o *Zone) SetCanUseLocal(v bool)
- func (o *Zone) SetCode(v string)
- func (o *Zone) SetId(v int32)
- func (o *Zone) SetName(v string)
- func (o Zone) ToMap() (map[string]interface{}, error)
- func (o *Zone) UnmarshalJSON(data []byte) (err error)
- type ZoneAPIService
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") )
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 { ApiKeyAPI *ApiKeyAPIService DiscAPI *DiscAPIService NfsServerAPI *NfsServerAPIService ServerAPI *ServerAPIService SwitchAPI *SwitchAPIService ZoneAPI *ZoneAPIService // contains filtered or unexported fields }
APIClient manages communication with the さくらのVPS APIドキュメント API v4.5.1 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 ApiDeleteApiKeyRequest ¶
type ApiDeleteApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiDeleteRoleRequest ¶
type ApiDeleteRoleRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiDeleteServerMonitoringsRequest ¶
type ApiDeleteServerMonitoringsRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiDeleteSwitchRequest ¶
type ApiDeleteSwitchRequest struct { ApiService *SwitchAPIService // contains filtered or unexported fields }
type ApiGetApiKeyListRequest ¶
type ApiGetApiKeyListRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiGetApiKeyListRequest) Execute ¶
func (r ApiGetApiKeyListRequest) Execute() (*GetApiKeyList200Response, *http.Response, error)
func (ApiGetApiKeyListRequest) Order ¶
func (r ApiGetApiKeyListRequest) Order(order string) ApiGetApiKeyListRequest
データの並び順。項目名の頭に`-`をつけると降順で取得する 例: * 名称昇順: sort=name * 名称降順: sort=-name
func (ApiGetApiKeyListRequest) Page ¶
func (r ApiGetApiKeyListRequest) Page(page int32) ApiGetApiKeyListRequest
func (ApiGetApiKeyListRequest) PerPage ¶
func (r ApiGetApiKeyListRequest) PerPage(perPage int32) ApiGetApiKeyListRequest
func (ApiGetApiKeyListRequest) Role ¶
func (r ApiGetApiKeyListRequest) Role(role int32) ApiGetApiKeyListRequest
roleのid。ロールで絞り込む
func (ApiGetApiKeyListRequest) Search ¶
func (r ApiGetApiKeyListRequest) Search(search string) ApiGetApiKeyListRequest
名前から部分一致検索
type ApiGetApiKeyRequest ¶
type ApiGetApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiGetDiscListRequest ¶
type ApiGetDiscListRequest struct { ApiService *DiscAPIService // contains filtered or unexported fields }
func (ApiGetDiscListRequest) Execute ¶
func (r ApiGetDiscListRequest) Execute() (*GetDiscList200Response, *http.Response, error)
func (ApiGetDiscListRequest) Page ¶ added in v0.4.410
func (r ApiGetDiscListRequest) Page(page int32) ApiGetDiscListRequest
func (ApiGetDiscListRequest) PerPage ¶ added in v0.4.410
func (r ApiGetDiscListRequest) PerPage(perPage int32) ApiGetDiscListRequest
type ApiGetNfsServerInterfaceRequest ¶
type ApiGetNfsServerInterfaceRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiGetNfsServerInterfaceRequest) Execute ¶
func (r ApiGetNfsServerInterfaceRequest) Execute() (*NfsServerInterface, *http.Response, error)
type ApiGetNfsServerListRequest ¶
type ApiGetNfsServerListRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiGetNfsServerListRequest) Execute ¶
func (r ApiGetNfsServerListRequest) Execute() (*GetNfsServerList200Response, *http.Response, error)
func (ApiGetNfsServerListRequest) Id ¶
func (r ApiGetNfsServerListRequest) Id(id string) ApiGetNfsServerListRequest
idで絞り込む。カンマ区切りで100件まで指定可能。
func (ApiGetNfsServerListRequest) Page ¶
func (r ApiGetNfsServerListRequest) Page(page int32) ApiGetNfsServerListRequest
func (ApiGetNfsServerListRequest) PerPage ¶
func (r ApiGetNfsServerListRequest) PerPage(perPage int32) ApiGetNfsServerListRequest
func (ApiGetNfsServerListRequest) Sort ¶
func (r ApiGetNfsServerListRequest) Sort(sort string) ApiGetNfsServerListRequest
データの並び順。項目名の頭に`-`をつけると降順で取得する 例: * サービスコード昇順: sort=service_code * サービスコード降順: sort=-service_code
func (ApiGetNfsServerListRequest) Switch_ ¶
func (r ApiGetNfsServerListRequest) Switch_(switch_ int32) ApiGetNfsServerListRequest
switchのid 対象のスイッチに接続されているサーバーに絞り込む
func (ApiGetNfsServerListRequest) ZoneCode ¶
func (r ApiGetNfsServerListRequest) ZoneCode(zoneCode string) ApiGetNfsServerListRequest
ゾーンコードで絞り込む * tk1 東京第1 * tk2 東京第2 * tk3 東京第3 * os1 大阪第1 * os2 大阪第2 * os3 大阪第3 * is1 石狩第1
type ApiGetNfsServerPowerStatusRequest ¶
type ApiGetNfsServerPowerStatusRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiGetNfsServerPowerStatusRequest) Execute ¶
func (r ApiGetNfsServerPowerStatusRequest) Execute() (*NfsServerPowerStatus, *http.Response, error)
type ApiGetNfsServerRequest ¶
type ApiGetNfsServerRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
type ApiGetNfsServerStorageRequest ¶ added in v0.4.410
type ApiGetNfsServerStorageRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiGetNfsServerStorageRequest) Execute ¶ added in v0.4.410
func (r ApiGetNfsServerStorageRequest) Execute() (*NfsStorageInfo, *http.Response, error)
type ApiGetPermissionListRequest ¶
type ApiGetPermissionListRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiGetPermissionListRequest) Category ¶
func (r ApiGetPermissionListRequest) Category(category string) ApiGetPermissionListRequest
カテゴリーで絞り込む
func (ApiGetPermissionListRequest) Code ¶
func (r ApiGetPermissionListRequest) Code(code string) ApiGetPermissionListRequest
コードで絞り込む。カンマ区切りで複数指定可能。
func (ApiGetPermissionListRequest) Execute ¶
func (r ApiGetPermissionListRequest) Execute() (*GetPermissionList200Response, *http.Response, error)
func (ApiGetPermissionListRequest) Page ¶
func (r ApiGetPermissionListRequest) Page(page int32) ApiGetPermissionListRequest
func (ApiGetPermissionListRequest) PerPage ¶
func (r ApiGetPermissionListRequest) PerPage(perPage int32) ApiGetPermissionListRequest
type ApiGetRoleListRequest ¶
type ApiGetRoleListRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiGetRoleListRequest) Execute ¶
func (r ApiGetRoleListRequest) Execute() (*GetRoleList200Response, *http.Response, error)
func (ApiGetRoleListRequest) Order ¶
func (r ApiGetRoleListRequest) Order(order string) ApiGetRoleListRequest
データの並び順。項目名の頭に`-`をつけると降順で取得する 例: * 名称昇順: sort=name * 名称降順: sort=-name
func (ApiGetRoleListRequest) Page ¶
func (r ApiGetRoleListRequest) Page(page int32) ApiGetRoleListRequest
func (ApiGetRoleListRequest) PerPage ¶
func (r ApiGetRoleListRequest) PerPage(perPage int32) ApiGetRoleListRequest
func (ApiGetRoleListRequest) Search ¶
func (r ApiGetRoleListRequest) Search(search string) ApiGetRoleListRequest
名前と説明文から部分一致検索
type ApiGetRoleRequest ¶
type ApiGetRoleRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiGetServerInterfaceListRequest ¶
type ApiGetServerInterfaceListRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerInterfaceListRequest) Execute ¶
func (r ApiGetServerInterfaceListRequest) Execute() (*GetServerInterfaceList200Response, *http.Response, error)
func (ApiGetServerInterfaceListRequest) Page ¶ added in v0.4.410
func (r ApiGetServerInterfaceListRequest) Page(page int32) ApiGetServerInterfaceListRequest
func (ApiGetServerInterfaceListRequest) PerPage ¶ added in v0.4.410
func (r ApiGetServerInterfaceListRequest) PerPage(perPage int32) ApiGetServerInterfaceListRequest
type ApiGetServerInterfaceRequest ¶
type ApiGetServerInterfaceRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerInterfaceRequest) Execute ¶
func (r ApiGetServerInterfaceRequest) Execute() (*ServerInterface, *http.Response, error)
type ApiGetServerLimitationRequest ¶
type ApiGetServerLimitationRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerLimitationRequest) Execute ¶
func (r ApiGetServerLimitationRequest) Execute() (*Limitation, *http.Response, error)
type ApiGetServerListRequest ¶
type ApiGetServerListRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerListRequest) Execute ¶
func (r ApiGetServerListRequest) Execute() (*GetServerList200Response, *http.Response, error)
func (ApiGetServerListRequest) Id ¶
func (r ApiGetServerListRequest) Id(id string) ApiGetServerListRequest
idで絞り込む。カンマ区切りで100件まで指定可能。
func (ApiGetServerListRequest) Ipv4Address ¶
func (r ApiGetServerListRequest) Ipv4Address(ipv4Address string) ApiGetServerListRequest
IPアドレスで絞り込む
func (ApiGetServerListRequest) MonitoringResourceId ¶
func (r ApiGetServerListRequest) MonitoringResourceId(monitoringResourceId string) ApiGetServerListRequest
サーバー監視リソースIDで絞り込む
func (ApiGetServerListRequest) Page ¶
func (r ApiGetServerListRequest) Page(page int32) ApiGetServerListRequest
func (ApiGetServerListRequest) PerPage ¶
func (r ApiGetServerListRequest) PerPage(perPage int32) ApiGetServerListRequest
func (ApiGetServerListRequest) Search ¶
func (r ApiGetServerListRequest) Search(search string) ApiGetServerListRequest
名前、説明文、ホスト名、ipv4アドレス、ipv6アドレス、サービスコードから部分一致検索
func (ApiGetServerListRequest) ServiceType ¶
func (r ApiGetServerListRequest) ServiceType(serviceType string) ApiGetServerListRequest
サービスタイプで絞り込む
func (ApiGetServerListRequest) Sort ¶
func (r ApiGetServerListRequest) Sort(sort string) ApiGetServerListRequest
データの並び順。項目名の頭に`-`をつけると降順で取得する 例: * サービスコード昇順: sort=service_code * サービスコード降順: sort=-service_code
func (ApiGetServerListRequest) Switch_ ¶
func (r ApiGetServerListRequest) Switch_(switch_ int32) ApiGetServerListRequest
switchのid 対象のスイッチに接続されているサーバーに絞り込む
func (ApiGetServerListRequest) ZoneCode ¶
func (r ApiGetServerListRequest) ZoneCode(zoneCode string) ApiGetServerListRequest
ゾーンコードで絞り込む * tk1 東京第1 * tk2 東京第2 * tk3 東京第3 * os1 大阪第1 * os2 大阪第2 * os3 大阪第3 * is1 石狩第1
type ApiGetServerMonitoringHealthRequest ¶
type ApiGetServerMonitoringHealthRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerMonitoringHealthRequest) Execute ¶
func (r ApiGetServerMonitoringHealthRequest) Execute() (*ServerMonitoringHealth, *http.Response, error)
type ApiGetServerMonitoringListRequest ¶
type ApiGetServerMonitoringListRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerMonitoringListRequest) Execute ¶
func (r ApiGetServerMonitoringListRequest) Execute() (*GetServerMonitoringList200Response, *http.Response, error)
func (ApiGetServerMonitoringListRequest) MonitoringResourceId ¶
func (r ApiGetServerMonitoringListRequest) MonitoringResourceId(monitoringResourceId string) ApiGetServerMonitoringListRequest
サーバー監視リソースIDで絞り込む
func (ApiGetServerMonitoringListRequest) Page ¶
func (r ApiGetServerMonitoringListRequest) Page(page int32) ApiGetServerMonitoringListRequest
func (ApiGetServerMonitoringListRequest) PerPage ¶
func (r ApiGetServerMonitoringListRequest) PerPage(perPage int32) ApiGetServerMonitoringListRequest
type ApiGetServerMonitoringRequest ¶
type ApiGetServerMonitoringRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerMonitoringRequest) Execute ¶
func (r ApiGetServerMonitoringRequest) Execute() (*ServerMonitoring, *http.Response, error)
func (ApiGetServerMonitoringRequest) Page ¶
func (r ApiGetServerMonitoringRequest) Page(page int32) ApiGetServerMonitoringRequest
func (ApiGetServerMonitoringRequest) PerPage ¶
func (r ApiGetServerMonitoringRequest) PerPage(perPage int32) ApiGetServerMonitoringRequest
type ApiGetServerPowerStatusRequest ¶
type ApiGetServerPowerStatusRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerPowerStatusRequest) Execute ¶
func (r ApiGetServerPowerStatusRequest) Execute() (*ServerPowerStatus, *http.Response, error)
type ApiGetServerRequest ¶
type ApiGetServerRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiGetServerVideoDeviceRequest ¶
type ApiGetServerVideoDeviceRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiGetServerVideoDeviceRequest) Execute ¶
func (r ApiGetServerVideoDeviceRequest) Execute() (*GetServerVideoDevice200Response, *http.Response, error)
type ApiGetServerVncConsoleKeymapRequest ¶
type ApiGetServerVncConsoleKeymapRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiGetSwitchListRequest ¶
type ApiGetSwitchListRequest struct { ApiService *SwitchAPIService // contains filtered or unexported fields }
func (ApiGetSwitchListRequest) Execute ¶
func (r ApiGetSwitchListRequest) Execute() (*GetSwitchList200Response, *http.Response, error)
func (ApiGetSwitchListRequest) Id ¶
func (r ApiGetSwitchListRequest) Id(id string) ApiGetSwitchListRequest
idで絞り込む。カンマ区切りで100件まで指定可能。
func (ApiGetSwitchListRequest) Interface_ ¶
func (r ApiGetSwitchListRequest) Interface_(interface_ int32) ApiGetSwitchListRequest
interfaceのid 対象のインターフェースに接続されているスイッチに絞り込む
func (ApiGetSwitchListRequest) Page ¶
func (r ApiGetSwitchListRequest) Page(page int32) ApiGetSwitchListRequest
func (ApiGetSwitchListRequest) PerPage ¶
func (r ApiGetSwitchListRequest) PerPage(perPage int32) ApiGetSwitchListRequest
func (ApiGetSwitchListRequest) Search ¶
func (r ApiGetSwitchListRequest) Search(search string) ApiGetSwitchListRequest
名前と説明文から部分一致検索
func (ApiGetSwitchListRequest) Sort ¶
func (r ApiGetSwitchListRequest) Sort(sort string) ApiGetSwitchListRequest
データの並び順。項目名の頭に`-`をつけると降順で取得する 例: * 接続インターフェース数昇順: sort=interfaces_count * 接続インターフェース数降順: sort=-interfaces_count
func (ApiGetSwitchListRequest) ZoneCode ¶
func (r ApiGetSwitchListRequest) ZoneCode(zoneCode string) ApiGetSwitchListRequest
ゾーンコードで絞り込む * tk1 東京第1 * tk2 東京第2 * tk3 東京第3 * os1 大阪第1 * os2 大阪第2 * os3 大阪第3 * is1 石狩第1
type ApiGetSwitchRequest ¶
type ApiGetSwitchRequest struct { ApiService *SwitchAPIService // contains filtered or unexported fields }
type ApiGetZoneListRequest ¶
type ApiGetZoneListRequest struct { ApiService *ZoneAPIService // contains filtered or unexported fields }
func (ApiGetZoneListRequest) Execute ¶
func (r ApiGetZoneListRequest) Execute() (*GetZoneList200Response, *http.Response, error)
func (ApiGetZoneListRequest) Page ¶ added in v0.4.410
func (r ApiGetZoneListRequest) Page(page int32) ApiGetZoneListRequest
func (ApiGetZoneListRequest) PerPage ¶ added in v0.4.410
func (r ApiGetZoneListRequest) PerPage(perPage int32) ApiGetZoneListRequest
type ApiKey ¶
type ApiKey struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // ロールID Role int32 `json:"role"` // APIのアクセストークン。APIキー作成時とトークンローテーション時以外は情報を`*`でマスクして返します。 Token string `json:"token"` }
ApiKey struct for ApiKey
func NewApiKey ¶
NewApiKey instantiates a new ApiKey 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 NewApiKeyWithDefaults ¶
func NewApiKeyWithDefaults() *ApiKey
NewApiKeyWithDefaults instantiates a new ApiKey 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 (*ApiKey) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ApiKey) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ApiKey) GetRoleOk ¶
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (*ApiKey) GetTokenOk ¶
GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.
func (ApiKey) MarshalJSON ¶
func (*ApiKey) UnmarshalJSON ¶
type ApiKeyAPIService ¶
type ApiKeyAPIService service
ApiKeyAPIService ApiKeyAPI service
func (*ApiKeyAPIService) DeleteApiKey ¶
func (a *ApiKeyAPIService) DeleteApiKey(ctx context.Context, apiKeyId int32) ApiDeleteApiKeyRequest
DeleteApiKey APIキーを削除する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyId APIキーID @return ApiDeleteApiKeyRequest
func (*ApiKeyAPIService) DeleteApiKeyExecute ¶
func (a *ApiKeyAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*http.Response, error)
Execute executes the request
func (*ApiKeyAPIService) DeleteRole ¶
func (a *ApiKeyAPIService) DeleteRole(ctx context.Context, roleId int32) ApiDeleteRoleRequest
DeleteRole ロールを削除する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleId ロールID @return ApiDeleteRoleRequest
func (*ApiKeyAPIService) DeleteRoleExecute ¶
func (a *ApiKeyAPIService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*http.Response, error)
Execute executes the request
func (*ApiKeyAPIService) GetApiKey ¶
func (a *ApiKeyAPIService) GetApiKey(ctx context.Context, apiKeyId int32) ApiGetApiKeyRequest
GetApiKey APIキーを取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyId APIキーID @return ApiGetApiKeyRequest
func (*ApiKeyAPIService) GetApiKeyExecute ¶
func (a *ApiKeyAPIService) GetApiKeyExecute(r ApiGetApiKeyRequest) (*ApiKey, *http.Response, error)
Execute executes the request
@return ApiKey
func (*ApiKeyAPIService) GetApiKeyList ¶
func (a *ApiKeyAPIService) GetApiKeyList(ctx context.Context) ApiGetApiKeyListRequest
GetApiKeyList APIキーの一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetApiKeyListRequest
func (*ApiKeyAPIService) GetApiKeyListExecute ¶
func (a *ApiKeyAPIService) GetApiKeyListExecute(r ApiGetApiKeyListRequest) (*GetApiKeyList200Response, *http.Response, error)
Execute executes the request
@return GetApiKeyList200Response
func (*ApiKeyAPIService) GetPermissionList ¶
func (a *ApiKeyAPIService) GetPermissionList(ctx context.Context) ApiGetPermissionListRequest
GetPermissionList 権限の一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPermissionListRequest
func (*ApiKeyAPIService) GetPermissionListExecute ¶
func (a *ApiKeyAPIService) GetPermissionListExecute(r ApiGetPermissionListRequest) (*GetPermissionList200Response, *http.Response, error)
Execute executes the request
@return GetPermissionList200Response
func (*ApiKeyAPIService) GetRole ¶
func (a *ApiKeyAPIService) GetRole(ctx context.Context, roleId int32) ApiGetRoleRequest
GetRole ロールを取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleId ロールID @return ApiGetRoleRequest
func (*ApiKeyAPIService) GetRoleExecute ¶
func (a *ApiKeyAPIService) GetRoleExecute(r ApiGetRoleRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*ApiKeyAPIService) GetRoleList ¶
func (a *ApiKeyAPIService) GetRoleList(ctx context.Context) ApiGetRoleListRequest
GetRoleList ロール一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetRoleListRequest
func (*ApiKeyAPIService) GetRoleListExecute ¶
func (a *ApiKeyAPIService) GetRoleListExecute(r ApiGetRoleListRequest) (*GetRoleList200Response, *http.Response, error)
Execute executes the request
@return GetRoleList200Response
func (*ApiKeyAPIService) PostApiKey ¶
func (a *ApiKeyAPIService) PostApiKey(ctx context.Context) ApiPostApiKeyRequest
PostApiKey APIキーを作成する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPostApiKeyRequest
func (*ApiKeyAPIService) PostApiKeyExecute ¶
func (a *ApiKeyAPIService) PostApiKeyExecute(r ApiPostApiKeyRequest) (*ApiKey, *http.Response, error)
Execute executes the request
@return ApiKey
func (*ApiKeyAPIService) PostApiKeyRotate ¶
func (a *ApiKeyAPIService) PostApiKeyRotate(ctx context.Context, apiKeyId int32) ApiPostApiKeyRotateRequest
PostApiKeyRotate APIキーのトークンのローテーションを行う
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyId APIキーID @return ApiPostApiKeyRotateRequest
func (*ApiKeyAPIService) PostApiKeyRotateExecute ¶
func (a *ApiKeyAPIService) PostApiKeyRotateExecute(r ApiPostApiKeyRotateRequest) (*ApiKey, *http.Response, error)
Execute executes the request
@return ApiKey
func (*ApiKeyAPIService) PostRole ¶
func (a *ApiKeyAPIService) PostRole(ctx context.Context) ApiPostRoleRequest
PostRole ロールを作成する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPostRoleRequest
func (*ApiKeyAPIService) PostRoleExecute ¶
func (a *ApiKeyAPIService) PostRoleExecute(r ApiPostRoleRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
func (*ApiKeyAPIService) PutApiKey ¶
func (a *ApiKeyAPIService) PutApiKey(ctx context.Context, apiKeyId int32) ApiPutApiKeyRequest
PutApiKey APIキーを更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param apiKeyId APIキーID @return ApiPutApiKeyRequest
func (*ApiKeyAPIService) PutApiKeyExecute ¶
func (a *ApiKeyAPIService) PutApiKeyExecute(r ApiPutApiKeyRequest) (*ApiKey, *http.Response, error)
Execute executes the request
@return ApiKey
func (*ApiKeyAPIService) PutRole ¶
func (a *ApiKeyAPIService) PutRole(ctx context.Context, roleId int32) ApiPutRoleRequest
PutRole ロールを更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param roleId ロールID @return ApiPutRoleRequest
func (*ApiKeyAPIService) PutRoleExecute ¶
func (a *ApiKeyAPIService) PutRoleExecute(r ApiPutRoleRequest) (*Role, *http.Response, error)
Execute executes the request
@return Role
type ApiPostApiKeyRequest ¶
type ApiPostApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiPostApiKeyRequest) ApiKey ¶
func (r ApiPostApiKeyRequest) ApiKey(apiKey ApiKey) ApiPostApiKeyRequest
type ApiPostApiKeyRotateRequest ¶
type ApiPostApiKeyRotateRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
type ApiPostNfsServerChangeIpv4Request ¶
type ApiPostNfsServerChangeIpv4Request struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiPostNfsServerChangeIpv4Request) Execute ¶
func (r ApiPostNfsServerChangeIpv4Request) Execute() (*http.Response, error)
func (ApiPostNfsServerChangeIpv4Request) PostNfsServerChangeIpv4Request ¶
func (r ApiPostNfsServerChangeIpv4Request) PostNfsServerChangeIpv4Request(postNfsServerChangeIpv4Request PostNfsServerChangeIpv4Request) ApiPostNfsServerChangeIpv4Request
type ApiPostNfsServerForceRebootRequest ¶ added in v0.4.510
type ApiPostNfsServerForceRebootRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
type ApiPostNfsServerPowerOnRequest ¶ added in v0.4.510
type ApiPostNfsServerPowerOnRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
type ApiPostNfsServerShutdownRequest ¶ added in v0.4.510
type ApiPostNfsServerShutdownRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiPostNfsServerShutdownRequest) Execute ¶ added in v0.4.510
func (r ApiPostNfsServerShutdownRequest) Execute() (*http.Response, error)
func (ApiPostNfsServerShutdownRequest) PostServerShutdownRequest ¶ added in v0.4.510
func (r ApiPostNfsServerShutdownRequest) PostServerShutdownRequest(postServerShutdownRequest PostServerShutdownRequest) ApiPostNfsServerShutdownRequest
type ApiPostRoleRequest ¶
type ApiPostRoleRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiPostRoleRequest) Execute ¶
func (r ApiPostRoleRequest) Execute() (*Role, *http.Response, error)
func (ApiPostRoleRequest) Role ¶
func (r ApiPostRoleRequest) Role(role Role) ApiPostRoleRequest
type ApiPostServerForceRebootRequest ¶
type ApiPostServerForceRebootRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiPostServerMonitoringRequest ¶
type ApiPostServerMonitoringRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPostServerMonitoringRequest) Execute ¶
func (r ApiPostServerMonitoringRequest) Execute() (*ServerMonitoring, *http.Response, error)
func (ApiPostServerMonitoringRequest) ServerMonitoring ¶
func (r ApiPostServerMonitoringRequest) ServerMonitoring(serverMonitoring ServerMonitoring) ApiPostServerMonitoringRequest
type ApiPostServerMountDiscRequest ¶
type ApiPostServerMountDiscRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPostServerMountDiscRequest) Execute ¶
func (r ApiPostServerMountDiscRequest) Execute() (*http.Response, error)
func (ApiPostServerMountDiscRequest) PostServerMountDiscRequest ¶
func (r ApiPostServerMountDiscRequest) PostServerMountDiscRequest(postServerMountDiscRequest PostServerMountDiscRequest) ApiPostServerMountDiscRequest
type ApiPostServerPowerOnRequest ¶
type ApiPostServerPowerOnRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
type ApiPostServerShutdownRequest ¶
type ApiPostServerShutdownRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPostServerShutdownRequest) Execute ¶
func (r ApiPostServerShutdownRequest) Execute() (*http.Response, error)
func (ApiPostServerShutdownRequest) PostServerShutdownRequest ¶
func (r ApiPostServerShutdownRequest) PostServerShutdownRequest(postServerShutdownRequest PostServerShutdownRequest) ApiPostServerShutdownRequest
type ApiPostSwitchRequest ¶
type ApiPostSwitchRequest struct { ApiService *SwitchAPIService // contains filtered or unexported fields }
func (ApiPostSwitchRequest) Execute ¶
func (r ApiPostSwitchRequest) Execute() (*PostSwitch201Response, *http.Response, error)
func (ApiPostSwitchRequest) PostSwitchRequest ¶
func (r ApiPostSwitchRequest) PostSwitchRequest(postSwitchRequest PostSwitchRequest) ApiPostSwitchRequest
type ApiPutApiKeyRequest ¶
type ApiPutApiKeyRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiPutApiKeyRequest) ApiKey ¶
func (r ApiPutApiKeyRequest) ApiKey(apiKey ApiKey) ApiPutApiKeyRequest
type ApiPutNfsServerInterfaceRequest ¶
type ApiPutNfsServerInterfaceRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiPutNfsServerInterfaceRequest) Execute ¶
func (r ApiPutNfsServerInterfaceRequest) Execute() (*NfsServerInterface, *http.Response, error)
func (ApiPutNfsServerInterfaceRequest) NfsServerInterface ¶
func (r ApiPutNfsServerInterfaceRequest) NfsServerInterface(nfsServerInterface NfsServerInterface) ApiPutNfsServerInterfaceRequest
type ApiPutNfsServerRequest ¶
type ApiPutNfsServerRequest struct { ApiService *NfsServerAPIService // contains filtered or unexported fields }
func (ApiPutNfsServerRequest) Execute ¶
func (r ApiPutNfsServerRequest) Execute() (*NfsServer, *http.Response, error)
func (ApiPutNfsServerRequest) PutServerRequest ¶
func (r ApiPutNfsServerRequest) PutServerRequest(putServerRequest PutServerRequest) ApiPutNfsServerRequest
type ApiPutRoleRequest ¶
type ApiPutRoleRequest struct { ApiService *ApiKeyAPIService // contains filtered or unexported fields }
func (ApiPutRoleRequest) Execute ¶
func (r ApiPutRoleRequest) Execute() (*Role, *http.Response, error)
func (ApiPutRoleRequest) Role ¶
func (r ApiPutRoleRequest) Role(role Role) ApiPutRoleRequest
type ApiPutServerInterfaceRequest ¶
type ApiPutServerInterfaceRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerInterfaceRequest) Execute ¶
func (r ApiPutServerInterfaceRequest) Execute() (*ServerInterface, *http.Response, error)
func (ApiPutServerInterfaceRequest) ServerInterface ¶
func (r ApiPutServerInterfaceRequest) ServerInterface(serverInterface ServerInterface) ApiPutServerInterfaceRequest
type ApiPutServerIpv4PtrRequest ¶
type ApiPutServerIpv4PtrRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerIpv4PtrRequest) Execute ¶
func (r ApiPutServerIpv4PtrRequest) Execute() (*PutServerIpv4Ptr200Response, *http.Response, error)
func (ApiPutServerIpv4PtrRequest) PutServerIpv4PtrRequest ¶
func (r ApiPutServerIpv4PtrRequest) PutServerIpv4PtrRequest(putServerIpv4PtrRequest PutServerIpv4PtrRequest) ApiPutServerIpv4PtrRequest
type ApiPutServerIpv6PtrRequest ¶
type ApiPutServerIpv6PtrRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerIpv6PtrRequest) Execute ¶
func (r ApiPutServerIpv6PtrRequest) Execute() (*PutServerIpv4Ptr200Response, *http.Response, error)
func (ApiPutServerIpv6PtrRequest) PutServerIpv4PtrRequest ¶
func (r ApiPutServerIpv6PtrRequest) PutServerIpv4PtrRequest(putServerIpv4PtrRequest PutServerIpv4PtrRequest) ApiPutServerIpv6PtrRequest
type ApiPutServerMonitoringRequest ¶
type ApiPutServerMonitoringRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerMonitoringRequest) Execute ¶
func (r ApiPutServerMonitoringRequest) Execute() (*ServerMonitoring, *http.Response, error)
func (ApiPutServerMonitoringRequest) ServerMonitoring ¶
func (r ApiPutServerMonitoringRequest) ServerMonitoring(serverMonitoring ServerMonitoring) ApiPutServerMonitoringRequest
type ApiPutServerRequest ¶
type ApiPutServerRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerRequest) Execute ¶
func (r ApiPutServerRequest) Execute() (*Server, *http.Response, error)
func (ApiPutServerRequest) PutServerRequest ¶
func (r ApiPutServerRequest) PutServerRequest(putServerRequest PutServerRequest) ApiPutServerRequest
type ApiPutServerVideoDeviceRequest ¶
type ApiPutServerVideoDeviceRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerVideoDeviceRequest) Execute ¶
func (r ApiPutServerVideoDeviceRequest) Execute() (*PutServerVideoDeviceRequest, *http.Response, error)
func (ApiPutServerVideoDeviceRequest) PutServerVideoDeviceRequest ¶
func (r ApiPutServerVideoDeviceRequest) PutServerVideoDeviceRequest(putServerVideoDeviceRequest PutServerVideoDeviceRequest) ApiPutServerVideoDeviceRequest
type ApiPutServerVncConsoleKeymapRequest ¶
type ApiPutServerVncConsoleKeymapRequest struct { ApiService *ServerAPIService // contains filtered or unexported fields }
func (ApiPutServerVncConsoleKeymapRequest) Execute ¶
func (r ApiPutServerVncConsoleKeymapRequest) Execute() (*Keymap, *http.Response, error)
func (ApiPutServerVncConsoleKeymapRequest) Keymap ¶
func (r ApiPutServerVncConsoleKeymapRequest) Keymap(keymap Keymap) ApiPutServerVncConsoleKeymapRequest
type ApiPutSwitchRequest ¶
type ApiPutSwitchRequest struct { ApiService *SwitchAPIService // contains filtered or unexported fields }
func (ApiPutSwitchRequest) Execute ¶
func (r ApiPutSwitchRequest) Execute() (*Switch, *http.Response, error)
func (ApiPutSwitchRequest) Switch_ ¶
func (r ApiPutSwitchRequest) Switch_(switch_ Switch) ApiPutSwitchRequest
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 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 Disc ¶
type Disc struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // ライセンスが必要かどうか LicenseRequired bool `json:"license_required"` }
Disc struct for Disc
func NewDisc ¶
NewDisc instantiates a new Disc 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 NewDiscWithDefaults ¶
func NewDiscWithDefaults() *Disc
NewDiscWithDefaults instantiates a new Disc 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 (*Disc) GetDescription ¶
GetDescription returns the Description field value
func (*Disc) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Disc) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Disc) GetLicenseRequired ¶
GetLicenseRequired returns the LicenseRequired field value
func (*Disc) GetLicenseRequiredOk ¶
GetLicenseRequiredOk returns a tuple with the LicenseRequired field value and a boolean to check if the value has been set.
func (*Disc) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (Disc) MarshalJSON ¶
func (*Disc) SetDescription ¶
SetDescription sets field value
func (*Disc) SetLicenseRequired ¶
SetLicenseRequired sets field value
func (*Disc) UnmarshalJSON ¶
type DiscAPIService ¶
type DiscAPIService service
DiscAPIService DiscAPI service
func (*DiscAPIService) GetDiscList ¶
func (a *DiscAPIService) GetDiscList(ctx context.Context) ApiGetDiscListRequest
GetDiscList ディスク情報一覧を取得する
追加ソフトウェアのディスク情報です。WindowsのCDドライブにマウントして利用します。
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetDiscListRequest
func (*DiscAPIService) GetDiscListExecute ¶
func (a *DiscAPIService) GetDiscListExecute(r ApiGetDiscListRequest) (*GetDiscList200Response, *http.Response, error)
Execute executes the request
@return GetDiscList200Response
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 GetApiKeyList200Response ¶
type GetApiKeyList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []ApiKey `json:"results"` }
GetApiKeyList200Response struct for GetApiKeyList200Response
func NewGetApiKeyList200Response ¶
func NewGetApiKeyList200Response(count int32, next NullableString, previous NullableString, results []ApiKey) *GetApiKeyList200Response
NewGetApiKeyList200Response instantiates a new GetApiKeyList200Response 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 NewGetApiKeyList200ResponseWithDefaults ¶
func NewGetApiKeyList200ResponseWithDefaults() *GetApiKeyList200Response
NewGetApiKeyList200ResponseWithDefaults instantiates a new GetApiKeyList200Response 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 (*GetApiKeyList200Response) GetCount ¶
func (o *GetApiKeyList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetApiKeyList200Response) GetCountOk ¶
func (o *GetApiKeyList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetApiKeyList200Response) GetNext ¶
func (o *GetApiKeyList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetApiKeyList200Response) GetNextOk ¶
func (o *GetApiKeyList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetApiKeyList200Response) GetPrevious ¶
func (o *GetApiKeyList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetApiKeyList200Response) GetPreviousOk ¶
func (o *GetApiKeyList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetApiKeyList200Response) GetResults ¶
func (o *GetApiKeyList200Response) GetResults() []ApiKey
GetResults returns the Results field value
func (*GetApiKeyList200Response) GetResultsOk ¶
func (o *GetApiKeyList200Response) GetResultsOk() ([]ApiKey, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetApiKeyList200Response) MarshalJSON ¶
func (o GetApiKeyList200Response) MarshalJSON() ([]byte, error)
func (*GetApiKeyList200Response) SetCount ¶
func (o *GetApiKeyList200Response) SetCount(v int32)
SetCount sets field value
func (*GetApiKeyList200Response) SetNext ¶
func (o *GetApiKeyList200Response) SetNext(v string)
SetNext sets field value
func (*GetApiKeyList200Response) SetPrevious ¶
func (o *GetApiKeyList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetApiKeyList200Response) SetResults ¶
func (o *GetApiKeyList200Response) SetResults(v []ApiKey)
SetResults sets field value
func (GetApiKeyList200Response) ToMap ¶
func (o GetApiKeyList200Response) ToMap() (map[string]interface{}, error)
func (*GetApiKeyList200Response) UnmarshalJSON ¶
func (o *GetApiKeyList200Response) UnmarshalJSON(data []byte) (err error)
type GetDiscList200Response ¶
type GetDiscList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []Disc `json:"results"` }
GetDiscList200Response struct for GetDiscList200Response
func NewGetDiscList200Response ¶
func NewGetDiscList200Response(count int32, next NullableString, previous NullableString, results []Disc) *GetDiscList200Response
NewGetDiscList200Response instantiates a new GetDiscList200Response 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 NewGetDiscList200ResponseWithDefaults ¶
func NewGetDiscList200ResponseWithDefaults() *GetDiscList200Response
NewGetDiscList200ResponseWithDefaults instantiates a new GetDiscList200Response 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 (*GetDiscList200Response) GetCount ¶
func (o *GetDiscList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetDiscList200Response) GetCountOk ¶
func (o *GetDiscList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetDiscList200Response) GetNext ¶
func (o *GetDiscList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetDiscList200Response) GetNextOk ¶
func (o *GetDiscList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetDiscList200Response) GetPrevious ¶
func (o *GetDiscList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetDiscList200Response) GetPreviousOk ¶
func (o *GetDiscList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetDiscList200Response) GetResults ¶
func (o *GetDiscList200Response) GetResults() []Disc
GetResults returns the Results field value
func (*GetDiscList200Response) GetResultsOk ¶
func (o *GetDiscList200Response) GetResultsOk() ([]Disc, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetDiscList200Response) MarshalJSON ¶
func (o GetDiscList200Response) MarshalJSON() ([]byte, error)
func (*GetDiscList200Response) SetCount ¶
func (o *GetDiscList200Response) SetCount(v int32)
SetCount sets field value
func (*GetDiscList200Response) SetNext ¶
func (o *GetDiscList200Response) SetNext(v string)
SetNext sets field value
func (*GetDiscList200Response) SetPrevious ¶
func (o *GetDiscList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetDiscList200Response) SetResults ¶
func (o *GetDiscList200Response) SetResults(v []Disc)
SetResults sets field value
func (GetDiscList200Response) ToMap ¶
func (o GetDiscList200Response) ToMap() (map[string]interface{}, error)
func (*GetDiscList200Response) UnmarshalJSON ¶
func (o *GetDiscList200Response) UnmarshalJSON(data []byte) (err error)
type GetNfsServerList200Response ¶
type GetNfsServerList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []NfsServer `json:"results"` }
GetNfsServerList200Response struct for GetNfsServerList200Response
func NewGetNfsServerList200Response ¶
func NewGetNfsServerList200Response(count int32, next NullableString, previous NullableString, results []NfsServer) *GetNfsServerList200Response
NewGetNfsServerList200Response instantiates a new GetNfsServerList200Response 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 NewGetNfsServerList200ResponseWithDefaults ¶
func NewGetNfsServerList200ResponseWithDefaults() *GetNfsServerList200Response
NewGetNfsServerList200ResponseWithDefaults instantiates a new GetNfsServerList200Response 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 (*GetNfsServerList200Response) GetCount ¶
func (o *GetNfsServerList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetNfsServerList200Response) GetCountOk ¶
func (o *GetNfsServerList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetNfsServerList200Response) GetNext ¶
func (o *GetNfsServerList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetNfsServerList200Response) GetNextOk ¶
func (o *GetNfsServerList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetNfsServerList200Response) GetPrevious ¶
func (o *GetNfsServerList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetNfsServerList200Response) GetPreviousOk ¶
func (o *GetNfsServerList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetNfsServerList200Response) GetResults ¶
func (o *GetNfsServerList200Response) GetResults() []NfsServer
GetResults returns the Results field value
func (*GetNfsServerList200Response) GetResultsOk ¶
func (o *GetNfsServerList200Response) GetResultsOk() ([]NfsServer, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetNfsServerList200Response) MarshalJSON ¶
func (o GetNfsServerList200Response) MarshalJSON() ([]byte, error)
func (*GetNfsServerList200Response) SetCount ¶
func (o *GetNfsServerList200Response) SetCount(v int32)
SetCount sets field value
func (*GetNfsServerList200Response) SetNext ¶
func (o *GetNfsServerList200Response) SetNext(v string)
SetNext sets field value
func (*GetNfsServerList200Response) SetPrevious ¶
func (o *GetNfsServerList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetNfsServerList200Response) SetResults ¶
func (o *GetNfsServerList200Response) SetResults(v []NfsServer)
SetResults sets field value
func (GetNfsServerList200Response) ToMap ¶
func (o GetNfsServerList200Response) ToMap() (map[string]interface{}, error)
func (*GetNfsServerList200Response) UnmarshalJSON ¶
func (o *GetNfsServerList200Response) UnmarshalJSON(data []byte) (err error)
type GetPermissionList200Response ¶
type GetPermissionList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []Permission `json:"results"` }
GetPermissionList200Response struct for GetPermissionList200Response
func NewGetPermissionList200Response ¶
func NewGetPermissionList200Response(count int32, next NullableString, previous NullableString, results []Permission) *GetPermissionList200Response
NewGetPermissionList200Response instantiates a new GetPermissionList200Response 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 NewGetPermissionList200ResponseWithDefaults ¶
func NewGetPermissionList200ResponseWithDefaults() *GetPermissionList200Response
NewGetPermissionList200ResponseWithDefaults instantiates a new GetPermissionList200Response 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 (*GetPermissionList200Response) GetCount ¶
func (o *GetPermissionList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetPermissionList200Response) GetCountOk ¶
func (o *GetPermissionList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetPermissionList200Response) GetNext ¶
func (o *GetPermissionList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetPermissionList200Response) GetNextOk ¶
func (o *GetPermissionList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetPermissionList200Response) GetPrevious ¶
func (o *GetPermissionList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetPermissionList200Response) GetPreviousOk ¶
func (o *GetPermissionList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetPermissionList200Response) GetResults ¶
func (o *GetPermissionList200Response) GetResults() []Permission
GetResults returns the Results field value
func (*GetPermissionList200Response) GetResultsOk ¶
func (o *GetPermissionList200Response) GetResultsOk() ([]Permission, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetPermissionList200Response) MarshalJSON ¶
func (o GetPermissionList200Response) MarshalJSON() ([]byte, error)
func (*GetPermissionList200Response) SetCount ¶
func (o *GetPermissionList200Response) SetCount(v int32)
SetCount sets field value
func (*GetPermissionList200Response) SetNext ¶
func (o *GetPermissionList200Response) SetNext(v string)
SetNext sets field value
func (*GetPermissionList200Response) SetPrevious ¶
func (o *GetPermissionList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetPermissionList200Response) SetResults ¶
func (o *GetPermissionList200Response) SetResults(v []Permission)
SetResults sets field value
func (GetPermissionList200Response) ToMap ¶
func (o GetPermissionList200Response) ToMap() (map[string]interface{}, error)
func (*GetPermissionList200Response) UnmarshalJSON ¶
func (o *GetPermissionList200Response) UnmarshalJSON(data []byte) (err error)
type GetRoleList200Response ¶
type GetRoleList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []Role `json:"results"` }
GetRoleList200Response struct for GetRoleList200Response
func NewGetRoleList200Response ¶
func NewGetRoleList200Response(count int32, next NullableString, previous NullableString, results []Role) *GetRoleList200Response
NewGetRoleList200Response instantiates a new GetRoleList200Response 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 NewGetRoleList200ResponseWithDefaults ¶
func NewGetRoleList200ResponseWithDefaults() *GetRoleList200Response
NewGetRoleList200ResponseWithDefaults instantiates a new GetRoleList200Response 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 (*GetRoleList200Response) GetCount ¶
func (o *GetRoleList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetRoleList200Response) GetCountOk ¶
func (o *GetRoleList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetRoleList200Response) GetNext ¶
func (o *GetRoleList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetRoleList200Response) GetNextOk ¶
func (o *GetRoleList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetRoleList200Response) GetPrevious ¶
func (o *GetRoleList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetRoleList200Response) GetPreviousOk ¶
func (o *GetRoleList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetRoleList200Response) GetResults ¶
func (o *GetRoleList200Response) GetResults() []Role
GetResults returns the Results field value
func (*GetRoleList200Response) GetResultsOk ¶
func (o *GetRoleList200Response) GetResultsOk() ([]Role, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetRoleList200Response) MarshalJSON ¶
func (o GetRoleList200Response) MarshalJSON() ([]byte, error)
func (*GetRoleList200Response) SetCount ¶
func (o *GetRoleList200Response) SetCount(v int32)
SetCount sets field value
func (*GetRoleList200Response) SetNext ¶
func (o *GetRoleList200Response) SetNext(v string)
SetNext sets field value
func (*GetRoleList200Response) SetPrevious ¶
func (o *GetRoleList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetRoleList200Response) SetResults ¶
func (o *GetRoleList200Response) SetResults(v []Role)
SetResults sets field value
func (GetRoleList200Response) ToMap ¶
func (o GetRoleList200Response) ToMap() (map[string]interface{}, error)
func (*GetRoleList200Response) UnmarshalJSON ¶
func (o *GetRoleList200Response) UnmarshalJSON(data []byte) (err error)
type GetServerInterfaceList200Response ¶
type GetServerInterfaceList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []ServerInterface `json:"results"` }
GetServerInterfaceList200Response struct for GetServerInterfaceList200Response
func NewGetServerInterfaceList200Response ¶
func NewGetServerInterfaceList200Response(count int32, next NullableString, previous NullableString, results []ServerInterface) *GetServerInterfaceList200Response
NewGetServerInterfaceList200Response instantiates a new GetServerInterfaceList200Response 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 NewGetServerInterfaceList200ResponseWithDefaults ¶
func NewGetServerInterfaceList200ResponseWithDefaults() *GetServerInterfaceList200Response
NewGetServerInterfaceList200ResponseWithDefaults instantiates a new GetServerInterfaceList200Response 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 (*GetServerInterfaceList200Response) GetCount ¶
func (o *GetServerInterfaceList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetServerInterfaceList200Response) GetCountOk ¶
func (o *GetServerInterfaceList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetServerInterfaceList200Response) GetNext ¶
func (o *GetServerInterfaceList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetServerInterfaceList200Response) GetNextOk ¶
func (o *GetServerInterfaceList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetServerInterfaceList200Response) GetPrevious ¶
func (o *GetServerInterfaceList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetServerInterfaceList200Response) GetPreviousOk ¶
func (o *GetServerInterfaceList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetServerInterfaceList200Response) GetResults ¶
func (o *GetServerInterfaceList200Response) GetResults() []ServerInterface
GetResults returns the Results field value
func (*GetServerInterfaceList200Response) GetResultsOk ¶
func (o *GetServerInterfaceList200Response) GetResultsOk() ([]ServerInterface, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetServerInterfaceList200Response) MarshalJSON ¶
func (o GetServerInterfaceList200Response) MarshalJSON() ([]byte, error)
func (*GetServerInterfaceList200Response) SetCount ¶
func (o *GetServerInterfaceList200Response) SetCount(v int32)
SetCount sets field value
func (*GetServerInterfaceList200Response) SetNext ¶
func (o *GetServerInterfaceList200Response) SetNext(v string)
SetNext sets field value
func (*GetServerInterfaceList200Response) SetPrevious ¶
func (o *GetServerInterfaceList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetServerInterfaceList200Response) SetResults ¶
func (o *GetServerInterfaceList200Response) SetResults(v []ServerInterface)
SetResults sets field value
func (GetServerInterfaceList200Response) ToMap ¶
func (o GetServerInterfaceList200Response) ToMap() (map[string]interface{}, error)
func (*GetServerInterfaceList200Response) UnmarshalJSON ¶
func (o *GetServerInterfaceList200Response) UnmarshalJSON(data []byte) (err error)
type GetServerList200Response ¶
type GetServerList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []Server `json:"results"` }
GetServerList200Response struct for GetServerList200Response
func NewGetServerList200Response ¶
func NewGetServerList200Response(count int32, next NullableString, previous NullableString, results []Server) *GetServerList200Response
NewGetServerList200Response instantiates a new GetServerList200Response 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 NewGetServerList200ResponseWithDefaults ¶
func NewGetServerList200ResponseWithDefaults() *GetServerList200Response
NewGetServerList200ResponseWithDefaults instantiates a new GetServerList200Response 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 (*GetServerList200Response) GetCount ¶
func (o *GetServerList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetServerList200Response) GetCountOk ¶
func (o *GetServerList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetServerList200Response) GetNext ¶
func (o *GetServerList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetServerList200Response) GetNextOk ¶
func (o *GetServerList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetServerList200Response) GetPrevious ¶
func (o *GetServerList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetServerList200Response) GetPreviousOk ¶
func (o *GetServerList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetServerList200Response) GetResults ¶
func (o *GetServerList200Response) GetResults() []Server
GetResults returns the Results field value
func (*GetServerList200Response) GetResultsOk ¶
func (o *GetServerList200Response) GetResultsOk() ([]Server, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetServerList200Response) MarshalJSON ¶
func (o GetServerList200Response) MarshalJSON() ([]byte, error)
func (*GetServerList200Response) SetCount ¶
func (o *GetServerList200Response) SetCount(v int32)
SetCount sets field value
func (*GetServerList200Response) SetNext ¶
func (o *GetServerList200Response) SetNext(v string)
SetNext sets field value
func (*GetServerList200Response) SetPrevious ¶
func (o *GetServerList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetServerList200Response) SetResults ¶
func (o *GetServerList200Response) SetResults(v []Server)
SetResults sets field value
func (GetServerList200Response) ToMap ¶
func (o GetServerList200Response) ToMap() (map[string]interface{}, error)
func (*GetServerList200Response) UnmarshalJSON ¶
func (o *GetServerList200Response) UnmarshalJSON(data []byte) (err error)
type GetServerList401Response ¶
type GetServerList401Response struct { // エラー内容を示す簡潔な識別子 Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` }
GetServerList401Response struct for GetServerList401Response
func NewGetServerList401Response ¶
func NewGetServerList401Response() *GetServerList401Response
NewGetServerList401Response instantiates a new GetServerList401Response 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 NewGetServerList401ResponseWithDefaults ¶
func NewGetServerList401ResponseWithDefaults() *GetServerList401Response
NewGetServerList401ResponseWithDefaults instantiates a new GetServerList401Response 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 (*GetServerList401Response) GetCode ¶
func (o *GetServerList401Response) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*GetServerList401Response) GetCodeOk ¶
func (o *GetServerList401Response) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetServerList401Response) GetMessage ¶
func (o *GetServerList401Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*GetServerList401Response) GetMessageOk ¶
func (o *GetServerList401Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetServerList401Response) HasCode ¶
func (o *GetServerList401Response) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*GetServerList401Response) HasMessage ¶
func (o *GetServerList401Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (GetServerList401Response) MarshalJSON ¶
func (o GetServerList401Response) MarshalJSON() ([]byte, error)
func (*GetServerList401Response) SetCode ¶
func (o *GetServerList401Response) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*GetServerList401Response) SetMessage ¶
func (o *GetServerList401Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (GetServerList401Response) ToMap ¶
func (o GetServerList401Response) ToMap() (map[string]interface{}, error)
type GetServerList403Response ¶
type GetServerList403Response struct { // エラー内容を示す簡潔な識別子 Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` }
GetServerList403Response struct for GetServerList403Response
func NewGetServerList403Response ¶
func NewGetServerList403Response() *GetServerList403Response
NewGetServerList403Response instantiates a new GetServerList403Response 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 NewGetServerList403ResponseWithDefaults ¶
func NewGetServerList403ResponseWithDefaults() *GetServerList403Response
NewGetServerList403ResponseWithDefaults instantiates a new GetServerList403Response 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 (*GetServerList403Response) GetCode ¶
func (o *GetServerList403Response) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*GetServerList403Response) GetCodeOk ¶
func (o *GetServerList403Response) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetServerList403Response) GetMessage ¶
func (o *GetServerList403Response) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*GetServerList403Response) GetMessageOk ¶
func (o *GetServerList403Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetServerList403Response) HasCode ¶
func (o *GetServerList403Response) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*GetServerList403Response) HasMessage ¶
func (o *GetServerList403Response) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (GetServerList403Response) MarshalJSON ¶
func (o GetServerList403Response) MarshalJSON() ([]byte, error)
func (*GetServerList403Response) SetCode ¶
func (o *GetServerList403Response) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*GetServerList403Response) SetMessage ¶
func (o *GetServerList403Response) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (GetServerList403Response) ToMap ¶
func (o GetServerList403Response) ToMap() (map[string]interface{}, error)
type GetServerMonitoringList200Response ¶
type GetServerMonitoringList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []ServerMonitoring `json:"results"` }
GetServerMonitoringList200Response struct for GetServerMonitoringList200Response
func NewGetServerMonitoringList200Response ¶
func NewGetServerMonitoringList200Response(count int32, next NullableString, previous NullableString, results []ServerMonitoring) *GetServerMonitoringList200Response
NewGetServerMonitoringList200Response instantiates a new GetServerMonitoringList200Response 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 NewGetServerMonitoringList200ResponseWithDefaults ¶
func NewGetServerMonitoringList200ResponseWithDefaults() *GetServerMonitoringList200Response
NewGetServerMonitoringList200ResponseWithDefaults instantiates a new GetServerMonitoringList200Response 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 (*GetServerMonitoringList200Response) GetCount ¶
func (o *GetServerMonitoringList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetServerMonitoringList200Response) GetCountOk ¶
func (o *GetServerMonitoringList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetServerMonitoringList200Response) GetNext ¶
func (o *GetServerMonitoringList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetServerMonitoringList200Response) GetNextOk ¶
func (o *GetServerMonitoringList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetServerMonitoringList200Response) GetPrevious ¶
func (o *GetServerMonitoringList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetServerMonitoringList200Response) GetPreviousOk ¶
func (o *GetServerMonitoringList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetServerMonitoringList200Response) GetResults ¶
func (o *GetServerMonitoringList200Response) GetResults() []ServerMonitoring
GetResults returns the Results field value
func (*GetServerMonitoringList200Response) GetResultsOk ¶
func (o *GetServerMonitoringList200Response) GetResultsOk() ([]ServerMonitoring, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetServerMonitoringList200Response) MarshalJSON ¶
func (o GetServerMonitoringList200Response) MarshalJSON() ([]byte, error)
func (*GetServerMonitoringList200Response) SetCount ¶
func (o *GetServerMonitoringList200Response) SetCount(v int32)
SetCount sets field value
func (*GetServerMonitoringList200Response) SetNext ¶
func (o *GetServerMonitoringList200Response) SetNext(v string)
SetNext sets field value
func (*GetServerMonitoringList200Response) SetPrevious ¶
func (o *GetServerMonitoringList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetServerMonitoringList200Response) SetResults ¶
func (o *GetServerMonitoringList200Response) SetResults(v []ServerMonitoring)
SetResults sets field value
func (GetServerMonitoringList200Response) ToMap ¶
func (o GetServerMonitoringList200Response) ToMap() (map[string]interface{}, error)
func (*GetServerMonitoringList200Response) UnmarshalJSON ¶
func (o *GetServerMonitoringList200Response) UnmarshalJSON(data []byte) (err error)
type GetServerVideoDevice200Response ¶
type GetServerVideoDevice200Response struct { // ビデオデバイスの種類 Type string `json:"type"` }
GetServerVideoDevice200Response struct for GetServerVideoDevice200Response
func NewGetServerVideoDevice200Response ¶
func NewGetServerVideoDevice200Response(type_ string) *GetServerVideoDevice200Response
NewGetServerVideoDevice200Response instantiates a new GetServerVideoDevice200Response 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 NewGetServerVideoDevice200ResponseWithDefaults ¶
func NewGetServerVideoDevice200ResponseWithDefaults() *GetServerVideoDevice200Response
NewGetServerVideoDevice200ResponseWithDefaults instantiates a new GetServerVideoDevice200Response 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 (*GetServerVideoDevice200Response) GetType ¶
func (o *GetServerVideoDevice200Response) GetType() string
GetType returns the Type field value
func (*GetServerVideoDevice200Response) GetTypeOk ¶
func (o *GetServerVideoDevice200Response) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (GetServerVideoDevice200Response) MarshalJSON ¶
func (o GetServerVideoDevice200Response) MarshalJSON() ([]byte, error)
func (*GetServerVideoDevice200Response) SetType ¶
func (o *GetServerVideoDevice200Response) SetType(v string)
SetType sets field value
func (GetServerVideoDevice200Response) ToMap ¶
func (o GetServerVideoDevice200Response) ToMap() (map[string]interface{}, error)
func (*GetServerVideoDevice200Response) UnmarshalJSON ¶
func (o *GetServerVideoDevice200Response) UnmarshalJSON(data []byte) (err error)
type GetSwitchList200Response ¶
type GetSwitchList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []Switch `json:"results"` }
GetSwitchList200Response struct for GetSwitchList200Response
func NewGetSwitchList200Response ¶
func NewGetSwitchList200Response(count int32, next NullableString, previous NullableString, results []Switch) *GetSwitchList200Response
NewGetSwitchList200Response instantiates a new GetSwitchList200Response 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 NewGetSwitchList200ResponseWithDefaults ¶
func NewGetSwitchList200ResponseWithDefaults() *GetSwitchList200Response
NewGetSwitchList200ResponseWithDefaults instantiates a new GetSwitchList200Response 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 (*GetSwitchList200Response) GetCount ¶
func (o *GetSwitchList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetSwitchList200Response) GetCountOk ¶
func (o *GetSwitchList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetSwitchList200Response) GetNext ¶
func (o *GetSwitchList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetSwitchList200Response) GetNextOk ¶
func (o *GetSwitchList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetSwitchList200Response) GetPrevious ¶
func (o *GetSwitchList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetSwitchList200Response) GetPreviousOk ¶
func (o *GetSwitchList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetSwitchList200Response) GetResults ¶
func (o *GetSwitchList200Response) GetResults() []Switch
GetResults returns the Results field value
func (*GetSwitchList200Response) GetResultsOk ¶
func (o *GetSwitchList200Response) GetResultsOk() ([]Switch, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetSwitchList200Response) MarshalJSON ¶
func (o GetSwitchList200Response) MarshalJSON() ([]byte, error)
func (*GetSwitchList200Response) SetCount ¶
func (o *GetSwitchList200Response) SetCount(v int32)
SetCount sets field value
func (*GetSwitchList200Response) SetNext ¶
func (o *GetSwitchList200Response) SetNext(v string)
SetNext sets field value
func (*GetSwitchList200Response) SetPrevious ¶
func (o *GetSwitchList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetSwitchList200Response) SetResults ¶
func (o *GetSwitchList200Response) SetResults(v []Switch)
SetResults sets field value
func (GetSwitchList200Response) ToMap ¶
func (o GetSwitchList200Response) ToMap() (map[string]interface{}, error)
func (*GetSwitchList200Response) UnmarshalJSON ¶
func (o *GetSwitchList200Response) UnmarshalJSON(data []byte) (err error)
type GetZoneList200Response ¶
type GetZoneList200Response struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` Results []Zone `json:"results"` }
GetZoneList200Response struct for GetZoneList200Response
func NewGetZoneList200Response ¶
func NewGetZoneList200Response(count int32, next NullableString, previous NullableString, results []Zone) *GetZoneList200Response
NewGetZoneList200Response instantiates a new GetZoneList200Response 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 NewGetZoneList200ResponseWithDefaults ¶
func NewGetZoneList200ResponseWithDefaults() *GetZoneList200Response
NewGetZoneList200ResponseWithDefaults instantiates a new GetZoneList200Response 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 (*GetZoneList200Response) GetCount ¶
func (o *GetZoneList200Response) GetCount() int32
GetCount returns the Count field value
func (*GetZoneList200Response) GetCountOk ¶
func (o *GetZoneList200Response) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GetZoneList200Response) GetNext ¶
func (o *GetZoneList200Response) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*GetZoneList200Response) GetNextOk ¶
func (o *GetZoneList200Response) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*GetZoneList200Response) GetPrevious ¶
func (o *GetZoneList200Response) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*GetZoneList200Response) GetPreviousOk ¶
func (o *GetZoneList200Response) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (*GetZoneList200Response) GetResults ¶
func (o *GetZoneList200Response) GetResults() []Zone
GetResults returns the Results field value
func (*GetZoneList200Response) GetResultsOk ¶
func (o *GetZoneList200Response) GetResultsOk() ([]Zone, bool)
GetResultsOk returns a tuple with the Results field value and a boolean to check if the value has been set.
func (GetZoneList200Response) MarshalJSON ¶
func (o GetZoneList200Response) MarshalJSON() ([]byte, error)
func (*GetZoneList200Response) SetCount ¶
func (o *GetZoneList200Response) SetCount(v int32)
SetCount sets field value
func (*GetZoneList200Response) SetNext ¶
func (o *GetZoneList200Response) SetNext(v string)
SetNext sets field value
func (*GetZoneList200Response) SetPrevious ¶
func (o *GetZoneList200Response) SetPrevious(v string)
SetPrevious sets field value
func (*GetZoneList200Response) SetResults ¶
func (o *GetZoneList200Response) SetResults(v []Zone)
SetResults sets field value
func (GetZoneList200Response) ToMap ¶
func (o GetZoneList200Response) ToMap() (map[string]interface{}, error)
func (*GetZoneList200Response) UnmarshalJSON ¶
func (o *GetZoneList200Response) UnmarshalJSON(data []byte) (err error)
type HealthCheckHttp ¶
type HealthCheckHttp struct { // ポート番号 Port int32 `json:"port"` // 監視用HTTPリクエストのHostヘッダ RFCの定義に基づいて下記の制限をかけています * ラベルは2つ以上必要 * 各ラベルについて * 利用できる文字 * 半角数字 0~9 * 半角英小文字 a~z * 半角記号 - * 両端が-でないこと * -が2つ以上続かないこと。ただしpunycodeの接頭辞`xn--`を除く * 下記パターン(RFCなどで予約または禁止されているパターン)と一致しないこと * isatap * wpad * example * example0~example9 * 最後のラベルについて * 利用できる文字 * 半角英小文字 a~z * 下記のパターン(RFC予約済みのDNS名)と一致しないこと * test * localhost Host NullableString `json:"host"` // 監視対象のパス * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 _./~%?=-& Path string `json:"path"` // ベーシック認証のユーザー名 * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 _.-+!@ BasicAuthUsername NullableString `json:"basic_auth_username"` // ベーシック認証のパスワード * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 !#$%&()*+,-./:<=>?@[]^_`{|}~ BasicAuthPassword NullableString `json:"basic_auth_password"` // 正常と見なすHTTPステータスコード Status int32 `json:"status"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` // 監視方法 Protocol string `json:"protocol"` }
HealthCheckHttp struct for HealthCheckHttp
func NewHealthCheckHttp ¶
func NewHealthCheckHttp(port int32, host NullableString, path string, basicAuthUsername NullableString, basicAuthPassword NullableString, status int32, intervalMinutes int32, protocol string) *HealthCheckHttp
NewHealthCheckHttp instantiates a new HealthCheckHttp 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 NewHealthCheckHttpWithDefaults ¶
func NewHealthCheckHttpWithDefaults() *HealthCheckHttp
NewHealthCheckHttpWithDefaults instantiates a new HealthCheckHttp 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 (*HealthCheckHttp) GetBasicAuthPassword ¶
func (o *HealthCheckHttp) GetBasicAuthPassword() string
GetBasicAuthPassword returns the BasicAuthPassword field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttp) GetBasicAuthPasswordOk ¶
func (o *HealthCheckHttp) GetBasicAuthPasswordOk() (*string, bool)
GetBasicAuthPasswordOk returns a tuple with the BasicAuthPassword 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 (*HealthCheckHttp) GetBasicAuthUsername ¶
func (o *HealthCheckHttp) GetBasicAuthUsername() string
GetBasicAuthUsername returns the BasicAuthUsername field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttp) GetBasicAuthUsernameOk ¶
func (o *HealthCheckHttp) GetBasicAuthUsernameOk() (*string, bool)
GetBasicAuthUsernameOk returns a tuple with the BasicAuthUsername 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 (*HealthCheckHttp) GetHost ¶
func (o *HealthCheckHttp) GetHost() string
GetHost returns the Host field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttp) GetHostOk ¶
func (o *HealthCheckHttp) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host 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 (*HealthCheckHttp) GetIntervalMinutes ¶
func (o *HealthCheckHttp) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckHttp) GetIntervalMinutesOk ¶
func (o *HealthCheckHttp) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckHttp) GetPath ¶
func (o *HealthCheckHttp) GetPath() string
GetPath returns the Path field value
func (*HealthCheckHttp) GetPathOk ¶
func (o *HealthCheckHttp) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*HealthCheckHttp) GetPort ¶
func (o *HealthCheckHttp) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckHttp) GetPortOk ¶
func (o *HealthCheckHttp) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckHttp) GetProtocol ¶
func (o *HealthCheckHttp) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckHttp) GetProtocolOk ¶
func (o *HealthCheckHttp) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (*HealthCheckHttp) GetStatus ¶
func (o *HealthCheckHttp) GetStatus() int32
GetStatus returns the Status field value
func (*HealthCheckHttp) GetStatusOk ¶
func (o *HealthCheckHttp) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (HealthCheckHttp) MarshalJSON ¶
func (o HealthCheckHttp) MarshalJSON() ([]byte, error)
func (*HealthCheckHttp) SetBasicAuthPassword ¶
func (o *HealthCheckHttp) SetBasicAuthPassword(v string)
SetBasicAuthPassword sets field value
func (*HealthCheckHttp) SetBasicAuthUsername ¶
func (o *HealthCheckHttp) SetBasicAuthUsername(v string)
SetBasicAuthUsername sets field value
func (*HealthCheckHttp) SetHost ¶
func (o *HealthCheckHttp) SetHost(v string)
SetHost sets field value
func (*HealthCheckHttp) SetIntervalMinutes ¶
func (o *HealthCheckHttp) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckHttp) SetPath ¶
func (o *HealthCheckHttp) SetPath(v string)
SetPath sets field value
func (*HealthCheckHttp) SetPort ¶
func (o *HealthCheckHttp) SetPort(v int32)
SetPort sets field value
func (*HealthCheckHttp) SetProtocol ¶
func (o *HealthCheckHttp) SetProtocol(v string)
SetProtocol sets field value
func (*HealthCheckHttp) SetStatus ¶
func (o *HealthCheckHttp) SetStatus(v int32)
SetStatus sets field value
func (HealthCheckHttp) ToMap ¶
func (o HealthCheckHttp) ToMap() (map[string]interface{}, error)
func (*HealthCheckHttp) UnmarshalJSON ¶
func (o *HealthCheckHttp) UnmarshalJSON(data []byte) (err error)
type HealthCheckHttpBase ¶
type HealthCheckHttpBase struct { // ポート番号 Port int32 `json:"port"` // 監視用HTTPリクエストのHostヘッダ RFCの定義に基づいて下記の制限をかけています * ラベルは2つ以上必要 * 各ラベルについて * 利用できる文字 * 半角数字 0~9 * 半角英小文字 a~z * 半角記号 - * 両端が-でないこと * -が2つ以上続かないこと。ただしpunycodeの接頭辞`xn--`を除く * 下記パターン(RFCなどで予約または禁止されているパターン)と一致しないこと * isatap * wpad * example * example0~example9 * 最後のラベルについて * 利用できる文字 * 半角英小文字 a~z * 下記のパターン(RFC予約済みのDNS名)と一致しないこと * test * localhost Host NullableString `json:"host"` // 監視対象のパス * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 _./~%?=-& Path string `json:"path"` // ベーシック認証のユーザー名 * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 _.-+!@ BasicAuthUsername NullableString `json:"basic_auth_username"` // ベーシック認証のパスワード * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 !#$%&()*+,-./:<=>?@[]^_`{|}~ BasicAuthPassword NullableString `json:"basic_auth_password"` // 正常と見なすHTTPステータスコード Status int32 `json:"status"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` }
HealthCheckHttpBase struct for HealthCheckHttpBase
func NewHealthCheckHttpBase ¶
func NewHealthCheckHttpBase(port int32, host NullableString, path string, basicAuthUsername NullableString, basicAuthPassword NullableString, status int32, intervalMinutes int32) *HealthCheckHttpBase
NewHealthCheckHttpBase instantiates a new HealthCheckHttpBase 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 NewHealthCheckHttpBaseWithDefaults ¶
func NewHealthCheckHttpBaseWithDefaults() *HealthCheckHttpBase
NewHealthCheckHttpBaseWithDefaults instantiates a new HealthCheckHttpBase 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 (*HealthCheckHttpBase) GetBasicAuthPassword ¶
func (o *HealthCheckHttpBase) GetBasicAuthPassword() string
GetBasicAuthPassword returns the BasicAuthPassword field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttpBase) GetBasicAuthPasswordOk ¶
func (o *HealthCheckHttpBase) GetBasicAuthPasswordOk() (*string, bool)
GetBasicAuthPasswordOk returns a tuple with the BasicAuthPassword 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 (*HealthCheckHttpBase) GetBasicAuthUsername ¶
func (o *HealthCheckHttpBase) GetBasicAuthUsername() string
GetBasicAuthUsername returns the BasicAuthUsername field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttpBase) GetBasicAuthUsernameOk ¶
func (o *HealthCheckHttpBase) GetBasicAuthUsernameOk() (*string, bool)
GetBasicAuthUsernameOk returns a tuple with the BasicAuthUsername 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 (*HealthCheckHttpBase) GetHost ¶
func (o *HealthCheckHttpBase) GetHost() string
GetHost returns the Host field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttpBase) GetHostOk ¶
func (o *HealthCheckHttpBase) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host 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 (*HealthCheckHttpBase) GetIntervalMinutes ¶
func (o *HealthCheckHttpBase) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckHttpBase) GetIntervalMinutesOk ¶
func (o *HealthCheckHttpBase) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckHttpBase) GetPath ¶
func (o *HealthCheckHttpBase) GetPath() string
GetPath returns the Path field value
func (*HealthCheckHttpBase) GetPathOk ¶
func (o *HealthCheckHttpBase) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*HealthCheckHttpBase) GetPort ¶
func (o *HealthCheckHttpBase) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckHttpBase) GetPortOk ¶
func (o *HealthCheckHttpBase) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckHttpBase) GetStatus ¶
func (o *HealthCheckHttpBase) GetStatus() int32
GetStatus returns the Status field value
func (*HealthCheckHttpBase) GetStatusOk ¶
func (o *HealthCheckHttpBase) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (HealthCheckHttpBase) MarshalJSON ¶
func (o HealthCheckHttpBase) MarshalJSON() ([]byte, error)
func (*HealthCheckHttpBase) SetBasicAuthPassword ¶
func (o *HealthCheckHttpBase) SetBasicAuthPassword(v string)
SetBasicAuthPassword sets field value
func (*HealthCheckHttpBase) SetBasicAuthUsername ¶
func (o *HealthCheckHttpBase) SetBasicAuthUsername(v string)
SetBasicAuthUsername sets field value
func (*HealthCheckHttpBase) SetHost ¶
func (o *HealthCheckHttpBase) SetHost(v string)
SetHost sets field value
func (*HealthCheckHttpBase) SetIntervalMinutes ¶
func (o *HealthCheckHttpBase) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckHttpBase) SetPath ¶
func (o *HealthCheckHttpBase) SetPath(v string)
SetPath sets field value
func (*HealthCheckHttpBase) SetPort ¶
func (o *HealthCheckHttpBase) SetPort(v int32)
SetPort sets field value
func (*HealthCheckHttpBase) SetStatus ¶
func (o *HealthCheckHttpBase) SetStatus(v int32)
SetStatus sets field value
func (HealthCheckHttpBase) ToMap ¶
func (o HealthCheckHttpBase) ToMap() (map[string]interface{}, error)
func (*HealthCheckHttpBase) UnmarshalJSON ¶
func (o *HealthCheckHttpBase) UnmarshalJSON(data []byte) (err error)
type HealthCheckHttps ¶
type HealthCheckHttps struct { // ポート番号 Port int32 `json:"port"` // 監視用HTTPリクエストのHostヘッダ RFCの定義に基づいて下記の制限をかけています * ラベルは2つ以上必要 * 各ラベルについて * 利用できる文字 * 半角数字 0~9 * 半角英小文字 a~z * 半角記号 - * 両端が-でないこと * -が2つ以上続かないこと。ただしpunycodeの接頭辞`xn--`を除く * 下記パターン(RFCなどで予約または禁止されているパターン)と一致しないこと * isatap * wpad * example * example0~example9 * 最後のラベルについて * 利用できる文字 * 半角英小文字 a~z * 下記のパターン(RFC予約済みのDNS名)と一致しないこと * test * localhost Host NullableString `json:"host"` // 監視対象のパス * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 _./~%?=-& Path string `json:"path"` // ベーシック認証のユーザー名 * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 _.-+!@ BasicAuthUsername NullableString `json:"basic_auth_username"` // ベーシック認証のパスワード * 利用できる文字 * 半角数字 0~9 * 半角英字 A~Z、a~z * 半角記号 !#$%&()*+,-./:<=>?@[]^_`{|}~ BasicAuthPassword NullableString `json:"basic_auth_password"` // 正常と見なすHTTPステータスコード Status int32 `json:"status"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` // 監視方法 Protocol string `json:"protocol"` // SNIを設定しているWebサーバか * true SNI設定あり * false SNI設定なし Sni bool `json:"sni"` }
HealthCheckHttps struct for HealthCheckHttps
func NewHealthCheckHttps ¶
func NewHealthCheckHttps(port int32, host NullableString, path string, basicAuthUsername NullableString, basicAuthPassword NullableString, status int32, intervalMinutes int32, protocol string, sni bool) *HealthCheckHttps
NewHealthCheckHttps instantiates a new HealthCheckHttps 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 NewHealthCheckHttpsWithDefaults ¶
func NewHealthCheckHttpsWithDefaults() *HealthCheckHttps
NewHealthCheckHttpsWithDefaults instantiates a new HealthCheckHttps 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 (*HealthCheckHttps) GetBasicAuthPassword ¶
func (o *HealthCheckHttps) GetBasicAuthPassword() string
GetBasicAuthPassword returns the BasicAuthPassword field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttps) GetBasicAuthPasswordOk ¶
func (o *HealthCheckHttps) GetBasicAuthPasswordOk() (*string, bool)
GetBasicAuthPasswordOk returns a tuple with the BasicAuthPassword 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 (*HealthCheckHttps) GetBasicAuthUsername ¶
func (o *HealthCheckHttps) GetBasicAuthUsername() string
GetBasicAuthUsername returns the BasicAuthUsername field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttps) GetBasicAuthUsernameOk ¶
func (o *HealthCheckHttps) GetBasicAuthUsernameOk() (*string, bool)
GetBasicAuthUsernameOk returns a tuple with the BasicAuthUsername 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 (*HealthCheckHttps) GetHost ¶
func (o *HealthCheckHttps) GetHost() string
GetHost returns the Host field value If the value is explicit nil, the zero value for string will be returned
func (*HealthCheckHttps) GetHostOk ¶
func (o *HealthCheckHttps) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host 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 (*HealthCheckHttps) GetIntervalMinutes ¶
func (o *HealthCheckHttps) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckHttps) GetIntervalMinutesOk ¶
func (o *HealthCheckHttps) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckHttps) GetPath ¶
func (o *HealthCheckHttps) GetPath() string
GetPath returns the Path field value
func (*HealthCheckHttps) GetPathOk ¶
func (o *HealthCheckHttps) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*HealthCheckHttps) GetPort ¶
func (o *HealthCheckHttps) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckHttps) GetPortOk ¶
func (o *HealthCheckHttps) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckHttps) GetProtocol ¶
func (o *HealthCheckHttps) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckHttps) GetProtocolOk ¶
func (o *HealthCheckHttps) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (*HealthCheckHttps) GetSni ¶
func (o *HealthCheckHttps) GetSni() bool
GetSni returns the Sni field value
func (*HealthCheckHttps) GetSniOk ¶
func (o *HealthCheckHttps) GetSniOk() (*bool, bool)
GetSniOk returns a tuple with the Sni field value and a boolean to check if the value has been set.
func (*HealthCheckHttps) GetStatus ¶
func (o *HealthCheckHttps) GetStatus() int32
GetStatus returns the Status field value
func (*HealthCheckHttps) GetStatusOk ¶
func (o *HealthCheckHttps) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (HealthCheckHttps) MarshalJSON ¶
func (o HealthCheckHttps) MarshalJSON() ([]byte, error)
func (*HealthCheckHttps) SetBasicAuthPassword ¶
func (o *HealthCheckHttps) SetBasicAuthPassword(v string)
SetBasicAuthPassword sets field value
func (*HealthCheckHttps) SetBasicAuthUsername ¶
func (o *HealthCheckHttps) SetBasicAuthUsername(v string)
SetBasicAuthUsername sets field value
func (*HealthCheckHttps) SetHost ¶
func (o *HealthCheckHttps) SetHost(v string)
SetHost sets field value
func (*HealthCheckHttps) SetIntervalMinutes ¶
func (o *HealthCheckHttps) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckHttps) SetPath ¶
func (o *HealthCheckHttps) SetPath(v string)
SetPath sets field value
func (*HealthCheckHttps) SetPort ¶
func (o *HealthCheckHttps) SetPort(v int32)
SetPort sets field value
func (*HealthCheckHttps) SetProtocol ¶
func (o *HealthCheckHttps) SetProtocol(v string)
SetProtocol sets field value
func (*HealthCheckHttps) SetStatus ¶
func (o *HealthCheckHttps) SetStatus(v int32)
SetStatus sets field value
func (HealthCheckHttps) ToMap ¶
func (o HealthCheckHttps) ToMap() (map[string]interface{}, error)
func (*HealthCheckHttps) UnmarshalJSON ¶
func (o *HealthCheckHttps) UnmarshalJSON(data []byte) (err error)
type HealthCheckPing ¶
type HealthCheckPing struct { // 監視方法 Protocol string `json:"protocol"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` }
HealthCheckPing struct for HealthCheckPing
func NewHealthCheckPing ¶
func NewHealthCheckPing(protocol string, intervalMinutes int32) *HealthCheckPing
NewHealthCheckPing instantiates a new HealthCheckPing 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 NewHealthCheckPingWithDefaults ¶
func NewHealthCheckPingWithDefaults() *HealthCheckPing
NewHealthCheckPingWithDefaults instantiates a new HealthCheckPing 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 (*HealthCheckPing) GetIntervalMinutes ¶
func (o *HealthCheckPing) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckPing) GetIntervalMinutesOk ¶
func (o *HealthCheckPing) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckPing) GetProtocol ¶
func (o *HealthCheckPing) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckPing) GetProtocolOk ¶
func (o *HealthCheckPing) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (HealthCheckPing) MarshalJSON ¶
func (o HealthCheckPing) MarshalJSON() ([]byte, error)
func (*HealthCheckPing) SetIntervalMinutes ¶
func (o *HealthCheckPing) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckPing) SetProtocol ¶
func (o *HealthCheckPing) SetProtocol(v string)
SetProtocol sets field value
func (HealthCheckPing) ToMap ¶
func (o HealthCheckPing) ToMap() (map[string]interface{}, error)
func (*HealthCheckPing) UnmarshalJSON ¶
func (o *HealthCheckPing) UnmarshalJSON(data []byte) (err error)
type HealthCheckPop3 ¶
type HealthCheckPop3 struct { // 監視方法 Protocol string `json:"protocol"` // ポート番号 Port int32 `json:"port"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` }
HealthCheckPop3 struct for HealthCheckPop3
func NewHealthCheckPop3 ¶
func NewHealthCheckPop3(protocol string, port int32, intervalMinutes int32) *HealthCheckPop3
NewHealthCheckPop3 instantiates a new HealthCheckPop3 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 NewHealthCheckPop3WithDefaults ¶
func NewHealthCheckPop3WithDefaults() *HealthCheckPop3
NewHealthCheckPop3WithDefaults instantiates a new HealthCheckPop3 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 (*HealthCheckPop3) GetIntervalMinutes ¶
func (o *HealthCheckPop3) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckPop3) GetIntervalMinutesOk ¶
func (o *HealthCheckPop3) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckPop3) GetPort ¶
func (o *HealthCheckPop3) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckPop3) GetPortOk ¶
func (o *HealthCheckPop3) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckPop3) GetProtocol ¶
func (o *HealthCheckPop3) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckPop3) GetProtocolOk ¶
func (o *HealthCheckPop3) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (HealthCheckPop3) MarshalJSON ¶
func (o HealthCheckPop3) MarshalJSON() ([]byte, error)
func (*HealthCheckPop3) SetIntervalMinutes ¶
func (o *HealthCheckPop3) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckPop3) SetPort ¶
func (o *HealthCheckPop3) SetPort(v int32)
SetPort sets field value
func (*HealthCheckPop3) SetProtocol ¶
func (o *HealthCheckPop3) SetProtocol(v string)
SetProtocol sets field value
func (HealthCheckPop3) ToMap ¶
func (o HealthCheckPop3) ToMap() (map[string]interface{}, error)
func (*HealthCheckPop3) UnmarshalJSON ¶
func (o *HealthCheckPop3) UnmarshalJSON(data []byte) (err error)
type HealthCheckSmtp ¶
type HealthCheckSmtp struct { // 監視方法 Protocol string `json:"protocol"` // ポート番号 Port int32 `json:"port"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` }
HealthCheckSmtp struct for HealthCheckSmtp
func NewHealthCheckSmtp ¶
func NewHealthCheckSmtp(protocol string, port int32, intervalMinutes int32) *HealthCheckSmtp
NewHealthCheckSmtp instantiates a new HealthCheckSmtp 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 NewHealthCheckSmtpWithDefaults ¶
func NewHealthCheckSmtpWithDefaults() *HealthCheckSmtp
NewHealthCheckSmtpWithDefaults instantiates a new HealthCheckSmtp 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 (*HealthCheckSmtp) GetIntervalMinutes ¶
func (o *HealthCheckSmtp) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckSmtp) GetIntervalMinutesOk ¶
func (o *HealthCheckSmtp) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckSmtp) GetPort ¶
func (o *HealthCheckSmtp) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckSmtp) GetPortOk ¶
func (o *HealthCheckSmtp) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckSmtp) GetProtocol ¶
func (o *HealthCheckSmtp) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckSmtp) GetProtocolOk ¶
func (o *HealthCheckSmtp) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (HealthCheckSmtp) MarshalJSON ¶
func (o HealthCheckSmtp) MarshalJSON() ([]byte, error)
func (*HealthCheckSmtp) SetIntervalMinutes ¶
func (o *HealthCheckSmtp) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckSmtp) SetPort ¶
func (o *HealthCheckSmtp) SetPort(v int32)
SetPort sets field value
func (*HealthCheckSmtp) SetProtocol ¶
func (o *HealthCheckSmtp) SetProtocol(v string)
SetProtocol sets field value
func (HealthCheckSmtp) ToMap ¶
func (o HealthCheckSmtp) ToMap() (map[string]interface{}, error)
func (*HealthCheckSmtp) UnmarshalJSON ¶
func (o *HealthCheckSmtp) UnmarshalJSON(data []byte) (err error)
type HealthCheckSsh ¶
type HealthCheckSsh struct { // 監視方法 Protocol string `json:"protocol"` // ポート番号 Port int32 `json:"port"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` }
HealthCheckSsh struct for HealthCheckSsh
func NewHealthCheckSsh ¶
func NewHealthCheckSsh(protocol string, port int32, intervalMinutes int32) *HealthCheckSsh
NewHealthCheckSsh instantiates a new HealthCheckSsh 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 NewHealthCheckSshWithDefaults ¶
func NewHealthCheckSshWithDefaults() *HealthCheckSsh
NewHealthCheckSshWithDefaults instantiates a new HealthCheckSsh 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 (*HealthCheckSsh) GetIntervalMinutes ¶
func (o *HealthCheckSsh) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckSsh) GetIntervalMinutesOk ¶
func (o *HealthCheckSsh) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckSsh) GetPort ¶
func (o *HealthCheckSsh) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckSsh) GetPortOk ¶
func (o *HealthCheckSsh) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckSsh) GetProtocol ¶
func (o *HealthCheckSsh) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckSsh) GetProtocolOk ¶
func (o *HealthCheckSsh) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (HealthCheckSsh) MarshalJSON ¶
func (o HealthCheckSsh) MarshalJSON() ([]byte, error)
func (*HealthCheckSsh) SetIntervalMinutes ¶
func (o *HealthCheckSsh) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckSsh) SetProtocol ¶
func (o *HealthCheckSsh) SetProtocol(v string)
SetProtocol sets field value
func (HealthCheckSsh) ToMap ¶
func (o HealthCheckSsh) ToMap() (map[string]interface{}, error)
func (*HealthCheckSsh) UnmarshalJSON ¶
func (o *HealthCheckSsh) UnmarshalJSON(data []byte) (err error)
type HealthCheckTcp ¶
type HealthCheckTcp struct { // 監視方法 Protocol string `json:"protocol"` // ポート番号 Port int32 `json:"port"` // チェック間隔(分) IntervalMinutes int32 `json:"interval_minutes"` }
HealthCheckTcp struct for HealthCheckTcp
func NewHealthCheckTcp ¶
func NewHealthCheckTcp(protocol string, port int32, intervalMinutes int32) *HealthCheckTcp
NewHealthCheckTcp instantiates a new HealthCheckTcp 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 NewHealthCheckTcpWithDefaults ¶
func NewHealthCheckTcpWithDefaults() *HealthCheckTcp
NewHealthCheckTcpWithDefaults instantiates a new HealthCheckTcp 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 (*HealthCheckTcp) GetIntervalMinutes ¶
func (o *HealthCheckTcp) GetIntervalMinutes() int32
GetIntervalMinutes returns the IntervalMinutes field value
func (*HealthCheckTcp) GetIntervalMinutesOk ¶
func (o *HealthCheckTcp) GetIntervalMinutesOk() (*int32, bool)
GetIntervalMinutesOk returns a tuple with the IntervalMinutes field value and a boolean to check if the value has been set.
func (*HealthCheckTcp) GetPort ¶
func (o *HealthCheckTcp) GetPort() int32
GetPort returns the Port field value
func (*HealthCheckTcp) GetPortOk ¶
func (o *HealthCheckTcp) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*HealthCheckTcp) GetProtocol ¶
func (o *HealthCheckTcp) GetProtocol() string
GetProtocol returns the Protocol field value
func (*HealthCheckTcp) GetProtocolOk ¶
func (o *HealthCheckTcp) GetProtocolOk() (*string, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (HealthCheckTcp) MarshalJSON ¶
func (o HealthCheckTcp) MarshalJSON() ([]byte, error)
func (*HealthCheckTcp) SetIntervalMinutes ¶
func (o *HealthCheckTcp) SetIntervalMinutes(v int32)
SetIntervalMinutes sets field value
func (*HealthCheckTcp) SetProtocol ¶
func (o *HealthCheckTcp) SetProtocol(v string)
SetProtocol sets field value
func (HealthCheckTcp) ToMap ¶
func (o HealthCheckTcp) ToMap() (map[string]interface{}, error)
func (*HealthCheckTcp) UnmarshalJSON ¶
func (o *HealthCheckTcp) UnmarshalJSON(data []byte) (err error)
type InvalidParameterDetailInner ¶
type InvalidParameterDetailInner struct { // エラー内容を示す簡潔な識別子 Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` }
InvalidParameterDetailInner struct for InvalidParameterDetailInner
func NewInvalidParameterDetailInner ¶
func NewInvalidParameterDetailInner() *InvalidParameterDetailInner
NewInvalidParameterDetailInner instantiates a new InvalidParameterDetailInner 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 NewInvalidParameterDetailInnerWithDefaults ¶
func NewInvalidParameterDetailInnerWithDefaults() *InvalidParameterDetailInner
NewInvalidParameterDetailInnerWithDefaults instantiates a new InvalidParameterDetailInner 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 (*InvalidParameterDetailInner) GetCode ¶
func (o *InvalidParameterDetailInner) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InvalidParameterDetailInner) GetCodeOk ¶
func (o *InvalidParameterDetailInner) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParameterDetailInner) GetMessage ¶
func (o *InvalidParameterDetailInner) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InvalidParameterDetailInner) GetMessageOk ¶
func (o *InvalidParameterDetailInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParameterDetailInner) HasCode ¶
func (o *InvalidParameterDetailInner) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InvalidParameterDetailInner) HasMessage ¶
func (o *InvalidParameterDetailInner) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (InvalidParameterDetailInner) MarshalJSON ¶
func (o InvalidParameterDetailInner) MarshalJSON() ([]byte, error)
func (*InvalidParameterDetailInner) SetCode ¶
func (o *InvalidParameterDetailInner) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InvalidParameterDetailInner) SetMessage ¶
func (o *InvalidParameterDetailInner) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (InvalidParameterDetailInner) ToMap ¶
func (o InvalidParameterDetailInner) ToMap() (map[string]interface{}, error)
type Keymap ¶
type Keymap struct { // 指定したいキー配列の名称 Layout string `json:"layout"` }
Keymap struct for Keymap
func NewKeymap ¶
NewKeymap instantiates a new Keymap 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 NewKeymapWithDefaults ¶
func NewKeymapWithDefaults() *Keymap
NewKeymapWithDefaults instantiates a new Keymap 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 (*Keymap) GetLayoutOk ¶
GetLayoutOk returns a tuple with the Layout field value and a boolean to check if the value has been set.
func (Keymap) MarshalJSON ¶
func (*Keymap) UnmarshalJSON ¶
type Limitation ¶
type Limitation struct { // CPUリソースの制限可否 CpuPerformanceLimit *string `json:"cpu_performance_limit,omitempty"` // ネットワーク帯域の制限可否 NetworkBandwidthLimit *string `json:"network_bandwidth_limit,omitempty"` // OP25Bの可否 OutboundPort25Blocking *string `json:"outbound_port_25_blocking,omitempty"` // ストレージのIOPSの制限可否 StorageIopsLimit *string `json:"storage_iops_limit,omitempty"` }
Limitation struct for Limitation
func NewLimitation ¶
func NewLimitation() *Limitation
NewLimitation instantiates a new Limitation 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 NewLimitationWithDefaults ¶
func NewLimitationWithDefaults() *Limitation
NewLimitationWithDefaults instantiates a new Limitation 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 (*Limitation) GetCpuPerformanceLimit ¶
func (o *Limitation) GetCpuPerformanceLimit() string
GetCpuPerformanceLimit returns the CpuPerformanceLimit field value if set, zero value otherwise.
func (*Limitation) GetCpuPerformanceLimitOk ¶
func (o *Limitation) GetCpuPerformanceLimitOk() (*string, bool)
GetCpuPerformanceLimitOk returns a tuple with the CpuPerformanceLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Limitation) GetNetworkBandwidthLimit ¶
func (o *Limitation) GetNetworkBandwidthLimit() string
GetNetworkBandwidthLimit returns the NetworkBandwidthLimit field value if set, zero value otherwise.
func (*Limitation) GetNetworkBandwidthLimitOk ¶
func (o *Limitation) GetNetworkBandwidthLimitOk() (*string, bool)
GetNetworkBandwidthLimitOk returns a tuple with the NetworkBandwidthLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Limitation) GetOutboundPort25Blocking ¶
func (o *Limitation) GetOutboundPort25Blocking() string
GetOutboundPort25Blocking returns the OutboundPort25Blocking field value if set, zero value otherwise.
func (*Limitation) GetOutboundPort25BlockingOk ¶
func (o *Limitation) GetOutboundPort25BlockingOk() (*string, bool)
GetOutboundPort25BlockingOk returns a tuple with the OutboundPort25Blocking field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Limitation) GetStorageIopsLimit ¶
func (o *Limitation) GetStorageIopsLimit() string
GetStorageIopsLimit returns the StorageIopsLimit field value if set, zero value otherwise.
func (*Limitation) GetStorageIopsLimitOk ¶
func (o *Limitation) GetStorageIopsLimitOk() (*string, bool)
GetStorageIopsLimitOk returns a tuple with the StorageIopsLimit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Limitation) HasCpuPerformanceLimit ¶
func (o *Limitation) HasCpuPerformanceLimit() bool
HasCpuPerformanceLimit returns a boolean if a field has been set.
func (*Limitation) HasNetworkBandwidthLimit ¶
func (o *Limitation) HasNetworkBandwidthLimit() bool
HasNetworkBandwidthLimit returns a boolean if a field has been set.
func (*Limitation) HasOutboundPort25Blocking ¶
func (o *Limitation) HasOutboundPort25Blocking() bool
HasOutboundPort25Blocking returns a boolean if a field has been set.
func (*Limitation) HasStorageIopsLimit ¶
func (o *Limitation) HasStorageIopsLimit() bool
HasStorageIopsLimit returns a boolean if a field has been set.
func (Limitation) MarshalJSON ¶
func (o Limitation) MarshalJSON() ([]byte, error)
func (*Limitation) SetCpuPerformanceLimit ¶
func (o *Limitation) SetCpuPerformanceLimit(v string)
SetCpuPerformanceLimit gets a reference to the given string and assigns it to the CpuPerformanceLimit field.
func (*Limitation) SetNetworkBandwidthLimit ¶
func (o *Limitation) SetNetworkBandwidthLimit(v string)
SetNetworkBandwidthLimit gets a reference to the given string and assigns it to the NetworkBandwidthLimit field.
func (*Limitation) SetOutboundPort25Blocking ¶
func (o *Limitation) SetOutboundPort25Blocking(v string)
SetOutboundPort25Blocking gets a reference to the given string and assigns it to the OutboundPort25Blocking field.
func (*Limitation) SetStorageIopsLimit ¶
func (o *Limitation) SetStorageIopsLimit(v string)
SetStorageIopsLimit gets a reference to the given string and assigns it to the StorageIopsLimit field.
func (Limitation) ToMap ¶
func (o Limitation) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type NfsServer ¶
type NfsServer struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // サービス状況 * in_preparation 準備中 * on_trial お試し中 * link_down_on_trial お試し中(一時停止) * in_use 利用中 * link_down 一時停止中 ServiceStatus string `json:"service_status"` // 設定状況 * done 設定完了 * in_update 設定更新中 * failed 設定更新失敗 SettingStatus string `json:"setting_status"` // ストレージ情報 Storage []NfsServerStorageInner `json:"storage"` Zone ServerZone `json:"zone"` Ipv4 NfsServerIpv4 `json:"ipv4"` Contract NfsServerContract `json:"contract"` // 電源ステータス * power_on 電源ON * in_shutdown シャットダウン中 * power_off 電源OFF * unknown 不明(電源状態を取得できない) このエンドポイントが返す電源ステータスはキャッシュされた情報のため、最新の正確な電源ステータスではない場合があります PowerStatus string `json:"power_status"` }
NfsServer struct for NfsServer
func NewNfsServer ¶
func NewNfsServer(id int32, name string, description string, serviceStatus string, settingStatus string, storage []NfsServerStorageInner, zone ServerZone, ipv4 NfsServerIpv4, contract NfsServerContract, powerStatus string) *NfsServer
NewNfsServer instantiates a new NfsServer 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 NewNfsServerWithDefaults ¶
func NewNfsServerWithDefaults() *NfsServer
NewNfsServerWithDefaults instantiates a new NfsServer 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 (*NfsServer) GetContract ¶
func (o *NfsServer) GetContract() NfsServerContract
GetContract returns the Contract field value
func (*NfsServer) GetContractOk ¶
func (o *NfsServer) GetContractOk() (*NfsServerContract, bool)
GetContractOk returns a tuple with the Contract field value and a boolean to check if the value has been set.
func (*NfsServer) GetDescription ¶
GetDescription returns the Description field value
func (*NfsServer) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*NfsServer) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*NfsServer) GetIpv4 ¶
func (o *NfsServer) GetIpv4() NfsServerIpv4
GetIpv4 returns the Ipv4 field value
func (*NfsServer) GetIpv4Ok ¶
func (o *NfsServer) GetIpv4Ok() (*NfsServerIpv4, bool)
GetIpv4Ok returns a tuple with the Ipv4 field value and a boolean to check if the value has been set.
func (*NfsServer) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*NfsServer) GetPowerStatus ¶
GetPowerStatus returns the PowerStatus field value
func (*NfsServer) GetPowerStatusOk ¶
GetPowerStatusOk returns a tuple with the PowerStatus field value and a boolean to check if the value has been set.
func (*NfsServer) GetServiceStatus ¶
GetServiceStatus returns the ServiceStatus field value
func (*NfsServer) GetServiceStatusOk ¶
GetServiceStatusOk returns a tuple with the ServiceStatus field value and a boolean to check if the value has been set.
func (*NfsServer) GetSettingStatus ¶
GetSettingStatus returns the SettingStatus field value
func (*NfsServer) GetSettingStatusOk ¶
GetSettingStatusOk returns a tuple with the SettingStatus field value and a boolean to check if the value has been set.
func (*NfsServer) GetStorage ¶
func (o *NfsServer) GetStorage() []NfsServerStorageInner
GetStorage returns the Storage field value
func (*NfsServer) GetStorageOk ¶
func (o *NfsServer) GetStorageOk() ([]NfsServerStorageInner, bool)
GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.
func (*NfsServer) GetZone ¶
func (o *NfsServer) GetZone() ServerZone
GetZone returns the Zone field value
func (*NfsServer) GetZoneOk ¶
func (o *NfsServer) GetZoneOk() (*ServerZone, bool)
GetZoneOk returns a tuple with the Zone field value and a boolean to check if the value has been set.
func (NfsServer) MarshalJSON ¶
func (*NfsServer) SetContract ¶
func (o *NfsServer) SetContract(v NfsServerContract)
SetContract sets field value
func (*NfsServer) SetDescription ¶
SetDescription sets field value
func (*NfsServer) SetPowerStatus ¶
SetPowerStatus sets field value
func (*NfsServer) SetServiceStatus ¶
SetServiceStatus sets field value
func (*NfsServer) SetSettingStatus ¶
SetSettingStatus sets field value
func (*NfsServer) SetStorage ¶
func (o *NfsServer) SetStorage(v []NfsServerStorageInner)
SetStorage sets field value
func (*NfsServer) UnmarshalJSON ¶
type NfsServerAPIService ¶
type NfsServerAPIService service
NfsServerAPIService NfsServerAPI service
func (*NfsServerAPIService) GetNfsServer ¶
func (a *NfsServerAPIService) GetNfsServer(ctx context.Context, nfsServerId int32) ApiGetNfsServerRequest
GetNfsServer NFS情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiGetNfsServerRequest
func (*NfsServerAPIService) GetNfsServerExecute ¶
func (a *NfsServerAPIService) GetNfsServerExecute(r ApiGetNfsServerRequest) (*NfsServer, *http.Response, error)
Execute executes the request
@return NfsServer
func (*NfsServerAPIService) GetNfsServerInterface ¶
func (a *NfsServerAPIService) GetNfsServerInterface(ctx context.Context, nfsServerId int32) ApiGetNfsServerInterfaceRequest
GetNfsServerInterface NFSのインターフェースを取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiGetNfsServerInterfaceRequest
func (*NfsServerAPIService) GetNfsServerInterfaceExecute ¶
func (a *NfsServerAPIService) GetNfsServerInterfaceExecute(r ApiGetNfsServerInterfaceRequest) (*NfsServerInterface, *http.Response, error)
Execute executes the request
@return NfsServerInterface
func (*NfsServerAPIService) GetNfsServerList ¶
func (a *NfsServerAPIService) GetNfsServerList(ctx context.Context) ApiGetNfsServerListRequest
GetNfsServerList NFS情報一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetNfsServerListRequest
func (*NfsServerAPIService) GetNfsServerListExecute ¶
func (a *NfsServerAPIService) GetNfsServerListExecute(r ApiGetNfsServerListRequest) (*GetNfsServerList200Response, *http.Response, error)
Execute executes the request
@return GetNfsServerList200Response
func (*NfsServerAPIService) GetNfsServerPowerStatus ¶
func (a *NfsServerAPIService) GetNfsServerPowerStatus(ctx context.Context, nfsServerId int32) ApiGetNfsServerPowerStatusRequest
GetNfsServerPowerStatus NFSの電源状態を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiGetNfsServerPowerStatusRequest
func (*NfsServerAPIService) GetNfsServerPowerStatusExecute ¶
func (a *NfsServerAPIService) GetNfsServerPowerStatusExecute(r ApiGetNfsServerPowerStatusRequest) (*NfsServerPowerStatus, *http.Response, error)
Execute executes the request
@return NfsServerPowerStatus
func (*NfsServerAPIService) GetNfsServerStorage ¶ added in v0.4.410
func (a *NfsServerAPIService) GetNfsServerStorage(ctx context.Context, nfsServerId int32) ApiGetNfsServerStorageRequest
GetNfsServerStorage NFSのストレージ容量情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiGetNfsServerStorageRequest
func (*NfsServerAPIService) GetNfsServerStorageExecute ¶ added in v0.4.410
func (a *NfsServerAPIService) GetNfsServerStorageExecute(r ApiGetNfsServerStorageRequest) (*NfsStorageInfo, *http.Response, error)
Execute executes the request
@return NfsStorageInfo
func (*NfsServerAPIService) PostNfsServerChangeIpv4 ¶
func (a *NfsServerAPIService) PostNfsServerChangeIpv4(ctx context.Context, nfsServerId int32) ApiPostNfsServerChangeIpv4Request
PostNfsServerChangeIpv4 NFSのipv4を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiPostNfsServerChangeIpv4Request
func (*NfsServerAPIService) PostNfsServerChangeIpv4Execute ¶
func (a *NfsServerAPIService) PostNfsServerChangeIpv4Execute(r ApiPostNfsServerChangeIpv4Request) (*http.Response, error)
Execute executes the request
func (*NfsServerAPIService) PostNfsServerForceReboot ¶ added in v0.4.510
func (a *NfsServerAPIService) PostNfsServerForceReboot(ctx context.Context, nfsServerId int32) ApiPostNfsServerForceRebootRequest
PostNfsServerForceReboot NFSを強制再起動する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiPostNfsServerForceRebootRequest
func (*NfsServerAPIService) PostNfsServerForceRebootExecute ¶ added in v0.4.510
func (a *NfsServerAPIService) PostNfsServerForceRebootExecute(r ApiPostNfsServerForceRebootRequest) (*http.Response, error)
Execute executes the request
func (*NfsServerAPIService) PostNfsServerPowerOn ¶ added in v0.4.510
func (a *NfsServerAPIService) PostNfsServerPowerOn(ctx context.Context, nfsServerId int32) ApiPostNfsServerPowerOnRequest
PostNfsServerPowerOn NFSを起動する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiPostNfsServerPowerOnRequest
func (*NfsServerAPIService) PostNfsServerPowerOnExecute ¶ added in v0.4.510
func (a *NfsServerAPIService) PostNfsServerPowerOnExecute(r ApiPostNfsServerPowerOnRequest) (*http.Response, error)
Execute executes the request
func (*NfsServerAPIService) PostNfsServerShutdown ¶ added in v0.4.510
func (a *NfsServerAPIService) PostNfsServerShutdown(ctx context.Context, nfsServerId int32) ApiPostNfsServerShutdownRequest
PostNfsServerShutdown NFSをシャットダウンする
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiPostNfsServerShutdownRequest
func (*NfsServerAPIService) PostNfsServerShutdownExecute ¶ added in v0.4.510
func (a *NfsServerAPIService) PostNfsServerShutdownExecute(r ApiPostNfsServerShutdownRequest) (*http.Response, error)
Execute executes the request
func (*NfsServerAPIService) PutNfsServer ¶
func (a *NfsServerAPIService) PutNfsServer(ctx context.Context, nfsServerId int32) ApiPutNfsServerRequest
PutNfsServer NFS情報を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiPutNfsServerRequest
func (*NfsServerAPIService) PutNfsServerExecute ¶
func (a *NfsServerAPIService) PutNfsServerExecute(r ApiPutNfsServerRequest) (*NfsServer, *http.Response, error)
Execute executes the request
@return NfsServer
func (*NfsServerAPIService) PutNfsServerInterface ¶
func (a *NfsServerAPIService) PutNfsServerInterface(ctx context.Context, nfsServerId int32) ApiPutNfsServerInterfaceRequest
PutNfsServerInterface NFSのインターフェース情報を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfsServerId NFSのID @return ApiPutNfsServerInterfaceRequest
func (*NfsServerAPIService) PutNfsServerInterfaceExecute ¶
func (a *NfsServerAPIService) PutNfsServerInterfaceExecute(r ApiPutNfsServerInterfaceRequest) (*NfsServerInterface, *http.Response, error)
Execute executes the request
@return NfsServerInterface
type NfsServerContract ¶
type NfsServerContract struct { // プランコード PlanCode int32 `json:"plan_code"` // プラン名 PlanName string `json:"plan_name"` // サービスコード ServiceCode string `json:"service_code"` }
NfsServerContract 契約情報
func NewNfsServerContract ¶
func NewNfsServerContract(planCode int32, planName string, serviceCode string) *NfsServerContract
NewNfsServerContract instantiates a new NfsServerContract 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 NewNfsServerContractWithDefaults ¶
func NewNfsServerContractWithDefaults() *NfsServerContract
NewNfsServerContractWithDefaults instantiates a new NfsServerContract 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 (*NfsServerContract) GetPlanCode ¶
func (o *NfsServerContract) GetPlanCode() int32
GetPlanCode returns the PlanCode field value
func (*NfsServerContract) GetPlanCodeOk ¶
func (o *NfsServerContract) GetPlanCodeOk() (*int32, bool)
GetPlanCodeOk returns a tuple with the PlanCode field value and a boolean to check if the value has been set.
func (*NfsServerContract) GetPlanName ¶
func (o *NfsServerContract) GetPlanName() string
GetPlanName returns the PlanName field value
func (*NfsServerContract) GetPlanNameOk ¶
func (o *NfsServerContract) GetPlanNameOk() (*string, bool)
GetPlanNameOk returns a tuple with the PlanName field value and a boolean to check if the value has been set.
func (*NfsServerContract) GetServiceCode ¶
func (o *NfsServerContract) GetServiceCode() string
GetServiceCode returns the ServiceCode field value
func (*NfsServerContract) GetServiceCodeOk ¶
func (o *NfsServerContract) GetServiceCodeOk() (*string, bool)
GetServiceCodeOk returns a tuple with the ServiceCode field value and a boolean to check if the value has been set.
func (NfsServerContract) MarshalJSON ¶
func (o NfsServerContract) MarshalJSON() ([]byte, error)
func (*NfsServerContract) SetPlanCode ¶
func (o *NfsServerContract) SetPlanCode(v int32)
SetPlanCode sets field value
func (*NfsServerContract) SetPlanName ¶
func (o *NfsServerContract) SetPlanName(v string)
SetPlanName sets field value
func (*NfsServerContract) SetServiceCode ¶
func (o *NfsServerContract) SetServiceCode(v string)
SetServiceCode sets field value
func (NfsServerContract) ToMap ¶
func (o NfsServerContract) ToMap() (map[string]interface{}, error)
func (*NfsServerContract) UnmarshalJSON ¶
func (o *NfsServerContract) UnmarshalJSON(data []byte) (err error)
type NfsServerInterface ¶
type NfsServerInterface struct { // id Id int32 `json:"id"` // NIC名称 Device string `json:"device"` // インターフェースの接続先 ConnectTo NullableString `json:"connect_to"` // MACアドレス Mac string `json:"mac"` // スイッチID SwitchId NullableInt32 `json:"switch_id"` }
NfsServerInterface struct for NfsServerInterface
func NewNfsServerInterface ¶
func NewNfsServerInterface(id int32, device string, connectTo NullableString, mac string, switchId NullableInt32) *NfsServerInterface
NewNfsServerInterface instantiates a new NfsServerInterface 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 NewNfsServerInterfaceWithDefaults ¶
func NewNfsServerInterfaceWithDefaults() *NfsServerInterface
NewNfsServerInterfaceWithDefaults instantiates a new NfsServerInterface 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 (*NfsServerInterface) GetConnectTo ¶
func (o *NfsServerInterface) GetConnectTo() string
GetConnectTo returns the ConnectTo field value If the value is explicit nil, the zero value for string will be returned
func (*NfsServerInterface) GetConnectToOk ¶
func (o *NfsServerInterface) GetConnectToOk() (*string, bool)
GetConnectToOk returns a tuple with the ConnectTo 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 (*NfsServerInterface) GetDevice ¶
func (o *NfsServerInterface) GetDevice() string
GetDevice returns the Device field value
func (*NfsServerInterface) GetDeviceOk ¶
func (o *NfsServerInterface) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.
func (*NfsServerInterface) GetId ¶
func (o *NfsServerInterface) GetId() int32
GetId returns the Id field value
func (*NfsServerInterface) GetIdOk ¶
func (o *NfsServerInterface) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*NfsServerInterface) GetMac ¶
func (o *NfsServerInterface) GetMac() string
GetMac returns the Mac field value
func (*NfsServerInterface) GetMacOk ¶
func (o *NfsServerInterface) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field value and a boolean to check if the value has been set.
func (*NfsServerInterface) GetSwitchId ¶
func (o *NfsServerInterface) GetSwitchId() int32
GetSwitchId returns the SwitchId field value If the value is explicit nil, the zero value for int32 will be returned
func (*NfsServerInterface) GetSwitchIdOk ¶
func (o *NfsServerInterface) GetSwitchIdOk() (*int32, bool)
GetSwitchIdOk returns a tuple with the SwitchId 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 (NfsServerInterface) MarshalJSON ¶
func (o NfsServerInterface) MarshalJSON() ([]byte, error)
func (*NfsServerInterface) SetConnectTo ¶
func (o *NfsServerInterface) SetConnectTo(v string)
SetConnectTo sets field value
func (*NfsServerInterface) SetDevice ¶
func (o *NfsServerInterface) SetDevice(v string)
SetDevice sets field value
func (*NfsServerInterface) SetId ¶
func (o *NfsServerInterface) SetId(v int32)
SetId sets field value
func (*NfsServerInterface) SetMac ¶
func (o *NfsServerInterface) SetMac(v string)
SetMac sets field value
func (*NfsServerInterface) SetSwitchId ¶
func (o *NfsServerInterface) SetSwitchId(v int32)
SetSwitchId sets field value
func (NfsServerInterface) ToMap ¶
func (o NfsServerInterface) ToMap() (map[string]interface{}, error)
func (*NfsServerInterface) UnmarshalJSON ¶
func (o *NfsServerInterface) UnmarshalJSON(data []byte) (err error)
type NfsServerIpv4 ¶
type NfsServerIpv4 struct { // アドレス Address string `json:"address"` // サブネットマスク Netmask string `json:"netmask"` }
NfsServerIpv4 struct for NfsServerIpv4
func NewNfsServerIpv4 ¶
func NewNfsServerIpv4(address string, netmask string) *NfsServerIpv4
NewNfsServerIpv4 instantiates a new NfsServerIpv4 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 NewNfsServerIpv4WithDefaults ¶
func NewNfsServerIpv4WithDefaults() *NfsServerIpv4
NewNfsServerIpv4WithDefaults instantiates a new NfsServerIpv4 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 (*NfsServerIpv4) GetAddress ¶
func (o *NfsServerIpv4) GetAddress() string
GetAddress returns the Address field value
func (*NfsServerIpv4) GetAddressOk ¶
func (o *NfsServerIpv4) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*NfsServerIpv4) GetNetmask ¶
func (o *NfsServerIpv4) GetNetmask() string
GetNetmask returns the Netmask field value
func (*NfsServerIpv4) GetNetmaskOk ¶
func (o *NfsServerIpv4) GetNetmaskOk() (*string, bool)
GetNetmaskOk returns a tuple with the Netmask field value and a boolean to check if the value has been set.
func (NfsServerIpv4) MarshalJSON ¶
func (o NfsServerIpv4) MarshalJSON() ([]byte, error)
func (*NfsServerIpv4) SetAddress ¶
func (o *NfsServerIpv4) SetAddress(v string)
SetAddress sets field value
func (*NfsServerIpv4) SetNetmask ¶
func (o *NfsServerIpv4) SetNetmask(v string)
SetNetmask sets field value
func (NfsServerIpv4) ToMap ¶
func (o NfsServerIpv4) ToMap() (map[string]interface{}, error)
func (*NfsServerIpv4) UnmarshalJSON ¶
func (o *NfsServerIpv4) UnmarshalJSON(data []byte) (err error)
type NfsServerPowerStatus ¶
type NfsServerPowerStatus struct { // 電源ステータス * power_on 電源ON * in_shutdown シャットダウン中 * power_off 電源OFF * unknown 不明(電源状態を取得できない) Status string `json:"status"` }
NfsServerPowerStatus struct for NfsServerPowerStatus
func NewNfsServerPowerStatus ¶
func NewNfsServerPowerStatus(status string) *NfsServerPowerStatus
NewNfsServerPowerStatus instantiates a new NfsServerPowerStatus 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 NewNfsServerPowerStatusWithDefaults ¶
func NewNfsServerPowerStatusWithDefaults() *NfsServerPowerStatus
NewNfsServerPowerStatusWithDefaults instantiates a new NfsServerPowerStatus 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 (*NfsServerPowerStatus) GetStatus ¶
func (o *NfsServerPowerStatus) GetStatus() string
GetStatus returns the Status field value
func (*NfsServerPowerStatus) GetStatusOk ¶
func (o *NfsServerPowerStatus) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (NfsServerPowerStatus) MarshalJSON ¶
func (o NfsServerPowerStatus) MarshalJSON() ([]byte, error)
func (*NfsServerPowerStatus) SetStatus ¶
func (o *NfsServerPowerStatus) SetStatus(v string)
SetStatus sets field value
func (NfsServerPowerStatus) ToMap ¶
func (o NfsServerPowerStatus) ToMap() (map[string]interface{}, error)
func (*NfsServerPowerStatus) UnmarshalJSON ¶
func (o *NfsServerPowerStatus) UnmarshalJSON(data []byte) (err error)
type NfsServerStorageInner ¶
type NfsServerStorageInner struct { // 種別 Type string `json:"type"` // ストレージ容量(GiB) SizeGibibytes int32 `json:"size_gibibytes"` }
NfsServerStorageInner struct for NfsServerStorageInner
func NewNfsServerStorageInner ¶
func NewNfsServerStorageInner(type_ string, sizeGibibytes int32) *NfsServerStorageInner
NewNfsServerStorageInner instantiates a new NfsServerStorageInner 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 NewNfsServerStorageInnerWithDefaults ¶
func NewNfsServerStorageInnerWithDefaults() *NfsServerStorageInner
NewNfsServerStorageInnerWithDefaults instantiates a new NfsServerStorageInner 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 (*NfsServerStorageInner) GetSizeGibibytes ¶
func (o *NfsServerStorageInner) GetSizeGibibytes() int32
GetSizeGibibytes returns the SizeGibibytes field value
func (*NfsServerStorageInner) GetSizeGibibytesOk ¶
func (o *NfsServerStorageInner) GetSizeGibibytesOk() (*int32, bool)
GetSizeGibibytesOk returns a tuple with the SizeGibibytes field value and a boolean to check if the value has been set.
func (*NfsServerStorageInner) GetType ¶
func (o *NfsServerStorageInner) GetType() string
GetType returns the Type field value
func (*NfsServerStorageInner) GetTypeOk ¶
func (o *NfsServerStorageInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (NfsServerStorageInner) MarshalJSON ¶
func (o NfsServerStorageInner) MarshalJSON() ([]byte, error)
func (*NfsServerStorageInner) SetSizeGibibytes ¶
func (o *NfsServerStorageInner) SetSizeGibibytes(v int32)
SetSizeGibibytes sets field value
func (*NfsServerStorageInner) SetType ¶
func (o *NfsServerStorageInner) SetType(v string)
SetType sets field value
func (NfsServerStorageInner) ToMap ¶
func (o NfsServerStorageInner) ToMap() (map[string]interface{}, error)
func (*NfsServerStorageInner) UnmarshalJSON ¶
func (o *NfsServerStorageInner) UnmarshalJSON(data []byte) (err error)
type NfsStorageInfo ¶ added in v0.4.410
type NfsStorageInfo struct { // ストレージの空き容量(KiB) FreeSpaceKib int32 `json:"free_space_kib"` // ストレージの使用率 UsagePercentage int32 `json:"usage_percentage"` // ストレージの全容量(KiB) CapacityKib int32 `json:"capacity_kib"` // ストレージの使用容量(KiB) UsageKib int32 `json:"usage_kib"` }
NfsStorageInfo struct for NfsStorageInfo
func NewNfsStorageInfo ¶ added in v0.4.410
func NewNfsStorageInfo(freeSpaceKib int32, usagePercentage int32, capacityKib int32, usageKib int32) *NfsStorageInfo
NewNfsStorageInfo instantiates a new NfsStorageInfo 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 NewNfsStorageInfoWithDefaults ¶ added in v0.4.410
func NewNfsStorageInfoWithDefaults() *NfsStorageInfo
NewNfsStorageInfoWithDefaults instantiates a new NfsStorageInfo 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 (*NfsStorageInfo) GetCapacityKib ¶ added in v0.4.410
func (o *NfsStorageInfo) GetCapacityKib() int32
GetCapacityKib returns the CapacityKib field value
func (*NfsStorageInfo) GetCapacityKibOk ¶ added in v0.4.410
func (o *NfsStorageInfo) GetCapacityKibOk() (*int32, bool)
GetCapacityKibOk returns a tuple with the CapacityKib field value and a boolean to check if the value has been set.
func (*NfsStorageInfo) GetFreeSpaceKib ¶ added in v0.4.410
func (o *NfsStorageInfo) GetFreeSpaceKib() int32
GetFreeSpaceKib returns the FreeSpaceKib field value
func (*NfsStorageInfo) GetFreeSpaceKibOk ¶ added in v0.4.410
func (o *NfsStorageInfo) GetFreeSpaceKibOk() (*int32, bool)
GetFreeSpaceKibOk returns a tuple with the FreeSpaceKib field value and a boolean to check if the value has been set.
func (*NfsStorageInfo) GetUsageKib ¶ added in v0.4.410
func (o *NfsStorageInfo) GetUsageKib() int32
GetUsageKib returns the UsageKib field value
func (*NfsStorageInfo) GetUsageKibOk ¶ added in v0.4.410
func (o *NfsStorageInfo) GetUsageKibOk() (*int32, bool)
GetUsageKibOk returns a tuple with the UsageKib field value and a boolean to check if the value has been set.
func (*NfsStorageInfo) GetUsagePercentage ¶ added in v0.4.410
func (o *NfsStorageInfo) GetUsagePercentage() int32
GetUsagePercentage returns the UsagePercentage field value
func (*NfsStorageInfo) GetUsagePercentageOk ¶ added in v0.4.410
func (o *NfsStorageInfo) GetUsagePercentageOk() (*int32, bool)
GetUsagePercentageOk returns a tuple with the UsagePercentage field value and a boolean to check if the value has been set.
func (NfsStorageInfo) MarshalJSON ¶ added in v0.4.410
func (o NfsStorageInfo) MarshalJSON() ([]byte, error)
func (*NfsStorageInfo) SetCapacityKib ¶ added in v0.4.410
func (o *NfsStorageInfo) SetCapacityKib(v int32)
SetCapacityKib sets field value
func (*NfsStorageInfo) SetFreeSpaceKib ¶ added in v0.4.410
func (o *NfsStorageInfo) SetFreeSpaceKib(v int32)
SetFreeSpaceKib sets field value
func (*NfsStorageInfo) SetUsageKib ¶ added in v0.4.410
func (o *NfsStorageInfo) SetUsageKib(v int32)
SetUsageKib sets field value
func (*NfsStorageInfo) SetUsagePercentage ¶ added in v0.4.410
func (o *NfsStorageInfo) SetUsagePercentage(v int32)
SetUsagePercentage sets field value
func (NfsStorageInfo) ToMap ¶ added in v0.4.410
func (o NfsStorageInfo) ToMap() (map[string]interface{}, error)
func (*NfsStorageInfo) UnmarshalJSON ¶ added in v0.4.410
func (o *NfsStorageInfo) UnmarshalJSON(data []byte) (err error)
type NullableApiKey ¶
type NullableApiKey struct {
// contains filtered or unexported fields
}
func NewNullableApiKey ¶
func NewNullableApiKey(val *ApiKey) *NullableApiKey
func (NullableApiKey) Get ¶
func (v NullableApiKey) Get() *ApiKey
func (NullableApiKey) IsSet ¶
func (v NullableApiKey) IsSet() bool
func (NullableApiKey) MarshalJSON ¶
func (v NullableApiKey) MarshalJSON() ([]byte, error)
func (*NullableApiKey) Set ¶
func (v *NullableApiKey) Set(val *ApiKey)
func (*NullableApiKey) UnmarshalJSON ¶
func (v *NullableApiKey) UnmarshalJSON(src []byte) error
func (*NullableApiKey) Unset ¶
func (v *NullableApiKey) 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 NullableDisc ¶
type NullableDisc struct {
// contains filtered or unexported fields
}
func NewNullableDisc ¶
func NewNullableDisc(val *Disc) *NullableDisc
func (NullableDisc) Get ¶
func (v NullableDisc) Get() *Disc
func (NullableDisc) IsSet ¶
func (v NullableDisc) IsSet() bool
func (NullableDisc) MarshalJSON ¶
func (v NullableDisc) MarshalJSON() ([]byte, error)
func (*NullableDisc) Set ¶
func (v *NullableDisc) Set(val *Disc)
func (*NullableDisc) UnmarshalJSON ¶
func (v *NullableDisc) UnmarshalJSON(src []byte) error
func (*NullableDisc) Unset ¶
func (v *NullableDisc) 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 NullableGetApiKeyList200Response ¶
type NullableGetApiKeyList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetApiKeyList200Response ¶
func NewNullableGetApiKeyList200Response(val *GetApiKeyList200Response) *NullableGetApiKeyList200Response
func (NullableGetApiKeyList200Response) Get ¶
func (v NullableGetApiKeyList200Response) Get() *GetApiKeyList200Response
func (NullableGetApiKeyList200Response) IsSet ¶
func (v NullableGetApiKeyList200Response) IsSet() bool
func (NullableGetApiKeyList200Response) MarshalJSON ¶
func (v NullableGetApiKeyList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetApiKeyList200Response) Set ¶
func (v *NullableGetApiKeyList200Response) Set(val *GetApiKeyList200Response)
func (*NullableGetApiKeyList200Response) UnmarshalJSON ¶
func (v *NullableGetApiKeyList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetApiKeyList200Response) Unset ¶
func (v *NullableGetApiKeyList200Response) Unset()
type NullableGetDiscList200Response ¶
type NullableGetDiscList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetDiscList200Response ¶
func NewNullableGetDiscList200Response(val *GetDiscList200Response) *NullableGetDiscList200Response
func (NullableGetDiscList200Response) Get ¶
func (v NullableGetDiscList200Response) Get() *GetDiscList200Response
func (NullableGetDiscList200Response) IsSet ¶
func (v NullableGetDiscList200Response) IsSet() bool
func (NullableGetDiscList200Response) MarshalJSON ¶
func (v NullableGetDiscList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetDiscList200Response) Set ¶
func (v *NullableGetDiscList200Response) Set(val *GetDiscList200Response)
func (*NullableGetDiscList200Response) UnmarshalJSON ¶
func (v *NullableGetDiscList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetDiscList200Response) Unset ¶
func (v *NullableGetDiscList200Response) Unset()
type NullableGetNfsServerList200Response ¶
type NullableGetNfsServerList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetNfsServerList200Response ¶
func NewNullableGetNfsServerList200Response(val *GetNfsServerList200Response) *NullableGetNfsServerList200Response
func (NullableGetNfsServerList200Response) Get ¶
func (v NullableGetNfsServerList200Response) Get() *GetNfsServerList200Response
func (NullableGetNfsServerList200Response) IsSet ¶
func (v NullableGetNfsServerList200Response) IsSet() bool
func (NullableGetNfsServerList200Response) MarshalJSON ¶
func (v NullableGetNfsServerList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetNfsServerList200Response) Set ¶
func (v *NullableGetNfsServerList200Response) Set(val *GetNfsServerList200Response)
func (*NullableGetNfsServerList200Response) UnmarshalJSON ¶
func (v *NullableGetNfsServerList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetNfsServerList200Response) Unset ¶
func (v *NullableGetNfsServerList200Response) Unset()
type NullableGetPermissionList200Response ¶
type NullableGetPermissionList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetPermissionList200Response ¶
func NewNullableGetPermissionList200Response(val *GetPermissionList200Response) *NullableGetPermissionList200Response
func (NullableGetPermissionList200Response) Get ¶
func (v NullableGetPermissionList200Response) Get() *GetPermissionList200Response
func (NullableGetPermissionList200Response) IsSet ¶
func (v NullableGetPermissionList200Response) IsSet() bool
func (NullableGetPermissionList200Response) MarshalJSON ¶
func (v NullableGetPermissionList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetPermissionList200Response) Set ¶
func (v *NullableGetPermissionList200Response) Set(val *GetPermissionList200Response)
func (*NullableGetPermissionList200Response) UnmarshalJSON ¶
func (v *NullableGetPermissionList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetPermissionList200Response) Unset ¶
func (v *NullableGetPermissionList200Response) Unset()
type NullableGetRoleList200Response ¶
type NullableGetRoleList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetRoleList200Response ¶
func NewNullableGetRoleList200Response(val *GetRoleList200Response) *NullableGetRoleList200Response
func (NullableGetRoleList200Response) Get ¶
func (v NullableGetRoleList200Response) Get() *GetRoleList200Response
func (NullableGetRoleList200Response) IsSet ¶
func (v NullableGetRoleList200Response) IsSet() bool
func (NullableGetRoleList200Response) MarshalJSON ¶
func (v NullableGetRoleList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetRoleList200Response) Set ¶
func (v *NullableGetRoleList200Response) Set(val *GetRoleList200Response)
func (*NullableGetRoleList200Response) UnmarshalJSON ¶
func (v *NullableGetRoleList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetRoleList200Response) Unset ¶
func (v *NullableGetRoleList200Response) Unset()
type NullableGetServerInterfaceList200Response ¶
type NullableGetServerInterfaceList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetServerInterfaceList200Response ¶
func NewNullableGetServerInterfaceList200Response(val *GetServerInterfaceList200Response) *NullableGetServerInterfaceList200Response
func (NullableGetServerInterfaceList200Response) IsSet ¶
func (v NullableGetServerInterfaceList200Response) IsSet() bool
func (NullableGetServerInterfaceList200Response) MarshalJSON ¶
func (v NullableGetServerInterfaceList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetServerInterfaceList200Response) Set ¶
func (v *NullableGetServerInterfaceList200Response) Set(val *GetServerInterfaceList200Response)
func (*NullableGetServerInterfaceList200Response) UnmarshalJSON ¶
func (v *NullableGetServerInterfaceList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetServerInterfaceList200Response) Unset ¶
func (v *NullableGetServerInterfaceList200Response) Unset()
type NullableGetServerList200Response ¶
type NullableGetServerList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetServerList200Response ¶
func NewNullableGetServerList200Response(val *GetServerList200Response) *NullableGetServerList200Response
func (NullableGetServerList200Response) Get ¶
func (v NullableGetServerList200Response) Get() *GetServerList200Response
func (NullableGetServerList200Response) IsSet ¶
func (v NullableGetServerList200Response) IsSet() bool
func (NullableGetServerList200Response) MarshalJSON ¶
func (v NullableGetServerList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetServerList200Response) Set ¶
func (v *NullableGetServerList200Response) Set(val *GetServerList200Response)
func (*NullableGetServerList200Response) UnmarshalJSON ¶
func (v *NullableGetServerList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetServerList200Response) Unset ¶
func (v *NullableGetServerList200Response) Unset()
type NullableGetServerList401Response ¶
type NullableGetServerList401Response struct {
// contains filtered or unexported fields
}
func NewNullableGetServerList401Response ¶
func NewNullableGetServerList401Response(val *GetServerList401Response) *NullableGetServerList401Response
func (NullableGetServerList401Response) Get ¶
func (v NullableGetServerList401Response) Get() *GetServerList401Response
func (NullableGetServerList401Response) IsSet ¶
func (v NullableGetServerList401Response) IsSet() bool
func (NullableGetServerList401Response) MarshalJSON ¶
func (v NullableGetServerList401Response) MarshalJSON() ([]byte, error)
func (*NullableGetServerList401Response) Set ¶
func (v *NullableGetServerList401Response) Set(val *GetServerList401Response)
func (*NullableGetServerList401Response) UnmarshalJSON ¶
func (v *NullableGetServerList401Response) UnmarshalJSON(src []byte) error
func (*NullableGetServerList401Response) Unset ¶
func (v *NullableGetServerList401Response) Unset()
type NullableGetServerList403Response ¶
type NullableGetServerList403Response struct {
// contains filtered or unexported fields
}
func NewNullableGetServerList403Response ¶
func NewNullableGetServerList403Response(val *GetServerList403Response) *NullableGetServerList403Response
func (NullableGetServerList403Response) Get ¶
func (v NullableGetServerList403Response) Get() *GetServerList403Response
func (NullableGetServerList403Response) IsSet ¶
func (v NullableGetServerList403Response) IsSet() bool
func (NullableGetServerList403Response) MarshalJSON ¶
func (v NullableGetServerList403Response) MarshalJSON() ([]byte, error)
func (*NullableGetServerList403Response) Set ¶
func (v *NullableGetServerList403Response) Set(val *GetServerList403Response)
func (*NullableGetServerList403Response) UnmarshalJSON ¶
func (v *NullableGetServerList403Response) UnmarshalJSON(src []byte) error
func (*NullableGetServerList403Response) Unset ¶
func (v *NullableGetServerList403Response) Unset()
type NullableGetServerMonitoringList200Response ¶
type NullableGetServerMonitoringList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetServerMonitoringList200Response ¶
func NewNullableGetServerMonitoringList200Response(val *GetServerMonitoringList200Response) *NullableGetServerMonitoringList200Response
func (NullableGetServerMonitoringList200Response) IsSet ¶
func (v NullableGetServerMonitoringList200Response) IsSet() bool
func (NullableGetServerMonitoringList200Response) MarshalJSON ¶
func (v NullableGetServerMonitoringList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetServerMonitoringList200Response) Set ¶
func (v *NullableGetServerMonitoringList200Response) Set(val *GetServerMonitoringList200Response)
func (*NullableGetServerMonitoringList200Response) UnmarshalJSON ¶
func (v *NullableGetServerMonitoringList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetServerMonitoringList200Response) Unset ¶
func (v *NullableGetServerMonitoringList200Response) Unset()
type NullableGetServerVideoDevice200Response ¶
type NullableGetServerVideoDevice200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetServerVideoDevice200Response ¶
func NewNullableGetServerVideoDevice200Response(val *GetServerVideoDevice200Response) *NullableGetServerVideoDevice200Response
func (NullableGetServerVideoDevice200Response) IsSet ¶
func (v NullableGetServerVideoDevice200Response) IsSet() bool
func (NullableGetServerVideoDevice200Response) MarshalJSON ¶
func (v NullableGetServerVideoDevice200Response) MarshalJSON() ([]byte, error)
func (*NullableGetServerVideoDevice200Response) Set ¶
func (v *NullableGetServerVideoDevice200Response) Set(val *GetServerVideoDevice200Response)
func (*NullableGetServerVideoDevice200Response) UnmarshalJSON ¶
func (v *NullableGetServerVideoDevice200Response) UnmarshalJSON(src []byte) error
func (*NullableGetServerVideoDevice200Response) Unset ¶
func (v *NullableGetServerVideoDevice200Response) Unset()
type NullableGetSwitchList200Response ¶
type NullableGetSwitchList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetSwitchList200Response ¶
func NewNullableGetSwitchList200Response(val *GetSwitchList200Response) *NullableGetSwitchList200Response
func (NullableGetSwitchList200Response) Get ¶
func (v NullableGetSwitchList200Response) Get() *GetSwitchList200Response
func (NullableGetSwitchList200Response) IsSet ¶
func (v NullableGetSwitchList200Response) IsSet() bool
func (NullableGetSwitchList200Response) MarshalJSON ¶
func (v NullableGetSwitchList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetSwitchList200Response) Set ¶
func (v *NullableGetSwitchList200Response) Set(val *GetSwitchList200Response)
func (*NullableGetSwitchList200Response) UnmarshalJSON ¶
func (v *NullableGetSwitchList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetSwitchList200Response) Unset ¶
func (v *NullableGetSwitchList200Response) Unset()
type NullableGetZoneList200Response ¶
type NullableGetZoneList200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetZoneList200Response ¶
func NewNullableGetZoneList200Response(val *GetZoneList200Response) *NullableGetZoneList200Response
func (NullableGetZoneList200Response) Get ¶
func (v NullableGetZoneList200Response) Get() *GetZoneList200Response
func (NullableGetZoneList200Response) IsSet ¶
func (v NullableGetZoneList200Response) IsSet() bool
func (NullableGetZoneList200Response) MarshalJSON ¶
func (v NullableGetZoneList200Response) MarshalJSON() ([]byte, error)
func (*NullableGetZoneList200Response) Set ¶
func (v *NullableGetZoneList200Response) Set(val *GetZoneList200Response)
func (*NullableGetZoneList200Response) UnmarshalJSON ¶
func (v *NullableGetZoneList200Response) UnmarshalJSON(src []byte) error
func (*NullableGetZoneList200Response) Unset ¶
func (v *NullableGetZoneList200Response) Unset()
type NullableHealthCheckHttp ¶
type NullableHealthCheckHttp struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckHttp ¶
func NewNullableHealthCheckHttp(val *HealthCheckHttp) *NullableHealthCheckHttp
func (NullableHealthCheckHttp) Get ¶
func (v NullableHealthCheckHttp) Get() *HealthCheckHttp
func (NullableHealthCheckHttp) IsSet ¶
func (v NullableHealthCheckHttp) IsSet() bool
func (NullableHealthCheckHttp) MarshalJSON ¶
func (v NullableHealthCheckHttp) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckHttp) Set ¶
func (v *NullableHealthCheckHttp) Set(val *HealthCheckHttp)
func (*NullableHealthCheckHttp) UnmarshalJSON ¶
func (v *NullableHealthCheckHttp) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckHttp) Unset ¶
func (v *NullableHealthCheckHttp) Unset()
type NullableHealthCheckHttpBase ¶
type NullableHealthCheckHttpBase struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckHttpBase ¶
func NewNullableHealthCheckHttpBase(val *HealthCheckHttpBase) *NullableHealthCheckHttpBase
func (NullableHealthCheckHttpBase) Get ¶
func (v NullableHealthCheckHttpBase) Get() *HealthCheckHttpBase
func (NullableHealthCheckHttpBase) IsSet ¶
func (v NullableHealthCheckHttpBase) IsSet() bool
func (NullableHealthCheckHttpBase) MarshalJSON ¶
func (v NullableHealthCheckHttpBase) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckHttpBase) Set ¶
func (v *NullableHealthCheckHttpBase) Set(val *HealthCheckHttpBase)
func (*NullableHealthCheckHttpBase) UnmarshalJSON ¶
func (v *NullableHealthCheckHttpBase) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckHttpBase) Unset ¶
func (v *NullableHealthCheckHttpBase) Unset()
type NullableHealthCheckHttps ¶
type NullableHealthCheckHttps struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckHttps ¶
func NewNullableHealthCheckHttps(val *HealthCheckHttps) *NullableHealthCheckHttps
func (NullableHealthCheckHttps) Get ¶
func (v NullableHealthCheckHttps) Get() *HealthCheckHttps
func (NullableHealthCheckHttps) IsSet ¶
func (v NullableHealthCheckHttps) IsSet() bool
func (NullableHealthCheckHttps) MarshalJSON ¶
func (v NullableHealthCheckHttps) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckHttps) Set ¶
func (v *NullableHealthCheckHttps) Set(val *HealthCheckHttps)
func (*NullableHealthCheckHttps) UnmarshalJSON ¶
func (v *NullableHealthCheckHttps) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckHttps) Unset ¶
func (v *NullableHealthCheckHttps) Unset()
type NullableHealthCheckPing ¶
type NullableHealthCheckPing struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckPing ¶
func NewNullableHealthCheckPing(val *HealthCheckPing) *NullableHealthCheckPing
func (NullableHealthCheckPing) Get ¶
func (v NullableHealthCheckPing) Get() *HealthCheckPing
func (NullableHealthCheckPing) IsSet ¶
func (v NullableHealthCheckPing) IsSet() bool
func (NullableHealthCheckPing) MarshalJSON ¶
func (v NullableHealthCheckPing) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckPing) Set ¶
func (v *NullableHealthCheckPing) Set(val *HealthCheckPing)
func (*NullableHealthCheckPing) UnmarshalJSON ¶
func (v *NullableHealthCheckPing) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckPing) Unset ¶
func (v *NullableHealthCheckPing) Unset()
type NullableHealthCheckPop3 ¶
type NullableHealthCheckPop3 struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckPop3 ¶
func NewNullableHealthCheckPop3(val *HealthCheckPop3) *NullableHealthCheckPop3
func (NullableHealthCheckPop3) Get ¶
func (v NullableHealthCheckPop3) Get() *HealthCheckPop3
func (NullableHealthCheckPop3) IsSet ¶
func (v NullableHealthCheckPop3) IsSet() bool
func (NullableHealthCheckPop3) MarshalJSON ¶
func (v NullableHealthCheckPop3) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckPop3) Set ¶
func (v *NullableHealthCheckPop3) Set(val *HealthCheckPop3)
func (*NullableHealthCheckPop3) UnmarshalJSON ¶
func (v *NullableHealthCheckPop3) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckPop3) Unset ¶
func (v *NullableHealthCheckPop3) Unset()
type NullableHealthCheckSmtp ¶
type NullableHealthCheckSmtp struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckSmtp ¶
func NewNullableHealthCheckSmtp(val *HealthCheckSmtp) *NullableHealthCheckSmtp
func (NullableHealthCheckSmtp) Get ¶
func (v NullableHealthCheckSmtp) Get() *HealthCheckSmtp
func (NullableHealthCheckSmtp) IsSet ¶
func (v NullableHealthCheckSmtp) IsSet() bool
func (NullableHealthCheckSmtp) MarshalJSON ¶
func (v NullableHealthCheckSmtp) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckSmtp) Set ¶
func (v *NullableHealthCheckSmtp) Set(val *HealthCheckSmtp)
func (*NullableHealthCheckSmtp) UnmarshalJSON ¶
func (v *NullableHealthCheckSmtp) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckSmtp) Unset ¶
func (v *NullableHealthCheckSmtp) Unset()
type NullableHealthCheckSsh ¶
type NullableHealthCheckSsh struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckSsh ¶
func NewNullableHealthCheckSsh(val *HealthCheckSsh) *NullableHealthCheckSsh
func (NullableHealthCheckSsh) Get ¶
func (v NullableHealthCheckSsh) Get() *HealthCheckSsh
func (NullableHealthCheckSsh) IsSet ¶
func (v NullableHealthCheckSsh) IsSet() bool
func (NullableHealthCheckSsh) MarshalJSON ¶
func (v NullableHealthCheckSsh) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckSsh) Set ¶
func (v *NullableHealthCheckSsh) Set(val *HealthCheckSsh)
func (*NullableHealthCheckSsh) UnmarshalJSON ¶
func (v *NullableHealthCheckSsh) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckSsh) Unset ¶
func (v *NullableHealthCheckSsh) Unset()
type NullableHealthCheckTcp ¶
type NullableHealthCheckTcp struct {
// contains filtered or unexported fields
}
func NewNullableHealthCheckTcp ¶
func NewNullableHealthCheckTcp(val *HealthCheckTcp) *NullableHealthCheckTcp
func (NullableHealthCheckTcp) Get ¶
func (v NullableHealthCheckTcp) Get() *HealthCheckTcp
func (NullableHealthCheckTcp) IsSet ¶
func (v NullableHealthCheckTcp) IsSet() bool
func (NullableHealthCheckTcp) MarshalJSON ¶
func (v NullableHealthCheckTcp) MarshalJSON() ([]byte, error)
func (*NullableHealthCheckTcp) Set ¶
func (v *NullableHealthCheckTcp) Set(val *HealthCheckTcp)
func (*NullableHealthCheckTcp) UnmarshalJSON ¶
func (v *NullableHealthCheckTcp) UnmarshalJSON(src []byte) error
func (*NullableHealthCheckTcp) Unset ¶
func (v *NullableHealthCheckTcp) 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 NullableInvalidParameterDetailInner ¶
type NullableInvalidParameterDetailInner struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParameterDetailInner ¶
func NewNullableInvalidParameterDetailInner(val *InvalidParameterDetailInner) *NullableInvalidParameterDetailInner
func (NullableInvalidParameterDetailInner) Get ¶
func (v NullableInvalidParameterDetailInner) Get() *InvalidParameterDetailInner
func (NullableInvalidParameterDetailInner) IsSet ¶
func (v NullableInvalidParameterDetailInner) IsSet() bool
func (NullableInvalidParameterDetailInner) MarshalJSON ¶
func (v NullableInvalidParameterDetailInner) MarshalJSON() ([]byte, error)
func (*NullableInvalidParameterDetailInner) Set ¶
func (v *NullableInvalidParameterDetailInner) Set(val *InvalidParameterDetailInner)
func (*NullableInvalidParameterDetailInner) UnmarshalJSON ¶
func (v *NullableInvalidParameterDetailInner) UnmarshalJSON(src []byte) error
func (*NullableInvalidParameterDetailInner) Unset ¶
func (v *NullableInvalidParameterDetailInner) Unset()
type NullableKeymap ¶
type NullableKeymap struct {
// contains filtered or unexported fields
}
func NewNullableKeymap ¶
func NewNullableKeymap(val *Keymap) *NullableKeymap
func (NullableKeymap) Get ¶
func (v NullableKeymap) Get() *Keymap
func (NullableKeymap) IsSet ¶
func (v NullableKeymap) IsSet() bool
func (NullableKeymap) MarshalJSON ¶
func (v NullableKeymap) MarshalJSON() ([]byte, error)
func (*NullableKeymap) Set ¶
func (v *NullableKeymap) Set(val *Keymap)
func (*NullableKeymap) UnmarshalJSON ¶
func (v *NullableKeymap) UnmarshalJSON(src []byte) error
func (*NullableKeymap) Unset ¶
func (v *NullableKeymap) Unset()
type NullableLimitation ¶
type NullableLimitation struct {
// contains filtered or unexported fields
}
func NewNullableLimitation ¶
func NewNullableLimitation(val *Limitation) *NullableLimitation
func (NullableLimitation) Get ¶
func (v NullableLimitation) Get() *Limitation
func (NullableLimitation) IsSet ¶
func (v NullableLimitation) IsSet() bool
func (NullableLimitation) MarshalJSON ¶
func (v NullableLimitation) MarshalJSON() ([]byte, error)
func (*NullableLimitation) Set ¶
func (v *NullableLimitation) Set(val *Limitation)
func (*NullableLimitation) UnmarshalJSON ¶
func (v *NullableLimitation) UnmarshalJSON(src []byte) error
func (*NullableLimitation) Unset ¶
func (v *NullableLimitation) Unset()
type NullableNfsServer ¶
type NullableNfsServer struct {
// contains filtered or unexported fields
}
func NewNullableNfsServer ¶
func NewNullableNfsServer(val *NfsServer) *NullableNfsServer
func (NullableNfsServer) Get ¶
func (v NullableNfsServer) Get() *NfsServer
func (NullableNfsServer) IsSet ¶
func (v NullableNfsServer) IsSet() bool
func (NullableNfsServer) MarshalJSON ¶
func (v NullableNfsServer) MarshalJSON() ([]byte, error)
func (*NullableNfsServer) Set ¶
func (v *NullableNfsServer) Set(val *NfsServer)
func (*NullableNfsServer) UnmarshalJSON ¶
func (v *NullableNfsServer) UnmarshalJSON(src []byte) error
func (*NullableNfsServer) Unset ¶
func (v *NullableNfsServer) Unset()
type NullableNfsServerContract ¶
type NullableNfsServerContract struct {
// contains filtered or unexported fields
}
func NewNullableNfsServerContract ¶
func NewNullableNfsServerContract(val *NfsServerContract) *NullableNfsServerContract
func (NullableNfsServerContract) Get ¶
func (v NullableNfsServerContract) Get() *NfsServerContract
func (NullableNfsServerContract) IsSet ¶
func (v NullableNfsServerContract) IsSet() bool
func (NullableNfsServerContract) MarshalJSON ¶
func (v NullableNfsServerContract) MarshalJSON() ([]byte, error)
func (*NullableNfsServerContract) Set ¶
func (v *NullableNfsServerContract) Set(val *NfsServerContract)
func (*NullableNfsServerContract) UnmarshalJSON ¶
func (v *NullableNfsServerContract) UnmarshalJSON(src []byte) error
func (*NullableNfsServerContract) Unset ¶
func (v *NullableNfsServerContract) Unset()
type NullableNfsServerInterface ¶
type NullableNfsServerInterface struct {
// contains filtered or unexported fields
}
func NewNullableNfsServerInterface ¶
func NewNullableNfsServerInterface(val *NfsServerInterface) *NullableNfsServerInterface
func (NullableNfsServerInterface) Get ¶
func (v NullableNfsServerInterface) Get() *NfsServerInterface
func (NullableNfsServerInterface) IsSet ¶
func (v NullableNfsServerInterface) IsSet() bool
func (NullableNfsServerInterface) MarshalJSON ¶
func (v NullableNfsServerInterface) MarshalJSON() ([]byte, error)
func (*NullableNfsServerInterface) Set ¶
func (v *NullableNfsServerInterface) Set(val *NfsServerInterface)
func (*NullableNfsServerInterface) UnmarshalJSON ¶
func (v *NullableNfsServerInterface) UnmarshalJSON(src []byte) error
func (*NullableNfsServerInterface) Unset ¶
func (v *NullableNfsServerInterface) Unset()
type NullableNfsServerIpv4 ¶
type NullableNfsServerIpv4 struct {
// contains filtered or unexported fields
}
func NewNullableNfsServerIpv4 ¶
func NewNullableNfsServerIpv4(val *NfsServerIpv4) *NullableNfsServerIpv4
func (NullableNfsServerIpv4) Get ¶
func (v NullableNfsServerIpv4) Get() *NfsServerIpv4
func (NullableNfsServerIpv4) IsSet ¶
func (v NullableNfsServerIpv4) IsSet() bool
func (NullableNfsServerIpv4) MarshalJSON ¶
func (v NullableNfsServerIpv4) MarshalJSON() ([]byte, error)
func (*NullableNfsServerIpv4) Set ¶
func (v *NullableNfsServerIpv4) Set(val *NfsServerIpv4)
func (*NullableNfsServerIpv4) UnmarshalJSON ¶
func (v *NullableNfsServerIpv4) UnmarshalJSON(src []byte) error
func (*NullableNfsServerIpv4) Unset ¶
func (v *NullableNfsServerIpv4) Unset()
type NullableNfsServerPowerStatus ¶
type NullableNfsServerPowerStatus struct {
// contains filtered or unexported fields
}
func NewNullableNfsServerPowerStatus ¶
func NewNullableNfsServerPowerStatus(val *NfsServerPowerStatus) *NullableNfsServerPowerStatus
func (NullableNfsServerPowerStatus) Get ¶
func (v NullableNfsServerPowerStatus) Get() *NfsServerPowerStatus
func (NullableNfsServerPowerStatus) IsSet ¶
func (v NullableNfsServerPowerStatus) IsSet() bool
func (NullableNfsServerPowerStatus) MarshalJSON ¶
func (v NullableNfsServerPowerStatus) MarshalJSON() ([]byte, error)
func (*NullableNfsServerPowerStatus) Set ¶
func (v *NullableNfsServerPowerStatus) Set(val *NfsServerPowerStatus)
func (*NullableNfsServerPowerStatus) UnmarshalJSON ¶
func (v *NullableNfsServerPowerStatus) UnmarshalJSON(src []byte) error
func (*NullableNfsServerPowerStatus) Unset ¶
func (v *NullableNfsServerPowerStatus) Unset()
type NullableNfsServerStorageInner ¶
type NullableNfsServerStorageInner struct {
// contains filtered or unexported fields
}
func NewNullableNfsServerStorageInner ¶
func NewNullableNfsServerStorageInner(val *NfsServerStorageInner) *NullableNfsServerStorageInner
func (NullableNfsServerStorageInner) Get ¶
func (v NullableNfsServerStorageInner) Get() *NfsServerStorageInner
func (NullableNfsServerStorageInner) IsSet ¶
func (v NullableNfsServerStorageInner) IsSet() bool
func (NullableNfsServerStorageInner) MarshalJSON ¶
func (v NullableNfsServerStorageInner) MarshalJSON() ([]byte, error)
func (*NullableNfsServerStorageInner) Set ¶
func (v *NullableNfsServerStorageInner) Set(val *NfsServerStorageInner)
func (*NullableNfsServerStorageInner) UnmarshalJSON ¶
func (v *NullableNfsServerStorageInner) UnmarshalJSON(src []byte) error
func (*NullableNfsServerStorageInner) Unset ¶
func (v *NullableNfsServerStorageInner) Unset()
type NullableNfsStorageInfo ¶ added in v0.4.410
type NullableNfsStorageInfo struct {
// contains filtered or unexported fields
}
func NewNullableNfsStorageInfo ¶ added in v0.4.410
func NewNullableNfsStorageInfo(val *NfsStorageInfo) *NullableNfsStorageInfo
func (NullableNfsStorageInfo) Get ¶ added in v0.4.410
func (v NullableNfsStorageInfo) Get() *NfsStorageInfo
func (NullableNfsStorageInfo) IsSet ¶ added in v0.4.410
func (v NullableNfsStorageInfo) IsSet() bool
func (NullableNfsStorageInfo) MarshalJSON ¶ added in v0.4.410
func (v NullableNfsStorageInfo) MarshalJSON() ([]byte, error)
func (*NullableNfsStorageInfo) Set ¶ added in v0.4.410
func (v *NullableNfsStorageInfo) Set(val *NfsStorageInfo)
func (*NullableNfsStorageInfo) UnmarshalJSON ¶ added in v0.4.410
func (v *NullableNfsStorageInfo) UnmarshalJSON(src []byte) error
func (*NullableNfsStorageInfo) Unset ¶ added in v0.4.410
func (v *NullableNfsStorageInfo) Unset()
type NullablePagination ¶
type NullablePagination struct {
// contains filtered or unexported fields
}
func NewNullablePagination ¶
func NewNullablePagination(val *Pagination) *NullablePagination
func (NullablePagination) Get ¶
func (v NullablePagination) Get() *Pagination
func (NullablePagination) IsSet ¶
func (v NullablePagination) IsSet() bool
func (NullablePagination) MarshalJSON ¶
func (v NullablePagination) MarshalJSON() ([]byte, error)
func (*NullablePagination) Set ¶
func (v *NullablePagination) Set(val *Pagination)
func (*NullablePagination) UnmarshalJSON ¶
func (v *NullablePagination) UnmarshalJSON(src []byte) error
func (*NullablePagination) Unset ¶
func (v *NullablePagination) Unset()
type NullablePermission ¶
type NullablePermission struct {
// contains filtered or unexported fields
}
func NewNullablePermission ¶
func NewNullablePermission(val *Permission) *NullablePermission
func (NullablePermission) Get ¶
func (v NullablePermission) Get() *Permission
func (NullablePermission) IsSet ¶
func (v NullablePermission) IsSet() bool
func (NullablePermission) MarshalJSON ¶
func (v NullablePermission) MarshalJSON() ([]byte, error)
func (*NullablePermission) Set ¶
func (v *NullablePermission) Set(val *Permission)
func (*NullablePermission) UnmarshalJSON ¶
func (v *NullablePermission) UnmarshalJSON(src []byte) error
func (*NullablePermission) Unset ¶
func (v *NullablePermission) Unset()
type NullablePostNfsServerChangeIpv4Request ¶
type NullablePostNfsServerChangeIpv4Request struct {
// contains filtered or unexported fields
}
func NewNullablePostNfsServerChangeIpv4Request ¶
func NewNullablePostNfsServerChangeIpv4Request(val *PostNfsServerChangeIpv4Request) *NullablePostNfsServerChangeIpv4Request
func (NullablePostNfsServerChangeIpv4Request) Get ¶
func (v NullablePostNfsServerChangeIpv4Request) Get() *PostNfsServerChangeIpv4Request
func (NullablePostNfsServerChangeIpv4Request) IsSet ¶
func (v NullablePostNfsServerChangeIpv4Request) IsSet() bool
func (NullablePostNfsServerChangeIpv4Request) MarshalJSON ¶
func (v NullablePostNfsServerChangeIpv4Request) MarshalJSON() ([]byte, error)
func (*NullablePostNfsServerChangeIpv4Request) Set ¶
func (v *NullablePostNfsServerChangeIpv4Request) Set(val *PostNfsServerChangeIpv4Request)
func (*NullablePostNfsServerChangeIpv4Request) UnmarshalJSON ¶
func (v *NullablePostNfsServerChangeIpv4Request) UnmarshalJSON(src []byte) error
func (*NullablePostNfsServerChangeIpv4Request) Unset ¶
func (v *NullablePostNfsServerChangeIpv4Request) Unset()
type NullablePostServerMountDiscRequest ¶
type NullablePostServerMountDiscRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostServerMountDiscRequest ¶
func NewNullablePostServerMountDiscRequest(val *PostServerMountDiscRequest) *NullablePostServerMountDiscRequest
func (NullablePostServerMountDiscRequest) Get ¶
func (v NullablePostServerMountDiscRequest) Get() *PostServerMountDiscRequest
func (NullablePostServerMountDiscRequest) IsSet ¶
func (v NullablePostServerMountDiscRequest) IsSet() bool
func (NullablePostServerMountDiscRequest) MarshalJSON ¶
func (v NullablePostServerMountDiscRequest) MarshalJSON() ([]byte, error)
func (*NullablePostServerMountDiscRequest) Set ¶
func (v *NullablePostServerMountDiscRequest) Set(val *PostServerMountDiscRequest)
func (*NullablePostServerMountDiscRequest) UnmarshalJSON ¶
func (v *NullablePostServerMountDiscRequest) UnmarshalJSON(src []byte) error
func (*NullablePostServerMountDiscRequest) Unset ¶
func (v *NullablePostServerMountDiscRequest) Unset()
type NullablePostServerShutdownRequest ¶
type NullablePostServerShutdownRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostServerShutdownRequest ¶
func NewNullablePostServerShutdownRequest(val *PostServerShutdownRequest) *NullablePostServerShutdownRequest
func (NullablePostServerShutdownRequest) Get ¶
func (v NullablePostServerShutdownRequest) Get() *PostServerShutdownRequest
func (NullablePostServerShutdownRequest) IsSet ¶
func (v NullablePostServerShutdownRequest) IsSet() bool
func (NullablePostServerShutdownRequest) MarshalJSON ¶
func (v NullablePostServerShutdownRequest) MarshalJSON() ([]byte, error)
func (*NullablePostServerShutdownRequest) Set ¶
func (v *NullablePostServerShutdownRequest) Set(val *PostServerShutdownRequest)
func (*NullablePostServerShutdownRequest) UnmarshalJSON ¶
func (v *NullablePostServerShutdownRequest) UnmarshalJSON(src []byte) error
func (*NullablePostServerShutdownRequest) Unset ¶
func (v *NullablePostServerShutdownRequest) Unset()
type NullablePostSwitch201Response ¶
type NullablePostSwitch201Response struct {
// contains filtered or unexported fields
}
func NewNullablePostSwitch201Response ¶
func NewNullablePostSwitch201Response(val *PostSwitch201Response) *NullablePostSwitch201Response
func (NullablePostSwitch201Response) Get ¶
func (v NullablePostSwitch201Response) Get() *PostSwitch201Response
func (NullablePostSwitch201Response) IsSet ¶
func (v NullablePostSwitch201Response) IsSet() bool
func (NullablePostSwitch201Response) MarshalJSON ¶
func (v NullablePostSwitch201Response) MarshalJSON() ([]byte, error)
func (*NullablePostSwitch201Response) Set ¶
func (v *NullablePostSwitch201Response) Set(val *PostSwitch201Response)
func (*NullablePostSwitch201Response) UnmarshalJSON ¶
func (v *NullablePostSwitch201Response) UnmarshalJSON(src []byte) error
func (*NullablePostSwitch201Response) Unset ¶
func (v *NullablePostSwitch201Response) Unset()
type NullablePostSwitch201ResponseZone ¶
type NullablePostSwitch201ResponseZone struct {
// contains filtered or unexported fields
}
func NewNullablePostSwitch201ResponseZone ¶
func NewNullablePostSwitch201ResponseZone(val *PostSwitch201ResponseZone) *NullablePostSwitch201ResponseZone
func (NullablePostSwitch201ResponseZone) Get ¶
func (v NullablePostSwitch201ResponseZone) Get() *PostSwitch201ResponseZone
func (NullablePostSwitch201ResponseZone) IsSet ¶
func (v NullablePostSwitch201ResponseZone) IsSet() bool
func (NullablePostSwitch201ResponseZone) MarshalJSON ¶
func (v NullablePostSwitch201ResponseZone) MarshalJSON() ([]byte, error)
func (*NullablePostSwitch201ResponseZone) Set ¶
func (v *NullablePostSwitch201ResponseZone) Set(val *PostSwitch201ResponseZone)
func (*NullablePostSwitch201ResponseZone) UnmarshalJSON ¶
func (v *NullablePostSwitch201ResponseZone) UnmarshalJSON(src []byte) error
func (*NullablePostSwitch201ResponseZone) Unset ¶
func (v *NullablePostSwitch201ResponseZone) Unset()
type NullablePostSwitchRequest ¶
type NullablePostSwitchRequest struct {
// contains filtered or unexported fields
}
func NewNullablePostSwitchRequest ¶
func NewNullablePostSwitchRequest(val *PostSwitchRequest) *NullablePostSwitchRequest
func (NullablePostSwitchRequest) Get ¶
func (v NullablePostSwitchRequest) Get() *PostSwitchRequest
func (NullablePostSwitchRequest) IsSet ¶
func (v NullablePostSwitchRequest) IsSet() bool
func (NullablePostSwitchRequest) MarshalJSON ¶
func (v NullablePostSwitchRequest) MarshalJSON() ([]byte, error)
func (*NullablePostSwitchRequest) Set ¶
func (v *NullablePostSwitchRequest) Set(val *PostSwitchRequest)
func (*NullablePostSwitchRequest) UnmarshalJSON ¶
func (v *NullablePostSwitchRequest) UnmarshalJSON(src []byte) error
func (*NullablePostSwitchRequest) Unset ¶
func (v *NullablePostSwitchRequest) Unset()
type NullableProblemDetails400 ¶
type NullableProblemDetails400 struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails400 ¶
func NewNullableProblemDetails400(val *ProblemDetails400) *NullableProblemDetails400
func (NullableProblemDetails400) Get ¶
func (v NullableProblemDetails400) Get() *ProblemDetails400
func (NullableProblemDetails400) IsSet ¶
func (v NullableProblemDetails400) IsSet() bool
func (NullableProblemDetails400) MarshalJSON ¶
func (v NullableProblemDetails400) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails400) Set ¶
func (v *NullableProblemDetails400) Set(val *ProblemDetails400)
func (*NullableProblemDetails400) UnmarshalJSON ¶
func (v *NullableProblemDetails400) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails400) Unset ¶
func (v *NullableProblemDetails400) Unset()
type NullableProblemDetails400Errors ¶
type NullableProblemDetails400Errors struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails400Errors ¶
func NewNullableProblemDetails400Errors(val *ProblemDetails400Errors) *NullableProblemDetails400Errors
func (NullableProblemDetails400Errors) Get ¶
func (v NullableProblemDetails400Errors) Get() *ProblemDetails400Errors
func (NullableProblemDetails400Errors) IsSet ¶
func (v NullableProblemDetails400Errors) IsSet() bool
func (NullableProblemDetails400Errors) MarshalJSON ¶
func (v NullableProblemDetails400Errors) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails400Errors) Set ¶
func (v *NullableProblemDetails400Errors) Set(val *ProblemDetails400Errors)
func (*NullableProblemDetails400Errors) UnmarshalJSON ¶
func (v *NullableProblemDetails400Errors) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails400Errors) Unset ¶
func (v *NullableProblemDetails400Errors) Unset()
type NullableProblemDetails404 ¶
type NullableProblemDetails404 struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails404 ¶
func NewNullableProblemDetails404(val *ProblemDetails404) *NullableProblemDetails404
func (NullableProblemDetails404) Get ¶
func (v NullableProblemDetails404) Get() *ProblemDetails404
func (NullableProblemDetails404) IsSet ¶
func (v NullableProblemDetails404) IsSet() bool
func (NullableProblemDetails404) MarshalJSON ¶
func (v NullableProblemDetails404) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails404) Set ¶
func (v *NullableProblemDetails404) Set(val *ProblemDetails404)
func (*NullableProblemDetails404) UnmarshalJSON ¶
func (v *NullableProblemDetails404) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails404) Unset ¶
func (v *NullableProblemDetails404) Unset()
type NullableProblemDetails409 ¶
type NullableProblemDetails409 struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails409 ¶
func NewNullableProblemDetails409(val *ProblemDetails409) *NullableProblemDetails409
func (NullableProblemDetails409) Get ¶
func (v NullableProblemDetails409) Get() *ProblemDetails409
func (NullableProblemDetails409) IsSet ¶
func (v NullableProblemDetails409) IsSet() bool
func (NullableProblemDetails409) MarshalJSON ¶
func (v NullableProblemDetails409) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails409) Set ¶
func (v *NullableProblemDetails409) Set(val *ProblemDetails409)
func (*NullableProblemDetails409) UnmarshalJSON ¶
func (v *NullableProblemDetails409) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails409) Unset ¶
func (v *NullableProblemDetails409) Unset()
type NullableProblemDetails429 ¶
type NullableProblemDetails429 struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails429 ¶
func NewNullableProblemDetails429(val *ProblemDetails429) *NullableProblemDetails429
func (NullableProblemDetails429) Get ¶
func (v NullableProblemDetails429) Get() *ProblemDetails429
func (NullableProblemDetails429) IsSet ¶
func (v NullableProblemDetails429) IsSet() bool
func (NullableProblemDetails429) MarshalJSON ¶
func (v NullableProblemDetails429) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails429) Set ¶
func (v *NullableProblemDetails429) Set(val *ProblemDetails429)
func (*NullableProblemDetails429) UnmarshalJSON ¶
func (v *NullableProblemDetails429) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails429) Unset ¶
func (v *NullableProblemDetails429) Unset()
type NullableProblemDetails503 ¶
type NullableProblemDetails503 struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails503 ¶
func NewNullableProblemDetails503(val *ProblemDetails503) *NullableProblemDetails503
func (NullableProblemDetails503) Get ¶
func (v NullableProblemDetails503) Get() *ProblemDetails503
func (NullableProblemDetails503) IsSet ¶
func (v NullableProblemDetails503) IsSet() bool
func (NullableProblemDetails503) MarshalJSON ¶
func (v NullableProblemDetails503) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails503) Set ¶
func (v *NullableProblemDetails503) Set(val *ProblemDetails503)
func (*NullableProblemDetails503) UnmarshalJSON ¶
func (v *NullableProblemDetails503) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails503) Unset ¶
func (v *NullableProblemDetails503) Unset()
type NullablePutServerIpv4Ptr200Response ¶
type NullablePutServerIpv4Ptr200Response struct {
// contains filtered or unexported fields
}
func NewNullablePutServerIpv4Ptr200Response ¶
func NewNullablePutServerIpv4Ptr200Response(val *PutServerIpv4Ptr200Response) *NullablePutServerIpv4Ptr200Response
func (NullablePutServerIpv4Ptr200Response) Get ¶
func (v NullablePutServerIpv4Ptr200Response) Get() *PutServerIpv4Ptr200Response
func (NullablePutServerIpv4Ptr200Response) IsSet ¶
func (v NullablePutServerIpv4Ptr200Response) IsSet() bool
func (NullablePutServerIpv4Ptr200Response) MarshalJSON ¶
func (v NullablePutServerIpv4Ptr200Response) MarshalJSON() ([]byte, error)
func (*NullablePutServerIpv4Ptr200Response) Set ¶
func (v *NullablePutServerIpv4Ptr200Response) Set(val *PutServerIpv4Ptr200Response)
func (*NullablePutServerIpv4Ptr200Response) UnmarshalJSON ¶
func (v *NullablePutServerIpv4Ptr200Response) UnmarshalJSON(src []byte) error
func (*NullablePutServerIpv4Ptr200Response) Unset ¶
func (v *NullablePutServerIpv4Ptr200Response) Unset()
type NullablePutServerIpv4PtrRequest ¶
type NullablePutServerIpv4PtrRequest struct {
// contains filtered or unexported fields
}
func NewNullablePutServerIpv4PtrRequest ¶
func NewNullablePutServerIpv4PtrRequest(val *PutServerIpv4PtrRequest) *NullablePutServerIpv4PtrRequest
func (NullablePutServerIpv4PtrRequest) Get ¶
func (v NullablePutServerIpv4PtrRequest) Get() *PutServerIpv4PtrRequest
func (NullablePutServerIpv4PtrRequest) IsSet ¶
func (v NullablePutServerIpv4PtrRequest) IsSet() bool
func (NullablePutServerIpv4PtrRequest) MarshalJSON ¶
func (v NullablePutServerIpv4PtrRequest) MarshalJSON() ([]byte, error)
func (*NullablePutServerIpv4PtrRequest) Set ¶
func (v *NullablePutServerIpv4PtrRequest) Set(val *PutServerIpv4PtrRequest)
func (*NullablePutServerIpv4PtrRequest) UnmarshalJSON ¶
func (v *NullablePutServerIpv4PtrRequest) UnmarshalJSON(src []byte) error
func (*NullablePutServerIpv4PtrRequest) Unset ¶
func (v *NullablePutServerIpv4PtrRequest) Unset()
type NullablePutServerRequest ¶
type NullablePutServerRequest struct {
// contains filtered or unexported fields
}
func NewNullablePutServerRequest ¶
func NewNullablePutServerRequest(val *PutServerRequest) *NullablePutServerRequest
func (NullablePutServerRequest) Get ¶
func (v NullablePutServerRequest) Get() *PutServerRequest
func (NullablePutServerRequest) IsSet ¶
func (v NullablePutServerRequest) IsSet() bool
func (NullablePutServerRequest) MarshalJSON ¶
func (v NullablePutServerRequest) MarshalJSON() ([]byte, error)
func (*NullablePutServerRequest) Set ¶
func (v *NullablePutServerRequest) Set(val *PutServerRequest)
func (*NullablePutServerRequest) UnmarshalJSON ¶
func (v *NullablePutServerRequest) UnmarshalJSON(src []byte) error
func (*NullablePutServerRequest) Unset ¶
func (v *NullablePutServerRequest) Unset()
type NullablePutServerVideoDeviceRequest ¶
type NullablePutServerVideoDeviceRequest struct {
// contains filtered or unexported fields
}
func NewNullablePutServerVideoDeviceRequest ¶
func NewNullablePutServerVideoDeviceRequest(val *PutServerVideoDeviceRequest) *NullablePutServerVideoDeviceRequest
func (NullablePutServerVideoDeviceRequest) Get ¶
func (v NullablePutServerVideoDeviceRequest) Get() *PutServerVideoDeviceRequest
func (NullablePutServerVideoDeviceRequest) IsSet ¶
func (v NullablePutServerVideoDeviceRequest) IsSet() bool
func (NullablePutServerVideoDeviceRequest) MarshalJSON ¶
func (v NullablePutServerVideoDeviceRequest) MarshalJSON() ([]byte, error)
func (*NullablePutServerVideoDeviceRequest) Set ¶
func (v *NullablePutServerVideoDeviceRequest) Set(val *PutServerVideoDeviceRequest)
func (*NullablePutServerVideoDeviceRequest) UnmarshalJSON ¶
func (v *NullablePutServerVideoDeviceRequest) UnmarshalJSON(src []byte) error
func (*NullablePutServerVideoDeviceRequest) Unset ¶
func (v *NullablePutServerVideoDeviceRequest) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableRoleAllowedResources ¶
type NullableRoleAllowedResources struct {
// contains filtered or unexported fields
}
func NewNullableRoleAllowedResources ¶
func NewNullableRoleAllowedResources(val *RoleAllowedResources) *NullableRoleAllowedResources
func (NullableRoleAllowedResources) Get ¶
func (v NullableRoleAllowedResources) Get() *RoleAllowedResources
func (NullableRoleAllowedResources) IsSet ¶
func (v NullableRoleAllowedResources) IsSet() bool
func (NullableRoleAllowedResources) MarshalJSON ¶
func (v NullableRoleAllowedResources) MarshalJSON() ([]byte, error)
func (*NullableRoleAllowedResources) Set ¶
func (v *NullableRoleAllowedResources) Set(val *RoleAllowedResources)
func (*NullableRoleAllowedResources) UnmarshalJSON ¶
func (v *NullableRoleAllowedResources) UnmarshalJSON(src []byte) error
func (*NullableRoleAllowedResources) Unset ¶
func (v *NullableRoleAllowedResources) Unset()
type NullableServer ¶
type NullableServer struct {
// contains filtered or unexported fields
}
func NewNullableServer ¶
func NewNullableServer(val *Server) *NullableServer
func (NullableServer) Get ¶
func (v NullableServer) Get() *Server
func (NullableServer) IsSet ¶
func (v NullableServer) IsSet() bool
func (NullableServer) MarshalJSON ¶
func (v NullableServer) MarshalJSON() ([]byte, error)
func (*NullableServer) Set ¶
func (v *NullableServer) Set(val *Server)
func (*NullableServer) UnmarshalJSON ¶
func (v *NullableServer) UnmarshalJSON(src []byte) error
func (*NullableServer) Unset ¶
func (v *NullableServer) Unset()
type NullableServerContract ¶
type NullableServerContract struct {
// contains filtered or unexported fields
}
func NewNullableServerContract ¶
func NewNullableServerContract(val *ServerContract) *NullableServerContract
func (NullableServerContract) Get ¶
func (v NullableServerContract) Get() *ServerContract
func (NullableServerContract) IsSet ¶
func (v NullableServerContract) IsSet() bool
func (NullableServerContract) MarshalJSON ¶
func (v NullableServerContract) MarshalJSON() ([]byte, error)
func (*NullableServerContract) Set ¶
func (v *NullableServerContract) Set(val *ServerContract)
func (*NullableServerContract) UnmarshalJSON ¶
func (v *NullableServerContract) UnmarshalJSON(src []byte) error
func (*NullableServerContract) Unset ¶
func (v *NullableServerContract) Unset()
type NullableServerInterface ¶
type NullableServerInterface struct {
// contains filtered or unexported fields
}
func NewNullableServerInterface ¶
func NewNullableServerInterface(val *ServerInterface) *NullableServerInterface
func (NullableServerInterface) Get ¶
func (v NullableServerInterface) Get() *ServerInterface
func (NullableServerInterface) IsSet ¶
func (v NullableServerInterface) IsSet() bool
func (NullableServerInterface) MarshalJSON ¶
func (v NullableServerInterface) MarshalJSON() ([]byte, error)
func (*NullableServerInterface) Set ¶
func (v *NullableServerInterface) Set(val *ServerInterface)
func (*NullableServerInterface) UnmarshalJSON ¶
func (v *NullableServerInterface) UnmarshalJSON(src []byte) error
func (*NullableServerInterface) Unset ¶
func (v *NullableServerInterface) Unset()
type NullableServerIpv4 ¶
type NullableServerIpv4 struct {
// contains filtered or unexported fields
}
func NewNullableServerIpv4 ¶
func NewNullableServerIpv4(val *ServerIpv4) *NullableServerIpv4
func (NullableServerIpv4) Get ¶
func (v NullableServerIpv4) Get() *ServerIpv4
func (NullableServerIpv4) IsSet ¶
func (v NullableServerIpv4) IsSet() bool
func (NullableServerIpv4) MarshalJSON ¶
func (v NullableServerIpv4) MarshalJSON() ([]byte, error)
func (*NullableServerIpv4) Set ¶
func (v *NullableServerIpv4) Set(val *ServerIpv4)
func (*NullableServerIpv4) UnmarshalJSON ¶
func (v *NullableServerIpv4) UnmarshalJSON(src []byte) error
func (*NullableServerIpv4) Unset ¶
func (v *NullableServerIpv4) Unset()
type NullableServerIpv6 ¶
type NullableServerIpv6 struct {
// contains filtered or unexported fields
}
func NewNullableServerIpv6 ¶
func NewNullableServerIpv6(val *ServerIpv6) *NullableServerIpv6
func (NullableServerIpv6) Get ¶
func (v NullableServerIpv6) Get() *ServerIpv6
func (NullableServerIpv6) IsSet ¶
func (v NullableServerIpv6) IsSet() bool
func (NullableServerIpv6) MarshalJSON ¶
func (v NullableServerIpv6) MarshalJSON() ([]byte, error)
func (*NullableServerIpv6) Set ¶
func (v *NullableServerIpv6) Set(val *ServerIpv6)
func (*NullableServerIpv6) UnmarshalJSON ¶
func (v *NullableServerIpv6) UnmarshalJSON(src []byte) error
func (*NullableServerIpv6) Unset ¶
func (v *NullableServerIpv6) Unset()
type NullableServerMonitoring ¶
type NullableServerMonitoring struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoring ¶
func NewNullableServerMonitoring(val *ServerMonitoring) *NullableServerMonitoring
func (NullableServerMonitoring) Get ¶
func (v NullableServerMonitoring) Get() *ServerMonitoring
func (NullableServerMonitoring) IsSet ¶
func (v NullableServerMonitoring) IsSet() bool
func (NullableServerMonitoring) MarshalJSON ¶
func (v NullableServerMonitoring) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoring) Set ¶
func (v *NullableServerMonitoring) Set(val *ServerMonitoring)
func (*NullableServerMonitoring) UnmarshalJSON ¶
func (v *NullableServerMonitoring) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoring) Unset ¶
func (v *NullableServerMonitoring) Unset()
type NullableServerMonitoringHealth ¶
type NullableServerMonitoringHealth struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoringHealth ¶
func NewNullableServerMonitoringHealth(val *ServerMonitoringHealth) *NullableServerMonitoringHealth
func (NullableServerMonitoringHealth) Get ¶
func (v NullableServerMonitoringHealth) Get() *ServerMonitoringHealth
func (NullableServerMonitoringHealth) IsSet ¶
func (v NullableServerMonitoringHealth) IsSet() bool
func (NullableServerMonitoringHealth) MarshalJSON ¶
func (v NullableServerMonitoringHealth) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoringHealth) Set ¶
func (v *NullableServerMonitoringHealth) Set(val *ServerMonitoringHealth)
func (*NullableServerMonitoringHealth) UnmarshalJSON ¶
func (v *NullableServerMonitoringHealth) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoringHealth) Unset ¶
func (v *NullableServerMonitoringHealth) Unset()
type NullableServerMonitoringSettings ¶
type NullableServerMonitoringSettings struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoringSettings ¶
func NewNullableServerMonitoringSettings(val *ServerMonitoringSettings) *NullableServerMonitoringSettings
func (NullableServerMonitoringSettings) Get ¶
func (v NullableServerMonitoringSettings) Get() *ServerMonitoringSettings
func (NullableServerMonitoringSettings) IsSet ¶
func (v NullableServerMonitoringSettings) IsSet() bool
func (NullableServerMonitoringSettings) MarshalJSON ¶
func (v NullableServerMonitoringSettings) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoringSettings) Set ¶
func (v *NullableServerMonitoringSettings) Set(val *ServerMonitoringSettings)
func (*NullableServerMonitoringSettings) UnmarshalJSON ¶
func (v *NullableServerMonitoringSettings) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoringSettings) Unset ¶
func (v *NullableServerMonitoringSettings) Unset()
type NullableServerMonitoringSettingsHealthCheck ¶
type NullableServerMonitoringSettingsHealthCheck struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoringSettingsHealthCheck ¶
func NewNullableServerMonitoringSettingsHealthCheck(val *ServerMonitoringSettingsHealthCheck) *NullableServerMonitoringSettingsHealthCheck
func (NullableServerMonitoringSettingsHealthCheck) IsSet ¶
func (v NullableServerMonitoringSettingsHealthCheck) IsSet() bool
func (NullableServerMonitoringSettingsHealthCheck) MarshalJSON ¶
func (v NullableServerMonitoringSettingsHealthCheck) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoringSettingsHealthCheck) Set ¶
func (v *NullableServerMonitoringSettingsHealthCheck) Set(val *ServerMonitoringSettingsHealthCheck)
func (*NullableServerMonitoringSettingsHealthCheck) UnmarshalJSON ¶
func (v *NullableServerMonitoringSettingsHealthCheck) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoringSettingsHealthCheck) Unset ¶
func (v *NullableServerMonitoringSettingsHealthCheck) Unset()
type NullableServerMonitoringSettingsNotification ¶
type NullableServerMonitoringSettingsNotification struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoringSettingsNotification ¶
func NewNullableServerMonitoringSettingsNotification(val *ServerMonitoringSettingsNotification) *NullableServerMonitoringSettingsNotification
func (NullableServerMonitoringSettingsNotification) IsSet ¶
func (v NullableServerMonitoringSettingsNotification) IsSet() bool
func (NullableServerMonitoringSettingsNotification) MarshalJSON ¶
func (v NullableServerMonitoringSettingsNotification) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoringSettingsNotification) Set ¶
func (v *NullableServerMonitoringSettingsNotification) Set(val *ServerMonitoringSettingsNotification)
func (*NullableServerMonitoringSettingsNotification) UnmarshalJSON ¶
func (v *NullableServerMonitoringSettingsNotification) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoringSettingsNotification) Unset ¶
func (v *NullableServerMonitoringSettingsNotification) Unset()
type NullableServerMonitoringSettingsNotificationEmail ¶
type NullableServerMonitoringSettingsNotificationEmail struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoringSettingsNotificationEmail ¶
func NewNullableServerMonitoringSettingsNotificationEmail(val *ServerMonitoringSettingsNotificationEmail) *NullableServerMonitoringSettingsNotificationEmail
func (NullableServerMonitoringSettingsNotificationEmail) IsSet ¶
func (v NullableServerMonitoringSettingsNotificationEmail) IsSet() bool
func (NullableServerMonitoringSettingsNotificationEmail) MarshalJSON ¶
func (v NullableServerMonitoringSettingsNotificationEmail) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoringSettingsNotificationEmail) UnmarshalJSON ¶
func (v *NullableServerMonitoringSettingsNotificationEmail) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoringSettingsNotificationEmail) Unset ¶
func (v *NullableServerMonitoringSettingsNotificationEmail) Unset()
type NullableServerMonitoringSettingsNotificationIncomingWebhook ¶
type NullableServerMonitoringSettingsNotificationIncomingWebhook struct {
// contains filtered or unexported fields
}
func NewNullableServerMonitoringSettingsNotificationIncomingWebhook ¶
func NewNullableServerMonitoringSettingsNotificationIncomingWebhook(val *ServerMonitoringSettingsNotificationIncomingWebhook) *NullableServerMonitoringSettingsNotificationIncomingWebhook
func (NullableServerMonitoringSettingsNotificationIncomingWebhook) IsSet ¶
func (v NullableServerMonitoringSettingsNotificationIncomingWebhook) IsSet() bool
func (NullableServerMonitoringSettingsNotificationIncomingWebhook) MarshalJSON ¶
func (v NullableServerMonitoringSettingsNotificationIncomingWebhook) MarshalJSON() ([]byte, error)
func (*NullableServerMonitoringSettingsNotificationIncomingWebhook) UnmarshalJSON ¶
func (v *NullableServerMonitoringSettingsNotificationIncomingWebhook) UnmarshalJSON(src []byte) error
func (*NullableServerMonitoringSettingsNotificationIncomingWebhook) Unset ¶
func (v *NullableServerMonitoringSettingsNotificationIncomingWebhook) Unset()
type NullableServerPowerStatus ¶
type NullableServerPowerStatus struct {
// contains filtered or unexported fields
}
func NewNullableServerPowerStatus ¶
func NewNullableServerPowerStatus(val *ServerPowerStatus) *NullableServerPowerStatus
func (NullableServerPowerStatus) Get ¶
func (v NullableServerPowerStatus) Get() *ServerPowerStatus
func (NullableServerPowerStatus) IsSet ¶
func (v NullableServerPowerStatus) IsSet() bool
func (NullableServerPowerStatus) MarshalJSON ¶
func (v NullableServerPowerStatus) MarshalJSON() ([]byte, error)
func (*NullableServerPowerStatus) Set ¶
func (v *NullableServerPowerStatus) Set(val *ServerPowerStatus)
func (*NullableServerPowerStatus) UnmarshalJSON ¶
func (v *NullableServerPowerStatus) UnmarshalJSON(src []byte) error
func (*NullableServerPowerStatus) Unset ¶
func (v *NullableServerPowerStatus) Unset()
type NullableServerStorageInner ¶
type NullableServerStorageInner struct {
// contains filtered or unexported fields
}
func NewNullableServerStorageInner ¶
func NewNullableServerStorageInner(val *ServerStorageInner) *NullableServerStorageInner
func (NullableServerStorageInner) Get ¶
func (v NullableServerStorageInner) Get() *ServerStorageInner
func (NullableServerStorageInner) IsSet ¶
func (v NullableServerStorageInner) IsSet() bool
func (NullableServerStorageInner) MarshalJSON ¶
func (v NullableServerStorageInner) MarshalJSON() ([]byte, error)
func (*NullableServerStorageInner) Set ¶
func (v *NullableServerStorageInner) Set(val *ServerStorageInner)
func (*NullableServerStorageInner) UnmarshalJSON ¶
func (v *NullableServerStorageInner) UnmarshalJSON(src []byte) error
func (*NullableServerStorageInner) Unset ¶
func (v *NullableServerStorageInner) Unset()
type NullableServerZone ¶
type NullableServerZone struct {
// contains filtered or unexported fields
}
func NewNullableServerZone ¶
func NewNullableServerZone(val *ServerZone) *NullableServerZone
func (NullableServerZone) Get ¶
func (v NullableServerZone) Get() *ServerZone
func (NullableServerZone) IsSet ¶
func (v NullableServerZone) IsSet() bool
func (NullableServerZone) MarshalJSON ¶
func (v NullableServerZone) MarshalJSON() ([]byte, error)
func (*NullableServerZone) Set ¶
func (v *NullableServerZone) Set(val *ServerZone)
func (*NullableServerZone) UnmarshalJSON ¶
func (v *NullableServerZone) UnmarshalJSON(src []byte) error
func (*NullableServerZone) Unset ¶
func (v *NullableServerZone) 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 NullableSwitch ¶
type NullableSwitch struct {
// contains filtered or unexported fields
}
func NewNullableSwitch ¶
func NewNullableSwitch(val *Switch) *NullableSwitch
func (NullableSwitch) Get ¶
func (v NullableSwitch) Get() *Switch
func (NullableSwitch) IsSet ¶
func (v NullableSwitch) IsSet() bool
func (NullableSwitch) MarshalJSON ¶
func (v NullableSwitch) MarshalJSON() ([]byte, error)
func (*NullableSwitch) Set ¶
func (v *NullableSwitch) Set(val *Switch)
func (*NullableSwitch) UnmarshalJSON ¶
func (v *NullableSwitch) UnmarshalJSON(src []byte) error
func (*NullableSwitch) Unset ¶
func (v *NullableSwitch) Unset()
type NullableSwitchExternalConnection ¶
type NullableSwitchExternalConnection struct {
// contains filtered or unexported fields
}
func NewNullableSwitchExternalConnection ¶
func NewNullableSwitchExternalConnection(val *SwitchExternalConnection) *NullableSwitchExternalConnection
func (NullableSwitchExternalConnection) Get ¶
func (v NullableSwitchExternalConnection) Get() *SwitchExternalConnection
func (NullableSwitchExternalConnection) IsSet ¶
func (v NullableSwitchExternalConnection) IsSet() bool
func (NullableSwitchExternalConnection) MarshalJSON ¶
func (v NullableSwitchExternalConnection) MarshalJSON() ([]byte, error)
func (*NullableSwitchExternalConnection) Set ¶
func (v *NullableSwitchExternalConnection) Set(val *SwitchExternalConnection)
func (*NullableSwitchExternalConnection) UnmarshalJSON ¶
func (v *NullableSwitchExternalConnection) UnmarshalJSON(src []byte) error
func (*NullableSwitchExternalConnection) Unset ¶
func (v *NullableSwitchExternalConnection) Unset()
type NullableSwitchExternalConnectionServicesInner ¶
type NullableSwitchExternalConnectionServicesInner struct {
// contains filtered or unexported fields
}
func NewNullableSwitchExternalConnectionServicesInner ¶
func NewNullableSwitchExternalConnectionServicesInner(val *SwitchExternalConnectionServicesInner) *NullableSwitchExternalConnectionServicesInner
func (NullableSwitchExternalConnectionServicesInner) IsSet ¶
func (v NullableSwitchExternalConnectionServicesInner) IsSet() bool
func (NullableSwitchExternalConnectionServicesInner) MarshalJSON ¶
func (v NullableSwitchExternalConnectionServicesInner) MarshalJSON() ([]byte, error)
func (*NullableSwitchExternalConnectionServicesInner) Set ¶
func (v *NullableSwitchExternalConnectionServicesInner) Set(val *SwitchExternalConnectionServicesInner)
func (*NullableSwitchExternalConnectionServicesInner) UnmarshalJSON ¶
func (v *NullableSwitchExternalConnectionServicesInner) UnmarshalJSON(src []byte) error
func (*NullableSwitchExternalConnectionServicesInner) Unset ¶
func (v *NullableSwitchExternalConnectionServicesInner) Unset()
type NullableSwitchZone ¶
type NullableSwitchZone struct {
// contains filtered or unexported fields
}
func NewNullableSwitchZone ¶
func NewNullableSwitchZone(val *SwitchZone) *NullableSwitchZone
func (NullableSwitchZone) Get ¶
func (v NullableSwitchZone) Get() *SwitchZone
func (NullableSwitchZone) IsSet ¶
func (v NullableSwitchZone) IsSet() bool
func (NullableSwitchZone) MarshalJSON ¶
func (v NullableSwitchZone) MarshalJSON() ([]byte, error)
func (*NullableSwitchZone) Set ¶
func (v *NullableSwitchZone) Set(val *SwitchZone)
func (*NullableSwitchZone) UnmarshalJSON ¶
func (v *NullableSwitchZone) UnmarshalJSON(src []byte) error
func (*NullableSwitchZone) Unset ¶
func (v *NullableSwitchZone) 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 NullableZone ¶
type NullableZone struct {
// contains filtered or unexported fields
}
func NewNullableZone ¶
func NewNullableZone(val *Zone) *NullableZone
func (NullableZone) Get ¶
func (v NullableZone) Get() *Zone
func (NullableZone) IsSet ¶
func (v NullableZone) IsSet() bool
func (NullableZone) MarshalJSON ¶
func (v NullableZone) MarshalJSON() ([]byte, error)
func (*NullableZone) Set ¶
func (v *NullableZone) Set(val *Zone)
func (*NullableZone) UnmarshalJSON ¶
func (v *NullableZone) UnmarshalJSON(src []byte) error
func (*NullableZone) Unset ¶
func (v *NullableZone) Unset()
type Pagination ¶
type Pagination struct { // データ総数 Count int32 `json:"count"` // 次のページへのURL Next NullableString `json:"next"` // 前のページへのURL Previous NullableString `json:"previous"` }
Pagination struct for Pagination
func NewPagination ¶
func NewPagination(count int32, next NullableString, previous NullableString) *Pagination
NewPagination instantiates a new Pagination 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 NewPaginationWithDefaults ¶
func NewPaginationWithDefaults() *Pagination
NewPaginationWithDefaults instantiates a new Pagination 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 (*Pagination) GetCount ¶
func (o *Pagination) GetCount() int32
GetCount returns the Count field value
func (*Pagination) GetCountOk ¶
func (o *Pagination) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*Pagination) GetNext ¶
func (o *Pagination) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*Pagination) GetNextOk ¶
func (o *Pagination) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next 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 (*Pagination) GetPrevious ¶
func (o *Pagination) GetPrevious() string
GetPrevious returns the Previous field value If the value is explicit nil, the zero value for string will be returned
func (*Pagination) GetPreviousOk ¶
func (o *Pagination) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous 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 (Pagination) MarshalJSON ¶
func (o Pagination) MarshalJSON() ([]byte, error)
func (*Pagination) SetPrevious ¶
func (o *Pagination) SetPrevious(v string)
SetPrevious sets field value
func (Pagination) ToMap ¶
func (o Pagination) ToMap() (map[string]interface{}, error)
func (*Pagination) UnmarshalJSON ¶
func (o *Pagination) UnmarshalJSON(data []byte) (err error)
type Permission ¶
type Permission struct { // 権限のcode Code string `json:"code"` // 名前 Name string `json:"name"` // 権限のカテゴリー Category string `json:"category"` }
Permission struct for Permission
func NewPermission ¶
func NewPermission(code string, name string, category string) *Permission
NewPermission instantiates a new Permission 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 NewPermissionWithDefaults ¶
func NewPermissionWithDefaults() *Permission
NewPermissionWithDefaults instantiates a new Permission 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 (*Permission) GetCategory ¶
func (o *Permission) GetCategory() string
GetCategory returns the Category field value
func (*Permission) GetCategoryOk ¶
func (o *Permission) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*Permission) GetCode ¶
func (o *Permission) GetCode() string
GetCode returns the Code field value
func (*Permission) GetCodeOk ¶
func (o *Permission) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*Permission) GetName ¶
func (o *Permission) GetName() string
GetName returns the Name field value
func (*Permission) GetNameOk ¶
func (o *Permission) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (Permission) MarshalJSON ¶
func (o Permission) MarshalJSON() ([]byte, error)
func (*Permission) SetCategory ¶
func (o *Permission) SetCategory(v string)
SetCategory sets field value
func (Permission) ToMap ¶
func (o Permission) ToMap() (map[string]interface{}, error)
func (*Permission) UnmarshalJSON ¶
func (o *Permission) UnmarshalJSON(data []byte) (err error)
type PostNfsServerChangeIpv4Request ¶
type PostNfsServerChangeIpv4Request struct { // ipv4アドレス Address string `json:"address"` // ネットマスク Netmask string `json:"netmask"` }
PostNfsServerChangeIpv4Request struct for PostNfsServerChangeIpv4Request
func NewPostNfsServerChangeIpv4Request ¶
func NewPostNfsServerChangeIpv4Request(address string, netmask string) *PostNfsServerChangeIpv4Request
NewPostNfsServerChangeIpv4Request instantiates a new PostNfsServerChangeIpv4Request 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 NewPostNfsServerChangeIpv4RequestWithDefaults ¶
func NewPostNfsServerChangeIpv4RequestWithDefaults() *PostNfsServerChangeIpv4Request
NewPostNfsServerChangeIpv4RequestWithDefaults instantiates a new PostNfsServerChangeIpv4Request 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 (*PostNfsServerChangeIpv4Request) GetAddress ¶
func (o *PostNfsServerChangeIpv4Request) GetAddress() string
GetAddress returns the Address field value
func (*PostNfsServerChangeIpv4Request) GetAddressOk ¶
func (o *PostNfsServerChangeIpv4Request) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*PostNfsServerChangeIpv4Request) GetNetmask ¶
func (o *PostNfsServerChangeIpv4Request) GetNetmask() string
GetNetmask returns the Netmask field value
func (*PostNfsServerChangeIpv4Request) GetNetmaskOk ¶
func (o *PostNfsServerChangeIpv4Request) GetNetmaskOk() (*string, bool)
GetNetmaskOk returns a tuple with the Netmask field value and a boolean to check if the value has been set.
func (PostNfsServerChangeIpv4Request) MarshalJSON ¶
func (o PostNfsServerChangeIpv4Request) MarshalJSON() ([]byte, error)
func (*PostNfsServerChangeIpv4Request) SetAddress ¶
func (o *PostNfsServerChangeIpv4Request) SetAddress(v string)
SetAddress sets field value
func (*PostNfsServerChangeIpv4Request) SetNetmask ¶
func (o *PostNfsServerChangeIpv4Request) SetNetmask(v string)
SetNetmask sets field value
func (PostNfsServerChangeIpv4Request) ToMap ¶
func (o PostNfsServerChangeIpv4Request) ToMap() (map[string]interface{}, error)
func (*PostNfsServerChangeIpv4Request) UnmarshalJSON ¶
func (o *PostNfsServerChangeIpv4Request) UnmarshalJSON(data []byte) (err error)
type PostServerMountDiscRequest ¶
type PostServerMountDiscRequest struct { // ディスクID DiscId int32 `json:"disc_id"` }
PostServerMountDiscRequest struct for PostServerMountDiscRequest
func NewPostServerMountDiscRequest ¶
func NewPostServerMountDiscRequest(discId int32) *PostServerMountDiscRequest
NewPostServerMountDiscRequest instantiates a new PostServerMountDiscRequest 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 NewPostServerMountDiscRequestWithDefaults ¶
func NewPostServerMountDiscRequestWithDefaults() *PostServerMountDiscRequest
NewPostServerMountDiscRequestWithDefaults instantiates a new PostServerMountDiscRequest 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 (*PostServerMountDiscRequest) GetDiscId ¶
func (o *PostServerMountDiscRequest) GetDiscId() int32
GetDiscId returns the DiscId field value
func (*PostServerMountDiscRequest) GetDiscIdOk ¶
func (o *PostServerMountDiscRequest) GetDiscIdOk() (*int32, bool)
GetDiscIdOk returns a tuple with the DiscId field value and a boolean to check if the value has been set.
func (PostServerMountDiscRequest) MarshalJSON ¶
func (o PostServerMountDiscRequest) MarshalJSON() ([]byte, error)
func (*PostServerMountDiscRequest) SetDiscId ¶
func (o *PostServerMountDiscRequest) SetDiscId(v int32)
SetDiscId sets field value
func (PostServerMountDiscRequest) ToMap ¶
func (o PostServerMountDiscRequest) ToMap() (map[string]interface{}, error)
func (*PostServerMountDiscRequest) UnmarshalJSON ¶
func (o *PostServerMountDiscRequest) UnmarshalJSON(data []byte) (err error)
type PostServerShutdownRequest ¶
type PostServerShutdownRequest struct { // 強制停止を行うか Force *bool `json:"force,omitempty"` }
PostServerShutdownRequest struct for PostServerShutdownRequest
func NewPostServerShutdownRequest ¶
func NewPostServerShutdownRequest() *PostServerShutdownRequest
NewPostServerShutdownRequest instantiates a new PostServerShutdownRequest 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 NewPostServerShutdownRequestWithDefaults ¶
func NewPostServerShutdownRequestWithDefaults() *PostServerShutdownRequest
NewPostServerShutdownRequestWithDefaults instantiates a new PostServerShutdownRequest 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 (*PostServerShutdownRequest) GetForce ¶
func (o *PostServerShutdownRequest) GetForce() bool
GetForce returns the Force field value if set, zero value otherwise.
func (*PostServerShutdownRequest) GetForceOk ¶
func (o *PostServerShutdownRequest) GetForceOk() (*bool, bool)
GetForceOk returns a tuple with the Force field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PostServerShutdownRequest) HasForce ¶
func (o *PostServerShutdownRequest) HasForce() bool
HasForce returns a boolean if a field has been set.
func (PostServerShutdownRequest) MarshalJSON ¶
func (o PostServerShutdownRequest) MarshalJSON() ([]byte, error)
func (*PostServerShutdownRequest) SetForce ¶
func (o *PostServerShutdownRequest) SetForce(v bool)
SetForce gets a reference to the given bool and assigns it to the Force field.
func (PostServerShutdownRequest) ToMap ¶
func (o PostServerShutdownRequest) ToMap() (map[string]interface{}, error)
type PostSwitch201Response ¶
type PostSwitch201Response struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // スイッチコード SwitchCode string `json:"switch_code"` Zone PostSwitch201ResponseZone `json:"zone"` // 接続されているサーバーのインターフェースid ServerInterfaces []int32 `json:"server_interfaces"` // 接続されている追加ストレージ(NFS)のインターフェースid NfsServerInterfaces []int32 `json:"nfs_server_interfaces"` // 接続されている外部接続の情報 ExternalConnection map[string]interface{} `json:"external_connection"` }
PostSwitch201Response struct for PostSwitch201Response
func NewPostSwitch201Response ¶
func NewPostSwitch201Response(id int32, name string, description string, switchCode string, zone PostSwitch201ResponseZone, serverInterfaces []int32, nfsServerInterfaces []int32, externalConnection map[string]interface{}) *PostSwitch201Response
NewPostSwitch201Response instantiates a new PostSwitch201Response 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 NewPostSwitch201ResponseWithDefaults ¶
func NewPostSwitch201ResponseWithDefaults() *PostSwitch201Response
NewPostSwitch201ResponseWithDefaults instantiates a new PostSwitch201Response 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 (*PostSwitch201Response) GetDescription ¶
func (o *PostSwitch201Response) GetDescription() string
GetDescription returns the Description field value
func (*PostSwitch201Response) GetDescriptionOk ¶
func (o *PostSwitch201Response) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*PostSwitch201Response) GetExternalConnection ¶
func (o *PostSwitch201Response) GetExternalConnection() map[string]interface{}
GetExternalConnection returns the ExternalConnection field value If the value is explicit nil, the zero value for map[string]interface{} will be returned
func (*PostSwitch201Response) GetExternalConnectionOk ¶
func (o *PostSwitch201Response) GetExternalConnectionOk() (map[string]interface{}, bool)
GetExternalConnectionOk returns a tuple with the ExternalConnection 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 (*PostSwitch201Response) GetId ¶
func (o *PostSwitch201Response) GetId() int32
GetId returns the Id field value
func (*PostSwitch201Response) GetIdOk ¶
func (o *PostSwitch201Response) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PostSwitch201Response) GetName ¶
func (o *PostSwitch201Response) GetName() string
GetName returns the Name field value
func (*PostSwitch201Response) GetNameOk ¶
func (o *PostSwitch201Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*PostSwitch201Response) GetNfsServerInterfaces ¶
func (o *PostSwitch201Response) GetNfsServerInterfaces() []int32
GetNfsServerInterfaces returns the NfsServerInterfaces field value
func (*PostSwitch201Response) GetNfsServerInterfacesOk ¶
func (o *PostSwitch201Response) GetNfsServerInterfacesOk() ([]int32, bool)
GetNfsServerInterfacesOk returns a tuple with the NfsServerInterfaces field value and a boolean to check if the value has been set.
func (*PostSwitch201Response) GetServerInterfaces ¶
func (o *PostSwitch201Response) GetServerInterfaces() []int32
GetServerInterfaces returns the ServerInterfaces field value
func (*PostSwitch201Response) GetServerInterfacesOk ¶
func (o *PostSwitch201Response) GetServerInterfacesOk() ([]int32, bool)
GetServerInterfacesOk returns a tuple with the ServerInterfaces field value and a boolean to check if the value has been set.
func (*PostSwitch201Response) GetSwitchCode ¶
func (o *PostSwitch201Response) GetSwitchCode() string
GetSwitchCode returns the SwitchCode field value
func (*PostSwitch201Response) GetSwitchCodeOk ¶
func (o *PostSwitch201Response) GetSwitchCodeOk() (*string, bool)
GetSwitchCodeOk returns a tuple with the SwitchCode field value and a boolean to check if the value has been set.
func (*PostSwitch201Response) GetZone ¶
func (o *PostSwitch201Response) GetZone() PostSwitch201ResponseZone
GetZone returns the Zone field value
func (*PostSwitch201Response) GetZoneOk ¶
func (o *PostSwitch201Response) GetZoneOk() (*PostSwitch201ResponseZone, bool)
GetZoneOk returns a tuple with the Zone field value and a boolean to check if the value has been set.
func (PostSwitch201Response) MarshalJSON ¶
func (o PostSwitch201Response) MarshalJSON() ([]byte, error)
func (*PostSwitch201Response) SetDescription ¶
func (o *PostSwitch201Response) SetDescription(v string)
SetDescription sets field value
func (*PostSwitch201Response) SetExternalConnection ¶
func (o *PostSwitch201Response) SetExternalConnection(v map[string]interface{})
SetExternalConnection sets field value
func (*PostSwitch201Response) SetId ¶
func (o *PostSwitch201Response) SetId(v int32)
SetId sets field value
func (*PostSwitch201Response) SetName ¶
func (o *PostSwitch201Response) SetName(v string)
SetName sets field value
func (*PostSwitch201Response) SetNfsServerInterfaces ¶
func (o *PostSwitch201Response) SetNfsServerInterfaces(v []int32)
SetNfsServerInterfaces sets field value
func (*PostSwitch201Response) SetServerInterfaces ¶
func (o *PostSwitch201Response) SetServerInterfaces(v []int32)
SetServerInterfaces sets field value
func (*PostSwitch201Response) SetSwitchCode ¶
func (o *PostSwitch201Response) SetSwitchCode(v string)
SetSwitchCode sets field value
func (*PostSwitch201Response) SetZone ¶
func (o *PostSwitch201Response) SetZone(v PostSwitch201ResponseZone)
SetZone sets field value
func (PostSwitch201Response) ToMap ¶
func (o PostSwitch201Response) ToMap() (map[string]interface{}, error)
func (*PostSwitch201Response) UnmarshalJSON ¶
func (o *PostSwitch201Response) UnmarshalJSON(data []byte) (err error)
type PostSwitch201ResponseZone ¶
type PostSwitch201ResponseZone struct { // ゾーンコード * tk2 東京第2 * tk3 東京第3 * os3 大阪第3 * is1 石狩第1 Code string `json:"code"` // ゾーン名称 Name string `json:"name"` }
PostSwitch201ResponseZone ゾーン情報
func NewPostSwitch201ResponseZone ¶
func NewPostSwitch201ResponseZone(code string, name string) *PostSwitch201ResponseZone
NewPostSwitch201ResponseZone instantiates a new PostSwitch201ResponseZone 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 NewPostSwitch201ResponseZoneWithDefaults ¶
func NewPostSwitch201ResponseZoneWithDefaults() *PostSwitch201ResponseZone
NewPostSwitch201ResponseZoneWithDefaults instantiates a new PostSwitch201ResponseZone 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 (*PostSwitch201ResponseZone) GetCode ¶
func (o *PostSwitch201ResponseZone) GetCode() string
GetCode returns the Code field value
func (*PostSwitch201ResponseZone) GetCodeOk ¶
func (o *PostSwitch201ResponseZone) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*PostSwitch201ResponseZone) GetName ¶
func (o *PostSwitch201ResponseZone) GetName() string
GetName returns the Name field value
func (*PostSwitch201ResponseZone) GetNameOk ¶
func (o *PostSwitch201ResponseZone) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (PostSwitch201ResponseZone) MarshalJSON ¶
func (o PostSwitch201ResponseZone) MarshalJSON() ([]byte, error)
func (*PostSwitch201ResponseZone) SetCode ¶
func (o *PostSwitch201ResponseZone) SetCode(v string)
SetCode sets field value
func (*PostSwitch201ResponseZone) SetName ¶
func (o *PostSwitch201ResponseZone) SetName(v string)
SetName sets field value
func (PostSwitch201ResponseZone) ToMap ¶
func (o PostSwitch201ResponseZone) ToMap() (map[string]interface{}, error)
func (*PostSwitch201ResponseZone) UnmarshalJSON ¶
func (o *PostSwitch201ResponseZone) UnmarshalJSON(data []byte) (err error)
type PostSwitchRequest ¶
type PostSwitchRequest struct { // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // ゾーンコード * tk2 東京第2 * tk3 東京第3 * os3 大阪第3 * is1 石狩第1 ZoneCode string `json:"zone_code"` }
PostSwitchRequest struct for PostSwitchRequest
func NewPostSwitchRequest ¶
func NewPostSwitchRequest(name string, description string, zoneCode string) *PostSwitchRequest
NewPostSwitchRequest instantiates a new PostSwitchRequest 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 NewPostSwitchRequestWithDefaults ¶
func NewPostSwitchRequestWithDefaults() *PostSwitchRequest
NewPostSwitchRequestWithDefaults instantiates a new PostSwitchRequest 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 (*PostSwitchRequest) GetDescription ¶
func (o *PostSwitchRequest) GetDescription() string
GetDescription returns the Description field value
func (*PostSwitchRequest) GetDescriptionOk ¶
func (o *PostSwitchRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*PostSwitchRequest) GetName ¶
func (o *PostSwitchRequest) GetName() string
GetName returns the Name field value
func (*PostSwitchRequest) GetNameOk ¶
func (o *PostSwitchRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*PostSwitchRequest) GetZoneCode ¶
func (o *PostSwitchRequest) GetZoneCode() string
GetZoneCode returns the ZoneCode field value
func (*PostSwitchRequest) GetZoneCodeOk ¶
func (o *PostSwitchRequest) GetZoneCodeOk() (*string, bool)
GetZoneCodeOk returns a tuple with the ZoneCode field value and a boolean to check if the value has been set.
func (PostSwitchRequest) MarshalJSON ¶
func (o PostSwitchRequest) MarshalJSON() ([]byte, error)
func (*PostSwitchRequest) SetDescription ¶
func (o *PostSwitchRequest) SetDescription(v string)
SetDescription sets field value
func (*PostSwitchRequest) SetName ¶
func (o *PostSwitchRequest) SetName(v string)
SetName sets field value
func (*PostSwitchRequest) SetZoneCode ¶
func (o *PostSwitchRequest) SetZoneCode(v string)
SetZoneCode sets field value
func (PostSwitchRequest) ToMap ¶
func (o PostSwitchRequest) ToMap() (map[string]interface{}, error)
func (*PostSwitchRequest) UnmarshalJSON ¶
func (o *PostSwitchRequest) UnmarshalJSON(data []byte) (err error)
type ProblemDetails400 ¶
type ProblemDetails400 struct { // エラー内容を示す簡潔な識別子 * `invalid` - 不正なリクエスト値,リクエスト値が妥当でない * `parse_error` - 不正な形式,リクエスト値を読み取ることができない * `bad_request` - リクエストの内容に何らかの問題がある Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` Errors NullableProblemDetails400Errors `json:"errors,omitempty"` }
ProblemDetails400 struct for ProblemDetails400
func NewProblemDetails400 ¶
func NewProblemDetails400() *ProblemDetails400
NewProblemDetails400 instantiates a new ProblemDetails400 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 NewProblemDetails400WithDefaults ¶
func NewProblemDetails400WithDefaults() *ProblemDetails400
NewProblemDetails400WithDefaults instantiates a new ProblemDetails400 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 (*ProblemDetails400) GetCode ¶
func (o *ProblemDetails400) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProblemDetails400) GetCodeOk ¶
func (o *ProblemDetails400) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails400) GetErrors ¶
func (o *ProblemDetails400) GetErrors() ProblemDetails400Errors
GetErrors returns the Errors field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProblemDetails400) GetErrorsOk ¶
func (o *ProblemDetails400) GetErrorsOk() (*ProblemDetails400Errors, bool)
GetErrorsOk returns a tuple with the Errors 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 (*ProblemDetails400) GetMessage ¶
func (o *ProblemDetails400) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProblemDetails400) GetMessageOk ¶
func (o *ProblemDetails400) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails400) HasCode ¶
func (o *ProblemDetails400) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProblemDetails400) HasErrors ¶
func (o *ProblemDetails400) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (*ProblemDetails400) HasMessage ¶
func (o *ProblemDetails400) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProblemDetails400) MarshalJSON ¶
func (o ProblemDetails400) MarshalJSON() ([]byte, error)
func (*ProblemDetails400) SetCode ¶
func (o *ProblemDetails400) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProblemDetails400) SetErrors ¶
func (o *ProblemDetails400) SetErrors(v ProblemDetails400Errors)
SetErrors gets a reference to the given NullableProblemDetails400Errors and assigns it to the Errors field.
func (*ProblemDetails400) SetErrorsNil ¶
func (o *ProblemDetails400) SetErrorsNil()
SetErrorsNil sets the value for Errors to be an explicit nil
func (*ProblemDetails400) SetMessage ¶
func (o *ProblemDetails400) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProblemDetails400) ToMap ¶
func (o ProblemDetails400) ToMap() (map[string]interface{}, error)
func (*ProblemDetails400) UnsetErrors ¶
func (o *ProblemDetails400) UnsetErrors()
UnsetErrors ensures that no value is present for Errors, not even an explicit nil
type ProblemDetails400Errors ¶
type ProblemDetails400Errors struct { NonFieldErrors []InvalidParameterDetailInner `json:"non_field_errors,omitempty"` AdditionalProperties map[string]interface{} }
ProblemDetails400Errors 入力値に対するエラーを構造化した情報 (code`invalid`の場合のみ) * `non_field_errors` - リクエスト全体に起因した(単一項目でない)エラー内容 * `*` - 対応した入力項目ごとのエラー内容
func NewProblemDetails400Errors ¶
func NewProblemDetails400Errors() *ProblemDetails400Errors
NewProblemDetails400Errors instantiates a new ProblemDetails400Errors 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 NewProblemDetails400ErrorsWithDefaults ¶
func NewProblemDetails400ErrorsWithDefaults() *ProblemDetails400Errors
NewProblemDetails400ErrorsWithDefaults instantiates a new ProblemDetails400Errors 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 (*ProblemDetails400Errors) GetNonFieldErrors ¶
func (o *ProblemDetails400Errors) GetNonFieldErrors() []InvalidParameterDetailInner
GetNonFieldErrors returns the NonFieldErrors field value if set, zero value otherwise.
func (*ProblemDetails400Errors) GetNonFieldErrorsOk ¶
func (o *ProblemDetails400Errors) GetNonFieldErrorsOk() ([]InvalidParameterDetailInner, bool)
GetNonFieldErrorsOk returns a tuple with the NonFieldErrors field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails400Errors) HasNonFieldErrors ¶
func (o *ProblemDetails400Errors) HasNonFieldErrors() bool
HasNonFieldErrors returns a boolean if a field has been set.
func (ProblemDetails400Errors) MarshalJSON ¶
func (o ProblemDetails400Errors) MarshalJSON() ([]byte, error)
func (*ProblemDetails400Errors) SetNonFieldErrors ¶
func (o *ProblemDetails400Errors) SetNonFieldErrors(v []InvalidParameterDetailInner)
SetNonFieldErrors gets a reference to the given []InvalidParameterDetailInner and assigns it to the NonFieldErrors field.
func (ProblemDetails400Errors) ToMap ¶
func (o ProblemDetails400Errors) ToMap() (map[string]interface{}, error)
func (*ProblemDetails400Errors) UnmarshalJSON ¶
func (o *ProblemDetails400Errors) UnmarshalJSON(data []byte) (err error)
type ProblemDetails404 ¶
type ProblemDetails404 struct { Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` }
ProblemDetails404 struct for ProblemDetails404
func NewProblemDetails404 ¶
func NewProblemDetails404() *ProblemDetails404
NewProblemDetails404 instantiates a new ProblemDetails404 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 NewProblemDetails404WithDefaults ¶
func NewProblemDetails404WithDefaults() *ProblemDetails404
NewProblemDetails404WithDefaults instantiates a new ProblemDetails404 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 (*ProblemDetails404) GetCode ¶
func (o *ProblemDetails404) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProblemDetails404) GetCodeOk ¶
func (o *ProblemDetails404) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails404) GetMessage ¶
func (o *ProblemDetails404) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProblemDetails404) GetMessageOk ¶
func (o *ProblemDetails404) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails404) HasCode ¶
func (o *ProblemDetails404) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProblemDetails404) HasMessage ¶
func (o *ProblemDetails404) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProblemDetails404) MarshalJSON ¶
func (o ProblemDetails404) MarshalJSON() ([]byte, error)
func (*ProblemDetails404) SetCode ¶
func (o *ProblemDetails404) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProblemDetails404) SetMessage ¶
func (o *ProblemDetails404) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProblemDetails404) ToMap ¶
func (o ProblemDetails404) ToMap() (map[string]interface{}, error)
type ProblemDetails409 ¶
type ProblemDetails409 struct { Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` }
ProblemDetails409 struct for ProblemDetails409
func NewProblemDetails409 ¶
func NewProblemDetails409() *ProblemDetails409
NewProblemDetails409 instantiates a new ProblemDetails409 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 NewProblemDetails409WithDefaults ¶
func NewProblemDetails409WithDefaults() *ProblemDetails409
NewProblemDetails409WithDefaults instantiates a new ProblemDetails409 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 (*ProblemDetails409) GetCode ¶
func (o *ProblemDetails409) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProblemDetails409) GetCodeOk ¶
func (o *ProblemDetails409) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails409) GetMessage ¶
func (o *ProblemDetails409) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProblemDetails409) GetMessageOk ¶
func (o *ProblemDetails409) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails409) HasCode ¶
func (o *ProblemDetails409) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProblemDetails409) HasMessage ¶
func (o *ProblemDetails409) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProblemDetails409) MarshalJSON ¶
func (o ProblemDetails409) MarshalJSON() ([]byte, error)
func (*ProblemDetails409) SetCode ¶
func (o *ProblemDetails409) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProblemDetails409) SetMessage ¶
func (o *ProblemDetails409) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProblemDetails409) ToMap ¶
func (o ProblemDetails409) ToMap() (map[string]interface{}, error)
type ProblemDetails429 ¶
type ProblemDetails429 struct { Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` }
ProblemDetails429 struct for ProblemDetails429
func NewProblemDetails429 ¶
func NewProblemDetails429() *ProblemDetails429
NewProblemDetails429 instantiates a new ProblemDetails429 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 NewProblemDetails429WithDefaults ¶
func NewProblemDetails429WithDefaults() *ProblemDetails429
NewProblemDetails429WithDefaults instantiates a new ProblemDetails429 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 (*ProblemDetails429) GetCode ¶
func (o *ProblemDetails429) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProblemDetails429) GetCodeOk ¶
func (o *ProblemDetails429) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails429) GetMessage ¶
func (o *ProblemDetails429) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProblemDetails429) GetMessageOk ¶
func (o *ProblemDetails429) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails429) HasCode ¶
func (o *ProblemDetails429) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProblemDetails429) HasMessage ¶
func (o *ProblemDetails429) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProblemDetails429) MarshalJSON ¶
func (o ProblemDetails429) MarshalJSON() ([]byte, error)
func (*ProblemDetails429) SetCode ¶
func (o *ProblemDetails429) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProblemDetails429) SetMessage ¶
func (o *ProblemDetails429) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProblemDetails429) ToMap ¶
func (o ProblemDetails429) ToMap() (map[string]interface{}, error)
type ProblemDetails503 ¶
type ProblemDetails503 struct { Code *string `json:"code,omitempty"` // エラーの内容 Message *string `json:"message,omitempty"` }
ProblemDetails503 struct for ProblemDetails503
func NewProblemDetails503 ¶
func NewProblemDetails503() *ProblemDetails503
NewProblemDetails503 instantiates a new ProblemDetails503 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 NewProblemDetails503WithDefaults ¶
func NewProblemDetails503WithDefaults() *ProblemDetails503
NewProblemDetails503WithDefaults instantiates a new ProblemDetails503 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 (*ProblemDetails503) GetCode ¶
func (o *ProblemDetails503) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ProblemDetails503) GetCodeOk ¶
func (o *ProblemDetails503) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails503) GetMessage ¶
func (o *ProblemDetails503) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ProblemDetails503) GetMessageOk ¶
func (o *ProblemDetails503) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails503) HasCode ¶
func (o *ProblemDetails503) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ProblemDetails503) HasMessage ¶
func (o *ProblemDetails503) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ProblemDetails503) MarshalJSON ¶
func (o ProblemDetails503) MarshalJSON() ([]byte, error)
func (*ProblemDetails503) SetCode ¶
func (o *ProblemDetails503) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ProblemDetails503) SetMessage ¶
func (o *ProblemDetails503) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ProblemDetails503) ToMap ¶
func (o ProblemDetails503) ToMap() (map[string]interface{}, error)
type PutServerIpv4Ptr200Response ¶
type PutServerIpv4Ptr200Response struct { // 逆引きホスト名 Ptr string `json:"ptr"` }
PutServerIpv4Ptr200Response struct for PutServerIpv4Ptr200Response
func NewPutServerIpv4Ptr200Response ¶
func NewPutServerIpv4Ptr200Response(ptr string) *PutServerIpv4Ptr200Response
NewPutServerIpv4Ptr200Response instantiates a new PutServerIpv4Ptr200Response 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 NewPutServerIpv4Ptr200ResponseWithDefaults ¶
func NewPutServerIpv4Ptr200ResponseWithDefaults() *PutServerIpv4Ptr200Response
NewPutServerIpv4Ptr200ResponseWithDefaults instantiates a new PutServerIpv4Ptr200Response 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 (*PutServerIpv4Ptr200Response) GetPtr ¶
func (o *PutServerIpv4Ptr200Response) GetPtr() string
GetPtr returns the Ptr field value
func (*PutServerIpv4Ptr200Response) GetPtrOk ¶
func (o *PutServerIpv4Ptr200Response) GetPtrOk() (*string, bool)
GetPtrOk returns a tuple with the Ptr field value and a boolean to check if the value has been set.
func (PutServerIpv4Ptr200Response) MarshalJSON ¶
func (o PutServerIpv4Ptr200Response) MarshalJSON() ([]byte, error)
func (*PutServerIpv4Ptr200Response) SetPtr ¶
func (o *PutServerIpv4Ptr200Response) SetPtr(v string)
SetPtr sets field value
func (PutServerIpv4Ptr200Response) ToMap ¶
func (o PutServerIpv4Ptr200Response) ToMap() (map[string]interface{}, error)
func (*PutServerIpv4Ptr200Response) UnmarshalJSON ¶
func (o *PutServerIpv4Ptr200Response) UnmarshalJSON(data []byte) (err error)
type PutServerIpv4PtrRequest ¶
type PutServerIpv4PtrRequest struct { // ホスト名 Hostname string `json:"hostname"` }
PutServerIpv4PtrRequest struct for PutServerIpv4PtrRequest
func NewPutServerIpv4PtrRequest ¶
func NewPutServerIpv4PtrRequest(hostname string) *PutServerIpv4PtrRequest
NewPutServerIpv4PtrRequest instantiates a new PutServerIpv4PtrRequest 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 NewPutServerIpv4PtrRequestWithDefaults ¶
func NewPutServerIpv4PtrRequestWithDefaults() *PutServerIpv4PtrRequest
NewPutServerIpv4PtrRequestWithDefaults instantiates a new PutServerIpv4PtrRequest 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 (*PutServerIpv4PtrRequest) GetHostname ¶
func (o *PutServerIpv4PtrRequest) GetHostname() string
GetHostname returns the Hostname field value
func (*PutServerIpv4PtrRequest) GetHostnameOk ¶
func (o *PutServerIpv4PtrRequest) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.
func (PutServerIpv4PtrRequest) MarshalJSON ¶
func (o PutServerIpv4PtrRequest) MarshalJSON() ([]byte, error)
func (*PutServerIpv4PtrRequest) SetHostname ¶
func (o *PutServerIpv4PtrRequest) SetHostname(v string)
SetHostname sets field value
func (PutServerIpv4PtrRequest) ToMap ¶
func (o PutServerIpv4PtrRequest) ToMap() (map[string]interface{}, error)
func (*PutServerIpv4PtrRequest) UnmarshalJSON ¶
func (o *PutServerIpv4PtrRequest) UnmarshalJSON(data []byte) (err error)
type PutServerRequest ¶
type PutServerRequest struct { // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` }
PutServerRequest struct for PutServerRequest
func NewPutServerRequest ¶
func NewPutServerRequest(name string, description string) *PutServerRequest
NewPutServerRequest instantiates a new PutServerRequest 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 NewPutServerRequestWithDefaults ¶
func NewPutServerRequestWithDefaults() *PutServerRequest
NewPutServerRequestWithDefaults instantiates a new PutServerRequest 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 (*PutServerRequest) GetDescription ¶
func (o *PutServerRequest) GetDescription() string
GetDescription returns the Description field value
func (*PutServerRequest) GetDescriptionOk ¶
func (o *PutServerRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*PutServerRequest) GetName ¶
func (o *PutServerRequest) GetName() string
GetName returns the Name field value
func (*PutServerRequest) GetNameOk ¶
func (o *PutServerRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (PutServerRequest) MarshalJSON ¶
func (o PutServerRequest) MarshalJSON() ([]byte, error)
func (*PutServerRequest) SetDescription ¶
func (o *PutServerRequest) SetDescription(v string)
SetDescription sets field value
func (*PutServerRequest) SetName ¶
func (o *PutServerRequest) SetName(v string)
SetName sets field value
func (PutServerRequest) ToMap ¶
func (o PutServerRequest) ToMap() (map[string]interface{}, error)
func (*PutServerRequest) UnmarshalJSON ¶
func (o *PutServerRequest) UnmarshalJSON(data []byte) (err error)
type PutServerVideoDeviceRequest ¶
type PutServerVideoDeviceRequest struct { // ビデオデバイスの種類 Type string `json:"type"` }
PutServerVideoDeviceRequest struct for PutServerVideoDeviceRequest
func NewPutServerVideoDeviceRequest ¶
func NewPutServerVideoDeviceRequest(type_ string) *PutServerVideoDeviceRequest
NewPutServerVideoDeviceRequest instantiates a new PutServerVideoDeviceRequest 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 NewPutServerVideoDeviceRequestWithDefaults ¶
func NewPutServerVideoDeviceRequestWithDefaults() *PutServerVideoDeviceRequest
NewPutServerVideoDeviceRequestWithDefaults instantiates a new PutServerVideoDeviceRequest 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 (*PutServerVideoDeviceRequest) GetType ¶
func (o *PutServerVideoDeviceRequest) GetType() string
GetType returns the Type field value
func (*PutServerVideoDeviceRequest) GetTypeOk ¶
func (o *PutServerVideoDeviceRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (PutServerVideoDeviceRequest) MarshalJSON ¶
func (o PutServerVideoDeviceRequest) MarshalJSON() ([]byte, error)
func (*PutServerVideoDeviceRequest) SetType ¶
func (o *PutServerVideoDeviceRequest) SetType(v string)
SetType sets field value
func (PutServerVideoDeviceRequest) ToMap ¶
func (o PutServerVideoDeviceRequest) ToMap() (map[string]interface{}, error)
func (*PutServerVideoDeviceRequest) UnmarshalJSON ¶
func (o *PutServerVideoDeviceRequest) UnmarshalJSON(data []byte) (err error)
type Role ¶
type Role struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // 利用できる権限を制限するか PermissionFiltering string `json:"permission_filtering"` // 利用できる権限。permission_filteringがenabledの場合のみ指定可能。**権限の一覧を取得する**`/permissions`のcode値を指定します。 AllowedPermissions []string `json:"allowed_permissions"` // 利用できるリソースを制限するか ResourceFiltering string `json:"resource_filtering"` AllowedResources NullableRoleAllowedResources `json:"allowed_resources"` }
Role struct for Role
func NewRole ¶
func NewRole(id int32, name string, description string, permissionFiltering string, allowedPermissions []string, resourceFiltering string, allowedResources NullableRoleAllowedResources) *Role
NewRole instantiates a new Role 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 NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role 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 (*Role) GetAllowedPermissions ¶
GetAllowedPermissions returns the AllowedPermissions field value
func (*Role) GetAllowedPermissionsOk ¶
GetAllowedPermissionsOk returns a tuple with the AllowedPermissions field value and a boolean to check if the value has been set.
func (*Role) GetAllowedResources ¶
func (o *Role) GetAllowedResources() RoleAllowedResources
GetAllowedResources returns the AllowedResources field value If the value is explicit nil, the zero value for RoleAllowedResources will be returned
func (*Role) GetAllowedResourcesOk ¶
func (o *Role) GetAllowedResourcesOk() (*RoleAllowedResources, bool)
GetAllowedResourcesOk returns a tuple with the AllowedResources 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 (*Role) GetDescription ¶
GetDescription returns the Description field value
func (*Role) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Role) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Role) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Role) GetPermissionFiltering ¶
GetPermissionFiltering returns the PermissionFiltering field value
func (*Role) GetPermissionFilteringOk ¶
GetPermissionFilteringOk returns a tuple with the PermissionFiltering field value and a boolean to check if the value has been set.
func (*Role) GetResourceFiltering ¶
GetResourceFiltering returns the ResourceFiltering field value
func (*Role) GetResourceFilteringOk ¶
GetResourceFilteringOk returns a tuple with the ResourceFiltering field value and a boolean to check if the value has been set.
func (Role) MarshalJSON ¶
func (*Role) SetAllowedPermissions ¶
SetAllowedPermissions sets field value
func (*Role) SetAllowedResources ¶
func (o *Role) SetAllowedResources(v RoleAllowedResources)
SetAllowedResources sets field value
func (*Role) SetDescription ¶
SetDescription sets field value
func (*Role) SetPermissionFiltering ¶
SetPermissionFiltering sets field value
func (*Role) SetResourceFiltering ¶
SetResourceFiltering sets field value
func (*Role) UnmarshalJSON ¶
type RoleAllowedResources ¶
type RoleAllowedResources struct { // 利用できるサーバーのid Servers []int32 `json:"servers,omitempty"` // 利用できるスイッチのid Switches []int32 `json:"switches,omitempty"` // 利用できるNFSのid NfsServers []int32 `json:"nfs_servers,omitempty"` }
RoleAllowedResources 利用できるリソース。resource_filteringがenabledの場合のみ指定可能。
func NewRoleAllowedResources ¶
func NewRoleAllowedResources() *RoleAllowedResources
NewRoleAllowedResources instantiates a new RoleAllowedResources 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 NewRoleAllowedResourcesWithDefaults ¶
func NewRoleAllowedResourcesWithDefaults() *RoleAllowedResources
NewRoleAllowedResourcesWithDefaults instantiates a new RoleAllowedResources 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 (*RoleAllowedResources) GetNfsServers ¶
func (o *RoleAllowedResources) GetNfsServers() []int32
GetNfsServers returns the NfsServers field value if set, zero value otherwise.
func (*RoleAllowedResources) GetNfsServersOk ¶
func (o *RoleAllowedResources) GetNfsServersOk() ([]int32, bool)
GetNfsServersOk returns a tuple with the NfsServers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAllowedResources) GetServers ¶
func (o *RoleAllowedResources) GetServers() []int32
GetServers returns the Servers field value if set, zero value otherwise.
func (*RoleAllowedResources) GetServersOk ¶
func (o *RoleAllowedResources) GetServersOk() ([]int32, bool)
GetServersOk returns a tuple with the Servers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAllowedResources) GetSwitches ¶
func (o *RoleAllowedResources) GetSwitches() []int32
GetSwitches returns the Switches field value if set, zero value otherwise.
func (*RoleAllowedResources) GetSwitchesOk ¶
func (o *RoleAllowedResources) GetSwitchesOk() ([]int32, bool)
GetSwitchesOk returns a tuple with the Switches field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RoleAllowedResources) HasNfsServers ¶
func (o *RoleAllowedResources) HasNfsServers() bool
HasNfsServers returns a boolean if a field has been set.
func (*RoleAllowedResources) HasServers ¶
func (o *RoleAllowedResources) HasServers() bool
HasServers returns a boolean if a field has been set.
func (*RoleAllowedResources) HasSwitches ¶
func (o *RoleAllowedResources) HasSwitches() bool
HasSwitches returns a boolean if a field has been set.
func (RoleAllowedResources) MarshalJSON ¶
func (o RoleAllowedResources) MarshalJSON() ([]byte, error)
func (*RoleAllowedResources) SetNfsServers ¶
func (o *RoleAllowedResources) SetNfsServers(v []int32)
SetNfsServers gets a reference to the given []int32 and assigns it to the NfsServers field.
func (*RoleAllowedResources) SetServers ¶
func (o *RoleAllowedResources) SetServers(v []int32)
SetServers gets a reference to the given []int32 and assigns it to the Servers field.
func (*RoleAllowedResources) SetSwitches ¶
func (o *RoleAllowedResources) SetSwitches(v []int32)
SetSwitches gets a reference to the given []int32 and assigns it to the Switches field.
func (RoleAllowedResources) ToMap ¶
func (o RoleAllowedResources) ToMap() (map[string]interface{}, error)
type Server ¶
type Server struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // サービスタイプ ServiceType string `json:"service_type"` // サービス状況 * on_trial お試し中 * link_down_on_trial お試し中(一時停止) * in_use 利用中 * link_down 一時停止中 ServiceStatus string `json:"service_status"` // CPUコア数 CpuCores int32 `json:"cpu_cores"` // メモリ容量(MiB) MemoryMebibytes int32 `json:"memory_mebibytes"` // ストレージ情報 Storage []ServerStorageInner `json:"storage"` Zone ServerZone `json:"zone"` // オプション(追加ソフトウェア) Options []string `json:"options"` // プランの世代 Version string `json:"version"` Ipv4 ServerIpv4 `json:"ipv4"` Ipv6 ServerIpv6 `json:"ipv6"` Contract ServerContract `json:"contract"` // 電源ステータス * power_on 電源ON * in_shutdown シャットダウン中 * power_off 電源OFF * installing OSインストール中 * in_scaleup スケールアップ中 * migration サーバー移行作業中 * unknown 不明(電源状態を取得できない) このエンドポイントが返す電源ステータスはキャッシュされた情報のため、最新の正確な電源ステータスが必要な場合は **サーバーの電源状態を取得する**`/servers/{server_id}/power-status`をご利用ください PowerStatus string `json:"power_status"` }
Server struct for Server
func NewServer ¶
func NewServer(id int32, name string, description string, serviceType string, serviceStatus string, cpuCores int32, memoryMebibytes int32, storage []ServerStorageInner, zone ServerZone, options []string, version string, ipv4 ServerIpv4, ipv6 ServerIpv6, contract ServerContract, powerStatus string) *Server
NewServer instantiates a new Server 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 NewServerWithDefaults ¶
func NewServerWithDefaults() *Server
NewServerWithDefaults instantiates a new Server 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 (*Server) GetContract ¶
func (o *Server) GetContract() ServerContract
GetContract returns the Contract field value
func (*Server) GetContractOk ¶
func (o *Server) GetContractOk() (*ServerContract, bool)
GetContractOk returns a tuple with the Contract field value and a boolean to check if the value has been set.
func (*Server) GetCpuCores ¶
GetCpuCores returns the CpuCores field value
func (*Server) GetCpuCoresOk ¶
GetCpuCoresOk returns a tuple with the CpuCores field value and a boolean to check if the value has been set.
func (*Server) GetDescription ¶
GetDescription returns the Description field value
func (*Server) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Server) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Server) GetIpv4Ok ¶
func (o *Server) GetIpv4Ok() (*ServerIpv4, bool)
GetIpv4Ok returns a tuple with the Ipv4 field value and a boolean to check if the value has been set.
func (*Server) GetIpv6Ok ¶
func (o *Server) GetIpv6Ok() (*ServerIpv6, bool)
GetIpv6Ok returns a tuple with the Ipv6 field value and a boolean to check if the value has been set.
func (*Server) GetMemoryMebibytes ¶
GetMemoryMebibytes returns the MemoryMebibytes field value
func (*Server) GetMemoryMebibytesOk ¶
GetMemoryMebibytesOk returns a tuple with the MemoryMebibytes field value and a boolean to check if the value has been set.
func (*Server) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Server) GetOptions ¶
GetOptions returns the Options field value
func (*Server) GetOptionsOk ¶
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*Server) GetPowerStatus ¶
GetPowerStatus returns the PowerStatus field value
func (*Server) GetPowerStatusOk ¶
GetPowerStatusOk returns a tuple with the PowerStatus field value and a boolean to check if the value has been set.
func (*Server) GetServiceStatus ¶
GetServiceStatus returns the ServiceStatus field value
func (*Server) GetServiceStatusOk ¶
GetServiceStatusOk returns a tuple with the ServiceStatus field value and a boolean to check if the value has been set.
func (*Server) GetServiceType ¶
GetServiceType returns the ServiceType field value
func (*Server) GetServiceTypeOk ¶
GetServiceTypeOk returns a tuple with the ServiceType field value and a boolean to check if the value has been set.
func (*Server) GetStorage ¶
func (o *Server) GetStorage() []ServerStorageInner
GetStorage returns the Storage field value
func (*Server) GetStorageOk ¶
func (o *Server) GetStorageOk() ([]ServerStorageInner, bool)
GetStorageOk returns a tuple with the Storage field value and a boolean to check if the value has been set.
func (*Server) GetVersion ¶
GetVersion returns the Version field value
func (*Server) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (*Server) GetZoneOk ¶
func (o *Server) GetZoneOk() (*ServerZone, bool)
GetZoneOk returns a tuple with the Zone field value and a boolean to check if the value has been set.
func (Server) MarshalJSON ¶
func (*Server) SetContract ¶
func (o *Server) SetContract(v ServerContract)
SetContract sets field value
func (*Server) SetDescription ¶
SetDescription sets field value
func (*Server) SetMemoryMebibytes ¶
SetMemoryMebibytes sets field value
func (*Server) SetPowerStatus ¶
SetPowerStatus sets field value
func (*Server) SetServiceStatus ¶
SetServiceStatus sets field value
func (*Server) SetServiceType ¶
SetServiceType sets field value
func (*Server) SetStorage ¶
func (o *Server) SetStorage(v []ServerStorageInner)
SetStorage sets field value
func (*Server) UnmarshalJSON ¶
type ServerAPIService ¶
type ServerAPIService service
ServerAPIService ServerAPI service
func (*ServerAPIService) DeleteServerMonitorings ¶
func (a *ServerAPIService) DeleteServerMonitorings(ctx context.Context, serverId int32, serverMonitoringId int32) ApiDeleteServerMonitoringsRequest
DeleteServerMonitorings サーバーのサーバー監視情報を削除する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @param serverMonitoringId サーバー監視ID @return ApiDeleteServerMonitoringsRequest
func (*ServerAPIService) DeleteServerMonitoringsExecute ¶
func (a *ServerAPIService) DeleteServerMonitoringsExecute(r ApiDeleteServerMonitoringsRequest) (*http.Response, error)
Execute executes the request
func (*ServerAPIService) GetServer ¶
func (a *ServerAPIService) GetServer(ctx context.Context, serverId int32) ApiGetServerRequest
GetServer サーバー情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerRequest
func (*ServerAPIService) GetServerExecute ¶
func (a *ServerAPIService) GetServerExecute(r ApiGetServerRequest) (*Server, *http.Response, error)
Execute executes the request
@return Server
func (*ServerAPIService) GetServerInterface ¶
func (a *ServerAPIService) GetServerInterface(ctx context.Context, serverId int32, interfaceId int32) ApiGetServerInterfaceRequest
GetServerInterface サーバーのインターフェース情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @param interfaceId サーバーインターフェースID @return ApiGetServerInterfaceRequest
func (*ServerAPIService) GetServerInterfaceExecute ¶
func (a *ServerAPIService) GetServerInterfaceExecute(r ApiGetServerInterfaceRequest) (*ServerInterface, *http.Response, error)
Execute executes the request
@return ServerInterface
func (*ServerAPIService) GetServerInterfaceList ¶
func (a *ServerAPIService) GetServerInterfaceList(ctx context.Context, serverId int32) ApiGetServerInterfaceListRequest
GetServerInterfaceList サーバーのインターフェース情報一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerInterfaceListRequest
func (*ServerAPIService) GetServerInterfaceListExecute ¶
func (a *ServerAPIService) GetServerInterfaceListExecute(r ApiGetServerInterfaceListRequest) (*GetServerInterfaceList200Response, *http.Response, error)
Execute executes the request
@return GetServerInterfaceList200Response
func (*ServerAPIService) GetServerLimitation ¶
func (a *ServerAPIService) GetServerLimitation(ctx context.Context, serverId int32) ApiGetServerLimitationRequest
GetServerLimitation サーバーの制限情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerLimitationRequest
func (*ServerAPIService) GetServerLimitationExecute ¶
func (a *ServerAPIService) GetServerLimitationExecute(r ApiGetServerLimitationRequest) (*Limitation, *http.Response, error)
Execute executes the request
@return Limitation
func (*ServerAPIService) GetServerList ¶
func (a *ServerAPIService) GetServerList(ctx context.Context) ApiGetServerListRequest
GetServerList サーバー情報一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetServerListRequest
func (*ServerAPIService) GetServerListExecute ¶
func (a *ServerAPIService) GetServerListExecute(r ApiGetServerListRequest) (*GetServerList200Response, *http.Response, error)
Execute executes the request
@return GetServerList200Response
func (*ServerAPIService) GetServerMonitoring ¶
func (a *ServerAPIService) GetServerMonitoring(ctx context.Context, serverId int32, serverMonitoringId int32) ApiGetServerMonitoringRequest
GetServerMonitoring サーバーのサーバー監視情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @param serverMonitoringId サーバー監視ID @return ApiGetServerMonitoringRequest
func (*ServerAPIService) GetServerMonitoringExecute ¶
func (a *ServerAPIService) GetServerMonitoringExecute(r ApiGetServerMonitoringRequest) (*ServerMonitoring, *http.Response, error)
Execute executes the request
@return ServerMonitoring
func (*ServerAPIService) GetServerMonitoringHealth ¶
func (a *ServerAPIService) GetServerMonitoringHealth(ctx context.Context, serverId int32, serverMonitoringId int32) ApiGetServerMonitoringHealthRequest
GetServerMonitoringHealth サーバー監視の監視状態を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @param serverMonitoringId サーバー監視ID @return ApiGetServerMonitoringHealthRequest
func (*ServerAPIService) GetServerMonitoringHealthExecute ¶
func (a *ServerAPIService) GetServerMonitoringHealthExecute(r ApiGetServerMonitoringHealthRequest) (*ServerMonitoringHealth, *http.Response, error)
Execute executes the request
@return ServerMonitoringHealth
func (*ServerAPIService) GetServerMonitoringList ¶
func (a *ServerAPIService) GetServerMonitoringList(ctx context.Context, serverId int32) ApiGetServerMonitoringListRequest
GetServerMonitoringList サーバーのサーバー監視情報一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerMonitoringListRequest
func (*ServerAPIService) GetServerMonitoringListExecute ¶
func (a *ServerAPIService) GetServerMonitoringListExecute(r ApiGetServerMonitoringListRequest) (*GetServerMonitoringList200Response, *http.Response, error)
Execute executes the request
@return GetServerMonitoringList200Response
func (*ServerAPIService) GetServerPowerStatus ¶
func (a *ServerAPIService) GetServerPowerStatus(ctx context.Context, serverId int32) ApiGetServerPowerStatusRequest
GetServerPowerStatus サーバーの電源状態を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerPowerStatusRequest
func (*ServerAPIService) GetServerPowerStatusExecute ¶
func (a *ServerAPIService) GetServerPowerStatusExecute(r ApiGetServerPowerStatusRequest) (*ServerPowerStatus, *http.Response, error)
Execute executes the request
@return ServerPowerStatus
func (*ServerAPIService) GetServerVideoDevice ¶
func (a *ServerAPIService) GetServerVideoDevice(ctx context.Context, serverId int32) ApiGetServerVideoDeviceRequest
GetServerVideoDevice サーバーのビデオデバイスの設定を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerVideoDeviceRequest
func (*ServerAPIService) GetServerVideoDeviceExecute ¶
func (a *ServerAPIService) GetServerVideoDeviceExecute(r ApiGetServerVideoDeviceRequest) (*GetServerVideoDevice200Response, *http.Response, error)
Execute executes the request
@return GetServerVideoDevice200Response
func (*ServerAPIService) GetServerVncConsoleKeymap ¶
func (a *ServerAPIService) GetServerVncConsoleKeymap(ctx context.Context, serverId int32) ApiGetServerVncConsoleKeymapRequest
GetServerVncConsoleKeymap コンパネのVNCコンソールのキーマップ情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiGetServerVncConsoleKeymapRequest
func (*ServerAPIService) GetServerVncConsoleKeymapExecute ¶
func (a *ServerAPIService) GetServerVncConsoleKeymapExecute(r ApiGetServerVncConsoleKeymapRequest) (*Keymap, *http.Response, error)
Execute executes the request
@return Keymap
func (*ServerAPIService) PostServerForceReboot ¶
func (a *ServerAPIService) PostServerForceReboot(ctx context.Context, serverId int32) ApiPostServerForceRebootRequest
PostServerForceReboot サーバーを強制再起動する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPostServerForceRebootRequest
func (*ServerAPIService) PostServerForceRebootExecute ¶
func (a *ServerAPIService) PostServerForceRebootExecute(r ApiPostServerForceRebootRequest) (*http.Response, error)
Execute executes the request
func (*ServerAPIService) PostServerMonitoring ¶
func (a *ServerAPIService) PostServerMonitoring(ctx context.Context, serverId int32) ApiPostServerMonitoringRequest
PostServerMonitoring サーバーのサーバー監視を作成する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPostServerMonitoringRequest
func (*ServerAPIService) PostServerMonitoringExecute ¶
func (a *ServerAPIService) PostServerMonitoringExecute(r ApiPostServerMonitoringRequest) (*ServerMonitoring, *http.Response, error)
Execute executes the request
@return ServerMonitoring
func (*ServerAPIService) PostServerMountDisc ¶
func (a *ServerAPIService) PostServerMountDisc(ctx context.Context, serverId int32) ApiPostServerMountDiscRequest
PostServerMountDisc サーバーにディスクをマウントする
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPostServerMountDiscRequest
func (*ServerAPIService) PostServerMountDiscExecute ¶
func (a *ServerAPIService) PostServerMountDiscExecute(r ApiPostServerMountDiscRequest) (*http.Response, error)
Execute executes the request
func (*ServerAPIService) PostServerPowerOn ¶
func (a *ServerAPIService) PostServerPowerOn(ctx context.Context, serverId int32) ApiPostServerPowerOnRequest
PostServerPowerOn サーバーを起動する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPostServerPowerOnRequest
func (*ServerAPIService) PostServerPowerOnExecute ¶
func (a *ServerAPIService) PostServerPowerOnExecute(r ApiPostServerPowerOnRequest) (*http.Response, error)
Execute executes the request
func (*ServerAPIService) PostServerShutdown ¶
func (a *ServerAPIService) PostServerShutdown(ctx context.Context, serverId int32) ApiPostServerShutdownRequest
PostServerShutdown サーバーをシャットダウンする
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPostServerShutdownRequest
func (*ServerAPIService) PostServerShutdownExecute ¶
func (a *ServerAPIService) PostServerShutdownExecute(r ApiPostServerShutdownRequest) (*http.Response, error)
Execute executes the request
func (*ServerAPIService) PutServer ¶
func (a *ServerAPIService) PutServer(ctx context.Context, serverId int32) ApiPutServerRequest
PutServer サーバー情報を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPutServerRequest
func (*ServerAPIService) PutServerExecute ¶
func (a *ServerAPIService) PutServerExecute(r ApiPutServerRequest) (*Server, *http.Response, error)
Execute executes the request
@return Server
func (*ServerAPIService) PutServerInterface ¶
func (a *ServerAPIService) PutServerInterface(ctx context.Context, serverId int32, interfaceId int32) ApiPutServerInterfaceRequest
PutServerInterface サーバーのインターフェース情報を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @param interfaceId サーバーインターフェースID @return ApiPutServerInterfaceRequest
func (*ServerAPIService) PutServerInterfaceExecute ¶
func (a *ServerAPIService) PutServerInterfaceExecute(r ApiPutServerInterfaceRequest) (*ServerInterface, *http.Response, error)
Execute executes the request
@return ServerInterface
func (*ServerAPIService) PutServerIpv4Ptr ¶
func (a *ServerAPIService) PutServerIpv4Ptr(ctx context.Context, serverId int32) ApiPutServerIpv4PtrRequest
PutServerIpv4Ptr サーバーのipv4の逆引きホスト名を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPutServerIpv4PtrRequest
func (*ServerAPIService) PutServerIpv4PtrExecute ¶
func (a *ServerAPIService) PutServerIpv4PtrExecute(r ApiPutServerIpv4PtrRequest) (*PutServerIpv4Ptr200Response, *http.Response, error)
Execute executes the request
@return PutServerIpv4Ptr200Response
func (*ServerAPIService) PutServerIpv6Ptr ¶
func (a *ServerAPIService) PutServerIpv6Ptr(ctx context.Context, serverId int32) ApiPutServerIpv6PtrRequest
PutServerIpv6Ptr サーバーのipv6の逆引きホスト名を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPutServerIpv6PtrRequest
func (*ServerAPIService) PutServerIpv6PtrExecute ¶
func (a *ServerAPIService) PutServerIpv6PtrExecute(r ApiPutServerIpv6PtrRequest) (*PutServerIpv4Ptr200Response, *http.Response, error)
Execute executes the request
@return PutServerIpv4Ptr200Response
func (*ServerAPIService) PutServerMonitoring ¶
func (a *ServerAPIService) PutServerMonitoring(ctx context.Context, serverId int32, serverMonitoringId int32) ApiPutServerMonitoringRequest
PutServerMonitoring サーバーのサーバー監視情報を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @param serverMonitoringId サーバー監視ID @return ApiPutServerMonitoringRequest
func (*ServerAPIService) PutServerMonitoringExecute ¶
func (a *ServerAPIService) PutServerMonitoringExecute(r ApiPutServerMonitoringRequest) (*ServerMonitoring, *http.Response, error)
Execute executes the request
@return ServerMonitoring
func (*ServerAPIService) PutServerVideoDevice ¶
func (a *ServerAPIService) PutServerVideoDevice(ctx context.Context, serverId int32) ApiPutServerVideoDeviceRequest
PutServerVideoDevice サーバーのビデオデバイスの設定を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPutServerVideoDeviceRequest
func (*ServerAPIService) PutServerVideoDeviceExecute ¶
func (a *ServerAPIService) PutServerVideoDeviceExecute(r ApiPutServerVideoDeviceRequest) (*PutServerVideoDeviceRequest, *http.Response, error)
Execute executes the request
@return PutServerVideoDeviceRequest
func (*ServerAPIService) PutServerVncConsoleKeymap ¶
func (a *ServerAPIService) PutServerVncConsoleKeymap(ctx context.Context, serverId int32) ApiPutServerVncConsoleKeymapRequest
PutServerVncConsoleKeymap コンパネのVNCコンソールのキーマップ情報を変更する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param serverId サーバーID @return ApiPutServerVncConsoleKeymapRequest
func (*ServerAPIService) PutServerVncConsoleKeymapExecute ¶
func (a *ServerAPIService) PutServerVncConsoleKeymapExecute(r ApiPutServerVncConsoleKeymapRequest) (*Keymap, *http.Response, error)
Execute executes the request
@return Keymap
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 ServerContract ¶
type ServerContract struct { // プランコード PlanCode int32 `json:"plan_code"` // プラン名 PlanName string `json:"plan_name"` // サービスコード ServiceCode string `json:"service_code"` }
ServerContract 契約情報
func NewServerContract ¶
func NewServerContract(planCode int32, planName string, serviceCode string) *ServerContract
NewServerContract instantiates a new ServerContract 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 NewServerContractWithDefaults ¶
func NewServerContractWithDefaults() *ServerContract
NewServerContractWithDefaults instantiates a new ServerContract 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 (*ServerContract) GetPlanCode ¶
func (o *ServerContract) GetPlanCode() int32
GetPlanCode returns the PlanCode field value
func (*ServerContract) GetPlanCodeOk ¶
func (o *ServerContract) GetPlanCodeOk() (*int32, bool)
GetPlanCodeOk returns a tuple with the PlanCode field value and a boolean to check if the value has been set.
func (*ServerContract) GetPlanName ¶
func (o *ServerContract) GetPlanName() string
GetPlanName returns the PlanName field value
func (*ServerContract) GetPlanNameOk ¶
func (o *ServerContract) GetPlanNameOk() (*string, bool)
GetPlanNameOk returns a tuple with the PlanName field value and a boolean to check if the value has been set.
func (*ServerContract) GetServiceCode ¶
func (o *ServerContract) GetServiceCode() string
GetServiceCode returns the ServiceCode field value
func (*ServerContract) GetServiceCodeOk ¶
func (o *ServerContract) GetServiceCodeOk() (*string, bool)
GetServiceCodeOk returns a tuple with the ServiceCode field value and a boolean to check if the value has been set.
func (ServerContract) MarshalJSON ¶
func (o ServerContract) MarshalJSON() ([]byte, error)
func (*ServerContract) SetPlanCode ¶
func (o *ServerContract) SetPlanCode(v int32)
SetPlanCode sets field value
func (*ServerContract) SetPlanName ¶
func (o *ServerContract) SetPlanName(v string)
SetPlanName sets field value
func (*ServerContract) SetServiceCode ¶
func (o *ServerContract) SetServiceCode(v string)
SetServiceCode sets field value
func (ServerContract) ToMap ¶
func (o ServerContract) ToMap() (map[string]interface{}, error)
func (*ServerContract) UnmarshalJSON ¶
func (o *ServerContract) UnmarshalJSON(data []byte) (err error)
type ServerInterface ¶
type ServerInterface struct { // id Id int32 `json:"id"` // NIC名称 Device string `json:"device"` // グローバルネットワークと接続可能か ConnectableToGlobalNetwork bool `json:"connectable_to_global_network"` // インターフェースの接続先 ConnectTo NullableString `json:"connect_to"` // MACアドレス Mac string `json:"mac"` // スイッチID SwitchId NullableInt32 `json:"switch_id"` }
ServerInterface struct for ServerInterface
func NewServerInterface ¶
func NewServerInterface(id int32, device string, connectableToGlobalNetwork bool, connectTo NullableString, mac string, switchId NullableInt32) *ServerInterface
NewServerInterface instantiates a new ServerInterface 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 NewServerInterfaceWithDefaults ¶
func NewServerInterfaceWithDefaults() *ServerInterface
NewServerInterfaceWithDefaults instantiates a new ServerInterface 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 (*ServerInterface) GetConnectTo ¶
func (o *ServerInterface) GetConnectTo() string
GetConnectTo returns the ConnectTo field value If the value is explicit nil, the zero value for string will be returned
func (*ServerInterface) GetConnectToOk ¶
func (o *ServerInterface) GetConnectToOk() (*string, bool)
GetConnectToOk returns a tuple with the ConnectTo 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 (*ServerInterface) GetConnectableToGlobalNetwork ¶
func (o *ServerInterface) GetConnectableToGlobalNetwork() bool
GetConnectableToGlobalNetwork returns the ConnectableToGlobalNetwork field value
func (*ServerInterface) GetConnectableToGlobalNetworkOk ¶
func (o *ServerInterface) GetConnectableToGlobalNetworkOk() (*bool, bool)
GetConnectableToGlobalNetworkOk returns a tuple with the ConnectableToGlobalNetwork field value and a boolean to check if the value has been set.
func (*ServerInterface) GetDevice ¶
func (o *ServerInterface) GetDevice() string
GetDevice returns the Device field value
func (*ServerInterface) GetDeviceOk ¶
func (o *ServerInterface) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field value and a boolean to check if the value has been set.
func (*ServerInterface) GetId ¶
func (o *ServerInterface) GetId() int32
GetId returns the Id field value
func (*ServerInterface) GetIdOk ¶
func (o *ServerInterface) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServerInterface) GetMac ¶
func (o *ServerInterface) GetMac() string
GetMac returns the Mac field value
func (*ServerInterface) GetMacOk ¶
func (o *ServerInterface) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field value and a boolean to check if the value has been set.
func (*ServerInterface) GetSwitchId ¶
func (o *ServerInterface) GetSwitchId() int32
GetSwitchId returns the SwitchId field value If the value is explicit nil, the zero value for int32 will be returned
func (*ServerInterface) GetSwitchIdOk ¶
func (o *ServerInterface) GetSwitchIdOk() (*int32, bool)
GetSwitchIdOk returns a tuple with the SwitchId 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 (ServerInterface) MarshalJSON ¶
func (o ServerInterface) MarshalJSON() ([]byte, error)
func (*ServerInterface) SetConnectTo ¶
func (o *ServerInterface) SetConnectTo(v string)
SetConnectTo sets field value
func (*ServerInterface) SetConnectableToGlobalNetwork ¶
func (o *ServerInterface) SetConnectableToGlobalNetwork(v bool)
SetConnectableToGlobalNetwork sets field value
func (*ServerInterface) SetDevice ¶
func (o *ServerInterface) SetDevice(v string)
SetDevice sets field value
func (*ServerInterface) SetSwitchId ¶
func (o *ServerInterface) SetSwitchId(v int32)
SetSwitchId sets field value
func (ServerInterface) ToMap ¶
func (o ServerInterface) ToMap() (map[string]interface{}, error)
func (*ServerInterface) UnmarshalJSON ¶
func (o *ServerInterface) UnmarshalJSON(data []byte) (err error)
type ServerIpv4 ¶
type ServerIpv4 struct { // アドレス Address string `json:"address"` // サブネットマスク Netmask string `json:"netmask"` // ゲートウェイのアドレス Gateway string `json:"gateway"` // ネームサーバーのアドレスリスト Nameservers []string `json:"nameservers"` // 標準ホスト名 Hostname string `json:"hostname"` // 逆引きホスト名 Ptr string `json:"ptr"` }
ServerIpv4 struct for ServerIpv4
func NewServerIpv4 ¶
func NewServerIpv4(address string, netmask string, gateway string, nameservers []string, hostname string, ptr string) *ServerIpv4
NewServerIpv4 instantiates a new ServerIpv4 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 NewServerIpv4WithDefaults ¶
func NewServerIpv4WithDefaults() *ServerIpv4
NewServerIpv4WithDefaults instantiates a new ServerIpv4 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 (*ServerIpv4) GetAddress ¶
func (o *ServerIpv4) GetAddress() string
GetAddress returns the Address field value
func (*ServerIpv4) GetAddressOk ¶
func (o *ServerIpv4) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value and a boolean to check if the value has been set.
func (*ServerIpv4) GetGateway ¶
func (o *ServerIpv4) GetGateway() string
GetGateway returns the Gateway field value
func (*ServerIpv4) GetGatewayOk ¶
func (o *ServerIpv4) GetGatewayOk() (*string, bool)
GetGatewayOk returns a tuple with the Gateway field value and a boolean to check if the value has been set.
func (*ServerIpv4) GetHostname ¶
func (o *ServerIpv4) GetHostname() string
GetHostname returns the Hostname field value
func (*ServerIpv4) GetHostnameOk ¶
func (o *ServerIpv4) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.
func (*ServerIpv4) GetNameservers ¶
func (o *ServerIpv4) GetNameservers() []string
GetNameservers returns the Nameservers field value
func (*ServerIpv4) GetNameserversOk ¶
func (o *ServerIpv4) GetNameserversOk() ([]string, bool)
GetNameserversOk returns a tuple with the Nameservers field value and a boolean to check if the value has been set.
func (*ServerIpv4) GetNetmask ¶
func (o *ServerIpv4) GetNetmask() string
GetNetmask returns the Netmask field value
func (*ServerIpv4) GetNetmaskOk ¶
func (o *ServerIpv4) GetNetmaskOk() (*string, bool)
GetNetmaskOk returns a tuple with the Netmask field value and a boolean to check if the value has been set.
func (*ServerIpv4) GetPtrOk ¶
func (o *ServerIpv4) GetPtrOk() (*string, bool)
GetPtrOk returns a tuple with the Ptr field value and a boolean to check if the value has been set.
func (ServerIpv4) MarshalJSON ¶
func (o ServerIpv4) MarshalJSON() ([]byte, error)
func (*ServerIpv4) SetAddress ¶
func (o *ServerIpv4) SetAddress(v string)
SetAddress sets field value
func (*ServerIpv4) SetGateway ¶
func (o *ServerIpv4) SetGateway(v string)
SetGateway sets field value
func (*ServerIpv4) SetHostname ¶
func (o *ServerIpv4) SetHostname(v string)
SetHostname sets field value
func (*ServerIpv4) SetNameservers ¶
func (o *ServerIpv4) SetNameservers(v []string)
SetNameservers sets field value
func (*ServerIpv4) SetNetmask ¶
func (o *ServerIpv4) SetNetmask(v string)
SetNetmask sets field value
func (ServerIpv4) ToMap ¶
func (o ServerIpv4) ToMap() (map[string]interface{}, error)
func (*ServerIpv4) UnmarshalJSON ¶
func (o *ServerIpv4) UnmarshalJSON(data []byte) (err error)
type ServerIpv6 ¶
type ServerIpv6 struct { // アドレス Address NullableString `json:"address"` // プレフィックス長 Prefixlen NullableInt32 `json:"prefixlen"` // ゲートウェイのアドレス Gateway NullableString `json:"gateway"` // ネームサーバーのアドレスリスト Nameservers []string `json:"nameservers"` // 標準ホスト名 Hostname NullableString `json:"hostname"` // 逆引きホスト名 Ptr NullableString `json:"ptr"` }
ServerIpv6 struct for ServerIpv6
func NewServerIpv6 ¶
func NewServerIpv6(address NullableString, prefixlen NullableInt32, gateway NullableString, nameservers []string, hostname NullableString, ptr NullableString) *ServerIpv6
NewServerIpv6 instantiates a new ServerIpv6 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 NewServerIpv6WithDefaults ¶
func NewServerIpv6WithDefaults() *ServerIpv6
NewServerIpv6WithDefaults instantiates a new ServerIpv6 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 (*ServerIpv6) GetAddress ¶
func (o *ServerIpv6) GetAddress() string
GetAddress returns the Address field value If the value is explicit nil, the zero value for string will be returned
func (*ServerIpv6) GetAddressOk ¶
func (o *ServerIpv6) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address 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 (*ServerIpv6) GetGateway ¶
func (o *ServerIpv6) GetGateway() string
GetGateway returns the Gateway field value If the value is explicit nil, the zero value for string will be returned
func (*ServerIpv6) GetGatewayOk ¶
func (o *ServerIpv6) GetGatewayOk() (*string, bool)
GetGatewayOk returns a tuple with the Gateway 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 (*ServerIpv6) GetHostname ¶
func (o *ServerIpv6) GetHostname() string
GetHostname returns the Hostname field value If the value is explicit nil, the zero value for string will be returned
func (*ServerIpv6) GetHostnameOk ¶
func (o *ServerIpv6) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname 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 (*ServerIpv6) GetNameservers ¶
func (o *ServerIpv6) GetNameservers() []string
GetNameservers returns the Nameservers field value
func (*ServerIpv6) GetNameserversOk ¶
func (o *ServerIpv6) GetNameserversOk() ([]string, bool)
GetNameserversOk returns a tuple with the Nameservers field value and a boolean to check if the value has been set.
func (*ServerIpv6) GetPrefixlen ¶
func (o *ServerIpv6) GetPrefixlen() int32
GetPrefixlen returns the Prefixlen field value If the value is explicit nil, the zero value for int32 will be returned
func (*ServerIpv6) GetPrefixlenOk ¶
func (o *ServerIpv6) GetPrefixlenOk() (*int32, bool)
GetPrefixlenOk returns a tuple with the Prefixlen 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 (*ServerIpv6) GetPtr ¶
func (o *ServerIpv6) GetPtr() string
GetPtr returns the Ptr field value If the value is explicit nil, the zero value for string will be returned
func (*ServerIpv6) GetPtrOk ¶
func (o *ServerIpv6) GetPtrOk() (*string, bool)
GetPtrOk returns a tuple with the Ptr 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 (ServerIpv6) MarshalJSON ¶
func (o ServerIpv6) MarshalJSON() ([]byte, error)
func (*ServerIpv6) SetAddress ¶
func (o *ServerIpv6) SetAddress(v string)
SetAddress sets field value
func (*ServerIpv6) SetGateway ¶
func (o *ServerIpv6) SetGateway(v string)
SetGateway sets field value
func (*ServerIpv6) SetHostname ¶
func (o *ServerIpv6) SetHostname(v string)
SetHostname sets field value
func (*ServerIpv6) SetNameservers ¶
func (o *ServerIpv6) SetNameservers(v []string)
SetNameservers sets field value
func (*ServerIpv6) SetPrefixlen ¶
func (o *ServerIpv6) SetPrefixlen(v int32)
SetPrefixlen sets field value
func (ServerIpv6) ToMap ¶
func (o ServerIpv6) ToMap() (map[string]interface{}, error)
func (*ServerIpv6) UnmarshalJSON ¶
func (o *ServerIpv6) UnmarshalJSON(data []byte) (err error)
type ServerMonitoring ¶
type ServerMonitoring struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // 監視リソースID MonitoringResourceId string `json:"monitoring_resource_id"` // 更新ステータス * waiting 更新待ち * updating 更新中 * completed 更新完了 * error 更新エラー UpdateStatus string `json:"update_status"` Settings ServerMonitoringSettings `json:"settings"` }
ServerMonitoring struct for ServerMonitoring
func NewServerMonitoring ¶
func NewServerMonitoring(id int32, name string, description string, monitoringResourceId string, updateStatus string, settings ServerMonitoringSettings) *ServerMonitoring
NewServerMonitoring instantiates a new ServerMonitoring 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 NewServerMonitoringWithDefaults ¶
func NewServerMonitoringWithDefaults() *ServerMonitoring
NewServerMonitoringWithDefaults instantiates a new ServerMonitoring 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 (*ServerMonitoring) GetDescription ¶
func (o *ServerMonitoring) GetDescription() string
GetDescription returns the Description field value
func (*ServerMonitoring) GetDescriptionOk ¶
func (o *ServerMonitoring) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ServerMonitoring) GetId ¶
func (o *ServerMonitoring) GetId() int32
GetId returns the Id field value
func (*ServerMonitoring) GetIdOk ¶
func (o *ServerMonitoring) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ServerMonitoring) GetMonitoringResourceId ¶
func (o *ServerMonitoring) GetMonitoringResourceId() string
GetMonitoringResourceId returns the MonitoringResourceId field value
func (*ServerMonitoring) GetMonitoringResourceIdOk ¶
func (o *ServerMonitoring) GetMonitoringResourceIdOk() (*string, bool)
GetMonitoringResourceIdOk returns a tuple with the MonitoringResourceId field value and a boolean to check if the value has been set.
func (*ServerMonitoring) GetName ¶
func (o *ServerMonitoring) GetName() string
GetName returns the Name field value
func (*ServerMonitoring) GetNameOk ¶
func (o *ServerMonitoring) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ServerMonitoring) GetSettings ¶
func (o *ServerMonitoring) GetSettings() ServerMonitoringSettings
GetSettings returns the Settings field value
func (*ServerMonitoring) GetSettingsOk ¶
func (o *ServerMonitoring) GetSettingsOk() (*ServerMonitoringSettings, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (*ServerMonitoring) GetUpdateStatus ¶
func (o *ServerMonitoring) GetUpdateStatus() string
GetUpdateStatus returns the UpdateStatus field value
func (*ServerMonitoring) GetUpdateStatusOk ¶
func (o *ServerMonitoring) GetUpdateStatusOk() (*string, bool)
GetUpdateStatusOk returns a tuple with the UpdateStatus field value and a boolean to check if the value has been set.
func (ServerMonitoring) MarshalJSON ¶
func (o ServerMonitoring) MarshalJSON() ([]byte, error)
func (*ServerMonitoring) SetDescription ¶
func (o *ServerMonitoring) SetDescription(v string)
SetDescription sets field value
func (*ServerMonitoring) SetMonitoringResourceId ¶
func (o *ServerMonitoring) SetMonitoringResourceId(v string)
SetMonitoringResourceId sets field value
func (*ServerMonitoring) SetName ¶
func (o *ServerMonitoring) SetName(v string)
SetName sets field value
func (*ServerMonitoring) SetSettings ¶
func (o *ServerMonitoring) SetSettings(v ServerMonitoringSettings)
SetSettings sets field value
func (*ServerMonitoring) SetUpdateStatus ¶
func (o *ServerMonitoring) SetUpdateStatus(v string)
SetUpdateStatus sets field value
func (ServerMonitoring) ToMap ¶
func (o ServerMonitoring) ToMap() (map[string]interface{}, error)
func (*ServerMonitoring) UnmarshalJSON ¶
func (o *ServerMonitoring) UnmarshalJSON(data []byte) (err error)
type ServerMonitoringHealth ¶
type ServerMonitoringHealth struct { // 最終監視日時 LastCheckedAt NullableTime `json:"last_checked_at"` // ステータス * healthy 正常 * unhealthy 異常 Status NullableString `json:"status"` // 最終ステータス変更日時 LastStatusChangedAt NullableTime `json:"last_status_changed_at"` }
ServerMonitoringHealth struct for ServerMonitoringHealth
func NewServerMonitoringHealth ¶
func NewServerMonitoringHealth(lastCheckedAt NullableTime, status NullableString, lastStatusChangedAt NullableTime) *ServerMonitoringHealth
NewServerMonitoringHealth instantiates a new ServerMonitoringHealth 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 NewServerMonitoringHealthWithDefaults ¶
func NewServerMonitoringHealthWithDefaults() *ServerMonitoringHealth
NewServerMonitoringHealthWithDefaults instantiates a new ServerMonitoringHealth 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 (*ServerMonitoringHealth) GetLastCheckedAt ¶
func (o *ServerMonitoringHealth) GetLastCheckedAt() time.Time
GetLastCheckedAt returns the LastCheckedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ServerMonitoringHealth) GetLastCheckedAtOk ¶
func (o *ServerMonitoringHealth) GetLastCheckedAtOk() (*time.Time, bool)
GetLastCheckedAtOk returns a tuple with the LastCheckedAt 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 (*ServerMonitoringHealth) GetLastStatusChangedAt ¶
func (o *ServerMonitoringHealth) GetLastStatusChangedAt() time.Time
GetLastStatusChangedAt returns the LastStatusChangedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*ServerMonitoringHealth) GetLastStatusChangedAtOk ¶
func (o *ServerMonitoringHealth) GetLastStatusChangedAtOk() (*time.Time, bool)
GetLastStatusChangedAtOk returns a tuple with the LastStatusChangedAt 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 (*ServerMonitoringHealth) GetStatus ¶
func (o *ServerMonitoringHealth) GetStatus() string
GetStatus returns the Status field value If the value is explicit nil, the zero value for string will be returned
func (*ServerMonitoringHealth) GetStatusOk ¶
func (o *ServerMonitoringHealth) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status 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 (ServerMonitoringHealth) MarshalJSON ¶
func (o ServerMonitoringHealth) MarshalJSON() ([]byte, error)
func (*ServerMonitoringHealth) SetLastCheckedAt ¶
func (o *ServerMonitoringHealth) SetLastCheckedAt(v time.Time)
SetLastCheckedAt sets field value
func (*ServerMonitoringHealth) SetLastStatusChangedAt ¶
func (o *ServerMonitoringHealth) SetLastStatusChangedAt(v time.Time)
SetLastStatusChangedAt sets field value
func (*ServerMonitoringHealth) SetStatus ¶
func (o *ServerMonitoringHealth) SetStatus(v string)
SetStatus sets field value
func (ServerMonitoringHealth) ToMap ¶
func (o ServerMonitoringHealth) ToMap() (map[string]interface{}, error)
func (*ServerMonitoringHealth) UnmarshalJSON ¶
func (o *ServerMonitoringHealth) UnmarshalJSON(data []byte) (err error)
type ServerMonitoringSettings ¶
type ServerMonitoringSettings struct { // 監視のON/OFF * true 監視ON * false 監視OFF Enabled bool `json:"enabled"` HealthCheck ServerMonitoringSettingsHealthCheck `json:"health_check"` Notification ServerMonitoringSettingsNotification `json:"notification"` }
ServerMonitoringSettings struct for ServerMonitoringSettings
func NewServerMonitoringSettings ¶
func NewServerMonitoringSettings(enabled bool, healthCheck ServerMonitoringSettingsHealthCheck, notification ServerMonitoringSettingsNotification) *ServerMonitoringSettings
NewServerMonitoringSettings instantiates a new ServerMonitoringSettings 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 NewServerMonitoringSettingsWithDefaults ¶
func NewServerMonitoringSettingsWithDefaults() *ServerMonitoringSettings
NewServerMonitoringSettingsWithDefaults instantiates a new ServerMonitoringSettings 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 (*ServerMonitoringSettings) GetEnabled ¶
func (o *ServerMonitoringSettings) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ServerMonitoringSettings) GetEnabledOk ¶
func (o *ServerMonitoringSettings) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettings) GetHealthCheck ¶
func (o *ServerMonitoringSettings) GetHealthCheck() ServerMonitoringSettingsHealthCheck
GetHealthCheck returns the HealthCheck field value
func (*ServerMonitoringSettings) GetHealthCheckOk ¶
func (o *ServerMonitoringSettings) GetHealthCheckOk() (*ServerMonitoringSettingsHealthCheck, bool)
GetHealthCheckOk returns a tuple with the HealthCheck field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettings) GetNotification ¶
func (o *ServerMonitoringSettings) GetNotification() ServerMonitoringSettingsNotification
GetNotification returns the Notification field value
func (*ServerMonitoringSettings) GetNotificationOk ¶
func (o *ServerMonitoringSettings) GetNotificationOk() (*ServerMonitoringSettingsNotification, bool)
GetNotificationOk returns a tuple with the Notification field value and a boolean to check if the value has been set.
func (ServerMonitoringSettings) MarshalJSON ¶
func (o ServerMonitoringSettings) MarshalJSON() ([]byte, error)
func (*ServerMonitoringSettings) SetEnabled ¶
func (o *ServerMonitoringSettings) SetEnabled(v bool)
SetEnabled sets field value
func (*ServerMonitoringSettings) SetHealthCheck ¶
func (o *ServerMonitoringSettings) SetHealthCheck(v ServerMonitoringSettingsHealthCheck)
SetHealthCheck sets field value
func (*ServerMonitoringSettings) SetNotification ¶
func (o *ServerMonitoringSettings) SetNotification(v ServerMonitoringSettingsNotification)
SetNotification sets field value
func (ServerMonitoringSettings) ToMap ¶
func (o ServerMonitoringSettings) ToMap() (map[string]interface{}, error)
func (*ServerMonitoringSettings) UnmarshalJSON ¶
func (o *ServerMonitoringSettings) UnmarshalJSON(data []byte) (err error)
type ServerMonitoringSettingsHealthCheck ¶
type ServerMonitoringSettingsHealthCheck struct { HealthCheckHttp *HealthCheckHttp HealthCheckHttps *HealthCheckHttps HealthCheckPing *HealthCheckPing HealthCheckPop3 *HealthCheckPop3 HealthCheckSmtp *HealthCheckSmtp HealthCheckSsh *HealthCheckSsh HealthCheckTcp *HealthCheckTcp }
ServerMonitoringSettingsHealthCheck - struct for ServerMonitoringSettingsHealthCheck
func HealthCheckHttpAsServerMonitoringSettingsHealthCheck ¶
func HealthCheckHttpAsServerMonitoringSettingsHealthCheck(v *HealthCheckHttp) ServerMonitoringSettingsHealthCheck
HealthCheckHttpAsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckHttp wrapped in ServerMonitoringSettingsHealthCheck
func HealthCheckHttpsAsServerMonitoringSettingsHealthCheck ¶
func HealthCheckHttpsAsServerMonitoringSettingsHealthCheck(v *HealthCheckHttps) ServerMonitoringSettingsHealthCheck
HealthCheckHttpsAsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckHttps wrapped in ServerMonitoringSettingsHealthCheck
func HealthCheckPingAsServerMonitoringSettingsHealthCheck ¶
func HealthCheckPingAsServerMonitoringSettingsHealthCheck(v *HealthCheckPing) ServerMonitoringSettingsHealthCheck
HealthCheckPingAsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckPing wrapped in ServerMonitoringSettingsHealthCheck
func HealthCheckPop3AsServerMonitoringSettingsHealthCheck ¶
func HealthCheckPop3AsServerMonitoringSettingsHealthCheck(v *HealthCheckPop3) ServerMonitoringSettingsHealthCheck
HealthCheckPop3AsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckPop3 wrapped in ServerMonitoringSettingsHealthCheck
func HealthCheckSmtpAsServerMonitoringSettingsHealthCheck ¶
func HealthCheckSmtpAsServerMonitoringSettingsHealthCheck(v *HealthCheckSmtp) ServerMonitoringSettingsHealthCheck
HealthCheckSmtpAsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckSmtp wrapped in ServerMonitoringSettingsHealthCheck
func HealthCheckSshAsServerMonitoringSettingsHealthCheck ¶
func HealthCheckSshAsServerMonitoringSettingsHealthCheck(v *HealthCheckSsh) ServerMonitoringSettingsHealthCheck
HealthCheckSshAsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckSsh wrapped in ServerMonitoringSettingsHealthCheck
func HealthCheckTcpAsServerMonitoringSettingsHealthCheck ¶
func HealthCheckTcpAsServerMonitoringSettingsHealthCheck(v *HealthCheckTcp) ServerMonitoringSettingsHealthCheck
HealthCheckTcpAsServerMonitoringSettingsHealthCheck is a convenience function that returns HealthCheckTcp wrapped in ServerMonitoringSettingsHealthCheck
func (*ServerMonitoringSettingsHealthCheck) GetActualInstance ¶
func (obj *ServerMonitoringSettingsHealthCheck) GetActualInstance() interface{}
Get the actual instance
func (ServerMonitoringSettingsHealthCheck) GetActualInstanceValue ¶ added in v0.4.510
func (obj ServerMonitoringSettingsHealthCheck) GetActualInstanceValue() interface{}
Get the actual instance value
func (ServerMonitoringSettingsHealthCheck) MarshalJSON ¶
func (src ServerMonitoringSettingsHealthCheck) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServerMonitoringSettingsHealthCheck) UnmarshalJSON ¶
func (dst *ServerMonitoringSettingsHealthCheck) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ServerMonitoringSettingsNotification ¶
type ServerMonitoringSettingsNotification struct { Email ServerMonitoringSettingsNotificationEmail `json:"email"` IncomingWebhook ServerMonitoringSettingsNotificationIncomingWebhook `json:"incoming_webhook"` // 再通知間隔(時間) IntervalHours int32 `json:"interval_hours"` }
ServerMonitoringSettingsNotification struct for ServerMonitoringSettingsNotification
func NewServerMonitoringSettingsNotification ¶
func NewServerMonitoringSettingsNotification(email ServerMonitoringSettingsNotificationEmail, incomingWebhook ServerMonitoringSettingsNotificationIncomingWebhook, intervalHours int32) *ServerMonitoringSettingsNotification
NewServerMonitoringSettingsNotification instantiates a new ServerMonitoringSettingsNotification 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 NewServerMonitoringSettingsNotificationWithDefaults ¶
func NewServerMonitoringSettingsNotificationWithDefaults() *ServerMonitoringSettingsNotification
NewServerMonitoringSettingsNotificationWithDefaults instantiates a new ServerMonitoringSettingsNotification 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 (*ServerMonitoringSettingsNotification) GetEmail ¶
func (o *ServerMonitoringSettingsNotification) GetEmail() ServerMonitoringSettingsNotificationEmail
GetEmail returns the Email field value
func (*ServerMonitoringSettingsNotification) GetEmailOk ¶
func (o *ServerMonitoringSettingsNotification) GetEmailOk() (*ServerMonitoringSettingsNotificationEmail, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettingsNotification) GetIncomingWebhook ¶
func (o *ServerMonitoringSettingsNotification) GetIncomingWebhook() ServerMonitoringSettingsNotificationIncomingWebhook
GetIncomingWebhook returns the IncomingWebhook field value
func (*ServerMonitoringSettingsNotification) GetIncomingWebhookOk ¶
func (o *ServerMonitoringSettingsNotification) GetIncomingWebhookOk() (*ServerMonitoringSettingsNotificationIncomingWebhook, bool)
GetIncomingWebhookOk returns a tuple with the IncomingWebhook field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettingsNotification) GetIntervalHours ¶
func (o *ServerMonitoringSettingsNotification) GetIntervalHours() int32
GetIntervalHours returns the IntervalHours field value
func (*ServerMonitoringSettingsNotification) GetIntervalHoursOk ¶
func (o *ServerMonitoringSettingsNotification) GetIntervalHoursOk() (*int32, bool)
GetIntervalHoursOk returns a tuple with the IntervalHours field value and a boolean to check if the value has been set.
func (ServerMonitoringSettingsNotification) MarshalJSON ¶
func (o ServerMonitoringSettingsNotification) MarshalJSON() ([]byte, error)
func (*ServerMonitoringSettingsNotification) SetEmail ¶
func (o *ServerMonitoringSettingsNotification) SetEmail(v ServerMonitoringSettingsNotificationEmail)
SetEmail sets field value
func (*ServerMonitoringSettingsNotification) SetIncomingWebhook ¶
func (o *ServerMonitoringSettingsNotification) SetIncomingWebhook(v ServerMonitoringSettingsNotificationIncomingWebhook)
SetIncomingWebhook sets field value
func (*ServerMonitoringSettingsNotification) SetIntervalHours ¶
func (o *ServerMonitoringSettingsNotification) SetIntervalHours(v int32)
SetIntervalHours sets field value
func (ServerMonitoringSettingsNotification) ToMap ¶
func (o ServerMonitoringSettingsNotification) ToMap() (map[string]interface{}, error)
func (*ServerMonitoringSettingsNotification) UnmarshalJSON ¶
func (o *ServerMonitoringSettingsNotification) UnmarshalJSON(data []byte) (err error)
type ServerMonitoringSettingsNotificationEmail ¶
type ServerMonitoringSettingsNotificationEmail struct { // 通知のON/OFF * true 通知ON * false 通知OFF Enabled bool `json:"enabled"` }
ServerMonitoringSettingsNotificationEmail emailでの通知の設定。会員情報に登録されているメールアドレス宛に送信されます。
func NewServerMonitoringSettingsNotificationEmail ¶
func NewServerMonitoringSettingsNotificationEmail(enabled bool) *ServerMonitoringSettingsNotificationEmail
NewServerMonitoringSettingsNotificationEmail instantiates a new ServerMonitoringSettingsNotificationEmail 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 NewServerMonitoringSettingsNotificationEmailWithDefaults ¶
func NewServerMonitoringSettingsNotificationEmailWithDefaults() *ServerMonitoringSettingsNotificationEmail
NewServerMonitoringSettingsNotificationEmailWithDefaults instantiates a new ServerMonitoringSettingsNotificationEmail 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 (*ServerMonitoringSettingsNotificationEmail) GetEnabled ¶
func (o *ServerMonitoringSettingsNotificationEmail) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ServerMonitoringSettingsNotificationEmail) GetEnabledOk ¶
func (o *ServerMonitoringSettingsNotificationEmail) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (ServerMonitoringSettingsNotificationEmail) MarshalJSON ¶
func (o ServerMonitoringSettingsNotificationEmail) MarshalJSON() ([]byte, error)
func (*ServerMonitoringSettingsNotificationEmail) SetEnabled ¶
func (o *ServerMonitoringSettingsNotificationEmail) SetEnabled(v bool)
SetEnabled sets field value
func (ServerMonitoringSettingsNotificationEmail) ToMap ¶
func (o ServerMonitoringSettingsNotificationEmail) ToMap() (map[string]interface{}, error)
func (*ServerMonitoringSettingsNotificationEmail) UnmarshalJSON ¶
func (o *ServerMonitoringSettingsNotificationEmail) UnmarshalJSON(data []byte) (err error)
type ServerMonitoringSettingsNotificationIncomingWebhook ¶
type ServerMonitoringSettingsNotificationIncomingWebhook struct { // 通知のON/OFF * true 通知ON * false 通知OFF Enabled bool `json:"enabled"` // 通知先のWebhooksURL。 Slack、Discord、Microsoft TeamsのIncoming WebHooksにのみ対応しています。 指定できるURLは各サービスのWebhook URL(https://hooks.slack.com/services/_* など)の形式に制限されています。 Discordの場合は[Slack互換のWebhook URL](https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook)を指定してください。 WebhooksUrl NullableString `json:"webhooks_url"` // slackのteam name。VPSコントロールパネルの「Slackと自動で連携をする」を利用した場合に設定されます。 SlackTeamName string `json:"slack_team_name"` // slackのchannel name。VPSコントロールパネルの「Slackと自動で連携をする」を利用した場合に設定されます。 SlackChannelName string `json:"slack_channel_name"` }
ServerMonitoringSettingsNotificationIncomingWebhook incoming webhookでの通知の設定
func NewServerMonitoringSettingsNotificationIncomingWebhook ¶
func NewServerMonitoringSettingsNotificationIncomingWebhook(enabled bool, webhooksUrl NullableString, slackTeamName string, slackChannelName string) *ServerMonitoringSettingsNotificationIncomingWebhook
NewServerMonitoringSettingsNotificationIncomingWebhook instantiates a new ServerMonitoringSettingsNotificationIncomingWebhook 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 NewServerMonitoringSettingsNotificationIncomingWebhookWithDefaults ¶
func NewServerMonitoringSettingsNotificationIncomingWebhookWithDefaults() *ServerMonitoringSettingsNotificationIncomingWebhook
NewServerMonitoringSettingsNotificationIncomingWebhookWithDefaults instantiates a new ServerMonitoringSettingsNotificationIncomingWebhook 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 (*ServerMonitoringSettingsNotificationIncomingWebhook) GetEnabled ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetEnabled() bool
GetEnabled returns the Enabled field value
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetEnabledOk ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackChannelName ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackChannelName() string
GetSlackChannelName returns the SlackChannelName field value
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackChannelNameOk ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackChannelNameOk() (*string, bool)
GetSlackChannelNameOk returns a tuple with the SlackChannelName field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackTeamName ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackTeamName() string
GetSlackTeamName returns the SlackTeamName field value
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackTeamNameOk ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetSlackTeamNameOk() (*string, bool)
GetSlackTeamNameOk returns a tuple with the SlackTeamName field value and a boolean to check if the value has been set.
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetWebhooksUrl ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetWebhooksUrl() string
GetWebhooksUrl returns the WebhooksUrl field value If the value is explicit nil, the zero value for string will be returned
func (*ServerMonitoringSettingsNotificationIncomingWebhook) GetWebhooksUrlOk ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) GetWebhooksUrlOk() (*string, bool)
GetWebhooksUrlOk returns a tuple with the WebhooksUrl 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 (ServerMonitoringSettingsNotificationIncomingWebhook) MarshalJSON ¶
func (o ServerMonitoringSettingsNotificationIncomingWebhook) MarshalJSON() ([]byte, error)
func (*ServerMonitoringSettingsNotificationIncomingWebhook) SetEnabled ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetEnabled(v bool)
SetEnabled sets field value
func (*ServerMonitoringSettingsNotificationIncomingWebhook) SetSlackChannelName ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetSlackChannelName(v string)
SetSlackChannelName sets field value
func (*ServerMonitoringSettingsNotificationIncomingWebhook) SetSlackTeamName ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetSlackTeamName(v string)
SetSlackTeamName sets field value
func (*ServerMonitoringSettingsNotificationIncomingWebhook) SetWebhooksUrl ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) SetWebhooksUrl(v string)
SetWebhooksUrl sets field value
func (ServerMonitoringSettingsNotificationIncomingWebhook) ToMap ¶
func (o ServerMonitoringSettingsNotificationIncomingWebhook) ToMap() (map[string]interface{}, error)
func (*ServerMonitoringSettingsNotificationIncomingWebhook) UnmarshalJSON ¶
func (o *ServerMonitoringSettingsNotificationIncomingWebhook) UnmarshalJSON(data []byte) (err error)
type ServerPowerStatus ¶
type ServerPowerStatus struct { // 電源ステータス * power_on 電源ON * in_shutdown シャットダウン中 * power_off 電源OFF * installing OSインストール中 * in_scaleup スケールアップ中 * migration サーバー移行作業中 * unknown 不明(電源状態を取得できない) Status string `json:"status"` }
ServerPowerStatus struct for ServerPowerStatus
func NewServerPowerStatus ¶
func NewServerPowerStatus(status string) *ServerPowerStatus
NewServerPowerStatus instantiates a new ServerPowerStatus 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 NewServerPowerStatusWithDefaults ¶
func NewServerPowerStatusWithDefaults() *ServerPowerStatus
NewServerPowerStatusWithDefaults instantiates a new ServerPowerStatus 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 (*ServerPowerStatus) GetStatus ¶
func (o *ServerPowerStatus) GetStatus() string
GetStatus returns the Status field value
func (*ServerPowerStatus) GetStatusOk ¶
func (o *ServerPowerStatus) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ServerPowerStatus) MarshalJSON ¶
func (o ServerPowerStatus) MarshalJSON() ([]byte, error)
func (*ServerPowerStatus) SetStatus ¶
func (o *ServerPowerStatus) SetStatus(v string)
SetStatus sets field value
func (ServerPowerStatus) ToMap ¶
func (o ServerPowerStatus) ToMap() (map[string]interface{}, error)
func (*ServerPowerStatus) UnmarshalJSON ¶
func (o *ServerPowerStatus) UnmarshalJSON(data []byte) (err error)
type ServerStorageInner ¶
type ServerStorageInner struct { // ポート番号 Port int32 `json:"port"` // 種別 Type string `json:"type"` // ストレージ容量(GiB) SizeGibibytes int32 `json:"size_gibibytes"` }
ServerStorageInner struct for ServerStorageInner
func NewServerStorageInner ¶
func NewServerStorageInner(port int32, type_ string, sizeGibibytes int32) *ServerStorageInner
NewServerStorageInner instantiates a new ServerStorageInner 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 NewServerStorageInnerWithDefaults ¶
func NewServerStorageInnerWithDefaults() *ServerStorageInner
NewServerStorageInnerWithDefaults instantiates a new ServerStorageInner 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 (*ServerStorageInner) GetPort ¶
func (o *ServerStorageInner) GetPort() int32
GetPort returns the Port field value
func (*ServerStorageInner) GetPortOk ¶
func (o *ServerStorageInner) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value and a boolean to check if the value has been set.
func (*ServerStorageInner) GetSizeGibibytes ¶
func (o *ServerStorageInner) GetSizeGibibytes() int32
GetSizeGibibytes returns the SizeGibibytes field value
func (*ServerStorageInner) GetSizeGibibytesOk ¶
func (o *ServerStorageInner) GetSizeGibibytesOk() (*int32, bool)
GetSizeGibibytesOk returns a tuple with the SizeGibibytes field value and a boolean to check if the value has been set.
func (*ServerStorageInner) GetType ¶
func (o *ServerStorageInner) GetType() string
GetType returns the Type field value
func (*ServerStorageInner) GetTypeOk ¶
func (o *ServerStorageInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ServerStorageInner) MarshalJSON ¶
func (o ServerStorageInner) MarshalJSON() ([]byte, error)
func (*ServerStorageInner) SetPort ¶
func (o *ServerStorageInner) SetPort(v int32)
SetPort sets field value
func (*ServerStorageInner) SetSizeGibibytes ¶
func (o *ServerStorageInner) SetSizeGibibytes(v int32)
SetSizeGibibytes sets field value
func (*ServerStorageInner) SetType ¶
func (o *ServerStorageInner) SetType(v string)
SetType sets field value
func (ServerStorageInner) ToMap ¶
func (o ServerStorageInner) ToMap() (map[string]interface{}, error)
func (*ServerStorageInner) UnmarshalJSON ¶
func (o *ServerStorageInner) UnmarshalJSON(data []byte) (err error)
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServerZone ¶
type ServerZone struct { // ゾーンコード * tk1 東京第1 * tk2 東京第2 * tk3 東京第3 * os1 大阪第1 * os2 大阪第2 * os3 大阪第3 * is1 石狩第1 Code string `json:"code"` // ゾーン名称 Name string `json:"name"` }
ServerZone ゾーン情報
func NewServerZone ¶
func NewServerZone(code string, name string) *ServerZone
NewServerZone instantiates a new ServerZone 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 NewServerZoneWithDefaults ¶
func NewServerZoneWithDefaults() *ServerZone
NewServerZoneWithDefaults instantiates a new ServerZone 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 (*ServerZone) GetCode ¶
func (o *ServerZone) GetCode() string
GetCode returns the Code field value
func (*ServerZone) GetCodeOk ¶
func (o *ServerZone) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*ServerZone) GetName ¶
func (o *ServerZone) GetName() string
GetName returns the Name field value
func (*ServerZone) GetNameOk ¶
func (o *ServerZone) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ServerZone) MarshalJSON ¶
func (o ServerZone) MarshalJSON() ([]byte, error)
func (ServerZone) ToMap ¶
func (o ServerZone) ToMap() (map[string]interface{}, error)
func (*ServerZone) UnmarshalJSON ¶
func (o *ServerZone) UnmarshalJSON(data []byte) (err error)
type Switch ¶
type Switch struct { // id Id int32 `json:"id"` // 名前 Name string `json:"name"` // 説明 Description string `json:"description"` // スイッチコード SwitchCode string `json:"switch_code"` Zone SwitchZone `json:"zone"` // 接続されているサーバーのインターフェースid ServerInterfaces []int32 `json:"server_interfaces"` // 接続されている追加ストレージ(NFS)のインターフェースid NfsServerInterfaces []int32 `json:"nfs_server_interfaces"` ExternalConnection NullableSwitchExternalConnection `json:"external_connection"` }
Switch struct for Switch
func NewSwitch ¶
func NewSwitch(id int32, name string, description string, switchCode string, zone SwitchZone, serverInterfaces []int32, nfsServerInterfaces []int32, externalConnection NullableSwitchExternalConnection) *Switch
NewSwitch instantiates a new Switch 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 NewSwitchWithDefaults ¶
func NewSwitchWithDefaults() *Switch
NewSwitchWithDefaults instantiates a new Switch 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 (*Switch) GetDescription ¶
GetDescription returns the Description field value
func (*Switch) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*Switch) GetExternalConnection ¶
func (o *Switch) GetExternalConnection() SwitchExternalConnection
GetExternalConnection returns the ExternalConnection field value If the value is explicit nil, the zero value for SwitchExternalConnection will be returned
func (*Switch) GetExternalConnectionOk ¶
func (o *Switch) GetExternalConnectionOk() (*SwitchExternalConnection, bool)
GetExternalConnectionOk returns a tuple with the ExternalConnection 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 (*Switch) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Switch) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Switch) GetNfsServerInterfaces ¶
GetNfsServerInterfaces returns the NfsServerInterfaces field value
func (*Switch) GetNfsServerInterfacesOk ¶
GetNfsServerInterfacesOk returns a tuple with the NfsServerInterfaces field value and a boolean to check if the value has been set.
func (*Switch) GetServerInterfaces ¶
GetServerInterfaces returns the ServerInterfaces field value
func (*Switch) GetServerInterfacesOk ¶
GetServerInterfacesOk returns a tuple with the ServerInterfaces field value and a boolean to check if the value has been set.
func (*Switch) GetSwitchCode ¶
GetSwitchCode returns the SwitchCode field value
func (*Switch) GetSwitchCodeOk ¶
GetSwitchCodeOk returns a tuple with the SwitchCode field value and a boolean to check if the value has been set.
func (*Switch) GetZoneOk ¶
func (o *Switch) GetZoneOk() (*SwitchZone, bool)
GetZoneOk returns a tuple with the Zone field value and a boolean to check if the value has been set.
func (Switch) MarshalJSON ¶
func (*Switch) SetDescription ¶
SetDescription sets field value
func (*Switch) SetExternalConnection ¶
func (o *Switch) SetExternalConnection(v SwitchExternalConnection)
SetExternalConnection sets field value
func (*Switch) SetNfsServerInterfaces ¶
SetNfsServerInterfaces sets field value
func (*Switch) SetServerInterfaces ¶
SetServerInterfaces sets field value
func (*Switch) SetSwitchCode ¶
SetSwitchCode sets field value
func (*Switch) UnmarshalJSON ¶
type SwitchAPIService ¶
type SwitchAPIService service
SwitchAPIService SwitchAPI service
func (*SwitchAPIService) DeleteSwitch ¶
func (a *SwitchAPIService) DeleteSwitch(ctx context.Context, switchId int32) ApiDeleteSwitchRequest
DeleteSwitch スイッチを削除する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param switchId スイッチID @return ApiDeleteSwitchRequest
func (*SwitchAPIService) DeleteSwitchExecute ¶
func (a *SwitchAPIService) DeleteSwitchExecute(r ApiDeleteSwitchRequest) (*http.Response, error)
Execute executes the request
func (*SwitchAPIService) GetSwitch ¶
func (a *SwitchAPIService) GetSwitch(ctx context.Context, switchId int32) ApiGetSwitchRequest
GetSwitch スイッチ情報を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param switchId スイッチID @return ApiGetSwitchRequest
func (*SwitchAPIService) GetSwitchExecute ¶
func (a *SwitchAPIService) GetSwitchExecute(r ApiGetSwitchRequest) (*Switch, *http.Response, error)
Execute executes the request
@return Switch
func (*SwitchAPIService) GetSwitchList ¶
func (a *SwitchAPIService) GetSwitchList(ctx context.Context) ApiGetSwitchListRequest
GetSwitchList スイッチ情報一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetSwitchListRequest
func (*SwitchAPIService) GetSwitchListExecute ¶
func (a *SwitchAPIService) GetSwitchListExecute(r ApiGetSwitchListRequest) (*GetSwitchList200Response, *http.Response, error)
Execute executes the request
@return GetSwitchList200Response
func (*SwitchAPIService) PostSwitch ¶
func (a *SwitchAPIService) PostSwitch(ctx context.Context) ApiPostSwitchRequest
PostSwitch スイッチを作成する
同一ゾーン内で作成可能なスイッチ数は最大20です
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiPostSwitchRequest
func (*SwitchAPIService) PostSwitchExecute ¶
func (a *SwitchAPIService) PostSwitchExecute(r ApiPostSwitchRequest) (*PostSwitch201Response, *http.Response, error)
Execute executes the request
@return PostSwitch201Response
func (*SwitchAPIService) PutSwitch ¶
func (a *SwitchAPIService) PutSwitch(ctx context.Context, switchId int32) ApiPutSwitchRequest
PutSwitch スイッチ情報を更新する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param switchId スイッチID @return ApiPutSwitchRequest
func (*SwitchAPIService) PutSwitchExecute ¶
func (a *SwitchAPIService) PutSwitchExecute(r ApiPutSwitchRequest) (*Switch, *http.Response, error)
Execute executes the request
@return Switch
type SwitchExternalConnection ¶
type SwitchExternalConnection struct { // サービスコード ServiceCode string `json:"service_code"` // 外部接続方式 Type string `json:"type"` Services []SwitchExternalConnectionServicesInner `json:"services"` }
SwitchExternalConnection 接続されている外部接続の情報
func NewSwitchExternalConnection ¶
func NewSwitchExternalConnection(serviceCode string, type_ string, services []SwitchExternalConnectionServicesInner) *SwitchExternalConnection
NewSwitchExternalConnection instantiates a new SwitchExternalConnection 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 NewSwitchExternalConnectionWithDefaults ¶
func NewSwitchExternalConnectionWithDefaults() *SwitchExternalConnection
NewSwitchExternalConnectionWithDefaults instantiates a new SwitchExternalConnection 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 (*SwitchExternalConnection) GetServiceCode ¶
func (o *SwitchExternalConnection) GetServiceCode() string
GetServiceCode returns the ServiceCode field value
func (*SwitchExternalConnection) GetServiceCodeOk ¶
func (o *SwitchExternalConnection) GetServiceCodeOk() (*string, bool)
GetServiceCodeOk returns a tuple with the ServiceCode field value and a boolean to check if the value has been set.
func (*SwitchExternalConnection) GetServices ¶
func (o *SwitchExternalConnection) GetServices() []SwitchExternalConnectionServicesInner
GetServices returns the Services field value
func (*SwitchExternalConnection) GetServicesOk ¶
func (o *SwitchExternalConnection) GetServicesOk() ([]SwitchExternalConnectionServicesInner, bool)
GetServicesOk returns a tuple with the Services field value and a boolean to check if the value has been set.
func (*SwitchExternalConnection) GetType ¶
func (o *SwitchExternalConnection) GetType() string
GetType returns the Type field value
func (*SwitchExternalConnection) GetTypeOk ¶
func (o *SwitchExternalConnection) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (SwitchExternalConnection) MarshalJSON ¶
func (o SwitchExternalConnection) MarshalJSON() ([]byte, error)
func (*SwitchExternalConnection) SetServiceCode ¶
func (o *SwitchExternalConnection) SetServiceCode(v string)
SetServiceCode sets field value
func (*SwitchExternalConnection) SetServices ¶
func (o *SwitchExternalConnection) SetServices(v []SwitchExternalConnectionServicesInner)
SetServices sets field value
func (*SwitchExternalConnection) SetType ¶
func (o *SwitchExternalConnection) SetType(v string)
SetType sets field value
func (SwitchExternalConnection) ToMap ¶
func (o SwitchExternalConnection) ToMap() (map[string]interface{}, error)
func (*SwitchExternalConnection) UnmarshalJSON ¶
func (o *SwitchExternalConnection) UnmarshalJSON(data []byte) (err error)
type SwitchExternalConnectionServicesInner ¶
type SwitchExternalConnectionServicesInner struct { // サービスカテゴリー ServiceCategory string `json:"service_category"` // サービス名 ServiceName string `json:"service_name"` // スイッチコード SwitchCode string `json:"switch_code"` }
SwitchExternalConnectionServicesInner struct for SwitchExternalConnectionServicesInner
func NewSwitchExternalConnectionServicesInner ¶
func NewSwitchExternalConnectionServicesInner(serviceCategory string, serviceName string, switchCode string) *SwitchExternalConnectionServicesInner
NewSwitchExternalConnectionServicesInner instantiates a new SwitchExternalConnectionServicesInner 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 NewSwitchExternalConnectionServicesInnerWithDefaults ¶
func NewSwitchExternalConnectionServicesInnerWithDefaults() *SwitchExternalConnectionServicesInner
NewSwitchExternalConnectionServicesInnerWithDefaults instantiates a new SwitchExternalConnectionServicesInner 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 (*SwitchExternalConnectionServicesInner) GetServiceCategory ¶
func (o *SwitchExternalConnectionServicesInner) GetServiceCategory() string
GetServiceCategory returns the ServiceCategory field value
func (*SwitchExternalConnectionServicesInner) GetServiceCategoryOk ¶
func (o *SwitchExternalConnectionServicesInner) GetServiceCategoryOk() (*string, bool)
GetServiceCategoryOk returns a tuple with the ServiceCategory field value and a boolean to check if the value has been set.
func (*SwitchExternalConnectionServicesInner) GetServiceName ¶
func (o *SwitchExternalConnectionServicesInner) GetServiceName() string
GetServiceName returns the ServiceName field value
func (*SwitchExternalConnectionServicesInner) GetServiceNameOk ¶
func (o *SwitchExternalConnectionServicesInner) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*SwitchExternalConnectionServicesInner) GetSwitchCode ¶
func (o *SwitchExternalConnectionServicesInner) GetSwitchCode() string
GetSwitchCode returns the SwitchCode field value
func (*SwitchExternalConnectionServicesInner) GetSwitchCodeOk ¶
func (o *SwitchExternalConnectionServicesInner) GetSwitchCodeOk() (*string, bool)
GetSwitchCodeOk returns a tuple with the SwitchCode field value and a boolean to check if the value has been set.
func (SwitchExternalConnectionServicesInner) MarshalJSON ¶
func (o SwitchExternalConnectionServicesInner) MarshalJSON() ([]byte, error)
func (*SwitchExternalConnectionServicesInner) SetServiceCategory ¶
func (o *SwitchExternalConnectionServicesInner) SetServiceCategory(v string)
SetServiceCategory sets field value
func (*SwitchExternalConnectionServicesInner) SetServiceName ¶
func (o *SwitchExternalConnectionServicesInner) SetServiceName(v string)
SetServiceName sets field value
func (*SwitchExternalConnectionServicesInner) SetSwitchCode ¶
func (o *SwitchExternalConnectionServicesInner) SetSwitchCode(v string)
SetSwitchCode sets field value
func (SwitchExternalConnectionServicesInner) ToMap ¶
func (o SwitchExternalConnectionServicesInner) ToMap() (map[string]interface{}, error)
func (*SwitchExternalConnectionServicesInner) UnmarshalJSON ¶
func (o *SwitchExternalConnectionServicesInner) UnmarshalJSON(data []byte) (err error)
type SwitchZone ¶
type SwitchZone struct { // ゾーンコード * tk1 東京第1 * tk2 東京第2 * tk3 東京第3 * os1 大阪第1 * os2 大阪第2 * os3 大阪第3 * is1 石狩第1 Code string `json:"code"` // ゾーン名称 Name string `json:"name"` }
SwitchZone ゾーン情報
func NewSwitchZone ¶
func NewSwitchZone(code string, name string) *SwitchZone
NewSwitchZone instantiates a new SwitchZone 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 NewSwitchZoneWithDefaults ¶
func NewSwitchZoneWithDefaults() *SwitchZone
NewSwitchZoneWithDefaults instantiates a new SwitchZone 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 (*SwitchZone) GetCode ¶
func (o *SwitchZone) GetCode() string
GetCode returns the Code field value
func (*SwitchZone) GetCodeOk ¶
func (o *SwitchZone) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*SwitchZone) GetName ¶
func (o *SwitchZone) GetName() string
GetName returns the Name field value
func (*SwitchZone) GetNameOk ¶
func (o *SwitchZone) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (SwitchZone) MarshalJSON ¶
func (o SwitchZone) MarshalJSON() ([]byte, error)
func (SwitchZone) ToMap ¶
func (o SwitchZone) ToMap() (map[string]interface{}, error)
func (*SwitchZone) UnmarshalJSON ¶
func (o *SwitchZone) UnmarshalJSON(data []byte) (err error)
type Zone ¶
type Zone struct { // id Id int32 `json:"id"` // ゾーンコード * tk1 東京第1 * tk2 東京第2 * tk3 東京第3 * os1 大阪第1 * os2 大阪第2 * os3 大阪第3 * is1 石狩第1 Code string `json:"code"` // ゾーン名称 Name string `json:"name"` // ローカルネットワーク接続が可能かどうか CanUseLocal bool `json:"can_use_local"` // ハイブリッド接続が利用可能かどうか CanUseHybrid bool `json:"can_use_hybrid"` }
Zone struct for Zone
func NewZone ¶
NewZone instantiates a new Zone 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 NewZoneWithDefaults ¶
func NewZoneWithDefaults() *Zone
NewZoneWithDefaults instantiates a new Zone 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 (*Zone) GetCanUseHybrid ¶
GetCanUseHybrid returns the CanUseHybrid field value
func (*Zone) GetCanUseHybridOk ¶
GetCanUseHybridOk returns a tuple with the CanUseHybrid field value and a boolean to check if the value has been set.
func (*Zone) GetCanUseLocal ¶
GetCanUseLocal returns the CanUseLocal field value
func (*Zone) GetCanUseLocalOk ¶
GetCanUseLocalOk returns a tuple with the CanUseLocal field value and a boolean to check if the value has been set.
func (*Zone) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*Zone) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Zone) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (Zone) MarshalJSON ¶
func (*Zone) SetCanUseHybrid ¶
SetCanUseHybrid sets field value
func (*Zone) UnmarshalJSON ¶
type ZoneAPIService ¶
type ZoneAPIService service
ZoneAPIService ZoneAPI service
func (*ZoneAPIService) GetZoneList ¶
func (a *ZoneAPIService) GetZoneList(ctx context.Context) ApiGetZoneListRequest
GetZoneList ゾーン情報一覧を取得する
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetZoneListRequest
func (*ZoneAPIService) GetZoneListExecute ¶
func (a *ZoneAPIService) GetZoneListExecute(r ApiGetZoneListRequest) (*GetZoneList200Response, *http.Response, error)
Execute executes the request
@return GetZoneList200Response
Source Files
¶
- api_api_key.go
- api_disc.go
- api_nfs_server.go
- api_server.go
- api_switch.go
- api_zone.go
- client.go
- configuration.go
- model_api_key.go
- model_disc.go
- model_get_api_key_list_200_response.go
- model_get_disc_list_200_response.go
- model_get_nfs_server_list_200_response.go
- model_get_permission_list_200_response.go
- model_get_role_list_200_response.go
- model_get_server_interface_list_200_response.go
- model_get_server_list_200_response.go
- model_get_server_list_401_response.go
- model_get_server_list_403_response.go
- model_get_server_monitoring_list_200_response.go
- model_get_server_video_device_200_response.go
- model_get_switch_list_200_response.go
- model_get_zone_list_200_response.go
- model_health_check_http.go
- model_health_check_http_base.go
- model_health_check_https.go
- model_health_check_ping.go
- model_health_check_pop3.go
- model_health_check_smtp.go
- model_health_check_ssh.go
- model_health_check_tcp.go
- model_invalid_parameter_detail_inner.go
- model_keymap.go
- model_limitation.go
- model_nfs_server.go
- model_nfs_server_contract.go
- model_nfs_server_interface.go
- model_nfs_server_ipv4.go
- model_nfs_server_power_status.go
- model_nfs_server_storage_inner.go
- model_nfs_storage_info.go
- model_pagination.go
- model_permission.go
- model_post_nfs_server_change_ipv4_request.go
- model_post_server_mount_disc_request.go
- model_post_server_shutdown_request.go
- model_post_switch_201_response.go
- model_post_switch_201_response_zone.go
- model_post_switch_request.go
- model_problem_details400.go
- model_problem_details400_errors.go
- model_problem_details404.go
- model_problem_details409.go
- model_problem_details429.go
- model_problem_details503.go
- model_put_server_ipv4_ptr_200_response.go
- model_put_server_ipv4_ptr_request.go
- model_put_server_request.go
- model_put_server_video_device_request.go
- model_role.go
- model_role_allowed_resources.go
- model_server.go
- model_server_contract.go
- model_server_interface.go
- model_server_ipv4.go
- model_server_ipv6.go
- model_server_monitoring.go
- model_server_monitoring_health.go
- model_server_monitoring_settings.go
- model_server_monitoring_settings_health_check.go
- model_server_monitoring_settings_notification.go
- model_server_monitoring_settings_notification_email.go
- model_server_monitoring_settings_notification_incoming_webhook.go
- model_server_power_status.go
- model_server_storage_inner.go
- model_server_zone.go
- model_switch.go
- model_switch_external_connection.go
- model_switch_external_connection_services_inner.go
- model_switch_zone.go
- model_zone.go
- response.go
- utils.go