Compute
IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the "Data Center Designer" (DCD) browser-based tool.
Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on.
Overview
This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
API version: 6.0
Package version: products/compute/v2.0.3
Build package: org.openapitools.codegen.languages.GoClientCodegen
Installation
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
Put the package under your project folder and add the following in import:
import sw "./compute"
To use a proxy, set the environment variable HTTP_PROXY
:
os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")
Configuration of Server URL
Default configuration comes with Servers
field that contains server objects as defined in the OpenAPI specification.
Select Server Configuration
For using other server than the one defined on index 0 set context value sw.ContextServerIndex
of type int
.
ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)
Templated Server URL
Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables
of type map[string]string
.
ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
"basePath": "v2",
})
Note, enum values are always validated and all unused variables are silently ignored.
URLs Configuration per Operation
Each operation can use different server URL defined using OperationServers
map in the Configuration
. An operation is uniquely identifield by "{classname}Service.{nickname}"
string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices
and sw.ContextOperationServerVariables
context maps.
ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
"{classname}Service.{nickname}": {
"port": "8443",
},
})
Documentation for API Endpoints
All URIs are relative to https://api.ionos.com/cloudapi/v6
ApplicationLoadBalancersApi
Delete /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}
Delete an Application Load Balancer by ID
ApplicationLoadBalancersApi
Get /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}
Get an Application Load Balancer by ID
ApplicationLoadBalancersApi
Delete /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/flowlogs/{flowLogId}
Delete an ALB Flow Log by ID
ApplicationLoadBalancersApi
Get /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/flowlogs/{flowLogId}
Get an ALB Flow Log by ID
ApplicationLoadBalancersApi
Get /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/flowlogs
Get ALB Flow Logs
ApplicationLoadBalancersApi
Patch /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/flowlogs/{flowLogId}
Partially Modify an ALB Flow Log by ID
ApplicationLoadBalancersApi
Post /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/flowlogs
Create an ALB Flow Log
ApplicationLoadBalancersApi
Put /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/flowlogs/{flowLogId}
Modify an ALB Flow Log by ID
ApplicationLoadBalancersApi
Delete /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/forwardingrules/{forwardingRuleId}
Delete an ALB Forwarding Rule by ID
ApplicationLoadBalancersApi
Get /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/forwardingrules/{forwardingRuleId}
Get an ALB Forwarding Rule by ID
ApplicationLoadBalancersApi
Get /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/forwardingrules
Get ALB Forwarding Rules
ApplicationLoadBalancersApi
Patch /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/forwardingrules/{forwardingRuleId}
Partially modify an ALB Forwarding Rule by ID
ApplicationLoadBalancersApi
Post /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/forwardingrules
Create an ALB Forwarding Rule
ApplicationLoadBalancersApi
Put /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}/forwardingrules/{forwardingRuleId}
Modify an ALB Forwarding Rule by ID
ApplicationLoadBalancersApi
Get /datacenters/{datacenterId}/applicationloadbalancers
Get Application Load Balancers
ApplicationLoadBalancersApi
Patch /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}
Partially Modify an Application Load Balancer by ID
ApplicationLoadBalancersApi
Post /datacenters/{datacenterId}/applicationloadbalancers
Create an Application Load Balancer
ApplicationLoadBalancersApi
Put /datacenters/{datacenterId}/applicationloadbalancers/{applicationLoadBalancerId}
Modify an Application Load Balancer by ID
BackupUnitsApi
Get /backupunits/{backupunitId}/ssourl
Retrieve BU single sign-on URLs
FirewallRulesApi
Delete /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId}
Delete firewall rules
FirewallRulesApi
Get /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId}
Retrieve firewall rules
FirewallRulesApi
Get /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules
List firewall rules
FirewallRulesApi
Patch /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId}
Partially modify firewall rules
FirewallRulesApi
Post /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules
Create a Firewall Rule
FirewallRulesApi
Put /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/firewallrules/{firewallruleId}
Modify a Firewall Rule
FlowLogsApi
Delete /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/flowlogs/{flowlogId}
Delete Flow Logs
FlowLogsApi
Get /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/flowlogs/{flowlogId}
Retrieve Flow Logs
FlowLogsApi
Get /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/flowlogs
List Flow Logs
FlowLogsApi
Patch /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/flowlogs/{flowlogId}
Partially modify Flow Logs
FlowLogsApi
Post /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/flowlogs
Create a Flow Log
FlowLogsApi
Put /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/flowlogs/{flowlogId}
Modify Flow Logs
KubernetesApi
Delete /k8s/{k8sClusterId}/nodepools/{nodepoolId}
Delete a Kubernetes Node Pool by ID
KubernetesApi
Get /k8s/{k8sClusterId}/nodepools/{nodepoolId}
Get a Kubernetes Node Pool by ID
KubernetesApi
Delete /k8s/{k8sClusterId}/nodepools/{nodepoolId}/nodes/{nodeId}
Delete a Kubernetes Node by ID
KubernetesApi
Get /k8s/{k8sClusterId}/nodepools/{nodepoolId}/nodes/{nodeId}
Get Kubernetes Node by ID
KubernetesApi
Get /k8s/{k8sClusterId}/nodepools/{nodepoolId}/nodes
Get Kubernetes Nodes
KubernetesApi
Post /k8s/{k8sClusterId}/nodepools/{nodepoolId}/nodes/{nodeId}/replace
Recreate a Kubernetes Node by ID
KubernetesApi
Put /k8s/{k8sClusterId}/nodepools/{nodepoolId}
Modify a Kubernetes Node Pool by ID
LANsApi
Get /datacenters/{datacenterId}/lans/{lanId}/nics/{nicId}
Retrieve attached NICs
LabelsApi
Delete /datacenters/{datacenterId}/labels/{key}
Delete data center labels
LabelsApi
Get /datacenters/{datacenterId}/labels/{key}
Retrieve data center labels
LabelsApi
Put /datacenters/{datacenterId}/labels/{key}
Modify a Data Center Label by Key
LabelsApi
Delete /datacenters/{datacenterId}/servers/{serverId}/labels/{key}
Delete server labels
LabelsApi
Get /datacenters/{datacenterId}/servers/{serverId}/labels/{key}
Retrieve server labels
LabelsApi
Get /datacenters/{datacenterId}/servers/{serverId}/labels
List server labels
LabelsApi
Post /datacenters/{datacenterId}/servers/{serverId}/labels
Create a Server Label
LabelsApi
Put /datacenters/{datacenterId}/servers/{serverId}/labels/{key}
Modify a Server Label
LabelsApi
Delete /datacenters/{datacenterId}/volumes/{volumeId}/labels/{key}
Delete volume labels
LabelsApi
Get /datacenters/{datacenterId}/volumes/{volumeId}/labels/{key}
Retrieve volume labels
LabelsApi
Get /datacenters/{datacenterId}/volumes/{volumeId}/labels
List volume labels
LabelsApi
Post /datacenters/{datacenterId}/volumes/{volumeId}/labels
Create a Volume Label
LabelsApi
Put /datacenters/{datacenterId}/volumes/{volumeId}/labels/{key}
Modify a Volume Label
LoadBalancersApi
Delete /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}/balancednics/{nicId}
Detach balanced NICs
LoadBalancersApi
Get /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}/balancednics/{nicId}
Retrieve balanced NICs
LoadBalancersApi
Get /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}/balancednics
List balanced NICs
LoadBalancersApi
Post /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}/balancednics
Attach balanced NICs
LoadBalancersApi
Delete /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}
Delete Load Balancers
LoadBalancersApi
Get /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}
Retrieve Load Balancers
LoadBalancersApi
Get /datacenters/{datacenterId}/loadbalancers
List Load Balancers
LoadBalancersApi
Patch /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}
Partially modify Load Balancers
LoadBalancersApi
Post /datacenters/{datacenterId}/loadbalancers
Create a Load Balancer
LoadBalancersApi
Put /datacenters/{datacenterId}/loadbalancers/{loadbalancerId}
Modify a Load Balancer by ID
NATGatewaysApi
Delete /datacenters/{datacenterId}/natgateways/{natGatewayId}
Delete NAT Gateways
NATGatewaysApi
Get /datacenters/{datacenterId}/natgateways/{natGatewayId}
Retrieve NAT Gateways
NATGatewaysApi
Delete /datacenters/{datacenterId}/natgateways/{natGatewayId}/flowlogs/{flowLogId}
Delete NAT Gateway Flow Logs
NATGatewaysApi
Get /datacenters/{datacenterId}/natgateways/{natGatewayId}/flowlogs/{flowLogId}
Retrieve NAT Gateway Flow Logs
NATGatewaysApi
Get /datacenters/{datacenterId}/natgateways/{natGatewayId}/flowlogs
List NAT Gateway Flow Logs
NATGatewaysApi
Patch /datacenters/{datacenterId}/natgateways/{natGatewayId}/flowlogs/{flowLogId}
Partially modify NAT Gateway Flow Logs
NATGatewaysApi
Post /datacenters/{datacenterId}/natgateways/{natGatewayId}/flowlogs
Create a NAT Gateway Flow Log
NATGatewaysApi
Put /datacenters/{datacenterId}/natgateways/{natGatewayId}/flowlogs/{flowLogId}
Modify NAT Gateway Flow Logs
NATGatewaysApi
Patch /datacenters/{datacenterId}/natgateways/{natGatewayId}
Partially modify NAT Gateways
NATGatewaysApi
Post /datacenters/{datacenterId}/natgateways
Create a NAT Gateway
NATGatewaysApi
Put /datacenters/{datacenterId}/natgateways/{natGatewayId}
Modify NAT Gateways
NATGatewaysApi
Delete /datacenters/{datacenterId}/natgateways/{natGatewayId}/rules/{natGatewayRuleId}
Delete NAT Gateway rules
NATGatewaysApi
Get /datacenters/{datacenterId}/natgateways/{natGatewayId}/rules/{natGatewayRuleId}
Retrieve NAT Gateway rules
NATGatewaysApi
Get /datacenters/{datacenterId}/natgateways/{natGatewayId}/rules
List NAT Gateway rules
NATGatewaysApi
Patch /datacenters/{datacenterId}/natgateways/{natGatewayId}/rules/{natGatewayRuleId}
Partially Modify a NAT Gateway Rule by ID
NATGatewaysApi
Post /datacenters/{datacenterId}/natgateways/{natGatewayId}/rules
Create a NAT Gateway Rule
NATGatewaysApi
Put /datacenters/{datacenterId}/natgateways/{natGatewayId}/rules/{natGatewayRuleId}
Modify a NAT Gateway Rule by ID
NetworkInterfacesApi
Delete /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}
Delete NICs
NetworkInterfacesApi
Get /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}
Retrieve NICs
NetworkInterfacesApi
Get /datacenters/{datacenterId}/servers/{serverId}/nics
List NICs
NetworkInterfacesApi
Patch /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}
Partially modify NICs
NetworkInterfacesApi
Post /datacenters/{datacenterId}/servers/{serverId}/nics
Create a NIC
NetworkInterfacesApi
Put /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}
Modify NICs
NetworkLoadBalancersApi
Delete /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}
Delete Network Load Balancers
NetworkLoadBalancersApi
Get /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}
Retrieve Network Load Balancers
NetworkLoadBalancersApi
Delete /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId}
Delete NLB Flow Logs
NetworkLoadBalancersApi
Get /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId}
Retrieve NLB Flow Logs
NetworkLoadBalancersApi
Get /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs
List NLB Flow Logs
NetworkLoadBalancersApi
Patch /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId}
Partially modify NLB Flow Logs
NetworkLoadBalancersApi
Post /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs
Create a NLB Flow Log
NetworkLoadBalancersApi
Put /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/flowlogs/{flowLogId}
Modify NLB Flow Logs
NetworkLoadBalancersApi
Delete /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId}
Delete NLB forwarding rules
NetworkLoadBalancersApi
Get /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId}
Retrieve NLB forwarding rules
NetworkLoadBalancersApi
Get /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules
List NLB forwarding rules
NetworkLoadBalancersApi
Patch /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId}
Partially modify NLB forwarding rules
NetworkLoadBalancersApi
Post /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules
Create a NLB Forwarding Rule
NetworkLoadBalancersApi
Put /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}/forwardingrules/{forwardingRuleId}
Modify NLB forwarding rules
NetworkLoadBalancersApi
Get /datacenters/{datacenterId}/networkloadbalancers
List Network Load Balancers
NetworkLoadBalancersApi
Patch /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}
Partially modify Network Load Balancers
NetworkLoadBalancersApi
Post /datacenters/{datacenterId}/networkloadbalancers
Create a Network Load Balancer
NetworkLoadBalancersApi
Put /datacenters/{datacenterId}/networkloadbalancers/{networkLoadBalancerId}
Modify Network Load Balancers
SecurityGroupsApi
Delete /datacenters/{datacenterId}/securitygroups/{securityGroupId}
Delete a Security Group
SecurityGroupsApi
Get /datacenters/{datacenterId}/securitygroups/{securityGroupId}
Retrieve a Security Group
SecurityGroupsApi
Delete /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules/{ruleId}
Remove a Firewall Rule from a Security Group
SecurityGroupsApi
Post /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules
Create Firewall rule to a Security Group
SecurityGroupsApi
Get /datacenters/{datacenterId}/securitygroups
List Security Groups
SecurityGroupsApi
Patch /datacenters/{datacenterId}/securitygroups/{securityGroupId}
Partially modify Security Group
SecurityGroupsApi
Post /datacenters/{datacenterId}/securitygroups
Create a Security Group
SecurityGroupsApi
Put /datacenters/{datacenterId}/securitygroups/{securityGroupId}
Modify Security Group
SecurityGroupsApi
Get /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules/{ruleId}
Retrieve security group rule by id
SecurityGroupsApi
Get /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules
List Security Group rules
SecurityGroupsApi
Patch /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules/{ruleId}
Partially modify Security Group Rules
SecurityGroupsApi
Put /datacenters/{datacenterId}/securitygroups/{securityGroupId}/rules/{ruleId}
Modify a Security Group Rule
SecurityGroupsApi
Put /datacenters/{datacenterId}/servers/{serverId}/nics/{nicId}/securitygroups
Attach a list of Security Groups to a NIC
SecurityGroupsApi
Put /datacenters/{datacenterId}/servers/{serverId}/securitygroups
Attach a list of Security Groups to a Server
ServersApi
Delete /datacenters/{datacenterId}/servers/{serverId}/cdroms/{cdromId}
Detach a CD-ROM by ID
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}/cdroms/{cdromId}
Get Attached CD-ROM by ID
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}/cdroms
Get Attached CD-ROMs
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/cdroms
Attach a CD-ROM
ServersApi
Delete /datacenters/{datacenterId}/servers/{serverId}
Delete servers
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}
Retrieve servers by ID
ServersApi
Patch /datacenters/{datacenterId}/servers/{serverId}
Partially modify servers
ServersApi
Put /datacenters/{datacenterId}/servers/{serverId}
Modify a Server by ID
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/reboot
Reboot servers
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}/remoteconsole
Get Remote Console link
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/resume
Resume a Cube Server by ID
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/start
Start an Enterprise Server by ID
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/stop
Stop an Enterprise Server by ID
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/suspend
Suspend a Cube Server by ID
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}/token
Get JSON Web Token
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/upgrade
Upgrade a Server by ID
ServersApi
Delete /datacenters/{datacenterId}/servers/{serverId}/volumes/{volumeId}
Detach a Volume by ID
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}/volumes/{volumeId}
Get Attached Volume by ID
ServersApi
Get /datacenters/{datacenterId}/servers/{serverId}/volumes
Get Attached Volumes
ServersApi
Post /datacenters/{datacenterId}/servers/{serverId}/volumes
Attach a Volume to a Server
TargetGroupsApi
Get /targetgroups/{targetGroupId}
Get a Target Group by ID
TargetGroupsApi
Patch /targetgroups/{targetGroupId}
Partially Modify a Target Group by ID
UserManagementApi
Delete /um/groups/{groupId}/shares/{resourceId}
Remove group shares
UserManagementApi
Get /um/groups/{groupId}/shares/{resourceId}
Retrieve group shares
UserManagementApi
Put /um/groups/{groupId}/shares/{resourceId}
Modify group share privileges
UserManagementApi
Delete /um/groups/{groupId}/users/{userId}
Remove users from groups
UserManagementApi
Get /um/resources/{resourceType}/{resourceId}
Retrieve resources by type
UserS3KeysApi
Get /um/users/{userId}/s3keys/{keyId}
Retrieve user Object storage keys by key ID
UserS3KeysApi
Put /um/users/{userId}/s3keys/{keyId}
Modify a Object storage Key by Key ID
UserS3KeysApi
Get /um/users/{userId}/s3ssourl
Retrieve Object storage single sign-on URLs
VolumesApi
Post /datacenters/{datacenterId}/volumes/{volumeId}/create-snapshot
Create volume snapshots
VolumesApi
Delete /datacenters/{datacenterId}/volumes/{volumeId}
Delete volumes
VolumesApi
Get /datacenters/{datacenterId}/volumes/{volumeId}
Retrieve volumes
VolumesApi
Patch /datacenters/{datacenterId}/volumes/{volumeId}
Partially modify volumes
VolumesApi
Put /datacenters/{datacenterId}/volumes/{volumeId}
Modify a Volume by ID
VolumesApi
Post /datacenters/{datacenterId}/volumes/{volumeId}/restore-snapshot
Restore volume snapshots
Documentation For Models
Documentation For Authorization
BasicAuthentication
Type: HTTP basic authentication
Example
auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
UserName: "username",
Password: "password",
})
r, err := client.Service.Operation(auth, args)
TokenAuthentication
Type: API key
API key parameter name: Authorization
Location: HTTP header
Note, each API key must be added to a map of map[string]APIKey
where the key is: Authorization and passed in as the auth context for each request.
Documentation for Utility Methods
Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:
PtrBool
PtrInt
PtrInt32
PtrInt64
PtrFloat
PtrFloat32
PtrFloat64
PtrString
PtrTime
Author
Last updated