nls_1_0_migration_request_migrations_inner_input_destination

nls_1_0_migration_request_migrations_inner_input_destination
nls_1_0_migration_request_migrations_inner_input_destination

Destination endpoint identity details

JSON Example
{
    "resourceId": "resourceId",
    "endpointType": "endpointType",
    "endpointId": "endpointId",
    "endpointName": "endpointName",
    "resourceName": "resourceName",
    "resourceType": "VDC"
}
string
endpointId
Required

EndpointId is an identifier with which a migration endpoint can be uniquely identified. In case, the endpoint is VCD based, this id will be the OrgId of the VCD and in cases of VC based endpoint this id will be the appliance systemId.

string
endpointName
Optional

It is a user identifiable name provided to the endpoint. In case there is no name provided, it is defaulted to endpointId.

string
endpointType
Optional

This field specifies the endpoint as VC based or VCD based

string
resourceId
Required

Resource id is the identifier with which a resource in the endpoint can be uniquely identified. In case of VCD cloud , the resource id will be the VDCId, in case of VC based cloud the resource id will be the vCenterInstanceId.

string
resourceType
Required

It is to specify the type of resource at the endpoint. In case of VCD backed clouds, this will be vDC. In case of VC backed clouds, this will be VC.

Possible values are : VDC, VC,
string
resourceName
Optional

User identifiable name of the resource. In case of vDC, it could be vDC name. In case of VC, it could be VC name. In cases where these values are not specified, this field will be defaulted to resource Id.