Alle Pastes #2099466 Raw Bearbeiten

Something

öffentlich text v1 · unveränderlich
#2099466 ·veröffentlicht 2012-01-04 22:43 UTC
gerenderter Paste-Inhalt
<CopyVirtualMachine name="VMName">
 <Source href="/cloudapi/ecloud/virtualMachines/2"
   type="application/vnd.tmrk.cloud.virtualMachine"/>
 <ProcessorCount>2</ProcessorCount>
 <Memory>
   <Unit>MB</Unit>
   <Value>1024</Value>
 </Memory>
 <Layout>
   <Row href="/cloudapi/ecloud/layoutRows/1" type="application/vnd.tmrk.cloud.layoutRow"/>
   <NewGroup>GroupName</NewGroup>
 </Layout>
 <LinuxCustomization>
   <NetworkSettings>
    <NetworkAdapterSettings>
      <NetworkAdapter>
       <Network href="/cloudapi/ecloud/networks/1" name="10.0.4.32/27"
         type="application/vnd.tmrk.cloud.network"/>
       <IpAddress>10.0.4.34</IpAddress>
      </NetworkAdapter>
    </NetworkAdapterSettings>
    <DnsSettings>
      <PrimaryDns>10.1.1.1</PrimaryDns>
      <SecondaryDns>10.1.1.2</SecondaryDns>
    </DnsSettings>
   </NetworkSettings>
   <SshKey href="/cloudapi/ecloud/admin/sshKeys/1" type="application/vnd.tmrk.cloud.admin.sshKey"/>
 </LinuxCustomization>
 <Description>This is my VM</Description>
 <Tags>
   <Tag>Web</Tag>
 </Tags>
 <PoweredOn>true</PoweredOn>
</CopyVirtualMachine>