Skip to content

Commit 9266bde

Browse files
committed
Bump v3 API docs version release-candidate
1 parent e7ed4f7 commit 9266bde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

version/release-candidate/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19845,6 +19845,8 @@ <h2 id="security-groups">Security Groups</h2>
1984519845
<p>Security groups can either be applied globally or at the space-level.</p>
1984619846

1984719847
<p>Security groups can only allow (whitelist) traffic. They cannot be used to disallow (blacklist) traffic.</p>
19848+
19849+
<p>IPv6 security groups can be configured if <code class="prettyprint">cc.enable_ipv6</code> is set to <code class="prettyprint">true</code>.</p>
1984819850
<h3 id="the-security-group-object">The security group object</h3>
1984919851
<div class="highlight"><pre class="highlight plaintext"><code>Example Security Group object
1985019852
</code></pre></div><div class="highlight"><pre class="highlight json"><code><span class="p">{</span><span class="w">
@@ -19987,7 +19989,7 @@ <h4 id="the-rule-object">The rule object</h4>
1998719989
<tr>
1998819990
<td><strong>destination</strong></td>
1998919991
<td><em>string</em></td>
19990-
<td>The destination where the rule applies. Must be a singular valid CIDR, IP address, or IP address range unless <code class="prettyprint">cc.security_groups.enable_comma_delimited_destinations</code> is enabled. Then, the destination can be a comma-delimited string of CIDRs, IP addresses, or IP address ranges. Octets within destinations cannot contain leading zeros; eg. <code class="prettyprint">10.0.0.0/24</code> is valid, but <code class="prettyprint">010.00.000.0/24</code> is <em>not</em>. For <code class="prettyprint">icmp</code>, only IPv4 addresses are allowed and for <code class="prettyprint">icmpv6</code> only IPv6 addresses.</td>
19992+
<td>The destination where the rule applies. Must be a singular valid CIDR, IP address, or IP address range unless <code class="prettyprint">cc.security_groups.enable_comma_delimited_destinations</code> is enabled. Then, the destination can be a comma-delimited string of CIDRs, IP addresses, or IP address ranges. Octets within IPv4 destinations cannot contain leading zeros; eg. <code class="prettyprint">10.0.0.0/24</code> is valid, but <code class="prettyprint">010.00.000.0/24</code> is <em>not</em>. For <code class="prettyprint">icmp</code>, only IPv4 addresses are allowed and for <code class="prettyprint">icmpv6</code> only IPv6 addresses.</td>
1999119993
<td>yes</td>
1999219994
<td>N/A</td>
1999319995
</tr>

0 commit comments

Comments
 (0)