DSCResources/Cisco_UcsManagedObject/Cisco_UcsManagedObject.schema.mof

[ClassVersion("1.0.0"), FriendlyName("UcsManagedObject")]
class Cisco_UcsManagedObject : OMI_BaseResource
{
  [Key] string Identifier;
  [Required,Description("Specify using format: 'Name=<ipAddress> [`nNoSsl=<bool>][`nPort=<ushort>] [`nProxyAddress=<proxyAddress>] [`nUseProxyDefaultCredentials=<bool>]'")] String UcsConnectionString;
  [Required, EmbeddedInstance("MSFT_Credential"), Description("Credentials of UCS")] String UcsCredentials;
  [write, EmbeddedInstance("MSFT_Credential"), Description("Credentials of WebProxy")] String WebProxyCredentials;
  [write] string ClassId;
  [write] string PropertyMap;
  [Required] string Dn;
  [write] boolean ModifyPresent;
  [write,ValueMap{"Present", "Absent"},Values{"Present", "Absent"}] string Ensure;
  [write,ValueMap{"Add", "Set"},Values{"Add", "Set"}] string Action;
};