File: unsigned.mof

package info (click to toggle)
osslsigncode 2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,148 kB
  • sloc: ansic: 11,997; python: 939; sh: 74; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[ClassVersion("1.0.0"), FriendlyName("Website")]

class Demo_IISWebsite : OMI_BaseResource

{

  [Key] string Name;

  [Required] string PhysicalPath;

  [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;

  [write,ValueMap{"Started","Stopped"},Values{"Started", "Stopped"}] string State;

  [write] string Protocol[];

  [write] string BindingInfo[];

  [write] string ApplicationPool;

  [read] string ID;

};