DHCPOption

Allows the definition of one or more DHCP options that will be provided to all VMs that are associated with a given domain. DHCP options are provided as Type- Length-Value (TLV). There is no validation by VSD on whether these options are valid or not. It is up to the user to guarantee that the options make sense for their application.

Overview

actualType integer
actualValues list
entityScope enum (ENTERPRISE | GLOBAL) autogenerated  
externalID string filterable   orderable   locally unique  
lastUpdatedBy string autogenerated  
length string filterable   orderable  
type string filterable   orderable  
value string filterable   orderable  

API Resource

/dhcpoptions/id
delete get put

Parents

/containerinterfaces/id/dhcpoptions
get
/sharednetworkresources/id/dhcpoptions
get post
/zones/id/dhcpoptions
get post
/vports/id/dhcpoptions
get post
/subnets/id/dhcpoptions
get post
/vminterfaces/id/dhcpoptions
get
/bridgeinterfaces/id/dhcpoptions
get
/domains/id/dhcpoptions
get post
/l2domains/id/dhcpoptions
get post
/hostinterfaces/id/dhcpoptions
get

Children

/dhcpoptions/id/metadatas
get post
/dhcpoptions/id/globalmetadatas
get post put
/dhcpoptions/id/eventlogs
get

Members

This object has no members.

Attributes documentation

actualType integer
Discussion

This will be used to send actual type instead of the hexadecimal. Note: If actualType is set, it will override the entry set in the type attribute


Charateristics

Format: free
SDK attribute: actualType

actualValues list
Discussion

This will be used to send actual values instead of the hexadecimal. Note: If actualValues are set, it will override entry set in the value attribute


Charateristics

Format: free
SDK attribute: actualValues

entityScope enum autogenerated  
Discussion

Specify if scope of entity is Data center or Enterprise level


Charateristics

Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope

externalID string filterable   orderable   locally unique  
Discussion

External object ID. Used for integration with third party systems


Charateristics

Format: free
SDK attribute: externalID

lastUpdatedBy string autogenerated  
Discussion

ID of the user who last updated the object.


Charateristics

Format: free
SDK attribute: lastUpdatedBy

length string filterable   orderable  
Discussion

DHCP option length. Length should be a hexadecimal value(ie. Hex value 0x04 would be passed as '04')


Charateristics

Format: free
SDK attribute: length

type string filterable   orderable  
Discussion

DHCP option type. Type should be a hexadecimal value(ie. Hex value 0x06 would be passed as '06')


Charateristics

Format: free
SDK attribute: type

value string filterable   orderable  
Discussion

DHCP option value. Value should be a hexadecimal value(ie. Hex value 0xac40 would be passed as 'ac40')


Charateristics

Format: free
SDK attribute: value