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