<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ratelimit> <current-domain>0755</current-domain><!-- city1 Name of zone to which the local domain data source belongs --> <default-bandwidth>5120</default-bandwidth><!-- The default data volume limit is 50 MB --> <domain-list> <domain> <domainName>0769</domainName><!--Name of zone to which the target domain data source belongs --> <bandwidth>102400</bandwidth><!-- The data volume (in KB) sent from the current domain (for exampel, city1) to the target domain (for example, city2) is 100 /MB --> <cluster-list> <hsfabric><!-- One HSFabric Cluster --> <clusterName>hsfabric01</clusterName><!-- Cluster description --> <hsfabric-node> <hsfabricHostPort>10.10.10.10:29900</hsfabricHostPort><!-- Host IP address of the HSFabric instance --> </hsfabric-node> </hsfabric> </cluster-list> </domain> <domain> <domainName>0770</domainName> <bandwidth>20480</bandwidth><!-- The data volume (in KB) sent from the current domain (for exampel, city1) to the target domain (for example, city2) is 20 MB --> <cluster-list> <hsfabric><!-- One HSFabric Cluster --> <clusterName>hsfabric02</clusterName> <hsfabric-node> <hsfabricHostPort>10.10.10.10:29900</hsfabricHostPort> </hsfabric-node> </hsfabric> </cluster-list> </domain> </domain-list> </ratelimit>
Parameter |
Description |
Example Value |
---|---|---|
current-domain |
Name of zone to which the local domain data source belongs |
0755 |
default-bandwidth |
Default data volume limit, in KB |
5120 |
domainName |
Name of zone to which the target domain data source belongs |
0769 |
bandwidth |
Data volume from the current zone (for example, city1) to the target zone (for example, city2), in KB |
102400 |
clusterName |
Description of the cluster in the target domain |
hsfabric01 |
hsfabricHostPort |
Service IP address and port number of HSFabric in the target domain |
10.10.10.10:29900 |