Documentation
¶
Index ¶
- func ConvertContainerRegistryVulnerabilitiesToTable(vulnerabilities ionoscloud.ArtifactVulnerabilityReadList) ([]map[string]interface{}, error)
- func ConvertContainerRegistryVulnerabilityToTable(vulnerability ionoscloud.VulnerabilityRead) ([]map[string]interface{}, error)
- func ConvertDNSSECToTable(keys dns.DnssecKeyReadList) ([]map[string]interface{}, error)
- func ConvertDataplatformClusterToTable(cluster ionoscloud.ClusterResponseData) ([]map[string]interface{}, error)
- func ConvertDataplatformClustersToTable(clusters ionoscloud.ClusterListResponseData) ([]map[string]interface{}, error)
- func ConvertDataplatformNodePoolToTable(np ionoscloud.NodePoolResponseData) ([]map[string]interface{}, error)
- func ConvertDataplatformNodePoolsToTable(nps ionoscloud.NodePoolListResponseData) ([]map[string]interface{}, error)
- func ConvertDbaasMariaDBClusterToTable(cluster sdkmariadb.ClusterResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMariaDBClustersToTable(clusters sdkmariadb.ClusterList) ([]map[string]interface{}, error)
- func ConvertDbaasMariadbBackupToTable(backup sdkmariadb.BackupResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMariadbBackupsToTable(backups sdkmariadb.BackupList) ([]map[string]interface{}, error)
- func ConvertDbaasMongoClusterToTable(cluster sdkmongo.ClusterResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMongoClustersToTable(clusters sdkmongo.ClusterList) ([]map[string]interface{}, error)
- func ConvertDbaasMongoTemplateToTable(template sdkmongo.TemplateResponse) ([]map[string]interface{}, error)
- func ConvertDbaasMongoTemplatesToTable(templates sdkmongo.TemplateList) ([]map[string]interface{}, error)
- func ConvertDbaasMongoUserToTable(user sdkmongo.User) ([]map[string]interface{}, error)
- func ConvertDbaasMongoUsersToTable(users sdkmongo.UsersList) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresAPIVersionToTable(apiVersion sdkpsql.APIVersion) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresClusterToTable(cluster sdkpsql.ClusterResponse) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresClustersToTable(clusters sdkpsql.ClusterList) ([]map[string]interface{}, error)
- func ConvertDbaasPostgresLogsToTable(logs *[]sdkpsql.ClusterLogsInstancesInner) ([]map[string]interface{}, error)
- func ConvertK8sClusterToTable(cluster ionoscloud.KubernetesCluster) ([]map[string]interface{}, error)
- func ConvertK8sClustersToTable(clusters ionoscloud.KubernetesClusters) ([]map[string]interface{}, error)
- func ConvertK8sNodepoolToTable(nodepool ionoscloud.KubernetesNodePool) ([]map[string]interface{}, error)
- func ConvertK8sNodepoolsToTable(nodepools ionoscloud.KubernetesNodePools) ([]map[string]interface{}, error)
- func ConvertLoggingServicePipelineLogToTable(log ionoscloud.PipelineResponse) ([]map[string]interface{}, error)
- func ConvertLoggingServicePipelineLogsToTable(pipeline ionoscloud.Pipeline) ([]map[string]interface{}, error)
- func ConvertLoggingServicePipelinesLogsToTable(pipelines ionoscloud.PipelineListResponse) ([]map[string]interface{}, error)
- func ConvertMongoDbaasLogsToTable(logs *[]sdkmongo.ClusterLogsInstances) ([]map[string]interface{}, error)
- func ConvertRequestToTable(request ionoscloud.Request) ([]map[string]interface{}, error)
- func ConvertRequestsToTable(requests ionoscloud.Requests) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingGroupToTable(g ionoscloud.Group) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingGroupsToTable(ls ionoscloud.GroupCollection) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingServerToTable(sv ionoscloud.Server, depth int32) ([]map[string]interface{}, error)
- func ConvertVmAutoscalingServersToTable(serverCollection ionoscloud.ServerCollection, depth int32) ([]map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertContainerRegistryVulnerabilitiesToTable ¶ added in v6.7.4
func ConvertContainerRegistryVulnerabilitiesToTable(vulnerabilities ionoscloud.ArtifactVulnerabilityReadList) ( []map[string]interface{}, error, )
func ConvertContainerRegistryVulnerabilityToTable ¶ added in v6.7.4
func ConvertContainerRegistryVulnerabilityToTable(vulnerability ionoscloud.VulnerabilityRead) ( []map[string]interface{}, error, )
func ConvertDNSSECToTable ¶ added in v6.7.7
func ConvertDNSSECToTable(keys dns.DnssecKeyReadList) ([]map[string]interface{}, error)
func ConvertDataplatformClusterToTable ¶
func ConvertDataplatformClusterToTable(cluster ionoscloud.ClusterResponseData) ([]map[string]interface{}, error)
func ConvertDataplatformClustersToTable ¶
func ConvertDataplatformClustersToTable(clusters ionoscloud.ClusterListResponseData) ([]map[string]interface{}, error)
func ConvertDataplatformNodePoolToTable ¶
func ConvertDataplatformNodePoolToTable(np ionoscloud.NodePoolResponseData) ([]map[string]interface{}, error)
func ConvertDataplatformNodePoolsToTable ¶
func ConvertDataplatformNodePoolsToTable(nps ionoscloud.NodePoolListResponseData) ([]map[string]interface{}, error)
func ConvertDbaasMariaDBClusterToTable ¶ added in v6.7.6
func ConvertDbaasMariaDBClusterToTable(cluster sdkmariadb.ClusterResponse) ([]map[string]interface{}, error)
func ConvertDbaasMariaDBClustersToTable ¶ added in v6.7.6
func ConvertDbaasMariaDBClustersToTable(clusters sdkmariadb.ClusterList) ([]map[string]interface{}, error)
func ConvertDbaasMariadbBackupToTable ¶ added in v6.7.6
func ConvertDbaasMariadbBackupToTable(backup sdkmariadb.BackupResponse) ([]map[string]interface{}, error)
func ConvertDbaasMariadbBackupsToTable ¶ added in v6.7.6
func ConvertDbaasMariadbBackupsToTable(backups sdkmariadb.BackupList) ([]map[string]interface{}, error)
func ConvertDbaasMongoClusterToTable ¶
func ConvertDbaasMongoClusterToTable(cluster sdkmongo.ClusterResponse) ([]map[string]interface{}, error)
func ConvertDbaasMongoClustersToTable ¶
func ConvertDbaasMongoClustersToTable(clusters sdkmongo.ClusterList) ([]map[string]interface{}, error)
func ConvertDbaasMongoTemplateToTable ¶
func ConvertDbaasMongoTemplateToTable(template sdkmongo.TemplateResponse) ([]map[string]interface{}, error)
func ConvertDbaasMongoTemplatesToTable ¶
func ConvertDbaasMongoTemplatesToTable(templates sdkmongo.TemplateList) ([]map[string]interface{}, error)
func ConvertDbaasPostgresAPIVersionToTable ¶
func ConvertDbaasPostgresAPIVersionToTable(apiVersion sdkpsql.APIVersion) ([]map[string]interface{}, error)
func ConvertDbaasPostgresClusterToTable ¶
func ConvertDbaasPostgresClusterToTable(cluster sdkpsql.ClusterResponse) ([]map[string]interface{}, error)
func ConvertDbaasPostgresClustersToTable ¶
func ConvertDbaasPostgresClustersToTable(clusters sdkpsql.ClusterList) ([]map[string]interface{}, error)
func ConvertDbaasPostgresLogsToTable ¶
func ConvertDbaasPostgresLogsToTable(logs *[]sdkpsql.ClusterLogsInstancesInner) ([]map[string]interface{}, error)
func ConvertK8sClusterToTable ¶
func ConvertK8sClusterToTable(cluster ionoscloud.KubernetesCluster) ([]map[string]interface{}, error)
func ConvertK8sClustersToTable ¶
func ConvertK8sClustersToTable(clusters ionoscloud.KubernetesClusters) ([]map[string]interface{}, error)
func ConvertK8sNodepoolToTable ¶
func ConvertK8sNodepoolToTable(nodepool ionoscloud.KubernetesNodePool) ([]map[string]interface{}, error)
func ConvertK8sNodepoolsToTable ¶
func ConvertK8sNodepoolsToTable(nodepools ionoscloud.KubernetesNodePools) ([]map[string]interface{}, error)
func ConvertLoggingServicePipelineLogToTable ¶
func ConvertLoggingServicePipelineLogToTable(log ionoscloud.PipelineResponse) ([]map[string]interface{}, error)
func ConvertLoggingServicePipelineLogsToTable ¶
func ConvertLoggingServicePipelineLogsToTable(pipeline ionoscloud.Pipeline) ([]map[string]interface{}, error)
func ConvertLoggingServicePipelinesLogsToTable ¶
func ConvertLoggingServicePipelinesLogsToTable(pipelines ionoscloud.PipelineListResponse) ( []map[string]interface{}, error, )
func ConvertMongoDbaasLogsToTable ¶
func ConvertMongoDbaasLogsToTable(logs *[]sdkmongo.ClusterLogsInstances) ([]map[string]interface{}, error)
func ConvertRequestToTable ¶
func ConvertRequestToTable(request ionoscloud.Request) ([]map[string]interface{}, error)
func ConvertRequestsToTable ¶
func ConvertRequestsToTable(requests ionoscloud.Requests) ([]map[string]interface{}, error)
func ConvertVmAutoscalingGroupToTable ¶ added in v6.7.4
func ConvertVmAutoscalingGroupToTable(g ionoscloud.Group) ([]map[string]interface{}, error)
func ConvertVmAutoscalingGroupsToTable ¶ added in v6.7.4
func ConvertVmAutoscalingGroupsToTable(ls ionoscloud.GroupCollection) ([]map[string]interface{}, error)
func ConvertVmAutoscalingServerToTable ¶ added in v6.7.4
func ConvertVmAutoscalingServerToTable(sv ionoscloud.Server, depth int32) ([]map[string]interface{}, error)
func ConvertVmAutoscalingServersToTable ¶ added in v6.7.4
func ConvertVmAutoscalingServersToTable(serverCollection ionoscloud.ServerCollection, depth int32) ([]map[string]interface{}, error)
ConvertVmAutoscalingServersToTable converts a collection of servers to a table format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.