diff --git a/v2.0/neutron-metering-ext.xml b/v2.0/neutron-metering-ext.xml index 18574e3..7cbde1e 100644 --- a/v2.0/neutron-metering-ext.xml +++ b/v2.0/neutron-metering-ext.xml @@ -36,8 +36,7 @@ xmlns:db="http://docbook.org/ns/docbook" version="5.0" status="final" xml:id="metering-ext" xmlns:wadl="http://wadl.dev.java.net/2009/02"> - -
The - network name.
-Indicates the administrative status of - the network.
-Indicates whether this network is shared - across all tenants. By default, only - administrative users can change this - value.
-The ID - of the tenant that owns the network. Only - administrative users can set the tenant - ID. You cannot change this value through - authorization policies.
-The - type of physical network that maps to this - networks resource. Examples are flat, - vlan, and gre.
-The - physical network on which this network - object is implemented. The Networking API - v2.0 does not provide a way to list - available physical networks. For example, - the Open vSwitch plug-in configuration - file defines a symbolic name that maps to - specific bridges on each Compute host.
-An - isolated segment on the physical network. - The network_type attribute defines the - segmentation model. For example, if - network_type is vlan, this ID is a vlan - identifier. If network_type is gre, this - ID is a gre key.
-The UUID for the network of interest to - you.
-Lists networks - that are accessible to the tenant who submits the - request.
-Creates a - network.
-Shows information - for the specified network.
-Updates the - specified network.
-The administrative state of - the network.
network_id
attribute in
- the request body.fixed_ip
attribute when it is
- specified in the request body. If the updated IP
- addresses are not valid or are already in use, the
- operation fails and the existing IP addresses are not
- removed from the port.security_groups
- attribute when you specify it in the request body.
- However, if the specified security groups are not
- valid, the operation fails and the existing security
- groups are not removed from the port.The - tenant ID in a multi-tenancy cloud.
-The UUID for the quota of interest to you.
ip_version
attribute
- in the request body. OpenStack Networking does not try
- to derive the correct IP version from the provided
- CIDR. If the parameter for the gateway address,
- gateway_ip
, is not specified,
- OpenStack Networking allocates an address from the
- cidr for the gateway for the subnet.gateway_ip
attribute
- in the request body. If allocation pools attribute,
- allocation_pools
, is not specified,
- OpenStack Networking automatically allocates pools for
- covering all IP addresses in the CIDR, excluding the
- address reserved for the subnet gateway. Otherwise,
- you can explicitly specify allocation pools as shown
- in the following example.allocation_pools
and
- gateway_ip
are both specified, it is
- up to the user to ensure that the gateway IP does not
- overlap with the specified allocation pools; otherwise
- a 409 Conflict error occurs.The unique identifier of the security - group.
The unique identifier of the security - group rule.
The UUID of the instance.
-name
. String. Specifies a
- symbolic name for the security group. Not
- required to be unique.description
. String. Describes
- the security group.null
:port_range_max
port_range_min
protocol
remote_group_id
remote_ip_prefix
Attribute | Required | Description |
---|---|---|
direction
.
- Either ingress or egress.ethertype
. Either IPv4 or
- IPv6.