Changeset 98853 in vbox
- Timestamp:
- Mar 7, 2023 10:54:13 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-cloud.xml
r98785 r98853 69 69 <arg choice="req">--compartment-id=<replaceable>string</replaceable></arg> 70 70 <arg>--state=<replaceable>string</replaceable></arg> 71 </cmdsynopsis> 72 <cmdsynopsis id="synopsis-vboxmanage-cloudlist-vnicattachments"> 73 <command>VBoxManage cloud</command> 74 <arg choice="req">--provider=<replaceable>name</replaceable></arg> 75 <arg choice="req">--profile=<replaceable>name</replaceable></arg> 76 <sbr/> 77 <arg choice="plain">list</arg> 78 <arg choice="plain">vnicattachments</arg> 79 <arg choice="req">--compartment-id=<replaceable>string</replaceable></arg> 80 <arg>--filter=<replaceable>string</replaceable></arg> 71 81 </cmdsynopsis> 72 82 … … 318 328 </refsect2> 319 329 330 <refsect2 id="vboxmanage-cloudlist-vnicattachments"> 331 <title>cloud list vnic attachments</title> 332 <remark role="help-copy-synopsis"/> 333 <para> 334 Displays the list of the vnic attachments for a specified compartment. 335 </para> 336 <variablelist> 337 <varlistentry> 338 <term>--filter<replaceable>"instanceId/vnicId/domainName=string"</replaceable></term> 339 <listitem> 340 <para>Filters are used to narrow down the set of Vnic attachments of interest. 341 This parameter is repeatible. 342 The possible filters are "instanceId" or "vnicId" or "availabilityDomain" at moment. 343 The form is "instanceId/vnicId/domainName=[string value]" and can be repeated. 344 In instance, "--filter instanceId=ocid1.instance.oc1.iad.anuwcl...js6 345 --filter vnicId=ocid1.vnic.oc1.iad.abuwcl...jsm 346 --filter domainName=ergw:US-ASHBURN-AD-2". 347 But in most cases, this is redundant and one filter is enough. 348 If the filter isn't provided the whole list of vnic attachments for a specified compartment is returned. 349 </para> 350 </listitem> 351 </varlistentry> 352 <varlistentry> 353 <term><option>--compartment-id</option></term> 354 <listitem> 355 <para>A compartment is the logical container used to organize and isolate cloud resources. 356 The different cloud providers can have the different names for this entity. 357 </para> 358 </listitem> 359 </varlistentry> 360 </variablelist> 361 </refsect2> 362 320 363 <!-- Cloud instance commands --> 321 364 <refsect2 id="vboxmanage-cloudinstance-create">
Note:
See TracChangeset
for help on using the changeset viewer.