Configure Networking Workflow Step Definition.
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. | |
proceedToNextStepOnFailure | string | element | 0/1 | Checks if is proceed to next step on failure. | |
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 WorkflowStepDefinition |
|||||
condition | string | element | 0/1 | Gets the condition. | |
domainCredential | ManagedObjectReference | element | 0/1 | Gets the domain credential. | |
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. | |
stepNumber | int | element | 1/1 | The order in which this step executes. Starts at zero. | |
type | WorkflowStepType | element | 0/1 | Gets the type. | |
workflowDefinitionId | long | element | 1/1 | The workflow definition Id. Not needed when creating step for the first time. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<WorkflowConfigureNetworkStepDefinition xsitype="..."> <domainName>...</domainName> <view>...</view> <block>...</block> <network>...</network> <recordType>...</recordType> <adapter>...</adapter> <ipSourceType>...</ipSourceType> <primaryDns>...</primaryDns> <secondaryDns>...</secondaryDns> <subnetMask>...</subnetMask> <gateway>...</gateway> <proceedToNextStepOnFailure>...</proceedToNextStepOnFailure> <guestOSCredential> <displayName>...</displayName> <type>...</type> <id>...</id> </guestOSCredential> <domainCredential> <displayName>...</displayName> <type>...</type> <id>...</id> </domainCredential> <workflowDefinitionId>...</workflowDefinitionId> <id>...</id> <name>...</name> <type>...</type> <stepNumber>...</stepNumber> <condition>...</condition> </WorkflowConfigureNetworkStepDefinition>