2015-12-04 19:32:45 +00:00
|
|
|
# Licensed 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.
|
|
|
|
|
|
|
|
# String literals representing core resources.
|
2016-07-25 08:10:17 -06:00
|
|
|
AGENT = 'agent'
|
2016-07-24 17:36:10 -06:00
|
|
|
FLOATING_IP = 'floatingip'
|
2016-07-25 08:10:17 -06:00
|
|
|
NETWORK = 'network'
|
|
|
|
NETWORKS = 'networks'
|
2015-12-04 19:32:45 +00:00
|
|
|
PORT = 'port'
|
2016-07-25 08:10:17 -06:00
|
|
|
PORTS = 'ports'
|
2017-10-15 18:21:23 -05:00
|
|
|
PORT_BINDING = 'port_binding'
|
2016-11-14 13:36:08 -07:00
|
|
|
PORT_DEVICE = 'port_device'
|
2015-12-04 19:32:45 +00:00
|
|
|
PROCESS = 'process'
|
2017-10-19 10:14:26 +08:00
|
|
|
RBAC_POLICY = 'rbac-policy'
|
2015-12-04 19:32:45 +00:00
|
|
|
ROUTER = 'router'
|
2018-01-18 22:43:41 +00:00
|
|
|
ROUTER_CONTROLLER = 'router_controller'
|
2015-12-04 19:32:45 +00:00
|
|
|
ROUTER_GATEWAY = 'router_gateway'
|
|
|
|
ROUTER_INTERFACE = 'router_interface'
|
|
|
|
SECURITY_GROUP = 'security_group'
|
|
|
|
SECURITY_GROUP_RULE = 'security_group_rule'
|
2016-07-25 08:10:17 -06:00
|
|
|
SEGMENT = 'segment'
|
2017-03-01 07:07:05 -07:00
|
|
|
SEGMENT_HOST_MAPPING = 'segment_host_mapping'
|
2015-12-04 19:32:45 +00:00
|
|
|
SUBNET = 'subnet'
|
2016-07-25 08:10:17 -06:00
|
|
|
SUBNETS = 'subnets'
|
2016-02-14 07:12:33 -08:00
|
|
|
SUBNETPOOL_ADDRESS_SCOPE = 'subnetpool_address_scope'
|