@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GraphUpdationParamsData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER |
static String |
SERIALIZED_NAME_CONNECT_ID |
static String |
SERIALIZED_NAME_DISKS |
static String |
SERIALIZED_NAME_HOSTS |
static String |
SERIALIZED_NAME_INSTANCE_IDS |
static String |
SERIALIZED_NAME_LUNS |
static String |
SERIALIZED_NAME_METRIC_COUNT |
static String |
SERIALIZED_NAME_METRIC_NAME |
static String |
SERIALIZED_NAME_METRIC_TYPE |
static String |
SERIALIZED_NAME_NETWORK |
static String |
SERIALIZED_NAME_NICS |
static String |
SERIALIZED_NAME_RESOURCE_TYPE |
static String |
SERIALIZED_NAME_SERVICE |
static String |
SERIALIZED_NAME_TITLE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VM_NICS |
static String |
SERIALIZED_NAME_VM_VOLUMES |
static String |
SERIALIZED_NAME_VMS |
| 构造器和说明 |
|---|
GraphUpdationParamsData() |
public GraphUpdationParamsData instanceIds(List<String> instanceIds)
public GraphUpdationParamsData addInstanceIdsItem(String instanceIdsItem)
public GraphUpdationParamsData luns(IscsiLunWhereInput luns)
@Nullable public IscsiLunWhereInput getLuns()
public void setLuns(IscsiLunWhereInput luns)
public GraphUpdationParamsData vmNics(VmNicWhereInput vmNics)
@Nullable public VmNicWhereInput getVmNics()
public void setVmNics(VmNicWhereInput vmNics)
public GraphUpdationParamsData nics(NicWhereInput nics)
@Nullable public NicWhereInput getNics()
public void setNics(NicWhereInput nics)
public GraphUpdationParamsData disks(DiskWhereInput disks)
@Nullable public DiskWhereInput getDisks()
public void setDisks(DiskWhereInput disks)
public GraphUpdationParamsData vmVolumes(VmVolumeWhereInput vmVolumes)
@Nullable public VmVolumeWhereInput getVmVolumes()
public void setVmVolumes(VmVolumeWhereInput vmVolumes)
public GraphUpdationParamsData vms(VmWhereInput vms)
@Nullable public VmWhereInput getVms()
public void setVms(VmWhereInput vms)
public GraphUpdationParamsData hosts(HostWhereInput hosts)
@Nullable public HostWhereInput getHosts()
public void setHosts(HostWhereInput hosts)
public GraphUpdationParamsData network(NetworkType network)
@Nullable public NetworkType getNetwork()
public void setNetwork(NetworkType network)
public GraphUpdationParamsData cluster(ClusterWhereInput cluster)
@Nullable public ClusterWhereInput getCluster()
public void setCluster(ClusterWhereInput cluster)
public GraphUpdationParamsData service(String service)
public void setService(String service)
public GraphUpdationParamsData metricType(MetricType metricType)
@Nullable public MetricType getMetricType()
public void setMetricType(MetricType metricType)
public GraphUpdationParamsData metricCount(Integer metricCount)
public void setMetricCount(Integer metricCount)
public GraphUpdationParamsData type(GraphType type)
public void setType(GraphType type)
public GraphUpdationParamsData resourceType(String resourceType)
public void setResourceType(String resourceType)
public GraphUpdationParamsData title(String title)
public void setTitle(String title)
public GraphUpdationParamsData metricName(String metricName)
public void setMetricName(String metricName)
public GraphUpdationParamsData connectId(List<String> connectId)
public GraphUpdationParamsData addConnectIdItem(String connectIdItem)
Copyright © 2025. All rights reserved.