Class AlternateManagementSwitch
Array of switch serial number and IP assignment. If parameter is present, it cannot have empty body. Note: switches parameter is not applicable for template networks, in other words, do not put 'switches' in the body when updating template networks. Also, an empty 'switches' array will remove all previous assignments
[DataContract]
public class AlternateManagementSwitch
- Inheritance
-
AlternateManagementSwitch
- Inherited Members
Properties
AlternateManagementIp
Switch alternative management IP. To remove a prior IP setting, provide an empty string
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "alternateManagementIp")]
public string? AlternateManagementIp { get; set; }
Property Value
Gateway
Gateway
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "gateway")]
public string? Gateway { get; set; }
Property Value
Serial
Switch serial number
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
SubnetMask
Subnet Mask
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "subnetMask")]
public string? SubnetMask { get; set; }