BlueCatServer Data Type

Represents a BlueCat server.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
configuration string element 0/1 The configuration name on the BlueCat server.
deployServers string element 0/1 The servers to BlueCat is to deploy to.
dhcp string element 0/1 Checks if is dhcp.
dns string element 0/1 Checks if is dns.
Properties inherited from ExternalServer
credential Credential element 0/1 The credentials used to authenticate vCommander with this server.
enabled string element 0/1 Checks if is enabled.
id long element 1/1 The id for this server.
url string element 0/1 The url used to access this server.

Example

<BlueCatServer>
  <configuration>...</configuration>
  <deployServers>...</deployServers>
  <dns>...</dns>
  <dhcp>...</dhcp>
  <id>...</id>
  <url>...</url>
  <enabled>...</enabled>
  <credential>
    <username>...</username>
    <password>...</password>
    <category>...</category>
    <description>...</description>
    <name>...</name>
    <keyPairName>...</keyPairName>
    <rsa>...</rsa>
    <credentialFormat>...</credentialFormat>
  </credential>
</BlueCatServer>