File: ec2-create-instance-export-task.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (19 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<CreateInstanceExportTaskResponse xmlns="http://ec2.amazonaws.com/doc/2014-06-15/">
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<exportTask>
  <exportTaskId>export-i-1234wxyz</exportTaskId>
  <description>Example for docs</description>
  <state>active</state>
  <statusMessage>Running</statusMessage>
  <instanceExport>
    <instanceId>i-12345678</instanceId >
    <targetEnvironment>VMWare</targetEnvironment >
  </instanceExport>
  <exportToS3>
    <diskImageFormat>VMDK</diskImageFormat >
    <containerFormat>OVA</containerFormat>
    <s3Bucket>my-bucket-for-exported-vm</s3Bucket>
    <s3Key>my-exports/ export-i-1234wxyz .ova</s3Key>
  </exportToS3>
</exportTask>
</CreateInstanceExportTaskResponse>