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