Skip to content

Commit 75a9609

Browse files
committed
update ReadMe, notes
1 parent c0306a9 commit 75a9609

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ReadMe.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ Contents:
66
- [Getting Help](#gettingHelpSection)
77
- [ChangeLog](#changelog)
88

9-
This is a PowerShell module created for providing functionality to automate the management of VMware vSphere virtual distributed networking items for which VMware PowerCLI does not already provide support. For example, for the reporting on- and creation of traffic filtering and marking at the vDPortgroup level.
9+
This PowerShell module provides functionality to automate the management of VMware vSphere virtual distributed networking items for which VMware PowerCLI does not already provide support. For example, for the reporting on-, creation of-, and removal of traffic filtering and marking rules at the vDPortgroup level.
1010

1111
Some of the functionality provided by the cmdlets in this module:
1212
- Get VDPortgroup traffic policy
1313
- Get traffic policy rules
1414
- Get traffic policy rule qualifiers
1515
- Create traffic policy rule qualifiers, for use in creation of new policy rules
16+
- Create new traffic rules for the ruleset for the given vDPortgroup
17+
- Remove given traffic rule(s) from a vDPortgroup
1618

1719
<a id="quickStart"></a>
1820
### QuickStart

notes_SetCoSAndDSCPOnVDPG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- `Set-VNVDTrafficRuleSet -Enabled -Precedence -TrafficRuleset`
77
- define cmdlet `ConfirmImpact` to High
88
- Examples/docs
9+
- Tests
910

1011
### Maybe eventually add:
1112
- `Copy-VNVDTrafficRule -Rule -Ruleset <rulesettowhichtocopy>`

0 commit comments

Comments
 (0)