DSCResources/VE_vDefaultGatewayAddress/VE_vDefaultGatewayAddress.schema.mof
1 2 3 4 5 6 7 8 |
[ClassVersion("1.0.0"), FriendlyName("vDefaultGatewayAddress")]
class VE_vDefaultGatewayAddress : OMI_BaseResource { [Key, Description("Name of the network adapter to assign the gateway address")] string InterfaceAlias; [Required, Description("Default gateway address to assign to the network adapter")] string Address; [Write, ValueMap{"IPv4"}, Values{"IPv4"}] string AddressFamily; }; |