@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class SecurityGroupCreateParams extends ConditionalNullable.ConditionalNullablePojo
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_EVEROUTE_CLUSTER_ID |
static String |
SERIALIZED_NAME_LABEL_GROUPS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_VMS |
_isPresent_| 构造器和说明 |
|---|
SecurityGroupCreateParams() |
public static final String SERIALIZED_NAME_EVEROUTE_CLUSTER_ID
public SecurityGroupCreateParams vms(VmWhereInput vms)
@Nullable public VmWhereInput getVms()
public void setVms(VmWhereInput vms)
public SecurityGroupCreateParams vms_ExplictlyNull()
public SecurityGroupCreateParams vms_ExplictlyNonNull()
public void setVms_IsExplictlyNull(boolean isExplictlyNull)
public boolean getVms_IsExplictlyNull()
public SecurityGroupCreateParams labelGroups(List<LabelWhereInput> labelGroups)
public SecurityGroupCreateParams addLabelGroupsItem(LabelWhereInput labelGroupsItem)
@Nullable public List<LabelWhereInput> getLabelGroups()
public void setLabelGroups(List<LabelWhereInput> labelGroups)
public SecurityGroupCreateParams labelGroups_ExplictlyNull()
public SecurityGroupCreateParams labelGroups_ExplictlyNonNull()
public void setLabelGroups_IsExplictlyNull(boolean isExplictlyNull)
public boolean getLabelGroups_IsExplictlyNull()
public SecurityGroupCreateParams description(String description)
public void setDescription(String description)
public SecurityGroupCreateParams description_ExplictlyNull()
public SecurityGroupCreateParams description_ExplictlyNonNull()
public void setDescription_IsExplictlyNull(boolean isExplictlyNull)
public boolean getDescription_IsExplictlyNull()
public SecurityGroupCreateParams everouteClusterId(String everouteClusterId)
@Nonnull public String getEverouteClusterId()
public void setEverouteClusterId(String everouteClusterId)
public SecurityGroupCreateParams everouteClusterId_ExplictlyNull()
public SecurityGroupCreateParams everouteClusterId_ExplictlyNonNull()
public void setEverouteClusterId_IsExplictlyNull(boolean isExplictlyNull)
public boolean getEverouteClusterId_IsExplictlyNull()
public SecurityGroupCreateParams name(String name)
public void setName(String name)
public SecurityGroupCreateParams name_ExplictlyNull()
public SecurityGroupCreateParams name_ExplictlyNonNull()
public void setName_IsExplictlyNull(boolean isExplictlyNull)
public boolean getName_IsExplictlyNull()
Copyright © 2025. All rights reserved.