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.
actualType |
actualValues |
entityScope |
externalID |
lastUpdatedBy |
length |
type |
value |
This object has no members.
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
Format: free
SDK attribute: actualType
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
Format: free
SDK attribute: actualValues
Specify if scope of entity is Data center or Enterprise level
Allowed values: ENTERPRISE, GLOBAL
SDK attribute: entityScope
External object ID. Used for integration with third party systems
Format: free
SDK attribute: externalID
ID of the user who last updated the object.
Format: free
SDK attribute: lastUpdatedBy
DHCP option length. Length should be a hexadecimal value(ie. Hex value 0x04 would be passed as '04')
Format: free
SDK attribute: length
DHCP option type. Type should be a hexadecimal value(ie. Hex value 0x06 would be passed as '06')
Format: free
SDK attribute: type
DHCP option value. Value should be a hexadecimal value(ie. Hex value 0xac40 would be passed as 'ac40')
Format: free
SDK attribute: value