DepotSettings

DepotSettings
DepotSettings

VMware Depot Settings. At least one of vmwareAccount, dellEmcSupportAccount or offlineAccount value must be provided

JSON Example
{
    "vmwareAccount": {
        "username": "string",
        "password": "string",
        "status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
        "message": "string"
    },
    "dellEmcSupportAccount": {
        "username": "string",
        "password": "string",
        "status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
        "message": "string"
    },
    "offlineAccount": {
        "username": "string",
        "password": "string",
        "status": "One among: DEPOT_UNKNOWN_HOST, DEPOT_NOT_AVAILABLE, DEPOT_USER_NOT_SET, DEPOT_INVALID_CREDENTIAL, UNKNOWN_FAILURE, DEPOT_CONNECTION_SUCCESSFUL",
        "message": "string"
    },
    "depotConfiguration": {
        "isOfflineDepot": false,
        "hostname": "string",
        "port": 0
    }
}
vmwareAccount
Optional

VMware Depot Account Information

dellEmcSupportAccount
Optional

VMware Depot Account Information

offlineAccount
Optional

VMware Depot Account Information

depotConfiguration
Optional

Depot Configuration