DSCResources/ITG_xVMNonLegacyNetworkAdapter/ITG_xVMNonLegacyNetworkAdapter.schema.mof
[ClassVersion("1.2.1.100"), FriendlyName("xVMNonLegacyNetworkAdapter")]
class ITG_xVMNonLegacyNetworkAdapter : OMI_BaseResource { [Key] String Id; [Required] String Name; [Required] String SwitchName; [Required] String VMName; [Write] String MacAddress; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Read] Boolean DynamicMacAddress; }; |