RequestFormNetworkElement Data Type

The Network form element.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
allowNetworkAddition string element 0/1 Checks if is allow network addition.
allowNetworkChange string element 0/1 Checks if is allow network change.
allowableNetworkZones list of string element 0/unbounded Gets the allowable network Zones.
maxNewNic int element 1/1 Gets the max new nic.
selectedVMRequestNetworkings list of VMRequestNetworking element 0/unbounded Gets the selected networkings.
Properties inherited from RequestFormElement
formType FormElementType element 0/1 Gets the form type.
label string element 0/1 Gets the label.
mandatory string element 0/1 Checks if is mandatory.
value string element 0/1 Gets the value.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<RequestFormNetworkElement xsitype="...">
  <allowableNetworkZones>...</allowableNetworkZones>
  <maxNewNic>...</maxNewNic>
  <allowNetworkChange>...</allowNetworkChange>
  <allowNetworkAddition>...</allowNetworkAddition>
  <selectedVMRequestNetworkings xsitype="...">
    <id>...</id>
    <networkZoneId>...</networkZoneId>
    <networkZoneName>...</networkZoneName>
  </selectedVMRequestNetworkings>
  <label>...</label>
  <mandatory>...</mandatory>
  <formType>...</formType>
  <value>...</value>
</RequestFormNetworkElement>