Skip to content

Commit 889a0b6

Browse files
author
Miltiadis Orfanos
committed
Sorts attributes
1 parent a7ae519 commit 889a0b6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/includes/cloudstack/_bare_metal_instances.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Acquire a bare metal instance in an [environment](#administration-environments).
4343
Required |  
4444
------ | -----------
4545
`name`<br/>*string* | Name of the newly created instance
46-
`templateId`<br/>*UUID* | The [template](#cloudstack-templates) to use for this instance.
4746
`computeOfferingId`<br/>*UUID* | The [compute offering](#cloudstack-compute-offerings) will determine the hardware specifications of your instance.
4847
`networkId`<br/>*UUID* | The [network](#cloudstack-networks) in which the instance will be created. If you don't have a network, it can be created through the [create network](#cloudstack-create-network) api.
4948
`sshKeyName`<br/>*string* | The name of the [SSH key](#cloudstack-ssh-keys) to use for this instance. If you don't have an SSH key registered, you can do so through this [api](#cloudstack-create-ssh-key).
49+
`templateId`<br/>*UUID* | The [template](#cloudstack-templates) to use for this instance.
5050

5151
Optional | &nbsp;
5252
------ | -----------
53-
`portsToForward`<br/>*array[string]* | The [ports](#port-forwarding-rules) you would like to open on the instance. It will try to use an existing [public IP address](#cloudstack-public-ips), if it can't find one it will [acquire a new public IP](#cloudstack-acquire-a-public-ip).
5453
`ipAddress`<br/>*string* | Private IPv4 address of this instance, must be within network's CIDR and not collide with other instances on the network.
54+
`portsToForward`<br/>*array[string]* | The [ports](#port-forwarding-rules) you would like to open on the instance. It will try to use an existing [public IP address](#cloudstack-public-ips), if it can't find one it will [acquire a new public IP](#cloudstack-acquire-a-public-ip).
5555
`userData`<br/>*string* | User data is data that can be accessed and interpreted in the instance.
5656

5757
#### Release a bare metal instance

source/includes/cloudstack/_compute_offerings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ Attributes | &nbsp;
9393
---------- | -----
9494
`id`<br/>*UUID* | The id of the compute offering
9595
`name`<br/>*string* | The name of the compute offering
96-
`memoryInMB`<br/>*int* | The amount of provisioned memory in MB
97-
`cpuCount`<br/>*int* | The number of vCPUs available to the created [instance](#cloudstack-instances)
98-
`custom`<br/>*boolean* | If true, the `cpuCount` and `memoryInMB` fields will be missing from the response and will be required on [instance create](#cloudstack-create-an-instance)
96+
`availabilityCount`<br/>*integer* | The number of compute offerings available to acquire. Only present for bare metal compute offerings.
9997
`availableCpuCountValues`<br/>*Array[integer]* | The list of valid cpu counts when used in the [create instance operation](#cloudstack-create-an-instance). Only present for custom offerings
10098
`availableMemoryInMBValues`<br/>*Array[integer]* | The list of valid amounts of memory (in MB) that can be used in the [create instance operation](#cloudstack-create-an-instance). Only present for custom offerings
99+
`cpuCount`<br/>*int* | The number of vCPUs available to the created [instance](#cloudstack-instances)
100+
`custom`<br/>*boolean* | If true, the `cpuCount` and `memoryInMB` fields will be missing from the response and will be required on [instance create](#cloudstack-create-an-instance)
101101
`maxMemoryInMBToCpuRatio`<br/>*integer* | The maximum ratio of memory (in MB) to number of CPU of an [instance](#cloudstack-instances) created with this offering. Only present for custom offerings.
102+
`memoryInMB`<br/>*int* | The amount of provisioned memory in MB
102103
`type`<br/>*enum* | The type of compute offering. Only present for bare metal compute offerings. Value is BareMetal.
103-
`availabilityCount`<br/>*integer* | The number of compute offerings available to acquire. Only present for bare metal compute offerings.

0 commit comments

Comments
 (0)