DHCPv6Option

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.

Overview

actualType integer
actualValues list
embeddedMetadata list read only   autogenerated  
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

/dhcpv6options/id
delete get put

Parents

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

Children

/dhcpv6options/id/metadatas
get post
/dhcpv6options/id/globalmetadatas
get post put
/dhcpv6options/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

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

SDK attribute: actualValues

embeddedMetadata list read only   autogenerated  
Discussion

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.


Charateristics

SDK attribute: embeddedMetadata

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

DHCPv6 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

DHCPv6 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

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


Charateristics

Format: free
SDK attribute: value