Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Format

...

If hypervisor is VMware and global configuration parameter "vmware.use.dvswitch" is set to true, then display following list boxes and text boxes. Display of these list boxes and text boxes should be contrained by check boxes. Unless user activates check box corresponding to a particular traffic (guest or public) the list box and text box associated with it should be disabled.

  1. Check box label
    1. Label - Choose to override zone wide traffic label for guest traffic for this cluster.
    2. Function - This check box controls below list box and text box.
  2. List Box label
    1. Label - "Guest Virtual Switch Type"
    2. Default option - if "vmware.use.nexus.dvswitch" is true then use "Cisco Nexus 1000v Distributed Virtual Switch". Otherwise use "VMware vNetwork Distributed Virtual Switch"
    3. List Box options are,
      1. "VMware vNetwork Standard Virtual Switch"
        Action to perform if this option is selected:-
        Add a parameter to parameter list of AddClusterCmd API call.
        Parameter name: "guestvswitchtype"
        Parameter value: "vmwaresvs"
      2. "VMware vNetwork Distributed Virtual Switch"
        Action to perform if this option is selected:-
        Add a parameter to parameter list of AddClusterCmd API call.
        Parameter name: "guestvswitchtype"
        Parameter value: "vmwaredvs"
      3. "Cisco Nexus 1000v Distributed Virtual Switch"
        Action to perform if this option is selected:-
        Add a parameter to parameter list of AddClusterCmd API call.
        Parameter name: "guestvswitchtype"
        Parameter value: "nexusdvs"
  3. Text Box label
    1. Label - "Name of Virtual Switch for guest traffic"
    2. Action to perform if the text box is not empty:-
  • Add a parameter to parameter list of AddClusterCmd API call.
  • Parameter name: "guestvswitchname"
  • Parameter value: textbox content
  1. Check box label
    1. Label - Choose to override zone wide traffic label for public traffic for this cluster.
    2. Function - This check box controls below list box and text box.
  2. List Box label
    1. Label - "Public Virtual Switch Type"
    2. Default option - if "vmware.use.nexus.dvswitch" is true then use "Cisco Nexus 1000v Distributed Virtual Switch". Otherwise use "VMware vNetwork Distributed Virtual Switch"
    #
    1. List Box options are,
      1. "VMware vNetwork Standard Virtual Switch"
        Action to perform if this option is selected:-
        Add a parameter to parameter list of AddClusterCmd API call.
        Parameter name: "publicvswitchtype"
        Parameter value: "vmwaresvs"
      2. "VMware vNetwork Distributed Virtual Switch"
        Action to perform if this option is selected:-
        Add a parameter to parameter list of AddClusterCmd API call.
        Parameter name: "publicvswitchtype"
        Parameter value: "vmwaredvs"
      3. "Cisco Nexus 1000v Distributed Virtual Switch"
        Action to perform if this option is selected:-
        Add a parameter to parameter list of AddClusterCmd API call.
        Parameter name: "publicvswitchtype"
        Parameter value: "nexusdvs"
  3. Text Box label - "Name of Virtual Switch for public traffic"
    Action to perform if the text box is not empty:-
    Add a parameter to parameter list of AddClusterCmd API call.
    Parameter name: "publicvswitchname"
    Parameter value: textbox content

...