Fix render issue (#22650)

pull/17978/merge
John R Barker 8 years ago committed by GitHub
parent f82239e1f7
commit 9857ce8ddb

@ -74,10 +74,12 @@ options:
default: null default: null
suboptions: suboptions:
name: name:
description: Unique name for the rule. description:
- Unique name for the rule.
required: true required: true
description: description:
description: Short description of the rule's purpose. description:
- Short description of the rule's purpose.
protocol: protocol:
description: Accepted traffic protocol. description: Accepted traffic protocol.
choices: choices:
@ -86,28 +88,35 @@ options:
- "*" - "*"
default: "*" default: "*"
source_port_range: source_port_range:
description: Port or range of ports from which traffic originates. description:
- Port or range of ports from which traffic originates.
default: "*" default: "*"
destination_port_range: destination_port_range:
description: Port or range of ports to which traffic is headed. description:
- Port or range of ports to which traffic is headed.
default: "*" default: "*"
source_address_prefix: source_address_prefix:
description: IP address or CIDR from which traffic originates. description:
- IP address or CIDR from which traffic originates.
default: "*" default: "*"
destination_address_prefix: destination_address_prefix:
description: IP address or CIDR to which traffic is headed. description:
- IP address or CIDR to which traffic is headed.
default: "*" default: "*"
access: access:
description: Whether or not to allow the traffic flow. description:
- Whether or not to allow the traffic flow.
choices: choices:
- Allow - Allow
- Deny - Deny
default: Allow default: Allow
priority: priority:
description: Order in which to apply the rule. Must a unique integer between 100 and 4096 inclusive. description:
- Order in which to apply the rule. Must a unique integer between 100 and 4096 inclusive.
required: true required: true
direction: direction:
description: Indicates the direction of the traffic flow. description:
- Indicates the direction of the traffic flow.
choices: choices:
- Inbound - Inbound
- Outbound - Outbound

@ -144,13 +144,17 @@ options:
version_added: "2.1" version_added: "2.1"
suboptions: suboptions:
memory: memory:
description: Set memory limit for build description:
- Set memory limit for build.
memswap: memswap:
description: Total memory (memory + swap), -1 to disable swap description:
- Total memory (memory + swap), -1 to disable swap.
cpushares: cpushares:
description: CPU shares (relative weight) description:
- CPU shares (relative weight).
cpusetcpus: cpusetcpus:
description: CPUs in which to allow execution, e.g., "0-3", "0,1" description:
- CPUs in which to allow execution, e.g., "0-3", "0,1".
use_tls: use_tls:
description: description:
- "DEPRECATED. Whether to use tls to connect to the docker server. Set to C(no) when TLS will not be used. Set to - "DEPRECATED. Whether to use tls to connect to the docker server. Set to C(no) when TLS will not be used. Set to

@ -60,33 +60,47 @@ options:
- Please note that trying to remove a non-existent license will throw an error. - Please note that trying to remove a non-existent license will throw an error.
suboptions: suboptions:
base: base:
description: Cluster Base License description:
- Cluster Base License
nfs: nfs:
description: NFS License description:
- NFS License
cifs: cifs:
description: CIFS License description:
- CIFS License
iscsi: iscsi:
description: iSCSI License description:
- iSCSI License
fcp: fcp:
description: FCP License description:
- FCP License
cdmi: cdmi:
description: CDMI License description:
- CDMI License
snaprestore: snaprestore:
description: SnapRestore License description:
- SnapRestore License
snapmirror: snapmirror:
description: SnapMirror License description:
- SnapMirror License
flexclone: flexclone:
description: FlexClone License description:
- FlexClone License
snapvault: snapvault:
description: SnapVault License description:
- SnapVault License
snaplock: snaplock:
description: SnapLock License description:
- SnapLock License
snapmanagersuite: snapmanagersuite:
description: SnapManagerSuite License description:
- SnapManagerSuite License
snapprotectapps: snapprotectapps:
description: SnapProtectApp License description:
- SnapProtectApp License
v_storageattach: v_storageattach:
description: Virtual Attached Storage License description:
- Virtual Attached Storage License
''' '''

Loading…
Cancel
Save