Class CIM_NetworkPolicyAction
extends CIM_Policy

This class describes the network policy action.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Policy
   |
   +--CIM_NetworkPolicyAction

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThis class describes the network policy action.
Experimentalbooleantrue
UMLPackagePathstringCIM::Network
Versionstring2.32.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
InstanceIDstring
DescriptionstringInstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. If not set to null for DMTF-defined instances, the "preferred" algorithm must be used with the <OrgID> set to CIM.
Keybooleantrue
OverridestringInstanceID
ActionTypeuint16[]
ArrayTypestringIndexed
DescriptionstringThis describes the type of network policy action. If a specific action as defined by an element of this array requires additional information, then it is contained in the corresponding indexed array element of ActionTypeValue. Permit: this action allows the passing of the corresponding packet. Deny: this action drops the packet. LoadBalance: this action implies the application of load balancing rules. ForwardOnly: implies the traffic forwarding to the destination. Persistence: this action implies the application of a persistence policy. The LoadBalancingActionSettingData may provide extra configuration information for this action. HealthCheck: this action implies the application of a health check policy. The LoadBalancingActionSettingData may provide extra configuration information for this action. RewriteHTTPHeader: this action implies to rewrite a HTTP Header inside the HTTP traffic. InsertHTTPHeader: this action implies the insertion of a HTTP header inside the HTTP traffic. CompressHTTP: this action implies the compression of the HTTP traffic. SSLProxy: this action implies the application of SSL to the corresponding HTTP connection. SourceNAT: this action implies that the origin address of the request is translated. DestinationNAT: this action implies that the destination address of the request is translated. SourceAndDestinationNAT: this action implies that the origin and destination addresses of the request are translated. DirectRouting: this action implies the application of Direct Routing request dispatching techniques, the server sends the response directly to the sender. PortTranslation: this action implies the application of port address translation techniques.
ValueMapstring1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, .., 32767..65535
ValuesstringOther, Permit, Deny, LoadBalance, ForwardOnly, Persistence, HealthCheck, RewriteHTTPHeader, InsertHTTPHeader, CompressHTTP, SSLProxy, SourceNAT, DestinationNAT, SourceAndDestinationNAT, DirectRouting, PortTranslation, DMTF Reserved, Vendor Reserved
ActionTypeValuestring[]
ArrayTypestringIndexed
DescriptionstringAn element of this array may not be NULL if the corresponding ActionType array element contains value "Persistence", "InsertHTTPHeader", "DeleteHTTPHeader", or "CompressHTTP". An element of this array contains HTTP header name if the corresponding ActionType array element contains value "InsertHTTPHeader", "DeleteHTTPHeader", or "CompressHTTP". An element of this array contains cookie name if the corresponding ActionType array element contains value "Persistence". ActionTypeValue for "Persistent" ActionType may contain a cookie name or HTTP header in the corresponding ActionTypeValue.
ModelCorrespondencestringCIM_NetworkPolicyAction.ActionType

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommonNamestringCIM_Policy
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement
PolicyKeywordsstring[]CIM_Policy

Class Methods