@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") public class ApiGenerateCopyDockerArgs extends Object
Constructor and Description |
---|
ApiGenerateCopyDockerArgs() |
Modifier and Type | Method and Description |
---|---|
ApiGenerateCopyDockerArgs |
controlPlaneUuid(String controlPlaneUuid) |
ApiGenerateCopyDockerArgs |
dockerRegistry(String dockerRegistry) |
boolean |
equals(Object o) |
String |
getControlPlaneUuid()
Optional.
|
String |
getDockerRegistry()
The url of the Docker Registry where images required for install will be copied to
|
String |
getRemoteRepoUrl()
The url of the remote repository where the private cloud artifacts to install are hosted
|
int |
hashCode() |
ApiGenerateCopyDockerArgs |
remoteRepoUrl(String remoteRepoUrl) |
void |
setControlPlaneUuid(String controlPlaneUuid) |
void |
setDockerRegistry(String dockerRegistry) |
void |
setRemoteRepoUrl(String remoteRepoUrl) |
String |
toString() |
public ApiGenerateCopyDockerArgs remoteRepoUrl(String remoteRepoUrl)
public String getRemoteRepoUrl()
public void setRemoteRepoUrl(String remoteRepoUrl)
public ApiGenerateCopyDockerArgs dockerRegistry(String dockerRegistry)
public String getDockerRegistry()
public void setDockerRegistry(String dockerRegistry)
public ApiGenerateCopyDockerArgs controlPlaneUuid(String controlPlaneUuid)
public String getControlPlaneUuid()
public void setControlPlaneUuid(String controlPlaneUuid)
Copyright © 2020. All rights reserved.