com.vmware.vcenter.ovf.library_item

create_result

The create_result structure defines the result of the create operation. See create.
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"[
            {},
            {}
        ]
    },
    "ovf_library_item_id""obj-103",
    "succeeded"true
}
<?xml version="1.0" ?>
<ns0:CreateResult xmlns:ns0="http://vmware.com/vcenter/ovf/library_item" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <succeeded>true</succeeded>
  <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>
  <ovf_library_item_id>obj-103</ovf_library_item_id>
</ns0:CreateResult>

Attributes:
Name Type Required Description
succeeded
 *
boolean Yes Whether the create operation completed successfully.
ovf_library_item_id ID No. If unset, the create operation failed and com.vmware.vcenter.ovf.library_item.create_result.error will describe the error(s) that caused the failure. Identifier of the created or updated library item. Id of type com.vmware.content.library.Item.
error result_info No. If unset, no errors, warnings, or informational messages were reported by the create operation. Errors, warnings, and informational messages produced by the create operation.

Copyright © 2014. All Rights Reserved.