ResourceAddresses_ListResult

ResourceAddresses_ListResult
ResourceAddresses_ListResult

The ResourceAddresses.ListResult structure contains fields used to return the resource addresses. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example
{
    "rsrc_addrs": [
        {
            "id": "string",
            "resource_ids": [
                {
                    "key": "string",
                    "type": "string",
                    "id_value": "string",
                    "predicate": "string",
                    "scheme": "string"
                }
            ]
        }
    ],
    "next": "string"
}
rsrc_addrs
Required

List of Resource Addresses received. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

string
next
Optional

Used to retrieve paged data for larger result sets. Token is generated by server. The value of this field should be supplied in a subsequent call to ResourceAddresses.list operation. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. unset when there are no more pages of data to be retrieved.