public class Server extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
active |
private List<au.com.jcloud.lxd.model.Container> |
containers |
private String |
description |
private au.com.jcloud.lxd.service.ICachingLxdService |
lxdService |
private String |
name |
private String |
remoteHostAndPort |
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
List<au.com.jcloud.lxd.model.Container> |
getContainers() |
String |
getDescription() |
au.com.jcloud.lxd.service.ICachingLxdService |
getLxdService() |
String |
getName() |
String |
getRemoteHostAndPort() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setContainers(List<au.com.jcloud.lxd.model.Container> containers) |
void |
setDescription(String description) |
void |
setLxdService(au.com.jcloud.lxd.service.ICachingLxdService lxdService) |
void |
setName(String name) |
void |
setRemoteHostAndPort(String remoteHostAndPort) |
String |
toString() |
private String name
private String remoteHostAndPort
private String description
private boolean active
private List<au.com.jcloud.lxd.model.Container> containers
private au.com.jcloud.lxd.service.ICachingLxdService lxdService
public String getName()
public void setName(String name)
public String getRemoteHostAndPort()
public void setRemoteHostAndPort(String remoteHostAndPort)
public List<au.com.jcloud.lxd.model.Container> getContainers()
public void setContainers(List<au.com.jcloud.lxd.model.Container> containers)
public String getDescription()
public void setDescription(String description)
public au.com.jcloud.lxd.service.ICachingLxdService getLxdService()
public void setLxdService(au.com.jcloud.lxd.service.ICachingLxdService lxdService)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2025 JCloud. All rights reserved.