WorkflowConfigureNetworkStep Data Type

A workflow configure networking step.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
adapter string element 0/1 The target network adapter to configure networking. This is applicable only when ipSourceType is VCOMMANDER_IP_POOLS or BLUE_CAT
block string element 0/1 Gets the block.
domainName string element 0/1 Gets the domain name.
gateway string element 0/1 Gets the gateway.
ipSourceType IpSourceType element 0/1 The source of IP assignment.
network string element 0/1 Gets the network.
primaryDns string element 0/1 Gets the primary dns.
recordType string element 0/1 Gets the record type.
secondaryDns string element 0/1 Gets the secondary dns.
subnetMask string element 0/1 Gets the subnet mask.
view string element 0/1 Gets the view.
Properties inherited from WorkflowStep
alreadyActioned string element 0/1 Has this already been completed or skipped?.
completedTimestamp string element 0/1 Gets the completed timestamp.
condition string element 0/1 Gets the condition.
domainCredential ManagedObjectReference element 0/1 Gets the domain credential.
duration string element 0/1 Gets the duration.
error string element 0/1 Gets the error.
guestOSCredential ManagedObjectReference element 0/1 The credential used to access the Guest OS.
id long element 1/1 Gets the id.
name string element 0/1 Gets the name.
runningWorkflowId long element 1/1 Gets the running workflow id.
skipped string element 0/1 Gets the skipped.
startTimestamp string element 0/1 Gets the start timestamp.
stepNumber int element 1/1 Gets the step number.
type WorkflowStepType element 0/1 Gets the type.

Example

<WorkflowConfigureNetworkStep>
  <domainName>...</domainName>
  <view>...</view>
  <block>...</block>
  <network>...</network>
  <recordType>...</recordType>
  <adapter>...</adapter>
  <ipSourceType>...</ipSourceType>
  <primaryDns>...</primaryDns>
  <secondaryDns>...</secondaryDns>
  <subnetMask>...</subnetMask>
  <gateway>...</gateway>
  <id>...</id>
  <name>...</name>
  <type>...</type>
  <stepNumber>...</stepNumber>
  <runningWorkflowId>...</runningWorkflowId>
  <condition>...</condition>
  <alreadyActioned>...</alreadyActioned>
  <startTimestamp>...</startTimestamp>
  <completedTimestamp>...</completedTimestamp>
  <error>...</error>
  <skipped>...</skipped>
  <duration>...</duration>
  <guestOSCredential>
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </guestOSCredential>
  <domainCredential>
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </domainCredential>
</WorkflowConfigureNetworkStep>