Important
This class supports the Configuration Manager 2007 infrastructure; any access to this class or class properties should be read-only.

In System Center 2012 R2 Configuration Manager, the CCM_Service_EndpointConfiguration class is a client Windows Management Instrumentation (WMI) class that supports endpoint configuration for the CCMEXEC service. There is an instance of this class for each endpoint on the computer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Service_EndpointConfiguration : CCM_Policy
{
	String ACL;
	UInt32 ActiveMessageThreshold;
	String CoClass;
	String Concurrency;
	String DisplayName;
	Boolean ManualStart;
	UInt32 MessageTimeout;
	String Name;
	String NotificationQueries[];
	String PolicyID;
	String PolicyInstanceID;
	UInt32 PolicyPrecedence;
	String PolicyRuleID;
	String PolicySource;
	String PolicyVersion;
	UInt32 ReleaseTimeout;
	String ThreadType;
	String Visibility;
};

Methods

The CCM_Service_EndpointConfiguration class does not define any methods.

Properties

ACL

Data type: StringAccess type: Read/WriteQualifiers: NoneValue indicating the management point. This value might be null, empty, A (for an assigned management point), L (for a local management point), or AL (for both). This is an optional parameter.
ActiveMessageThreshold

Data type: UInt32Access type: Read/WriteQualifiers: NoneThe number of messages that can be processed concurrently in a parallel endpoint.
CoClass

Data type: StringAccess type: Read/WriteQualifiers: NoneClassID or ProgID of the COM class that implements the endpoint. This is a required field.
Concurrency

Data type: StringAccess type: Read/WriteQualifiers: NoneConcurrency level of the endpoint.
DisplayName

Data type: StringAccess type: Read/WriteQualifiers: NoneDisplay name of the endpoint for when it is displayed in a user interface. This is an optional field.
ManualStart

Data type: BooleanAccess type: Read/WriteQualifiers: NoneFlag indicating whether the delivery of messages should be started manually. If this flag is set, the service will not dispatch messages to the endpoint until it is explicitly started by using the StartEndpoint system command.
MessageTimeout

Data type: UInt32Access type: Read/WriteQualifiers: NoneOptional. Message timeout, in minutes.
Name

Data type: StringAccess type: Read/WriteQualifiers: [Realkey]Name of the endpoint that is used for addressing. This is a required field and must be unique for the computer.
NotificationQueries

Data type: String ArrayAccess type: Read/WriteQualifiers: NoneArray of notification queries (optional parameter).
PolicyID

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyInstanceID

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyPrecedence

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee CCM_Policy Client WMI Class.
PolicyRuleID

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicySource

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyVersion

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
ReleaseTimeout

Data type: UInt32Access type: Read/WriteQualifiers: NoneOptional. Release timeout, in minutes.
ThreadType

Data type: StringAccess type: Read/WriteQualifiers: NoneThread type on which the endpoint should be invoked.
Visibility

Data type: StringAccess type: Read/WriteQualifiers: NoneFlag indicating that the endpoint is public. Public endpoints can receive messages from remote computers. Possible values are:internal - No remote messages.signed - Remote messages must be signed by a management point in mixed or native mode. Used on some client endpoints that receive replies from a management point.clientsigned -Remote messages must be signed by a client in native mode. Used on some management point endpoints.

Requirements

Runtime Requirements

Development Requirements

See Also