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 ApiAPIExportInput
- func (o *ApiAPIExportInput) GetSafe() bool
- func (o *ApiAPIExportInput) GetSafeOk() (*bool, bool)
- func (o *ApiAPIExportInput) HasSafe() bool
- func (o ApiAPIExportInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIExportInput) SetSafe(v bool)
- func (o ApiAPIExportInput) ToMap() (map[string]interface{}, error)
- type ApiAPIExportOutput
- func (o *ApiAPIExportOutput) GetEntries() []ApiAPITransportEntry
- func (o *ApiAPIExportOutput) GetEntriesOk() ([]ApiAPITransportEntry, bool)
- func (o *ApiAPIExportOutput) HasEntries() bool
- func (o ApiAPIExportOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIExportOutput) SetEntries(v []ApiAPITransportEntry)
- func (o ApiAPIExportOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIImportInput
- func (o *ApiAPIImportInput) GetEntries() []ApiAPITransportEntry
- func (o *ApiAPIImportInput) GetEntriesOk() ([]ApiAPITransportEntry, bool)
- func (o *ApiAPIImportInput) HasEntries() bool
- func (o ApiAPIImportInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIImportInput) SetEntries(v []ApiAPITransportEntry)
- func (o ApiAPIImportInput) ToMap() (map[string]interface{}, error)
- type ApiAPILogMessage
- func (o *ApiAPILogMessage) GetLevel() string
- func (o *ApiAPILogMessage) GetLevelOk() (*string, bool)
- func (o *ApiAPILogMessage) GetLogger() string
- func (o *ApiAPILogMessage) GetLoggerOk() (*string, bool)
- func (o *ApiAPILogMessage) GetMessage() string
- func (o *ApiAPILogMessage) GetMessageOk() (*string, bool)
- func (o *ApiAPILogMessage) GetNode() string
- func (o *ApiAPILogMessage) GetNodeOk() (*string, bool)
- func (o *ApiAPILogMessage) GetTime() time.Time
- func (o *ApiAPILogMessage) GetTimeOk() (*time.Time, bool)
- func (o *ApiAPILogMessage) HasLevel() bool
- func (o *ApiAPILogMessage) HasLogger() bool
- func (o *ApiAPILogMessage) HasMessage() bool
- func (o *ApiAPILogMessage) HasNode() bool
- func (o *ApiAPILogMessage) HasTime() bool
- func (o ApiAPILogMessage) MarshalJSON() ([]byte, error)
- func (o *ApiAPILogMessage) SetLevel(v string)
- func (o *ApiAPILogMessage) SetLogger(v string)
- func (o *ApiAPILogMessage) SetMessage(v string)
- func (o *ApiAPILogMessage) SetNode(v string)
- func (o *ApiAPILogMessage) SetTime(v time.Time)
- func (o ApiAPILogMessage) ToMap() (map[string]interface{}, error)
- type ApiAPILogMessages
- func (o *ApiAPILogMessages) GetMessages() []ApiAPILogMessage
- func (o *ApiAPILogMessages) GetMessagesOk() ([]ApiAPILogMessage, bool)
- func (o *ApiAPILogMessages) HasMessages() bool
- func (o ApiAPILogMessages) MarshalJSON() ([]byte, error)
- func (o *ApiAPILogMessages) SetMessages(v []ApiAPILogMessage)
- func (o ApiAPILogMessages) ToMap() (map[string]interface{}, error)
- type ApiAPIMember
- func (o *ApiAPIMember) GetId() int32
- func (o *ApiAPIMember) GetIdOk() (*int32, bool)
- func (o *ApiAPIMember) GetName() string
- func (o *ApiAPIMember) GetNameOk() (*string, bool)
- func (o *ApiAPIMember) HasId() bool
- func (o *ApiAPIMember) HasName() bool
- func (o ApiAPIMember) MarshalJSON() ([]byte, error)
- func (o *ApiAPIMember) SetId(v int32)
- func (o *ApiAPIMember) SetName(v string)
- func (o ApiAPIMember) ToMap() (map[string]interface{}, error)
- type ApiAPIMemberJoinInput
- func (o *ApiAPIMemberJoinInput) GetIdentifier() string
- func (o *ApiAPIMemberJoinInput) GetIdentifierOk() (*string, bool)
- func (o *ApiAPIMemberJoinInput) GetPeer() string
- func (o *ApiAPIMemberJoinInput) GetPeerOk() (*string, bool)
- func (o *ApiAPIMemberJoinInput) GetRoles() string
- func (o *ApiAPIMemberJoinInput) GetRolesOk() (*string, bool)
- func (o *ApiAPIMemberJoinInput) HasIdentifier() bool
- func (o *ApiAPIMemberJoinInput) HasPeer() bool
- func (o *ApiAPIMemberJoinInput) HasRoles() bool
- func (o ApiAPIMemberJoinInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIMemberJoinInput) SetIdentifier(v string)
- func (o *ApiAPIMemberJoinInput) SetPeer(v string)
- func (o *ApiAPIMemberJoinInput) SetRoles(v string)
- func (o ApiAPIMemberJoinInput) ToMap() (map[string]interface{}, error)
- type ApiAPIMemberJoinOutput
- func (o *ApiAPIMemberJoinOutput) GetEtcdInitialCluster() string
- func (o *ApiAPIMemberJoinOutput) GetEtcdInitialClusterOk() (*string, bool)
- func (o *ApiAPIMemberJoinOutput) HasEtcdInitialCluster() bool
- func (o ApiAPIMemberJoinOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIMemberJoinOutput) SetEtcdInitialCluster(v string)
- func (o ApiAPIMemberJoinOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIMembersOutput
- func (o *ApiAPIMembersOutput) GetMembers() []ApiAPIMember
- func (o *ApiAPIMembersOutput) GetMembersOk() ([]ApiAPIMember, bool)
- func (o *ApiAPIMembersOutput) HasMembers() bool
- func (o ApiAPIMembersOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIMembersOutput) SetMembers(v []ApiAPIMember)
- func (o ApiAPIMembersOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIRoleConfigInput
- func (o *ApiAPIRoleConfigInput) GetConfig() ApiRoleConfig
- func (o *ApiAPIRoleConfigInput) GetConfigOk() (*ApiRoleConfig, bool)
- func (o ApiAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIRoleConfigInput) SetConfig(v ApiRoleConfig)
- func (o ApiAPIRoleConfigInput) ToMap() (map[string]interface{}, error)
- type ApiAPIRoleConfigOutput
- func (o *ApiAPIRoleConfigOutput) GetConfig() ApiRoleConfig
- func (o *ApiAPIRoleConfigOutput) GetConfigOk() (*ApiRoleConfig, bool)
- func (o ApiAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIRoleConfigOutput) SetConfig(v ApiRoleConfig)
- func (o ApiAPIRoleConfigOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolPingInput
- func (o *ApiAPIToolPingInput) GetHost() string
- func (o *ApiAPIToolPingInput) GetHostOk() (*string, bool)
- func (o *ApiAPIToolPingInput) HasHost() bool
- func (o ApiAPIToolPingInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolPingInput) SetHost(v string)
- func (o ApiAPIToolPingInput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolPingOutput
- func (o *ApiAPIToolPingOutput) GetAvgRtt() int32
- func (o *ApiAPIToolPingOutput) GetAvgRttOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) GetMaxRtt() int32
- func (o *ApiAPIToolPingOutput) GetMaxRttOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) GetMinRtt() int32
- func (o *ApiAPIToolPingOutput) GetMinRttOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) GetPacketLoss() float32
- func (o *ApiAPIToolPingOutput) GetPacketLossOk() (*float32, bool)
- func (o *ApiAPIToolPingOutput) GetPacketsRecv() int32
- func (o *ApiAPIToolPingOutput) GetPacketsRecvDuplicates() int32
- func (o *ApiAPIToolPingOutput) GetPacketsRecvDuplicatesOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) GetPacketsRecvOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) GetPacketsSent() int32
- func (o *ApiAPIToolPingOutput) GetPacketsSentOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) GetStdDevRtt() int32
- func (o *ApiAPIToolPingOutput) GetStdDevRttOk() (*int32, bool)
- func (o *ApiAPIToolPingOutput) HasAvgRtt() bool
- func (o *ApiAPIToolPingOutput) HasMaxRtt() bool
- func (o *ApiAPIToolPingOutput) HasMinRtt() bool
- func (o *ApiAPIToolPingOutput) HasPacketLoss() bool
- func (o *ApiAPIToolPingOutput) HasPacketsRecv() bool
- func (o *ApiAPIToolPingOutput) HasPacketsRecvDuplicates() bool
- func (o *ApiAPIToolPingOutput) HasPacketsSent() bool
- func (o *ApiAPIToolPingOutput) HasStdDevRtt() bool
- func (o ApiAPIToolPingOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolPingOutput) SetAvgRtt(v int32)
- func (o *ApiAPIToolPingOutput) SetMaxRtt(v int32)
- func (o *ApiAPIToolPingOutput) SetMinRtt(v int32)
- func (o *ApiAPIToolPingOutput) SetPacketLoss(v float32)
- func (o *ApiAPIToolPingOutput) SetPacketsRecv(v int32)
- func (o *ApiAPIToolPingOutput) SetPacketsRecvDuplicates(v int32)
- func (o *ApiAPIToolPingOutput) SetPacketsSent(v int32)
- func (o *ApiAPIToolPingOutput) SetStdDevRtt(v int32)
- func (o ApiAPIToolPingOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolPortmapInput
- func (o *ApiAPIToolPortmapInput) GetHost() string
- func (o *ApiAPIToolPortmapInput) GetHostOk() (*string, bool)
- func (o *ApiAPIToolPortmapInput) HasHost() bool
- func (o ApiAPIToolPortmapInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolPortmapInput) SetHost(v string)
- func (o ApiAPIToolPortmapInput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolPortmapOutput
- func (o *ApiAPIToolPortmapOutput) GetPorts() []ApiAPIToolPortmapOutputPort
- func (o *ApiAPIToolPortmapOutput) GetPortsOk() ([]ApiAPIToolPortmapOutputPort, bool)
- func (o *ApiAPIToolPortmapOutput) HasPorts() bool
- func (o ApiAPIToolPortmapOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolPortmapOutput) SetPorts(v []ApiAPIToolPortmapOutputPort)
- func (o ApiAPIToolPortmapOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolPortmapOutputPort
- func (o *ApiAPIToolPortmapOutputPort) GetName() string
- func (o *ApiAPIToolPortmapOutputPort) GetNameOk() (*string, bool)
- func (o *ApiAPIToolPortmapOutputPort) GetPort() int32
- func (o *ApiAPIToolPortmapOutputPort) GetPortOk() (*int32, bool)
- func (o *ApiAPIToolPortmapOutputPort) GetProtocol() string
- func (o *ApiAPIToolPortmapOutputPort) GetProtocolOk() (*string, bool)
- func (o *ApiAPIToolPortmapOutputPort) GetReason() string
- func (o *ApiAPIToolPortmapOutputPort) GetReasonOk() (*string, bool)
- func (o *ApiAPIToolPortmapOutputPort) HasName() bool
- func (o *ApiAPIToolPortmapOutputPort) HasPort() bool
- func (o *ApiAPIToolPortmapOutputPort) HasProtocol() bool
- func (o *ApiAPIToolPortmapOutputPort) HasReason() bool
- func (o ApiAPIToolPortmapOutputPort) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolPortmapOutputPort) SetName(v string)
- func (o *ApiAPIToolPortmapOutputPort) SetPort(v int32)
- func (o *ApiAPIToolPortmapOutputPort) SetProtocol(v string)
- func (o *ApiAPIToolPortmapOutputPort) SetReason(v string)
- func (o ApiAPIToolPortmapOutputPort) ToMap() (map[string]interface{}, error)
- type ApiAPIToolTracerouteInput
- func (o *ApiAPIToolTracerouteInput) GetHost() string
- func (o *ApiAPIToolTracerouteInput) GetHostOk() (*string, bool)
- func (o *ApiAPIToolTracerouteInput) HasHost() bool
- func (o ApiAPIToolTracerouteInput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolTracerouteInput) SetHost(v string)
- func (o ApiAPIToolTracerouteInput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolTracerouteOutput
- func (o *ApiAPIToolTracerouteOutput) GetHops() []ApiAPIToolTracerouteOutputHop
- func (o *ApiAPIToolTracerouteOutput) GetHopsOk() ([]ApiAPIToolTracerouteOutputHop, bool)
- func (o *ApiAPIToolTracerouteOutput) HasHops() bool
- func (o ApiAPIToolTracerouteOutput) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolTracerouteOutput) SetHops(v []ApiAPIToolTracerouteOutputHop)
- func (o ApiAPIToolTracerouteOutput) ToMap() (map[string]interface{}, error)
- type ApiAPIToolTracerouteOutputHop
- func (o *ApiAPIToolTracerouteOutputHop) GetAddress() string
- func (o *ApiAPIToolTracerouteOutputHop) GetAddressOk() (*string, bool)
- func (o *ApiAPIToolTracerouteOutputHop) GetElapsedTime() int32
- func (o *ApiAPIToolTracerouteOutputHop) GetElapsedTimeOk() (*int32, bool)
- func (o *ApiAPIToolTracerouteOutputHop) GetSuccess() bool
- func (o *ApiAPIToolTracerouteOutputHop) GetSuccessOk() (*bool, bool)
- func (o *ApiAPIToolTracerouteOutputHop) HasAddress() bool
- func (o *ApiAPIToolTracerouteOutputHop) HasElapsedTime() bool
- func (o *ApiAPIToolTracerouteOutputHop) HasSuccess() bool
- func (o ApiAPIToolTracerouteOutputHop) MarshalJSON() ([]byte, error)
- func (o *ApiAPIToolTracerouteOutputHop) SetAddress(v string)
- func (o *ApiAPIToolTracerouteOutputHop) SetElapsedTime(v int32)
- func (o *ApiAPIToolTracerouteOutputHop) SetSuccess(v bool)
- func (o ApiAPIToolTracerouteOutputHop) ToMap() (map[string]interface{}, error)
- type ApiAPITransportEntry
- func (o *ApiAPITransportEntry) GetKey() string
- func (o *ApiAPITransportEntry) GetKeyOk() (*string, bool)
- func (o *ApiAPITransportEntry) GetValue() string
- func (o *ApiAPITransportEntry) GetValueOk() (*string, bool)
- func (o *ApiAPITransportEntry) HasKey() bool
- func (o *ApiAPITransportEntry) HasValue() bool
- func (o ApiAPITransportEntry) MarshalJSON() ([]byte, error)
- func (o *ApiAPITransportEntry) SetKey(v string)
- func (o *ApiAPITransportEntry) SetValue(v string)
- func (o ApiAPITransportEntry) ToMap() (map[string]interface{}, error)
- type ApiApiAuthConfigRequest
- type ApiApiDeleteTokensRequest
- type ApiApiDeleteUsersRequest
- type ApiApiExportRequest
- type ApiApiGetLogMessagesRequest
- type ApiApiGetMembersRequest
- type ApiApiGetRoleConfigRequest
- type ApiApiGetTokensRequest
- type ApiApiGetUsersRequest
- type ApiApiImportRequest
- type ApiApiLoginUserRequest
- type ApiApiPutRoleConfigRequest
- type ApiApiPutTokensRequest
- type ApiApiPutUsersRequest
- type ApiApiUsersMeRequest
- type ApiBackupGetRoleConfigRequest
- type ApiBackupPutRoleConfigRequest
- type ApiBackupStartRequest
- type ApiBackupStatusRequest
- type ApiClusterGetClusterInfoRequest
- type ApiClusterGetInstanceInfoRequest
- type ApiClusterInstanceRoleRestartRequest
- type ApiDhcpDeleteLeasesRequest
- type ApiDhcpDeleteScopesRequest
- type ApiDhcpGetLeasesRequest
- type ApiDhcpGetRoleConfigRequest
- type ApiDhcpGetScopesRequest
- type ApiDhcpImportScopesRequest
- func (r ApiDhcpImportScopesRequest) DhcpAPIScopesImportInput(dhcpAPIScopesImportInput DhcpAPIScopesImportInput) ApiDhcpImportScopesRequest
- func (r ApiDhcpImportScopesRequest) Execute() (*DhcpAPIScopesImportOutput, *http.Response, error)
- func (r ApiDhcpImportScopesRequest) Scope(scope string) ApiDhcpImportScopesRequest
- type ApiDhcpPutLeasesRequest
- func (r ApiDhcpPutLeasesRequest) DhcpAPILeasesPutInput(dhcpAPILeasesPutInput DhcpAPILeasesPutInput) ApiDhcpPutLeasesRequest
- func (r ApiDhcpPutLeasesRequest) Execute() (*http.Response, error)
- func (r ApiDhcpPutLeasesRequest) Identifier(identifier string) ApiDhcpPutLeasesRequest
- func (r ApiDhcpPutLeasesRequest) Scope(scope string) ApiDhcpPutLeasesRequest
- type ApiDhcpPutRoleConfigRequest
- type ApiDhcpPutScopesRequest
- type ApiDhcpWolLeasesRequest
- type ApiDiscoveryApplyDeviceRequest
- func (r ApiDiscoveryApplyDeviceRequest) DiscoveryAPIDevicesApplyInput(discoveryAPIDevicesApplyInput DiscoveryAPIDevicesApplyInput) ApiDiscoveryApplyDeviceRequest
- func (r ApiDiscoveryApplyDeviceRequest) Execute() (*http.Response, error)
- func (r ApiDiscoveryApplyDeviceRequest) Identifier(identifier string) ApiDiscoveryApplyDeviceRequest
- type ApiDiscoveryDeleteDevicesRequest
- type ApiDiscoveryDeleteSubnetsRequest
- type ApiDiscoveryGetDevicesRequest
- type ApiDiscoveryGetRoleConfigRequest
- type ApiDiscoveryGetSubnetsRequest
- type ApiDiscoveryPutRoleConfigRequest
- type ApiDiscoveryPutSubnetsRequest
- func (r ApiDiscoveryPutSubnetsRequest) DiscoveryAPISubnetsPutInput(discoveryAPISubnetsPutInput DiscoveryAPISubnetsPutInput) ApiDiscoveryPutSubnetsRequest
- func (r ApiDiscoveryPutSubnetsRequest) Execute() (*http.Response, error)
- func (r ApiDiscoveryPutSubnetsRequest) Identifier(identifier string) ApiDiscoveryPutSubnetsRequest
- type ApiDiscoverySubnetStartRequest
- type ApiDnsDeleteRecordsRequest
- func (r ApiDnsDeleteRecordsRequest) Execute() (*http.Response, error)
- func (r ApiDnsDeleteRecordsRequest) Hostname(hostname string) ApiDnsDeleteRecordsRequest
- func (r ApiDnsDeleteRecordsRequest) Type_(type_ string) ApiDnsDeleteRecordsRequest
- func (r ApiDnsDeleteRecordsRequest) Uid(uid string) ApiDnsDeleteRecordsRequest
- func (r ApiDnsDeleteRecordsRequest) Zone(zone string) ApiDnsDeleteRecordsRequest
- type ApiDnsDeleteZonesRequest
- type ApiDnsGetRecordsRequest
- func (r ApiDnsGetRecordsRequest) Execute() (*DnsAPIRecordsGetOutput, *http.Response, error)
- func (r ApiDnsGetRecordsRequest) Hostname(hostname string) ApiDnsGetRecordsRequest
- func (r ApiDnsGetRecordsRequest) Type_(type_ string) ApiDnsGetRecordsRequest
- func (r ApiDnsGetRecordsRequest) Uid(uid string) ApiDnsGetRecordsRequest
- func (r ApiDnsGetRecordsRequest) Zone(zone string) ApiDnsGetRecordsRequest
- type ApiDnsGetRoleConfigRequest
- type ApiDnsGetZonesRequest
- type ApiDnsImportZonesRequest
- type ApiDnsPutRecordsRequest
- func (r ApiDnsPutRecordsRequest) DnsAPIRecordsPutInput(dnsAPIRecordsPutInput DnsAPIRecordsPutInput) ApiDnsPutRecordsRequest
- func (r ApiDnsPutRecordsRequest) Execute() (*http.Response, error)
- func (r ApiDnsPutRecordsRequest) Hostname(hostname string) ApiDnsPutRecordsRequest
- func (r ApiDnsPutRecordsRequest) Uid(uid string) ApiDnsPutRecordsRequest
- func (r ApiDnsPutRecordsRequest) Zone(zone string) ApiDnsPutRecordsRequest
- type ApiDnsPutRoleConfigRequest
- type ApiDnsPutZonesRequest
- type ApiEtcdJoinMemberRequest
- type ApiMonitoringGetRoleConfigRequest
- type ApiMonitoringPutRoleConfigRequest
- type ApiRoleConfig
- func (o *ApiRoleConfig) GetCookieSecret() string
- func (o *ApiRoleConfig) GetCookieSecretOk() (*string, bool)
- func (o *ApiRoleConfig) GetListenOverride() string
- func (o *ApiRoleConfig) GetListenOverrideOk() (*string, bool)
- func (o *ApiRoleConfig) GetOidc() TypesOIDCConfig
- func (o *ApiRoleConfig) GetOidcOk() (*TypesOIDCConfig, bool)
- func (o *ApiRoleConfig) GetPort() int32
- func (o *ApiRoleConfig) GetPortOk() (*int32, bool)
- func (o *ApiRoleConfig) GetSessionDuration() string
- func (o *ApiRoleConfig) GetSessionDurationOk() (*string, bool)
- func (o *ApiRoleConfig) HasCookieSecret() bool
- func (o *ApiRoleConfig) HasListenOverride() bool
- func (o *ApiRoleConfig) HasOidc() bool
- func (o *ApiRoleConfig) HasPort() bool
- func (o *ApiRoleConfig) HasSessionDuration() bool
- func (o ApiRoleConfig) MarshalJSON() ([]byte, error)
- func (o *ApiRoleConfig) SetCookieSecret(v string)
- func (o *ApiRoleConfig) SetListenOverride(v string)
- func (o *ApiRoleConfig) SetOidc(v TypesOIDCConfig)
- func (o *ApiRoleConfig) SetPort(v int32)
- func (o *ApiRoleConfig) SetSessionDuration(v string)
- func (o ApiRoleConfig) ToMap() (map[string]interface{}, error)
- type ApiTftpDeleteFilesRequest
- type ApiTftpDownloadFilesRequest
- type ApiTftpGetFilesRequest
- type ApiTftpGetRoleConfigRequest
- type ApiTftpPutFilesRequest
- type ApiTftpPutRoleConfigRequest
- type ApiToolsPingRequest
- type ApiToolsPortmapRequest
- type ApiToolsTracerouteRequest
- type ApiTsdbGetMetricsRequest
- func (r ApiTsdbGetMetricsRequest) Category(category string) ApiTsdbGetMetricsRequest
- func (r ApiTsdbGetMetricsRequest) Execute() (*TypesAPIMetricsGetOutput, *http.Response, error)
- func (r ApiTsdbGetMetricsRequest) ExtraKeys(extraKeys []string) ApiTsdbGetMetricsRequest
- func (r ApiTsdbGetMetricsRequest) Node(node string) ApiTsdbGetMetricsRequest
- func (r ApiTsdbGetMetricsRequest) Role(role TypesAPIMetricsRole) ApiTsdbGetMetricsRequest
- func (r ApiTsdbGetMetricsRequest) Since(since time.Time) ApiTsdbGetMetricsRequest
- type ApiTsdbGetRoleConfigRequest
- type ApiTsdbPutRoleConfigRequest
- type AuthAPIConfigOutput
- func (o *AuthAPIConfigOutput) GetBool() bool
- func (o *AuthAPIConfigOutput) GetBoolOk() (*bool, bool)
- func (o *AuthAPIConfigOutput) GetOidc() bool
- func (o *AuthAPIConfigOutput) GetOidcOk() (*bool, bool)
- func (o *AuthAPIConfigOutput) HasBool() bool
- func (o *AuthAPIConfigOutput) HasOidc() bool
- func (o AuthAPIConfigOutput) MarshalJSON() ([]byte, error)
- func (o *AuthAPIConfigOutput) SetBool(v bool)
- func (o *AuthAPIConfigOutput) SetOidc(v bool)
- func (o AuthAPIConfigOutput) ToMap() (map[string]interface{}, error)
- type AuthAPILoginInput
- func (o *AuthAPILoginInput) GetPassword() string
- func (o *AuthAPILoginInput) GetPasswordOk() (*string, bool)
- func (o *AuthAPILoginInput) GetUsername() string
- func (o *AuthAPILoginInput) GetUsernameOk() (*string, bool)
- func (o *AuthAPILoginInput) HasPassword() bool
- func (o *AuthAPILoginInput) HasUsername() bool
- func (o AuthAPILoginInput) MarshalJSON() ([]byte, error)
- func (o *AuthAPILoginInput) SetPassword(v string)
- func (o *AuthAPILoginInput) SetUsername(v string)
- func (o AuthAPILoginInput) ToMap() (map[string]interface{}, error)
- type AuthAPILoginOutput
- func (o *AuthAPILoginOutput) GetSuccessful() bool
- func (o *AuthAPILoginOutput) GetSuccessfulOk() (*bool, bool)
- func (o *AuthAPILoginOutput) HasSuccessful() bool
- func (o AuthAPILoginOutput) MarshalJSON() ([]byte, error)
- func (o *AuthAPILoginOutput) SetSuccessful(v bool)
- func (o AuthAPILoginOutput) ToMap() (map[string]interface{}, error)
- type AuthAPIMeOutput
- func (o *AuthAPIMeOutput) GetAuthenticated() bool
- func (o *AuthAPIMeOutput) GetAuthenticatedOk() (*bool, bool)
- func (o *AuthAPIMeOutput) GetPermissions() []AuthPermission
- func (o *AuthAPIMeOutput) GetPermissionsOk() ([]AuthPermission, bool)
- func (o *AuthAPIMeOutput) GetUsername() string
- func (o *AuthAPIMeOutput) GetUsernameOk() (*string, bool)
- func (o AuthAPIMeOutput) MarshalJSON() ([]byte, error)
- func (o *AuthAPIMeOutput) SetAuthenticated(v bool)
- func (o *AuthAPIMeOutput) SetPermissions(v []AuthPermission)
- func (o *AuthAPIMeOutput) SetUsername(v string)
- func (o AuthAPIMeOutput) ToMap() (map[string]interface{}, error)
- type AuthAPIToken
- func (o *AuthAPIToken) GetKey() string
- func (o *AuthAPIToken) GetKeyOk() (*string, bool)
- func (o *AuthAPIToken) GetUsername() string
- func (o *AuthAPIToken) GetUsernameOk() (*string, bool)
- func (o AuthAPIToken) MarshalJSON() ([]byte, error)
- func (o *AuthAPIToken) SetKey(v string)
- func (o *AuthAPIToken) SetUsername(v string)
- func (o AuthAPIToken) ToMap() (map[string]interface{}, error)
- type AuthAPITokensGetOutput
- func (o *AuthAPITokensGetOutput) GetTokens() []AuthAPIToken
- func (o *AuthAPITokensGetOutput) GetTokensOk() ([]AuthAPIToken, bool)
- func (o AuthAPITokensGetOutput) MarshalJSON() ([]byte, error)
- func (o *AuthAPITokensGetOutput) SetTokens(v []AuthAPIToken)
- func (o AuthAPITokensGetOutput) ToMap() (map[string]interface{}, error)
- type AuthAPITokensPutOutput
- type AuthAPIUser
- func (o *AuthAPIUser) GetPermissions() []AuthPermission
- func (o *AuthAPIUser) GetPermissionsOk() ([]AuthPermission, bool)
- func (o *AuthAPIUser) GetUsername() string
- func (o *AuthAPIUser) GetUsernameOk() (*string, bool)
- func (o AuthAPIUser) MarshalJSON() ([]byte, error)
- func (o *AuthAPIUser) SetPermissions(v []AuthPermission)
- func (o *AuthAPIUser) SetUsername(v string)
- func (o AuthAPIUser) ToMap() (map[string]interface{}, error)
- type AuthAPIUsersGetOutput
- func (o *AuthAPIUsersGetOutput) GetUsers() []AuthAPIUser
- func (o *AuthAPIUsersGetOutput) GetUsersOk() ([]AuthAPIUser, bool)
- func (o AuthAPIUsersGetOutput) MarshalJSON() ([]byte, error)
- func (o *AuthAPIUsersGetOutput) SetUsers(v []AuthAPIUser)
- func (o AuthAPIUsersGetOutput) ToMap() (map[string]interface{}, error)
- type AuthAPIUsersPutInput
- func (o *AuthAPIUsersPutInput) GetPassword() string
- func (o *AuthAPIUsersPutInput) GetPasswordOk() (*string, bool)
- func (o *AuthAPIUsersPutInput) GetPermissions() []AuthPermission
- func (o *AuthAPIUsersPutInput) GetPermissionsOk() ([]AuthPermission, bool)
- func (o AuthAPIUsersPutInput) MarshalJSON() ([]byte, error)
- func (o *AuthAPIUsersPutInput) SetPassword(v string)
- func (o *AuthAPIUsersPutInput) SetPermissions(v []AuthPermission)
- func (o AuthAPIUsersPutInput) ToMap() (map[string]interface{}, error)
- type AuthPermission
- func (o *AuthPermission) GetMethods() []string
- func (o *AuthPermission) GetMethodsOk() ([]string, bool)
- func (o *AuthPermission) GetPath() string
- func (o *AuthPermission) GetPathOk() (*string, bool)
- func (o *AuthPermission) HasMethods() bool
- func (o *AuthPermission) HasPath() bool
- func (o AuthPermission) MarshalJSON() ([]byte, error)
- func (o *AuthPermission) SetMethods(v []string)
- func (o *AuthPermission) SetPath(v string)
- func (o AuthPermission) ToMap() (map[string]interface{}, error)
- type BackupAPIBackupStatus
- func (o *BackupAPIBackupStatus) GetDuration() int32
- func (o *BackupAPIBackupStatus) GetDurationOk() (*int32, bool)
- func (o *BackupAPIBackupStatus) GetError() string
- func (o *BackupAPIBackupStatus) GetErrorOk() (*string, bool)
- func (o *BackupAPIBackupStatus) GetFilename() string
- func (o *BackupAPIBackupStatus) GetFilenameOk() (*string, bool)
- func (o *BackupAPIBackupStatus) GetNode() string
- func (o *BackupAPIBackupStatus) GetNodeOk() (*string, bool)
- func (o *BackupAPIBackupStatus) GetSize() int32
- func (o *BackupAPIBackupStatus) GetSizeOk() (*int32, bool)
- func (o *BackupAPIBackupStatus) GetStatus() string
- func (o *BackupAPIBackupStatus) GetStatusOk() (*string, bool)
- func (o *BackupAPIBackupStatus) GetTime() time.Time
- func (o *BackupAPIBackupStatus) GetTimeOk() (*time.Time, bool)
- func (o *BackupAPIBackupStatus) HasNode() bool
- func (o BackupAPIBackupStatus) MarshalJSON() ([]byte, error)
- func (o *BackupAPIBackupStatus) SetDuration(v int32)
- func (o *BackupAPIBackupStatus) SetError(v string)
- func (o *BackupAPIBackupStatus) SetFilename(v string)
- func (o *BackupAPIBackupStatus) SetNode(v string)
- func (o *BackupAPIBackupStatus) SetSize(v int32)
- func (o *BackupAPIBackupStatus) SetStatus(v string)
- func (o *BackupAPIBackupStatus) SetTime(v time.Time)
- func (o BackupAPIBackupStatus) ToMap() (map[string]interface{}, error)
- type BackupAPIBackupStatusOutput
- func (o *BackupAPIBackupStatusOutput) GetStatus() []BackupAPIBackupStatus
- func (o *BackupAPIBackupStatusOutput) GetStatusOk() ([]BackupAPIBackupStatus, bool)
- func (o BackupAPIBackupStatusOutput) MarshalJSON() ([]byte, error)
- func (o *BackupAPIBackupStatusOutput) SetStatus(v []BackupAPIBackupStatus)
- func (o BackupAPIBackupStatusOutput) ToMap() (map[string]interface{}, error)
- type BackupAPIRoleConfigInput
- func (o *BackupAPIRoleConfigInput) GetConfig() BackupRoleConfig
- func (o *BackupAPIRoleConfigInput) GetConfigOk() (*BackupRoleConfig, bool)
- func (o BackupAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (o *BackupAPIRoleConfigInput) SetConfig(v BackupRoleConfig)
- func (o BackupAPIRoleConfigInput) ToMap() (map[string]interface{}, error)
- type BackupAPIRoleConfigOutput
- func (o *BackupAPIRoleConfigOutput) GetConfig() BackupRoleConfig
- func (o *BackupAPIRoleConfigOutput) GetConfigOk() (*BackupRoleConfig, bool)
- func (o BackupAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (o *BackupAPIRoleConfigOutput) SetConfig(v BackupRoleConfig)
- func (o BackupAPIRoleConfigOutput) ToMap() (map[string]interface{}, error)
- type BackupBackupStatus
- func (o *BackupBackupStatus) GetDuration() int32
- func (o *BackupBackupStatus) GetDurationOk() (*int32, bool)
- func (o *BackupBackupStatus) GetError() string
- func (o *BackupBackupStatus) GetErrorOk() (*string, bool)
- func (o *BackupBackupStatus) GetFilename() string
- func (o *BackupBackupStatus) GetFilenameOk() (*string, bool)
- func (o *BackupBackupStatus) GetSize() int32
- func (o *BackupBackupStatus) GetSizeOk() (*int32, bool)
- func (o *BackupBackupStatus) GetStatus() string
- func (o *BackupBackupStatus) GetStatusOk() (*string, bool)
- func (o *BackupBackupStatus) GetTime() time.Time
- func (o *BackupBackupStatus) GetTimeOk() (*time.Time, bool)
- func (o BackupBackupStatus) MarshalJSON() ([]byte, error)
- func (o *BackupBackupStatus) SetDuration(v int32)
- func (o *BackupBackupStatus) SetError(v string)
- func (o *BackupBackupStatus) SetFilename(v string)
- func (o *BackupBackupStatus) SetSize(v int32)
- func (o *BackupBackupStatus) SetStatus(v string)
- func (o *BackupBackupStatus) SetTime(v time.Time)
- func (o BackupBackupStatus) ToMap() (map[string]interface{}, error)
- type BackupRoleConfig
- func (o *BackupRoleConfig) GetAccessKey() string
- func (o *BackupRoleConfig) GetAccessKeyOk() (*string, bool)
- func (o *BackupRoleConfig) GetBucket() string
- func (o *BackupRoleConfig) GetBucketOk() (*string, bool)
- func (o *BackupRoleConfig) GetCronExpr() string
- func (o *BackupRoleConfig) GetCronExprOk() (*string, bool)
- func (o *BackupRoleConfig) GetEndpoint() string
- func (o *BackupRoleConfig) GetEndpointOk() (*string, bool)
- func (o *BackupRoleConfig) GetPath() string
- func (o *BackupRoleConfig) GetPathOk() (*string, bool)
- func (o *BackupRoleConfig) GetSecretKey() string
- func (o *BackupRoleConfig) GetSecretKeyOk() (*string, bool)
- func (o *BackupRoleConfig) HasAccessKey() bool
- func (o *BackupRoleConfig) HasBucket() bool
- func (o *BackupRoleConfig) HasCronExpr() bool
- func (o *BackupRoleConfig) HasEndpoint() bool
- func (o *BackupRoleConfig) HasPath() bool
- func (o *BackupRoleConfig) HasSecretKey() bool
- func (o BackupRoleConfig) MarshalJSON() ([]byte, error)
- func (o *BackupRoleConfig) SetAccessKey(v string)
- func (o *BackupRoleConfig) SetBucket(v string)
- func (o *BackupRoleConfig) SetCronExpr(v string)
- func (o *BackupRoleConfig) SetEndpoint(v string)
- func (o *BackupRoleConfig) SetPath(v string)
- func (o *BackupRoleConfig) SetSecretKey(v string)
- func (o BackupRoleConfig) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type ClusterApiService
- type ClusterInstancesApiService
- func (a *ClusterInstancesApiService) ClusterGetInstanceInfo(ctx context.Context) ApiClusterGetInstanceInfoRequest
- func (a *ClusterInstancesApiService) ClusterGetInstanceInfoExecute(r ApiClusterGetInstanceInfoRequest) (*InstanceAPIInstanceInfo, *http.Response, error)
- func (a *ClusterInstancesApiService) ClusterInstanceRoleRestart(ctx context.Context) ApiClusterInstanceRoleRestartRequest
- func (a *ClusterInstancesApiService) ClusterInstanceRoleRestartExecute(r ApiClusterInstanceRoleRestartRequest) (*http.Response, error)
- type Configuration
- type DhcpAPILease
- func (o *DhcpAPILease) GetAddress() string
- func (o *DhcpAPILease) GetAddressLeaseTime() string
- func (o *DhcpAPILease) GetAddressLeaseTimeOk() (*string, bool)
- func (o *DhcpAPILease) GetAddressOk() (*string, bool)
- func (o *DhcpAPILease) GetDescription() string
- func (o *DhcpAPILease) GetDescriptionOk() (*string, bool)
- func (o *DhcpAPILease) GetDnsZone() string
- func (o *DhcpAPILease) GetDnsZoneOk() (*string, bool)
- func (o *DhcpAPILease) GetExpiry() int32
- func (o *DhcpAPILease) GetExpiryOk() (*int32, bool)
- func (o *DhcpAPILease) GetHostname() string
- func (o *DhcpAPILease) GetHostnameOk() (*string, bool)
- func (o *DhcpAPILease) GetIdentifier() string
- func (o *DhcpAPILease) GetIdentifierOk() (*string, bool)
- func (o *DhcpAPILease) GetInfo() DhcpAPILeaseInfo
- func (o *DhcpAPILease) GetInfoOk() (*DhcpAPILeaseInfo, bool)
- func (o *DhcpAPILease) GetScopeKey() string
- func (o *DhcpAPILease) GetScopeKeyOk() (*string, bool)
- func (o *DhcpAPILease) HasDnsZone() bool
- func (o *DhcpAPILease) HasExpiry() bool
- func (o *DhcpAPILease) HasInfo() bool
- func (o DhcpAPILease) MarshalJSON() ([]byte, error)
- func (o *DhcpAPILease) SetAddress(v string)
- func (o *DhcpAPILease) SetAddressLeaseTime(v string)
- func (o *DhcpAPILease) SetDescription(v string)
- func (o *DhcpAPILease) SetDnsZone(v string)
- func (o *DhcpAPILease) SetExpiry(v int32)
- func (o *DhcpAPILease) SetHostname(v string)
- func (o *DhcpAPILease) SetIdentifier(v string)
- func (o *DhcpAPILease) SetInfo(v DhcpAPILeaseInfo)
- func (o *DhcpAPILease) SetScopeKey(v string)
- func (o DhcpAPILease) ToMap() (map[string]interface{}, error)
- type DhcpAPILeaseInfo
- func (o *DhcpAPILeaseInfo) GetVendor() string
- func (o *DhcpAPILeaseInfo) GetVendorOk() (*string, bool)
- func (o *DhcpAPILeaseInfo) HasVendor() bool
- func (o DhcpAPILeaseInfo) MarshalJSON() ([]byte, error)
- func (o *DhcpAPILeaseInfo) SetVendor(v string)
- func (o DhcpAPILeaseInfo) ToMap() (map[string]interface{}, error)
- type DhcpAPILeasesGetOutput
- func (o *DhcpAPILeasesGetOutput) GetLeases() []DhcpAPILease
- func (o *DhcpAPILeasesGetOutput) GetLeasesOk() ([]DhcpAPILease, bool)
- func (o DhcpAPILeasesGetOutput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPILeasesGetOutput) SetLeases(v []DhcpAPILease)
- func (o DhcpAPILeasesGetOutput) ToMap() (map[string]interface{}, error)
- type DhcpAPILeasesPutInput
- func (o *DhcpAPILeasesPutInput) GetAddress() string
- func (o *DhcpAPILeasesPutInput) GetAddressLeaseTime() string
- func (o *DhcpAPILeasesPutInput) GetAddressLeaseTimeOk() (*string, bool)
- func (o *DhcpAPILeasesPutInput) GetAddressOk() (*string, bool)
- func (o *DhcpAPILeasesPutInput) GetDescription() string
- func (o *DhcpAPILeasesPutInput) GetDescriptionOk() (*string, bool)
- func (o *DhcpAPILeasesPutInput) GetDnsZone() string
- func (o *DhcpAPILeasesPutInput) GetDnsZoneOk() (*string, bool)
- func (o *DhcpAPILeasesPutInput) GetExpiry() int32
- func (o *DhcpAPILeasesPutInput) GetExpiryOk() (*int32, bool)
- func (o *DhcpAPILeasesPutInput) GetHostname() string
- func (o *DhcpAPILeasesPutInput) GetHostnameOk() (*string, bool)
- func (o *DhcpAPILeasesPutInput) HasDescription() bool
- func (o *DhcpAPILeasesPutInput) HasDnsZone() bool
- func (o *DhcpAPILeasesPutInput) HasExpiry() bool
- func (o DhcpAPILeasesPutInput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPILeasesPutInput) SetAddress(v string)
- func (o *DhcpAPILeasesPutInput) SetAddressLeaseTime(v string)
- func (o *DhcpAPILeasesPutInput) SetDescription(v string)
- func (o *DhcpAPILeasesPutInput) SetDnsZone(v string)
- func (o *DhcpAPILeasesPutInput) SetExpiry(v int32)
- func (o *DhcpAPILeasesPutInput) SetHostname(v string)
- func (o DhcpAPILeasesPutInput) ToMap() (map[string]interface{}, error)
- type DhcpAPIRoleConfigInput
- func (o *DhcpAPIRoleConfigInput) GetConfig() DhcpRoleConfig
- func (o *DhcpAPIRoleConfigInput) GetConfigOk() (*DhcpRoleConfig, bool)
- func (o DhcpAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIRoleConfigInput) SetConfig(v DhcpRoleConfig)
- func (o DhcpAPIRoleConfigInput) ToMap() (map[string]interface{}, error)
- type DhcpAPIRoleConfigOutput
- func (o *DhcpAPIRoleConfigOutput) GetConfig() DhcpRoleConfig
- func (o *DhcpAPIRoleConfigOutput) GetConfigOk() (*DhcpRoleConfig, bool)
- func (o DhcpAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIRoleConfigOutput) SetConfig(v DhcpRoleConfig)
- func (o DhcpAPIRoleConfigOutput) ToMap() (map[string]interface{}, error)
- type DhcpAPIScope
- func (o *DhcpAPIScope) GetDefault() bool
- func (o *DhcpAPIScope) GetDefaultOk() (*bool, bool)
- func (o *DhcpAPIScope) GetDns() DhcpScopeDNS
- func (o *DhcpAPIScope) GetDnsOk() (*DhcpScopeDNS, bool)
- func (o *DhcpAPIScope) GetHook() string
- func (o *DhcpAPIScope) GetHookOk() (*string, bool)
- func (o *DhcpAPIScope) GetIpam() map[string]string
- func (o *DhcpAPIScope) GetIpamOk() (*map[string]string, bool)
- func (o *DhcpAPIScope) GetOptions() []TypesDHCPOption
- func (o *DhcpAPIScope) GetOptionsOk() ([]TypesDHCPOption, bool)
- func (o *DhcpAPIScope) GetScope() string
- func (o *DhcpAPIScope) GetScopeOk() (*string, bool)
- func (o *DhcpAPIScope) GetStatistics() DhcpAPIScopeStatistics
- func (o *DhcpAPIScope) GetStatisticsOk() (*DhcpAPIScopeStatistics, bool)
- func (o *DhcpAPIScope) GetSubnetCidr() string
- func (o *DhcpAPIScope) GetSubnetCidrOk() (*string, bool)
- func (o *DhcpAPIScope) GetTtl() int32
- func (o *DhcpAPIScope) GetTtlOk() (*int32, bool)
- func (o *DhcpAPIScope) HasDns() bool
- func (o DhcpAPIScope) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIScope) SetDefault(v bool)
- func (o *DhcpAPIScope) SetDns(v DhcpScopeDNS)
- func (o *DhcpAPIScope) SetHook(v string)
- func (o *DhcpAPIScope) SetIpam(v map[string]string)
- func (o *DhcpAPIScope) SetOptions(v []TypesDHCPOption)
- func (o *DhcpAPIScope) SetScope(v string)
- func (o *DhcpAPIScope) SetStatistics(v DhcpAPIScopeStatistics)
- func (o *DhcpAPIScope) SetSubnetCidr(v string)
- func (o *DhcpAPIScope) SetTtl(v int32)
- func (o DhcpAPIScope) ToMap() (map[string]interface{}, error)
- type DhcpAPIScopeStatistics
- func (o *DhcpAPIScopeStatistics) GetUsable() int32
- func (o *DhcpAPIScopeStatistics) GetUsableOk() (*int32, bool)
- func (o *DhcpAPIScopeStatistics) GetUsed() int32
- func (o *DhcpAPIScopeStatistics) GetUsedOk() (*int32, bool)
- func (o DhcpAPIScopeStatistics) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIScopeStatistics) SetUsable(v int32)
- func (o *DhcpAPIScopeStatistics) SetUsed(v int32)
- func (o DhcpAPIScopeStatistics) ToMap() (map[string]interface{}, error)
- type DhcpAPIScopesGetOutput
- func (o *DhcpAPIScopesGetOutput) GetScopes() []DhcpAPIScope
- func (o *DhcpAPIScopesGetOutput) GetScopesOk() ([]DhcpAPIScope, bool)
- func (o *DhcpAPIScopesGetOutput) GetStatistics() DhcpAPIScopeStatistics
- func (o *DhcpAPIScopesGetOutput) GetStatisticsOk() (*DhcpAPIScopeStatistics, bool)
- func (o DhcpAPIScopesGetOutput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIScopesGetOutput) SetScopes(v []DhcpAPIScope)
- func (o *DhcpAPIScopesGetOutput) SetStatistics(v DhcpAPIScopeStatistics)
- func (o DhcpAPIScopesGetOutput) ToMap() (map[string]interface{}, error)
- type DhcpAPIScopesImportInput
- func (o *DhcpAPIScopesImportInput) GetPayload() string
- func (o *DhcpAPIScopesImportInput) GetPayloadOk() (*string, bool)
- func (o *DhcpAPIScopesImportInput) GetType() DhcpAPIScopesImporterType
- func (o *DhcpAPIScopesImportInput) GetTypeOk() (*DhcpAPIScopesImporterType, bool)
- func (o *DhcpAPIScopesImportInput) HasPayload() bool
- func (o *DhcpAPIScopesImportInput) HasType() bool
- func (o DhcpAPIScopesImportInput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIScopesImportInput) SetPayload(v string)
- func (o *DhcpAPIScopesImportInput) SetType(v DhcpAPIScopesImporterType)
- func (o DhcpAPIScopesImportInput) ToMap() (map[string]interface{}, error)
- type DhcpAPIScopesImportOutput
- func (o *DhcpAPIScopesImportOutput) GetSuccessful() bool
- func (o *DhcpAPIScopesImportOutput) GetSuccessfulOk() (*bool, bool)
- func (o *DhcpAPIScopesImportOutput) HasSuccessful() bool
- func (o DhcpAPIScopesImportOutput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIScopesImportOutput) SetSuccessful(v bool)
- func (o DhcpAPIScopesImportOutput) ToMap() (map[string]interface{}, error)
- type DhcpAPIScopesImporterType
- type DhcpAPIScopesPutInput
- func (o *DhcpAPIScopesPutInput) GetDefault() bool
- func (o *DhcpAPIScopesPutInput) GetDefaultOk() (*bool, bool)
- func (o *DhcpAPIScopesPutInput) GetDns() DhcpScopeDNS
- func (o *DhcpAPIScopesPutInput) GetDnsOk() (*DhcpScopeDNS, bool)
- func (o *DhcpAPIScopesPutInput) GetHook() string
- func (o *DhcpAPIScopesPutInput) GetHookOk() (*string, bool)
- func (o *DhcpAPIScopesPutInput) GetIpam() map[string]string
- func (o *DhcpAPIScopesPutInput) GetIpamOk() (*map[string]string, bool)
- func (o *DhcpAPIScopesPutInput) GetOptions() []TypesDHCPOption
- func (o *DhcpAPIScopesPutInput) GetOptionsOk() ([]TypesDHCPOption, bool)
- func (o *DhcpAPIScopesPutInput) GetSubnetCidr() string
- func (o *DhcpAPIScopesPutInput) GetSubnetCidrOk() (*string, bool)
- func (o *DhcpAPIScopesPutInput) GetTtl() int32
- func (o *DhcpAPIScopesPutInput) GetTtlOk() (*int32, bool)
- func (o *DhcpAPIScopesPutInput) HasDns() bool
- func (o *DhcpAPIScopesPutInput) HasIpam() bool
- func (o DhcpAPIScopesPutInput) MarshalJSON() ([]byte, error)
- func (o *DhcpAPIScopesPutInput) SetDefault(v bool)
- func (o *DhcpAPIScopesPutInput) SetDns(v DhcpScopeDNS)
- func (o *DhcpAPIScopesPutInput) SetHook(v string)
- func (o *DhcpAPIScopesPutInput) SetIpam(v map[string]string)
- func (o *DhcpAPIScopesPutInput) SetOptions(v []TypesDHCPOption)
- func (o *DhcpAPIScopesPutInput) SetSubnetCidr(v string)
- func (o *DhcpAPIScopesPutInput) SetTtl(v int32)
- func (o DhcpAPIScopesPutInput) ToMap() (map[string]interface{}, error)
- type DhcpRoleConfig
- func (o *DhcpRoleConfig) GetLeaseNegotiateTimeout() int32
- func (o *DhcpRoleConfig) GetLeaseNegotiateTimeoutOk() (*int32, bool)
- func (o *DhcpRoleConfig) GetPort() int32
- func (o *DhcpRoleConfig) GetPortOk() (*int32, bool)
- func (o *DhcpRoleConfig) HasLeaseNegotiateTimeout() bool
- func (o *DhcpRoleConfig) HasPort() bool
- func (o DhcpRoleConfig) MarshalJSON() ([]byte, error)
- func (o *DhcpRoleConfig) SetLeaseNegotiateTimeout(v int32)
- func (o *DhcpRoleConfig) SetPort(v int32)
- func (o DhcpRoleConfig) ToMap() (map[string]interface{}, error)
- type DhcpScopeDNS
- func (o *DhcpScopeDNS) GetAddZoneInHostname() bool
- func (o *DhcpScopeDNS) GetAddZoneInHostnameOk() (*bool, bool)
- func (o *DhcpScopeDNS) GetSearch() []string
- func (o *DhcpScopeDNS) GetSearchOk() ([]string, bool)
- func (o *DhcpScopeDNS) GetZone() string
- func (o *DhcpScopeDNS) GetZoneOk() (*string, bool)
- func (o *DhcpScopeDNS) HasAddZoneInHostname() bool
- func (o *DhcpScopeDNS) HasSearch() bool
- func (o *DhcpScopeDNS) HasZone() bool
- func (o DhcpScopeDNS) MarshalJSON() ([]byte, error)
- func (o *DhcpScopeDNS) SetAddZoneInHostname(v bool)
- func (o *DhcpScopeDNS) SetSearch(v []string)
- func (o *DhcpScopeDNS) SetZone(v string)
- func (o DhcpScopeDNS) ToMap() (map[string]interface{}, error)
- type DiscoveryAPIDevice
- func (o *DiscoveryAPIDevice) GetHostname() string
- func (o *DiscoveryAPIDevice) GetHostnameOk() (*string, bool)
- func (o *DiscoveryAPIDevice) GetIdentifier() string
- func (o *DiscoveryAPIDevice) GetIdentifierOk() (*string, bool)
- func (o *DiscoveryAPIDevice) GetIp() string
- func (o *DiscoveryAPIDevice) GetIpOk() (*string, bool)
- func (o *DiscoveryAPIDevice) GetMac() string
- func (o *DiscoveryAPIDevice) GetMacOk() (*string, bool)
- func (o DiscoveryAPIDevice) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPIDevice) SetHostname(v string)
- func (o *DiscoveryAPIDevice) SetIdentifier(v string)
- func (o *DiscoveryAPIDevice) SetIp(v string)
- func (o *DiscoveryAPIDevice) SetMac(v string)
- func (o DiscoveryAPIDevice) ToMap() (map[string]interface{}, error)
- type DiscoveryAPIDevicesApplyInput
- func (o *DiscoveryAPIDevicesApplyInput) GetDhcpScope() string
- func (o *DiscoveryAPIDevicesApplyInput) GetDhcpScopeOk() (*string, bool)
- func (o *DiscoveryAPIDevicesApplyInput) GetDnsZone() string
- func (o *DiscoveryAPIDevicesApplyInput) GetDnsZoneOk() (*string, bool)
- func (o *DiscoveryAPIDevicesApplyInput) GetTo() string
- func (o *DiscoveryAPIDevicesApplyInput) GetToOk() (*string, bool)
- func (o DiscoveryAPIDevicesApplyInput) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPIDevicesApplyInput) SetDhcpScope(v string)
- func (o *DiscoveryAPIDevicesApplyInput) SetDnsZone(v string)
- func (o *DiscoveryAPIDevicesApplyInput) SetTo(v string)
- func (o DiscoveryAPIDevicesApplyInput) ToMap() (map[string]interface{}, error)
- type DiscoveryAPIDevicesGetOutput
- func (o *DiscoveryAPIDevicesGetOutput) GetDevices() []DiscoveryAPIDevice
- func (o *DiscoveryAPIDevicesGetOutput) GetDevicesOk() ([]DiscoveryAPIDevice, bool)
- func (o *DiscoveryAPIDevicesGetOutput) HasDevices() bool
- func (o DiscoveryAPIDevicesGetOutput) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPIDevicesGetOutput) SetDevices(v []DiscoveryAPIDevice)
- func (o DiscoveryAPIDevicesGetOutput) ToMap() (map[string]interface{}, error)
- type DiscoveryAPIRoleConfigInput
- func (o *DiscoveryAPIRoleConfigInput) GetConfig() DiscoveryRoleConfig
- func (o *DiscoveryAPIRoleConfigInput) GetConfigOk() (*DiscoveryRoleConfig, bool)
- func (o DiscoveryAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPIRoleConfigInput) SetConfig(v DiscoveryRoleConfig)
- func (o DiscoveryAPIRoleConfigInput) ToMap() (map[string]interface{}, error)
- type DiscoveryAPIRoleConfigOutput
- func (o *DiscoveryAPIRoleConfigOutput) GetConfig() DiscoveryRoleConfig
- func (o *DiscoveryAPIRoleConfigOutput) GetConfigOk() (*DiscoveryRoleConfig, bool)
- func (o DiscoveryAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPIRoleConfigOutput) SetConfig(v DiscoveryRoleConfig)
- func (o DiscoveryAPIRoleConfigOutput) ToMap() (map[string]interface{}, error)
- type DiscoveryAPISubnet
- func (o *DiscoveryAPISubnet) GetDiscoveryTTL() int32
- func (o *DiscoveryAPISubnet) GetDiscoveryTTLOk() (*int32, bool)
- func (o *DiscoveryAPISubnet) GetDnsResolver() string
- func (o *DiscoveryAPISubnet) GetDnsResolverOk() (*string, bool)
- func (o *DiscoveryAPISubnet) GetName() string
- func (o *DiscoveryAPISubnet) GetNameOk() (*string, bool)
- func (o *DiscoveryAPISubnet) GetSubnetCidr() string
- func (o *DiscoveryAPISubnet) GetSubnetCidrOk() (*string, bool)
- func (o DiscoveryAPISubnet) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPISubnet) SetDiscoveryTTL(v int32)
- func (o *DiscoveryAPISubnet) SetDnsResolver(v string)
- func (o *DiscoveryAPISubnet) SetName(v string)
- func (o *DiscoveryAPISubnet) SetSubnetCidr(v string)
- func (o DiscoveryAPISubnet) ToMap() (map[string]interface{}, error)
- type DiscoveryAPISubnetsGetOutput
- func (o *DiscoveryAPISubnetsGetOutput) GetSubnets() []DiscoveryAPISubnet
- func (o *DiscoveryAPISubnetsGetOutput) GetSubnetsOk() ([]DiscoveryAPISubnet, bool)
- func (o *DiscoveryAPISubnetsGetOutput) HasSubnets() bool
- func (o DiscoveryAPISubnetsGetOutput) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPISubnetsGetOutput) SetSubnets(v []DiscoveryAPISubnet)
- func (o DiscoveryAPISubnetsGetOutput) ToMap() (map[string]interface{}, error)
- type DiscoveryAPISubnetsPutInput
- func (o *DiscoveryAPISubnetsPutInput) GetDiscoveryTTL() int32
- func (o *DiscoveryAPISubnetsPutInput) GetDiscoveryTTLOk() (*int32, bool)
- func (o *DiscoveryAPISubnetsPutInput) GetDnsResolver() string
- func (o *DiscoveryAPISubnetsPutInput) GetDnsResolverOk() (*string, bool)
- func (o *DiscoveryAPISubnetsPutInput) GetSubnetCidr() string
- func (o *DiscoveryAPISubnetsPutInput) GetSubnetCidrOk() (*string, bool)
- func (o DiscoveryAPISubnetsPutInput) MarshalJSON() ([]byte, error)
- func (o *DiscoveryAPISubnetsPutInput) SetDiscoveryTTL(v int32)
- func (o *DiscoveryAPISubnetsPutInput) SetDnsResolver(v string)
- func (o *DiscoveryAPISubnetsPutInput) SetSubnetCidr(v string)
- func (o DiscoveryAPISubnetsPutInput) ToMap() (map[string]interface{}, error)
- type DiscoveryRoleConfig
- func (o *DiscoveryRoleConfig) GetEnabled() bool
- func (o *DiscoveryRoleConfig) GetEnabledOk() (*bool, bool)
- func (o *DiscoveryRoleConfig) HasEnabled() bool
- func (o DiscoveryRoleConfig) MarshalJSON() ([]byte, error)
- func (o *DiscoveryRoleConfig) SetEnabled(v bool)
- func (o DiscoveryRoleConfig) ToMap() (map[string]interface{}, error)
- type DnsAPIRecord
- func (o *DnsAPIRecord) GetData() string
- func (o *DnsAPIRecord) GetDataOk() (*string, bool)
- func (o *DnsAPIRecord) GetFqdn() string
- func (o *DnsAPIRecord) GetFqdnOk() (*string, bool)
- func (o *DnsAPIRecord) GetHostname() string
- func (o *DnsAPIRecord) GetHostnameOk() (*string, bool)
- func (o *DnsAPIRecord) GetMxPreference() int32
- func (o *DnsAPIRecord) GetMxPreferenceOk() (*int32, bool)
- func (o *DnsAPIRecord) GetSrvPort() int32
- func (o *DnsAPIRecord) GetSrvPortOk() (*int32, bool)
- func (o *DnsAPIRecord) GetSrvPriority() int32
- func (o *DnsAPIRecord) GetSrvPriorityOk() (*int32, bool)
- func (o *DnsAPIRecord) GetSrvWeight() int32
- func (o *DnsAPIRecord) GetSrvWeightOk() (*int32, bool)
- func (o *DnsAPIRecord) GetType() string
- func (o *DnsAPIRecord) GetTypeOk() (*string, bool)
- func (o *DnsAPIRecord) GetUid() string
- func (o *DnsAPIRecord) GetUidOk() (*string, bool)
- func (o *DnsAPIRecord) HasMxPreference() bool
- func (o *DnsAPIRecord) HasSrvPort() bool
- func (o *DnsAPIRecord) HasSrvPriority() bool
- func (o *DnsAPIRecord) HasSrvWeight() bool
- func (o DnsAPIRecord) MarshalJSON() ([]byte, error)
- func (o *DnsAPIRecord) SetData(v string)
- func (o *DnsAPIRecord) SetFqdn(v string)
- func (o *DnsAPIRecord) SetHostname(v string)
- func (o *DnsAPIRecord) SetMxPreference(v int32)
- func (o *DnsAPIRecord) SetSrvPort(v int32)
- func (o *DnsAPIRecord) SetSrvPriority(v int32)
- func (o *DnsAPIRecord) SetSrvWeight(v int32)
- func (o *DnsAPIRecord) SetType(v string)
- func (o *DnsAPIRecord) SetUid(v string)
- func (o DnsAPIRecord) ToMap() (map[string]interface{}, error)
- type DnsAPIRecordsGetOutput
- func (o *DnsAPIRecordsGetOutput) GetRecords() []DnsAPIRecord
- func (o *DnsAPIRecordsGetOutput) GetRecordsOk() ([]DnsAPIRecord, bool)
- func (o DnsAPIRecordsGetOutput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIRecordsGetOutput) SetRecords(v []DnsAPIRecord)
- func (o DnsAPIRecordsGetOutput) ToMap() (map[string]interface{}, error)
- type DnsAPIRecordsPutInput
- func (o *DnsAPIRecordsPutInput) GetData() string
- func (o *DnsAPIRecordsPutInput) GetDataOk() (*string, bool)
- func (o *DnsAPIRecordsPutInput) GetMxPreference() int32
- func (o *DnsAPIRecordsPutInput) GetMxPreferenceOk() (*int32, bool)
- func (o *DnsAPIRecordsPutInput) GetSrvPort() int32
- func (o *DnsAPIRecordsPutInput) GetSrvPortOk() (*int32, bool)
- func (o *DnsAPIRecordsPutInput) GetSrvPriority() int32
- func (o *DnsAPIRecordsPutInput) GetSrvPriorityOk() (*int32, bool)
- func (o *DnsAPIRecordsPutInput) GetSrvWeight() int32
- func (o *DnsAPIRecordsPutInput) GetSrvWeightOk() (*int32, bool)
- func (o *DnsAPIRecordsPutInput) GetType() string
- func (o *DnsAPIRecordsPutInput) GetTypeOk() (*string, bool)
- func (o *DnsAPIRecordsPutInput) HasMxPreference() bool
- func (o *DnsAPIRecordsPutInput) HasSrvPort() bool
- func (o *DnsAPIRecordsPutInput) HasSrvPriority() bool
- func (o *DnsAPIRecordsPutInput) HasSrvWeight() bool
- func (o DnsAPIRecordsPutInput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIRecordsPutInput) SetData(v string)
- func (o *DnsAPIRecordsPutInput) SetMxPreference(v int32)
- func (o *DnsAPIRecordsPutInput) SetSrvPort(v int32)
- func (o *DnsAPIRecordsPutInput) SetSrvPriority(v int32)
- func (o *DnsAPIRecordsPutInput) SetSrvWeight(v int32)
- func (o *DnsAPIRecordsPutInput) SetType(v string)
- func (o DnsAPIRecordsPutInput) ToMap() (map[string]interface{}, error)
- type DnsAPIRoleConfigInput
- func (o *DnsAPIRoleConfigInput) GetConfig() DnsRoleConfig
- func (o *DnsAPIRoleConfigInput) GetConfigOk() (*DnsRoleConfig, bool)
- func (o DnsAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIRoleConfigInput) SetConfig(v DnsRoleConfig)
- func (o DnsAPIRoleConfigInput) ToMap() (map[string]interface{}, error)
- type DnsAPIRoleConfigOutput
- func (o *DnsAPIRoleConfigOutput) GetConfig() DnsRoleConfig
- func (o *DnsAPIRoleConfigOutput) GetConfigOk() (*DnsRoleConfig, bool)
- func (o DnsAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIRoleConfigOutput) SetConfig(v DnsRoleConfig)
- func (o DnsAPIRoleConfigOutput) ToMap() (map[string]interface{}, error)
- type DnsAPIZone
- func (o *DnsAPIZone) GetAuthoritative() bool
- func (o *DnsAPIZone) GetAuthoritativeOk() (*bool, bool)
- func (o *DnsAPIZone) GetDefaultTTL() int32
- func (o *DnsAPIZone) GetDefaultTTLOk() (*int32, bool)
- func (o *DnsAPIZone) GetHandlerConfigs() []map[string]interface{}
- func (o *DnsAPIZone) GetHandlerConfigsOk() ([]map[string]interface{}, bool)
- func (o *DnsAPIZone) GetHook() string
- func (o *DnsAPIZone) GetHookOk() (*string, bool)
- func (o *DnsAPIZone) GetName() string
- func (o *DnsAPIZone) GetNameOk() (*string, bool)
- func (o *DnsAPIZone) GetRecordCount() int32
- func (o *DnsAPIZone) GetRecordCountOk() (*int32, bool)
- func (o DnsAPIZone) MarshalJSON() ([]byte, error)
- func (o *DnsAPIZone) SetAuthoritative(v bool)
- func (o *DnsAPIZone) SetDefaultTTL(v int32)
- func (o *DnsAPIZone) SetHandlerConfigs(v []map[string]interface{})
- func (o *DnsAPIZone) SetHook(v string)
- func (o *DnsAPIZone) SetName(v string)
- func (o *DnsAPIZone) SetRecordCount(v int32)
- func (o DnsAPIZone) ToMap() (map[string]interface{}, error)
- type DnsAPIZonesGetOutput
- func (o *DnsAPIZonesGetOutput) GetZones() []DnsAPIZone
- func (o *DnsAPIZonesGetOutput) GetZonesOk() ([]DnsAPIZone, bool)
- func (o DnsAPIZonesGetOutput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIZonesGetOutput) SetZones(v []DnsAPIZone)
- func (o DnsAPIZonesGetOutput) ToMap() (map[string]interface{}, error)
- type DnsAPIZonesImportInput
- func (o *DnsAPIZonesImportInput) GetPayload() string
- func (o *DnsAPIZonesImportInput) GetPayloadOk() (*string, bool)
- func (o *DnsAPIZonesImportInput) GetType() DnsAPIZonesImporterType
- func (o *DnsAPIZonesImportInput) GetTypeOk() (*DnsAPIZonesImporterType, bool)
- func (o *DnsAPIZonesImportInput) HasPayload() bool
- func (o *DnsAPIZonesImportInput) HasType() bool
- func (o DnsAPIZonesImportInput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIZonesImportInput) SetPayload(v string)
- func (o *DnsAPIZonesImportInput) SetType(v DnsAPIZonesImporterType)
- func (o DnsAPIZonesImportInput) ToMap() (map[string]interface{}, error)
- type DnsAPIZonesImportOutput
- func (o *DnsAPIZonesImportOutput) GetSuccessful() bool
- func (o *DnsAPIZonesImportOutput) GetSuccessfulOk() (*bool, bool)
- func (o *DnsAPIZonesImportOutput) HasSuccessful() bool
- func (o DnsAPIZonesImportOutput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIZonesImportOutput) SetSuccessful(v bool)
- func (o DnsAPIZonesImportOutput) ToMap() (map[string]interface{}, error)
- type DnsAPIZonesImporterType
- type DnsAPIZonesPutInput
- func (o *DnsAPIZonesPutInput) GetAuthoritative() bool
- func (o *DnsAPIZonesPutInput) GetAuthoritativeOk() (*bool, bool)
- func (o *DnsAPIZonesPutInput) GetDefaultTTL() int32
- func (o *DnsAPIZonesPutInput) GetDefaultTTLOk() (*int32, bool)
- func (o *DnsAPIZonesPutInput) GetHandlerConfigs() []map[string]interface{}
- func (o *DnsAPIZonesPutInput) GetHandlerConfigsOk() ([]map[string]interface{}, bool)
- func (o *DnsAPIZonesPutInput) GetHook() string
- func (o *DnsAPIZonesPutInput) GetHookOk() (*string, bool)
- func (o DnsAPIZonesPutInput) MarshalJSON() ([]byte, error)
- func (o *DnsAPIZonesPutInput) SetAuthoritative(v bool)
- func (o *DnsAPIZonesPutInput) SetDefaultTTL(v int32)
- func (o *DnsAPIZonesPutInput) SetHandlerConfigs(v []map[string]interface{})
- func (o *DnsAPIZonesPutInput) SetHook(v string)
- func (o DnsAPIZonesPutInput) ToMap() (map[string]interface{}, error)
- type DnsRoleConfig
- type ExtconfigExtConfigDirs
- func (o *ExtconfigExtConfigDirs) GetBackupDir() string
- func (o *ExtconfigExtConfigDirs) GetBackupDirOk() (*string, bool)
- func (o *ExtconfigExtConfigDirs) GetCertDir() string
- func (o *ExtconfigExtConfigDirs) GetCertDirOk() (*string, bool)
- func (o *ExtconfigExtConfigDirs) GetEtcdDir() string
- func (o *ExtconfigExtConfigDirs) GetEtcdDirOk() (*string, bool)
- func (o *ExtconfigExtConfigDirs) GetTftpLocalDir() string
- func (o *ExtconfigExtConfigDirs) GetTftpLocalDirOk() (*string, bool)
- func (o *ExtconfigExtConfigDirs) HasBackupDir() bool
- func (o *ExtconfigExtConfigDirs) HasCertDir() bool
- func (o *ExtconfigExtConfigDirs) HasEtcdDir() bool
- func (o *ExtconfigExtConfigDirs) HasTftpLocalDir() bool
- func (o ExtconfigExtConfigDirs) MarshalJSON() ([]byte, error)
- func (o *ExtconfigExtConfigDirs) SetBackupDir(v string)
- func (o *ExtconfigExtConfigDirs) SetCertDir(v string)
- func (o *ExtconfigExtConfigDirs) SetEtcdDir(v string)
- func (o *ExtconfigExtConfigDirs) SetTftpLocalDir(v string)
- func (o ExtconfigExtConfigDirs) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type InstanceAPIClusterInfoOutput
- func (o *InstanceAPIClusterInfoOutput) GetClusterVersion() string
- func (o *InstanceAPIClusterInfoOutput) GetClusterVersionOk() (*string, bool)
- func (o *InstanceAPIClusterInfoOutput) GetClusterVersionShort() string
- func (o *InstanceAPIClusterInfoOutput) GetClusterVersionShortOk() (*string, bool)
- func (o *InstanceAPIClusterInfoOutput) GetInstances() []InstanceInstanceInfo
- func (o *InstanceAPIClusterInfoOutput) GetInstancesOk() ([]InstanceInstanceInfo, bool)
- func (o InstanceAPIClusterInfoOutput) MarshalJSON() ([]byte, error)
- func (o *InstanceAPIClusterInfoOutput) SetClusterVersion(v string)
- func (o *InstanceAPIClusterInfoOutput) SetClusterVersionShort(v string)
- func (o *InstanceAPIClusterInfoOutput) SetInstances(v []InstanceInstanceInfo)
- func (o InstanceAPIClusterInfoOutput) ToMap() (map[string]interface{}, error)
- type InstanceAPIInstanceInfo
- func (o *InstanceAPIInstanceInfo) GetBuildHash() string
- func (o *InstanceAPIInstanceInfo) GetBuildHashOk() (*string, bool)
- func (o *InstanceAPIInstanceInfo) GetDirs() ExtconfigExtConfigDirs
- func (o *InstanceAPIInstanceInfo) GetDirsOk() (*ExtconfigExtConfigDirs, bool)
- func (o *InstanceAPIInstanceInfo) GetInstanceIP() string
- func (o *InstanceAPIInstanceInfo) GetInstanceIPOk() (*string, bool)
- func (o *InstanceAPIInstanceInfo) GetInstanceIdentifier() string
- func (o *InstanceAPIInstanceInfo) GetInstanceIdentifierOk() (*string, bool)
- func (o *InstanceAPIInstanceInfo) GetVersion() string
- func (o *InstanceAPIInstanceInfo) GetVersionOk() (*string, bool)
- func (o InstanceAPIInstanceInfo) MarshalJSON() ([]byte, error)
- func (o *InstanceAPIInstanceInfo) SetBuildHash(v string)
- func (o *InstanceAPIInstanceInfo) SetDirs(v ExtconfigExtConfigDirs)
- func (o *InstanceAPIInstanceInfo) SetInstanceIP(v string)
- func (o *InstanceAPIInstanceInfo) SetInstanceIdentifier(v string)
- func (o *InstanceAPIInstanceInfo) SetVersion(v string)
- func (o InstanceAPIInstanceInfo) ToMap() (map[string]interface{}, error)
- type InstanceAPIRoleRestartInput
- func (o *InstanceAPIRoleRestartInput) GetRoleId() string
- func (o *InstanceAPIRoleRestartInput) GetRoleIdOk() (*string, bool)
- func (o *InstanceAPIRoleRestartInput) HasRoleId() bool
- func (o InstanceAPIRoleRestartInput) MarshalJSON() ([]byte, error)
- func (o *InstanceAPIRoleRestartInput) SetRoleId(v string)
- func (o InstanceAPIRoleRestartInput) ToMap() (map[string]interface{}, error)
- type InstanceInstanceInfo
- func (o *InstanceInstanceInfo) GetIdentifier() string
- func (o *InstanceInstanceInfo) GetIdentifierOk() (*string, bool)
- func (o *InstanceInstanceInfo) GetIp() string
- func (o *InstanceInstanceInfo) GetIpOk() (*string, bool)
- func (o *InstanceInstanceInfo) GetRoles() []string
- func (o *InstanceInstanceInfo) GetRolesOk() ([]string, bool)
- func (o *InstanceInstanceInfo) GetVersion() string
- func (o *InstanceInstanceInfo) GetVersionOk() (*string, bool)
- func (o InstanceInstanceInfo) MarshalJSON() ([]byte, error)
- func (o *InstanceInstanceInfo) SetIdentifier(v string)
- func (o *InstanceInstanceInfo) SetIp(v string)
- func (o *InstanceInstanceInfo) SetRoles(v []string)
- func (o *InstanceInstanceInfo) SetVersion(v string)
- func (o InstanceInstanceInfo) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MonitoringAPIRoleConfigInput
- func (o *MonitoringAPIRoleConfigInput) GetConfig() MonitoringRoleConfig
- func (o *MonitoringAPIRoleConfigInput) GetConfigOk() (*MonitoringRoleConfig, bool)
- func (o MonitoringAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (o *MonitoringAPIRoleConfigInput) SetConfig(v MonitoringRoleConfig)
- func (o MonitoringAPIRoleConfigInput) ToMap() (map[string]interface{}, error)
- type MonitoringAPIRoleConfigOutput
- func (o *MonitoringAPIRoleConfigOutput) GetConfig() MonitoringRoleConfig
- func (o *MonitoringAPIRoleConfigOutput) GetConfigOk() (*MonitoringRoleConfig, bool)
- func (o MonitoringAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (o *MonitoringAPIRoleConfigOutput) SetConfig(v MonitoringRoleConfig)
- func (o MonitoringAPIRoleConfigOutput) ToMap() (map[string]interface{}, error)
- type MonitoringRoleConfig
- func (o *MonitoringRoleConfig) GetPort() int32
- func (o *MonitoringRoleConfig) GetPortOk() (*int32, bool)
- func (o *MonitoringRoleConfig) HasPort() bool
- func (o MonitoringRoleConfig) MarshalJSON() ([]byte, error)
- func (o *MonitoringRoleConfig) SetPort(v int32)
- func (o MonitoringRoleConfig) ToMap() (map[string]interface{}, error)
- type NullableApiAPIExportInput
- func (v NullableApiAPIExportInput) Get() *ApiAPIExportInput
- func (v NullableApiAPIExportInput) IsSet() bool
- func (v NullableApiAPIExportInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIExportInput) Set(val *ApiAPIExportInput)
- func (v *NullableApiAPIExportInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIExportInput) Unset()
- type NullableApiAPIExportOutput
- func (v NullableApiAPIExportOutput) Get() *ApiAPIExportOutput
- func (v NullableApiAPIExportOutput) IsSet() bool
- func (v NullableApiAPIExportOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIExportOutput) Set(val *ApiAPIExportOutput)
- func (v *NullableApiAPIExportOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIExportOutput) Unset()
- type NullableApiAPIImportInput
- func (v NullableApiAPIImportInput) Get() *ApiAPIImportInput
- func (v NullableApiAPIImportInput) IsSet() bool
- func (v NullableApiAPIImportInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIImportInput) Set(val *ApiAPIImportInput)
- func (v *NullableApiAPIImportInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIImportInput) Unset()
- type NullableApiAPILogMessage
- func (v NullableApiAPILogMessage) Get() *ApiAPILogMessage
- func (v NullableApiAPILogMessage) IsSet() bool
- func (v NullableApiAPILogMessage) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPILogMessage) Set(val *ApiAPILogMessage)
- func (v *NullableApiAPILogMessage) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPILogMessage) Unset()
- type NullableApiAPILogMessages
- func (v NullableApiAPILogMessages) Get() *ApiAPILogMessages
- func (v NullableApiAPILogMessages) IsSet() bool
- func (v NullableApiAPILogMessages) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPILogMessages) Set(val *ApiAPILogMessages)
- func (v *NullableApiAPILogMessages) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPILogMessages) Unset()
- type NullableApiAPIMember
- func (v NullableApiAPIMember) Get() *ApiAPIMember
- func (v NullableApiAPIMember) IsSet() bool
- func (v NullableApiAPIMember) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIMember) Set(val *ApiAPIMember)
- func (v *NullableApiAPIMember) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIMember) Unset()
- type NullableApiAPIMemberJoinInput
- func (v NullableApiAPIMemberJoinInput) Get() *ApiAPIMemberJoinInput
- func (v NullableApiAPIMemberJoinInput) IsSet() bool
- func (v NullableApiAPIMemberJoinInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIMemberJoinInput) Set(val *ApiAPIMemberJoinInput)
- func (v *NullableApiAPIMemberJoinInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIMemberJoinInput) Unset()
- type NullableApiAPIMemberJoinOutput
- func (v NullableApiAPIMemberJoinOutput) Get() *ApiAPIMemberJoinOutput
- func (v NullableApiAPIMemberJoinOutput) IsSet() bool
- func (v NullableApiAPIMemberJoinOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIMemberJoinOutput) Set(val *ApiAPIMemberJoinOutput)
- func (v *NullableApiAPIMemberJoinOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIMemberJoinOutput) Unset()
- type NullableApiAPIMembersOutput
- func (v NullableApiAPIMembersOutput) Get() *ApiAPIMembersOutput
- func (v NullableApiAPIMembersOutput) IsSet() bool
- func (v NullableApiAPIMembersOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIMembersOutput) Set(val *ApiAPIMembersOutput)
- func (v *NullableApiAPIMembersOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIMembersOutput) Unset()
- type NullableApiAPIRoleConfigInput
- func (v NullableApiAPIRoleConfigInput) Get() *ApiAPIRoleConfigInput
- func (v NullableApiAPIRoleConfigInput) IsSet() bool
- func (v NullableApiAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIRoleConfigInput) Set(val *ApiAPIRoleConfigInput)
- func (v *NullableApiAPIRoleConfigInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIRoleConfigInput) Unset()
- type NullableApiAPIRoleConfigOutput
- func (v NullableApiAPIRoleConfigOutput) Get() *ApiAPIRoleConfigOutput
- func (v NullableApiAPIRoleConfigOutput) IsSet() bool
- func (v NullableApiAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIRoleConfigOutput) Set(val *ApiAPIRoleConfigOutput)
- func (v *NullableApiAPIRoleConfigOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIRoleConfigOutput) Unset()
- type NullableApiAPIToolPingInput
- func (v NullableApiAPIToolPingInput) Get() *ApiAPIToolPingInput
- func (v NullableApiAPIToolPingInput) IsSet() bool
- func (v NullableApiAPIToolPingInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolPingInput) Set(val *ApiAPIToolPingInput)
- func (v *NullableApiAPIToolPingInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolPingInput) Unset()
- type NullableApiAPIToolPingOutput
- func (v NullableApiAPIToolPingOutput) Get() *ApiAPIToolPingOutput
- func (v NullableApiAPIToolPingOutput) IsSet() bool
- func (v NullableApiAPIToolPingOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolPingOutput) Set(val *ApiAPIToolPingOutput)
- func (v *NullableApiAPIToolPingOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolPingOutput) Unset()
- type NullableApiAPIToolPortmapInput
- func (v NullableApiAPIToolPortmapInput) Get() *ApiAPIToolPortmapInput
- func (v NullableApiAPIToolPortmapInput) IsSet() bool
- func (v NullableApiAPIToolPortmapInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolPortmapInput) Set(val *ApiAPIToolPortmapInput)
- func (v *NullableApiAPIToolPortmapInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolPortmapInput) Unset()
- type NullableApiAPIToolPortmapOutput
- func (v NullableApiAPIToolPortmapOutput) Get() *ApiAPIToolPortmapOutput
- func (v NullableApiAPIToolPortmapOutput) IsSet() bool
- func (v NullableApiAPIToolPortmapOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolPortmapOutput) Set(val *ApiAPIToolPortmapOutput)
- func (v *NullableApiAPIToolPortmapOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolPortmapOutput) Unset()
- type NullableApiAPIToolPortmapOutputPort
- func (v NullableApiAPIToolPortmapOutputPort) Get() *ApiAPIToolPortmapOutputPort
- func (v NullableApiAPIToolPortmapOutputPort) IsSet() bool
- func (v NullableApiAPIToolPortmapOutputPort) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolPortmapOutputPort) Set(val *ApiAPIToolPortmapOutputPort)
- func (v *NullableApiAPIToolPortmapOutputPort) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolPortmapOutputPort) Unset()
- type NullableApiAPIToolTracerouteInput
- func (v NullableApiAPIToolTracerouteInput) Get() *ApiAPIToolTracerouteInput
- func (v NullableApiAPIToolTracerouteInput) IsSet() bool
- func (v NullableApiAPIToolTracerouteInput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolTracerouteInput) Set(val *ApiAPIToolTracerouteInput)
- func (v *NullableApiAPIToolTracerouteInput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolTracerouteInput) Unset()
- type NullableApiAPIToolTracerouteOutput
- func (v NullableApiAPIToolTracerouteOutput) Get() *ApiAPIToolTracerouteOutput
- func (v NullableApiAPIToolTracerouteOutput) IsSet() bool
- func (v NullableApiAPIToolTracerouteOutput) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolTracerouteOutput) Set(val *ApiAPIToolTracerouteOutput)
- func (v *NullableApiAPIToolTracerouteOutput) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolTracerouteOutput) Unset()
- type NullableApiAPIToolTracerouteOutputHop
- func (v NullableApiAPIToolTracerouteOutputHop) Get() *ApiAPIToolTracerouteOutputHop
- func (v NullableApiAPIToolTracerouteOutputHop) IsSet() bool
- func (v NullableApiAPIToolTracerouteOutputHop) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPIToolTracerouteOutputHop) Set(val *ApiAPIToolTracerouteOutputHop)
- func (v *NullableApiAPIToolTracerouteOutputHop) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPIToolTracerouteOutputHop) Unset()
- type NullableApiAPITransportEntry
- func (v NullableApiAPITransportEntry) Get() *ApiAPITransportEntry
- func (v NullableApiAPITransportEntry) IsSet() bool
- func (v NullableApiAPITransportEntry) MarshalJSON() ([]byte, error)
- func (v *NullableApiAPITransportEntry) Set(val *ApiAPITransportEntry)
- func (v *NullableApiAPITransportEntry) UnmarshalJSON(src []byte) error
- func (v *NullableApiAPITransportEntry) Unset()
- type NullableApiRoleConfig
- func (v NullableApiRoleConfig) Get() *ApiRoleConfig
- func (v NullableApiRoleConfig) IsSet() bool
- func (v NullableApiRoleConfig) MarshalJSON() ([]byte, error)
- func (v *NullableApiRoleConfig) Set(val *ApiRoleConfig)
- func (v *NullableApiRoleConfig) UnmarshalJSON(src []byte) error
- func (v *NullableApiRoleConfig) Unset()
- type NullableAuthAPIConfigOutput
- func (v NullableAuthAPIConfigOutput) Get() *AuthAPIConfigOutput
- func (v NullableAuthAPIConfigOutput) IsSet() bool
- func (v NullableAuthAPIConfigOutput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPIConfigOutput) Set(val *AuthAPIConfigOutput)
- func (v *NullableAuthAPIConfigOutput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPIConfigOutput) Unset()
- type NullableAuthAPILoginInput
- func (v NullableAuthAPILoginInput) Get() *AuthAPILoginInput
- func (v NullableAuthAPILoginInput) IsSet() bool
- func (v NullableAuthAPILoginInput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPILoginInput) Set(val *AuthAPILoginInput)
- func (v *NullableAuthAPILoginInput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPILoginInput) Unset()
- type NullableAuthAPILoginOutput
- func (v NullableAuthAPILoginOutput) Get() *AuthAPILoginOutput
- func (v NullableAuthAPILoginOutput) IsSet() bool
- func (v NullableAuthAPILoginOutput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPILoginOutput) Set(val *AuthAPILoginOutput)
- func (v *NullableAuthAPILoginOutput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPILoginOutput) Unset()
- type NullableAuthAPIMeOutput
- func (v NullableAuthAPIMeOutput) Get() *AuthAPIMeOutput
- func (v NullableAuthAPIMeOutput) IsSet() bool
- func (v NullableAuthAPIMeOutput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPIMeOutput) Set(val *AuthAPIMeOutput)
- func (v *NullableAuthAPIMeOutput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPIMeOutput) Unset()
- type NullableAuthAPIToken
- func (v NullableAuthAPIToken) Get() *AuthAPIToken
- func (v NullableAuthAPIToken) IsSet() bool
- func (v NullableAuthAPIToken) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPIToken) Set(val *AuthAPIToken)
- func (v *NullableAuthAPIToken) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPIToken) Unset()
- type NullableAuthAPITokensGetOutput
- func (v NullableAuthAPITokensGetOutput) Get() *AuthAPITokensGetOutput
- func (v NullableAuthAPITokensGetOutput) IsSet() bool
- func (v NullableAuthAPITokensGetOutput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPITokensGetOutput) Set(val *AuthAPITokensGetOutput)
- func (v *NullableAuthAPITokensGetOutput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPITokensGetOutput) Unset()
- type NullableAuthAPITokensPutOutput
- func (v NullableAuthAPITokensPutOutput) Get() *AuthAPITokensPutOutput
- func (v NullableAuthAPITokensPutOutput) IsSet() bool
- func (v NullableAuthAPITokensPutOutput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPITokensPutOutput) Set(val *AuthAPITokensPutOutput)
- func (v *NullableAuthAPITokensPutOutput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPITokensPutOutput) Unset()
- type NullableAuthAPIUser
- func (v NullableAuthAPIUser) Get() *AuthAPIUser
- func (v NullableAuthAPIUser) IsSet() bool
- func (v NullableAuthAPIUser) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPIUser) Set(val *AuthAPIUser)
- func (v *NullableAuthAPIUser) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPIUser) Unset()
- type NullableAuthAPIUsersGetOutput
- func (v NullableAuthAPIUsersGetOutput) Get() *AuthAPIUsersGetOutput
- func (v NullableAuthAPIUsersGetOutput) IsSet() bool
- func (v NullableAuthAPIUsersGetOutput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPIUsersGetOutput) Set(val *AuthAPIUsersGetOutput)
- func (v *NullableAuthAPIUsersGetOutput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPIUsersGetOutput) Unset()
- type NullableAuthAPIUsersPutInput
- func (v NullableAuthAPIUsersPutInput) Get() *AuthAPIUsersPutInput
- func (v NullableAuthAPIUsersPutInput) IsSet() bool
- func (v NullableAuthAPIUsersPutInput) MarshalJSON() ([]byte, error)
- func (v *NullableAuthAPIUsersPutInput) Set(val *AuthAPIUsersPutInput)
- func (v *NullableAuthAPIUsersPutInput) UnmarshalJSON(src []byte) error
- func (v *NullableAuthAPIUsersPutInput) Unset()
- type NullableAuthPermission
- func (v NullableAuthPermission) Get() *AuthPermission
- func (v NullableAuthPermission) IsSet() bool
- func (v NullableAuthPermission) MarshalJSON() ([]byte, error)
- func (v *NullableAuthPermission) Set(val *AuthPermission)
- func (v *NullableAuthPermission) UnmarshalJSON(src []byte) error
- func (v *NullableAuthPermission) Unset()
- type NullableBackupAPIBackupStatus
- func (v NullableBackupAPIBackupStatus) Get() *BackupAPIBackupStatus
- func (v NullableBackupAPIBackupStatus) IsSet() bool
- func (v NullableBackupAPIBackupStatus) MarshalJSON() ([]byte, error)
- func (v *NullableBackupAPIBackupStatus) Set(val *BackupAPIBackupStatus)
- func (v *NullableBackupAPIBackupStatus) UnmarshalJSON(src []byte) error
- func (v *NullableBackupAPIBackupStatus) Unset()
- type NullableBackupAPIBackupStatusOutput
- func (v NullableBackupAPIBackupStatusOutput) Get() *BackupAPIBackupStatusOutput
- func (v NullableBackupAPIBackupStatusOutput) IsSet() bool
- func (v NullableBackupAPIBackupStatusOutput) MarshalJSON() ([]byte, error)
- func (v *NullableBackupAPIBackupStatusOutput) Set(val *BackupAPIBackupStatusOutput)
- func (v *NullableBackupAPIBackupStatusOutput) UnmarshalJSON(src []byte) error
- func (v *NullableBackupAPIBackupStatusOutput) Unset()
- type NullableBackupAPIRoleConfigInput
- func (v NullableBackupAPIRoleConfigInput) Get() *BackupAPIRoleConfigInput
- func (v NullableBackupAPIRoleConfigInput) IsSet() bool
- func (v NullableBackupAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (v *NullableBackupAPIRoleConfigInput) Set(val *BackupAPIRoleConfigInput)
- func (v *NullableBackupAPIRoleConfigInput) UnmarshalJSON(src []byte) error
- func (v *NullableBackupAPIRoleConfigInput) Unset()
- type NullableBackupAPIRoleConfigOutput
- func (v NullableBackupAPIRoleConfigOutput) Get() *BackupAPIRoleConfigOutput
- func (v NullableBackupAPIRoleConfigOutput) IsSet() bool
- func (v NullableBackupAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (v *NullableBackupAPIRoleConfigOutput) Set(val *BackupAPIRoleConfigOutput)
- func (v *NullableBackupAPIRoleConfigOutput) UnmarshalJSON(src []byte) error
- func (v *NullableBackupAPIRoleConfigOutput) Unset()
- type NullableBackupBackupStatus
- func (v NullableBackupBackupStatus) Get() *BackupBackupStatus
- func (v NullableBackupBackupStatus) IsSet() bool
- func (v NullableBackupBackupStatus) MarshalJSON() ([]byte, error)
- func (v *NullableBackupBackupStatus) Set(val *BackupBackupStatus)
- func (v *NullableBackupBackupStatus) UnmarshalJSON(src []byte) error
- func (v *NullableBackupBackupStatus) Unset()
- type NullableBackupRoleConfig
- func (v NullableBackupRoleConfig) Get() *BackupRoleConfig
- func (v NullableBackupRoleConfig) IsSet() bool
- func (v NullableBackupRoleConfig) MarshalJSON() ([]byte, error)
- func (v *NullableBackupRoleConfig) Set(val *BackupRoleConfig)
- func (v *NullableBackupRoleConfig) UnmarshalJSON(src []byte) error
- func (v *NullableBackupRoleConfig) Unset()
- type NullableBool
- type NullableDhcpAPILease
- func (v NullableDhcpAPILease) Get() *DhcpAPILease
- func (v NullableDhcpAPILease) IsSet() bool
- func (v NullableDhcpAPILease) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPILease) Set(val *DhcpAPILease)
- func (v *NullableDhcpAPILease) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPILease) Unset()
- type NullableDhcpAPILeaseInfo
- func (v NullableDhcpAPILeaseInfo) Get() *DhcpAPILeaseInfo
- func (v NullableDhcpAPILeaseInfo) IsSet() bool
- func (v NullableDhcpAPILeaseInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPILeaseInfo) Set(val *DhcpAPILeaseInfo)
- func (v *NullableDhcpAPILeaseInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPILeaseInfo) Unset()
- type NullableDhcpAPILeasesGetOutput
- func (v NullableDhcpAPILeasesGetOutput) Get() *DhcpAPILeasesGetOutput
- func (v NullableDhcpAPILeasesGetOutput) IsSet() bool
- func (v NullableDhcpAPILeasesGetOutput) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPILeasesGetOutput) Set(val *DhcpAPILeasesGetOutput)
- func (v *NullableDhcpAPILeasesGetOutput) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPILeasesGetOutput) Unset()
- type NullableDhcpAPILeasesPutInput
- func (v NullableDhcpAPILeasesPutInput) Get() *DhcpAPILeasesPutInput
- func (v NullableDhcpAPILeasesPutInput) IsSet() bool
- func (v NullableDhcpAPILeasesPutInput) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPILeasesPutInput) Set(val *DhcpAPILeasesPutInput)
- func (v *NullableDhcpAPILeasesPutInput) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPILeasesPutInput) Unset()
- type NullableDhcpAPIRoleConfigInput
- func (v NullableDhcpAPIRoleConfigInput) Get() *DhcpAPIRoleConfigInput
- func (v NullableDhcpAPIRoleConfigInput) IsSet() bool
- func (v NullableDhcpAPIRoleConfigInput) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPIRoleConfigInput) Set(val *DhcpAPIRoleConfigInput)
- func (v *NullableDhcpAPIRoleConfigInput) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPIRoleConfigInput) Unset()
- type NullableDhcpAPIRoleConfigOutput
- func (v NullableDhcpAPIRoleConfigOutput) Get() *DhcpAPIRoleConfigOutput
- func (v NullableDhcpAPIRoleConfigOutput) IsSet() bool
- func (v NullableDhcpAPIRoleConfigOutput) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPIRoleConfigOutput) Set(val *DhcpAPIRoleConfigOutput)
- func (v *NullableDhcpAPIRoleConfigOutput) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPIRoleConfigOutput) Unset()
- type NullableDhcpAPIScope
- func (v NullableDhcpAPIScope) Get() *DhcpAPIScope
- func (v NullableDhcpAPIScope) IsSet() bool
- func (v NullableDhcpAPIScope) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPIScope) Set(val *DhcpAPIScope)
- func (v *NullableDhcpAPIScope) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPIScope) Unset()
- type NullableDhcpAPIScopeStatistics
- func (v NullableDhcpAPIScopeStatistics) Get() *DhcpAPIScopeStatistics
- func (v NullableDhcpAPIScopeStatistics) IsSet() bool
- func (v NullableDhcpAPIScopeStatistics) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPIScopeStatistics) Set(val *DhcpAPIScopeStatistics)
- func (v *NullableDhcpAPIScopeStatistics) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPIScopeStatistics) Unset()
- type NullableDhcpAPIScopesGetOutput
- func (v NullableDhcpAPIScopesGetOutput) Get() *DhcpAPIScopesGetOutput
- func (v NullableDhcpAPIScopesGetOutput) IsSet() bool
- func (v NullableDhcpAPIScopesGetOutput) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPIScopesGetOutput) Set(val *DhcpAPIScopesGetOutput)
- func (v *NullableDhcpAPIScopesGetOutput) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPIScopesGetOutput) Unset()
- type NullableDhcpAPIScopesImportInput
- func (v NullableDhcpAPIScopesImportInput) Get() *DhcpAPIScopesImportInput
- func (v NullableDhcpAPIScopesImportInput) IsSet() bool
- func (v NullableDhcpAPIScopesImportInput) MarshalJSON() ([]byte, error)
- func (v *NullableDhcpAPIScopesImportInput) Set(val *DhcpAPIScopesImportInput)
- func (v *NullableDhcpAPIScopesImportInput) UnmarshalJSON(src []byte) error
- func (v *NullableDhcpAPIScopesImportInput) Unset(