VMware Cloud Director API - BootOptions
BootOptionsType
- Element:
- BootOptions
- Type:
- BootOptionsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Allows you to specify boot options for this virtual machine.
- Since:
- 21.0
- Schema:
- vApp.xsd
- Media type(s):
-
application/vnd.vmware.vcloud.bootOptionsSection+xml
application/vnd.vmware.vcloud.bootOptionsSection+json
- Extends:
- ResourceType
- XML Representation:
-
<BootOptions xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<BootDelay> xs:long </BootDelay>
<EnterBIOSSetup> xs:boolean </EnterBIOSSetup>
</BootOptions>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 21.0 The URI of the entity. type string No always 21.0 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description BootDelay long No always 21.0 Number of milliseconds to wait between powering-on and booting this virtual machine. Defaults to 0. Maximum permissible value is 10000 milliseconds. EnterBIOSSetup boolean No always 21.0 Set to true to force this virtual machine to enter BIOS setup mode when rebooted. This value is reset to false after the next reboot. Link LinkType No none 21.0 A reference to an entity or operation associated with this object. VCloudExtension VCloudExtensionType No always 21.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. -
Operations
-
CRUD Operation Description Since Deprecated read GET /vApp/{id}/bootOptions as input POST /vApp/{id}/action/bootOptions