@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class ContentLibraryVmTemplateUpdationParamsData extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLOUD_INIT_SUPPORTED |
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
| 构造器和说明 |
|---|
ContentLibraryVmTemplateUpdationParamsData() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContentLibraryVmTemplateUpdationParamsData |
cloudInitSupported(Boolean cloudInitSupported) |
ContentLibraryVmTemplateUpdationParamsData |
clusters(ClusterWhereInput clusters) |
ContentLibraryVmTemplateUpdationParamsData |
description(String description) |
boolean |
equals(Object o) |
Boolean |
getCloudInitSupported()
Get cloudInitSupported
|
ClusterWhereInput |
getClusters()
Get clusters
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
int |
hashCode() |
ContentLibraryVmTemplateUpdationParamsData |
name(String name) |
void |
setCloudInitSupported(Boolean cloudInitSupported) |
void |
setClusters(ClusterWhereInput clusters) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_CLOUD_INIT_SUPPORTED
public ContentLibraryVmTemplateUpdationParamsData()
public ContentLibraryVmTemplateUpdationParamsData clusters(ClusterWhereInput clusters)
@Nullable public ClusterWhereInput getClusters()
public void setClusters(ClusterWhereInput clusters)
public ContentLibraryVmTemplateUpdationParamsData cloudInitSupported(Boolean cloudInitSupported)
@Nullable public Boolean getCloudInitSupported()
public void setCloudInitSupported(Boolean cloudInitSupported)
public ContentLibraryVmTemplateUpdationParamsData description(String description)
public void setDescription(String description)
public ContentLibraryVmTemplateUpdationParamsData name(String name)
public void setName(String name)
Copyright © 2025. All rights reserved.