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) |
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)
Copyright © 2016–2025. All rights reserved.