Allows the definition of one or more DHCPv6 options that will be provided to all VMs that are associated with a given domain. DHCPv6 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 |
creationDate |
embeddedMetadata |
entityScope |
externalID |
lastUpdatedBy |
lastUpdatedDate |
length |
owner |
subOptionType |
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
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
SDK attribute: actualValues
Time stamp when this object was created.
SDK attribute: creationDate
Metadata objects associated with this entity. This will contain a list of Metadata objects if the API request is made using the special flag to enable the embedded Metadata feature. Only a maximum of Metadata objects is returned based on the value set in the system configuration.
SDK attribute: embeddedMetadata
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
Time stamp when this object was last updated.
SDK attribute: lastUpdatedDate
DHCPv6 option length. Length should be a hexadecimal value(ie. Hex value 0x04 would be passed as '04')
Format: free
SDK attribute: length
Identifies the user that has created this object.
Format: free
SDK attribute: owner
Sub option type of the actual DHCP option type.
Format: free
Max length: 255
SDK attribute: subOptionType
DHCPv6 option type. Type should be a hexadecimal value(ie. Hex value 0x06 would be passed as '06')
Format: free
SDK attribute: type
DHCPv6 option value. Value should be a hexadecimal value(ie. Hex value 0xac40 would be passed as 'ac40')
Format: free
SDK attribute: value