nudhcpoption

nudhcpoption.NUDHCPOption(bambou.nurest_object.NUMetaRESTObject,):

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.

Attributes

  • value: DHCP option value. Value should be a hexadecimal value(ie. Hex value 0xac40 would be passed as ‘ac40’)
  • last_updated_by: ID of the user who last updated the object.
  • last_updated_date: Time stamp when this object was last updated.
  • actual_type: 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
  • actual_values: 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
  • length: DHCP option length. Length should be a hexadecimal value(ie. Hex value 0x04 would be passed as ‘04’)
  • embedded_metadata: 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.
  • entity_scope: Specify if scope of entity is Data center or Enterprise level
  • creation_date: Time stamp when this object was created.
  • owner: Identifies the user that has created this object.
  • external_id: External object ID. Used for integration with third party systems
  • type: DHCP option type. Type should be a hexadecimal value(ie. Hex value 0x06 would be passed as ‘06’)

Children

class fetcher
nupermission.NUPermission permissions
numetadata.NUMetadata metadatas
nuglobalmetadata.NUGlobalMetadata global_metadatas
nueventlog.NUEventLog event_logs