Changeset 76273 in vbox for trunk/doc/manual
- Timestamp:
- Dec 18, 2018 6:23:07 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127550
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_VBoxManage.xml
r76113 r76273 3037 3037 <title>Export to &oci;</title> 3038 3038 3039 <note> 3040 <para> 3041 By default an exported image is converted into "stream vmdk" 3042 to comply OCI requirement. 3043 </para> 3044 </note> 3045 3039 3046 <para> 3040 3047 List the machine that you want to export to &oci; and specify … … 3064 3071 <computeroutput>--output</computeroutput>: The short name 3065 3072 for the cloud service you are exporting to. For &oci;, enter 3066 <computeroutput>OCI //</computeroutput>.3073 <computeroutput>OCI://</computeroutput>. 3067 3074 </para> 3068 3075 </listitem> … … 3079 3086 <listitem> 3080 3087 <para> 3081 <computeroutput>--vmname <vnamem></computeroutput>: 3082 The name of the VM to export. This is the name used in the 3083 VirtualBox Manager. 3088 <computeroutput>--vmname <name></computeroutput>: 3089 The exported VM gets this name in the cloud service. 3084 3090 </para> 3085 3091 </listitem> … … 3088 3094 <para> 3089 3095 <computeroutput>--cloudprofile <cloud profile 3090 name></computeroutput>: The cloud profile used for the3091 export. The cloud profile contains details for your &oci;3092 account, such as your user OCID, and the fingerprint for3096 name></computeroutput>: The cloud profile contains data for 3097 communication with a cloud provider or service. The cloud profile contains details 3098 for your &oci; account, such as your user OCID, and the fingerprint for 3093 3099 your public key. See <xref linkend="ovf-export-oci"/>. 3094 3100 </para> … … 3098 3104 <para> 3099 3105 <computeroutput>--cloudshape <shape></computeroutput>: 3100 The shape used for the VM instance. Thisdetermines the3101 number of CPUs and the amount of memory allocated to a the3102 VM instance. 3106 The shape is used for the VM instance. Usually, determines the 3107 number of CPUs and the amount of memory allocated to a 3108 VM instance. The shape must be compatible with the exported image. 3103 3109 </para> 3104 3110 </listitem> … … 3116 3122 <para> 3117 3123 <computeroutput>--clouddisksize <disk 3118 size></computeroutput>: The disk size used for the VM3119 i nstance, in gigabytes.3124 size></computeroutput>: The disk size used for the exported 3125 image, in gigabytes. Minimum is 50GB, maximum - 300GB. 3120 3126 </para> 3121 3127 </listitem> … … 3124 3130 <para> 3125 3131 <computeroutput>--cloudbucket <bucket 3126 name></computeroutput>: The bucket used to store the VM 3127 instance. In &oci;, a bucket is a logical container for 3128 storing objects. 3132 name></computeroutput>: A bucket is a kind of storage for the uploaded 3133 objects. In the &oci; a bucket is used to store the uploaded files. 3129 3134 </para> 3130 3135 </listitem> … … 3150 3155 <computeroutput>--cloudkeepobject 3151 3156 <true/false></computeroutput>: Whether to store the 3152 exported disk image in Oracle Object Storage.3157 exported image in Oracle Object Storage or not. 3153 3158 </para> 3154 3159 </listitem> … … 3158 3163 <computeroutput>--cloudlaunchinstance 3159 3164 <true/false></computeroutput>: Whether to start the VM 3160 instance after export to &oci; has completed.3165 instance after export to &oci; or not. 3161 3166 </para> 3162 3167 </listitem> … … 3166 3171 <computeroutput>--cloudpublicip 3167 3172 <true/false></computeroutput>: Whether to enable a 3168 public IP address for the VM instance .3173 public IP address for the VM instance or not. 3169 3174 </para> 3170 3175 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.