Merge "Add detailed info to instance and server name"
This commit is contained in:
commit
31ea63da87
@ -1356,18 +1356,22 @@
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>The server name.</para>
|
||||
<para>
|
||||
The server name. The user sets the server name.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY diskConfigResponseParameter '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
name="OS-DCF:diskConfig" style="plain" type="csapi:string" required="true">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>Disk configuration, which is <code>AUTO</code> or
|
||||
<code>MANUAL</code>.</para>
|
||||
</wadl:doc>
|
||||
name="OS-DCF:diskConfig" style="plain" type="csapi:string" required="true">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
Disk configuration, which is <code>AUTO</code> or
|
||||
<code>MANUAL</code>.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY availability_zoneResponseParameter '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
@ -1400,10 +1404,13 @@
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
name="OS-EXT-SRV-ATTR:instance_name" style="plain"
|
||||
type="csapi:string" required="true">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>The instance name.</para>
|
||||
<para>
|
||||
The instance name. The Compute API generates the instance name from
|
||||
the instance name template.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY power_stateResponseParameter '
|
||||
@ -1450,28 +1457,28 @@
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
name="OS-SRV-USG:launched_at" style="plain" required="true"
|
||||
type="xsd:dateTime">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
The date and time when the server was launched.
|
||||
</para>
|
||||
<para>
|
||||
The date and time stamp format is <link
|
||||
xlink:href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</link>:
|
||||
</para>
|
||||
<programlisting>CCYY-MM-DDThh:mm:ss±hh:mm</programlisting>
|
||||
<para>
|
||||
For example, <code>2015-08-27T09:49:58-05:00</code>.
|
||||
</para>
|
||||
<para>
|
||||
The <code>±hh:mm</code> value, if included, is the time zone as an offset from UTC.
|
||||
</para>
|
||||
<para>
|
||||
If the <code>deleted_at</code> date and time stamp is not set, its value is
|
||||
<code>null</code>.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN">
|
||||
<para>
|
||||
The date and time when the server was launched.
|
||||
</para>
|
||||
<para>
|
||||
The date and time stamp format is <link
|
||||
xlink:href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</link>:
|
||||
</para>
|
||||
<programlisting>CCYY-MM-DDThh:mm:ss±hh:mm</programlisting>
|
||||
<para>
|
||||
For example, <code>2015-08-27T09:49:58-05:00</code>.
|
||||
</para>
|
||||
<para>
|
||||
The <code>±hh:mm</code> value, if included, is the time zone as an offset from UTC.
|
||||
</para>
|
||||
<para>
|
||||
If the <code>deleted_at</code> date and time stamp is not set, its value is
|
||||
<code>null</code>.
|
||||
</para>
|
||||
</wadl:doc>
|
||||
</param>'>
|
||||
<!ENTITY terminated_at-ResponseParameter '
|
||||
<param xmlns="http://wadl.dev.java.net/2009/02"
|
||||
|
Loading…
x
Reference in New Issue
Block a user