public class DeploymentRequest extends Object
Constructor and Description |
---|
DeploymentRequest(String vmConfig,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassthrough)
Deprecated.
|
DeploymentRequest(String vmConfig,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassthrough,
String portMappingsString)
Deprecated.
|
DeploymentRequest(String vmConfig,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassthrough,
String portMappingsString,
Boolean shouldGenerateName)
Deprecated.
|
DeploymentRequest(String vmConfig,
String name,
String image,
Integer cpu,
String memory,
String node,
String scheduler,
String tag,
Boolean tagRequired,
Boolean netBoost,
Boolean legacyIO,
Boolean gpuPassthrough,
String portMappingsString,
Boolean shouldGenerateName,
Integer displayWidth,
Integer displayHeight,
Integer displayDpi) |
DeploymentRequest(String vmConfig,
String name,
String node,
String scheduler,
String tag,
Boolean tagRequired)
Deprecated.
|
@Deprecated public DeploymentRequest(String vmConfig, String name, String node, String scheduler, String tag, Boolean tagRequired)
@Deprecated public DeploymentRequest(String vmConfig, String name, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassthrough)
@Deprecated public DeploymentRequest(String vmConfig, String name, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassthrough, String portMappingsString)
@Deprecated public DeploymentRequest(String vmConfig, String name, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassthrough, String portMappingsString, Boolean shouldGenerateName)
public DeploymentRequest(String vmConfig, String name, String image, Integer cpu, String memory, String node, String scheduler, String tag, Boolean tagRequired, Boolean netBoost, Boolean legacyIO, Boolean gpuPassthrough, String portMappingsString, Boolean shouldGenerateName, Integer displayWidth, Integer displayHeight, Integer displayDpi)
Copyright © 2016–2025. All rights reserved.