// // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, // software distributed under the License is distributed on an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. // package com.cloud.api.commands; public class VspConstants { public static final String NUAGE_VSP_DEVICE_ID = "vspdeviceid"; public static final String NUAGE_VSP_DEVICE_NAME = "nuagedevicename"; public static final String NUAGE_VSP_API_PORT = "port"; public static final String NUAGE_VSP_API_VERSION = "apiversion"; public static final String NUAGE_VSP_API_RETRY_COUNT = "retrycount"; public static final String NUAGE_VSP_API_RETRY_INTERVAL = "retryinterval"; public static final String NUAGE_VSP_API_METHOD = "method"; public static final String NUAGE_VSP_API_RESOURCE = "resource"; public static final String NUAGE_VSP_API_RESOURCE_ID = "resourceid"; public static final String NUAGE_VSP_API_CHILD_RESOURCE = "childresource"; public static final String NUAGE_VSP_API_RESOURCE_FILTER = "resourcefilter"; public static final String NUAGE_VSP_API_RESOURCE_INFO = "resourceinfo"; public static final String NUAGE_VSP_CMS_ID = "cmsid"; public static final String NUAGE_VSP_API_UNDERLAY = "underlay"; }