Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Format changes. Updated labels. Changed default values for list boxes.

...

  1. Check box label - Choose to override zone wide traffic label for guest traffic for this cluster.
  2. List Box label - "Guest Virtual Switch Type"
  3. Default option - if "vmware.use.nexus.dvswitch" is true then use "Cisco Nexus 1000v Distributed Virtual Switch". Otherwise use "VMware vNetwork Standard Distributed Virtual Switch"
  4. 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"
  5. Text Box label - "Guest Name of Virtual Switch Namefor guest traffic"
    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
  6. Check box label - Choose to override zone wide traffic label for public traffic for this cluster.
  7. List Box label - "Public Virtual Switch Type"
  8. Default option - if "vmware.use.nexus.dvswitch" is true then use "Cisco Nexus 1000v Distributed Virtual Switch". Otherwise use "VMware vNetwork Standard Distributed Virtual Switch"# 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"
  9. Text Box label - "Public Name of Virtual Switch Namefor 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

...