com.vmware.vcenter.ovf.library_item

deployment_result

The deployment_result structure defines the result of the deploy operation. See deploy.
Representations:
{
    "error"{
        "errors"[
            {},
            {}
        ],
        "information"[
            {
                "messages"[
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    },
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                ]
            },
            {
                "messages"[
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    },
                    {
                        "args"[
                            "string",
                            "string"
                        ],
                        "default_message""string",
                        "id""string"
                    }
                ]
            }
        ],
        "warnings"[
            {},
            {}
        ]
    },
    "resource_id"{
        "id""obj-103",
        "type""string"
    },
    "succeeded"true
}
<?xml version="1.0" ?>
<ns0:DeploymentResult xmlns:ns0="http://vmware.com/vcenter/ovf/library_item" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <succeeded>true</succeeded>
  <resource_id>
    <id>obj-103</id>
    <type>string</type>
  </resource_id>
  <error>
    <information-array>
      <array-item>
        <messages-array>
          <array-item>
            <default_message>string</default_message>
            <id>string</id>
            <args-array>
              <array-item>string</array-item>
              <array-item>string</array-item>
            </args-array>
          </array-item>
          <array-item>
            <default_message>string</default_message>
            <id>string</id>
            <args-array>
              <array-item>string</array-item>
              <array-item>string</array-item>
            </args-array>
          </array-item>
        </messages-array>
      </array-item>
      <array-item>
        <messages-array>
          <array-item>
            <default_message>string</default_message>
            <id>string</id>
            <args-array>
              <array-item>string</array-item>
              <array-item>string</array-item>
            </args-array>
          </array-item>
          <array-item>
            <default_message>string</default_message>
            <id>string</id>
            <args-array>
              <array-item>string</array-item>
              <array-item>string</array-item>
            </args-array>
          </array-item>
        </messages-array>
      </array-item>
    </information-array>
    <errors-array>
      <array-item>
</array-item>
      <array-item>
</array-item>
    </errors-array>
    <warnings-array>
      <array-item>
</array-item>
      <array-item>
</array-item>
    </warnings-array>
  </error>
</ns0:DeploymentResult>

Attributes:
Name Type Required Description
succeeded
 *
boolean Yes Whether the deploy operation completed successfully.
resource_id deployable_identity No. If unset, the deploy operation failed and com.vmware.vcenter.ovf.library_item.deployment_result.error will describe the error(s) that caused the failure. Identifier of the deployed resource entity.
error result_info No. If unset, no errors, warnings, or informational messages were reported by the deploy operation. Errors, warnings, and informational messages produced by the deploy operation.

Copyright © 2014. All Rights Reserved.