public class Nic
extends com.aliyun.tea.TeaModel
@Validation(pattern="^[a-zA-Z][a-zA-Z0-9]{3,9}$",
minLength=4,
maxLength=10)
public String wanName
@Validation(pattern="^[a-zA-Z][a-zA-Z0-9]{3,9}$",
minLength=4,
maxLength=10)
public String lanName
Copyright © 2023. All rights reserved.