@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class SecurityGroupCreateParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 构造器和说明 |
|---|
SecurityGroupCreateParams() |
| 限定符和类型 | 方法和说明 |
|---|---|
SecurityGroupCreateParams |
addLabelGroupsItem(LabelWhereInput labelGroupsItem) |
SecurityGroupCreateParams |
description(String description) |
boolean |
equals(Object o) |
SecurityGroupCreateParams |
everouteClusterId(String everouteClusterId) |
String |
getDescription()
Get description
|
String |
getEverouteClusterId()
Get everouteClusterId
|
List<LabelWhereInput> |
getLabelGroups()
Get labelGroups
|
String |
getName()
Get name
|
VmWhereInput |
getVms()
Get vms
|
int |
hashCode() |
SecurityGroupCreateParams |
labelGroups(List<LabelWhereInput> labelGroups) |
SecurityGroupCreateParams |
name(String name) |
void |
setDescription(String description) |
void |
setEverouteClusterId(String everouteClusterId) |
void |
setLabelGroups(List<LabelWhereInput> labelGroups) |
void |
setName(String name) |
void |
setVms(VmWhereInput vms) |
String |
toString() |
SecurityGroupCreateParams |
vms(VmWhereInput vms) |
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 labelGroups(List<LabelWhereInput> labelGroups)
public SecurityGroupCreateParams addLabelGroupsItem(LabelWhereInput labelGroupsItem)
@Nullable public List<LabelWhereInput> getLabelGroups()
public void setLabelGroups(List<LabelWhereInput> labelGroups)
public SecurityGroupCreateParams description(String description)
public void setDescription(String description)
public SecurityGroupCreateParams everouteClusterId(String everouteClusterId)
@Nonnull public String getEverouteClusterId()
public void setEverouteClusterId(String everouteClusterId)
public SecurityGroupCreateParams name(String name)
public void setName(String name)
Copyright © 2025. All rights reserved.