Class MtuOverride
ModelOverride
[DataContract]
public class MtuOverride
- Inheritance
-
MtuOverride
- Inherited Members
Properties
MtuSize
MTU size for the switches or switch profiles.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "mtuSize")]
public int? MtuSize { get; set; }
Property Value
- int?
SwitchProfiles
List of switch profile IDs. Applicable only for template network.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switchProfiles")]
public List<string>? SwitchProfiles { get; set; }
Property Value
Switches
List of switch serials. Applicable only for switch network.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "switches")]
public List<string>? Switches { get; set; }