public class OvhInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
creationDate
Instance creation date
canBeNull && readOnly
|
OvhDisk |
disk
Instance disk informations
canBeNull && readOnly
|
String |
endpoint
Instance endpoint
canBeNull && readOnly
|
String |
imageName
Instance image
canBeNull && readOnly
|
String |
instanceId
Instance uuid
canBeNull && readOnly
|
Date |
lastUpdate
Instance last update date
canBeNull && readOnly
|
String |
name
Instance name
canBeNull && readOnly
|
String |
offerName
Instance offer
canBeNull && readOnly
|
Boolean |
overquota
If set to TRUE, the instance is currently in overquota state
canBeNull && readOnly
|
OvhUnitAndValue<Double> |
ramSize
Instance RAM informations
canBeNull && readOnly
|
String |
regionName
Instance region
canBeNull && readOnly
|
Long |
servicePort
Instance service port
canBeNull && readOnly
|
Long |
sftpPort
Instance ftp port
canBeNull && readOnly
|
OvhStatus |
status
Instance status
canBeNull && readOnly
|
String |
taskId
The task id working on this object
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhInstance() |
public String imageName
public String offerName
public String regionName
public Boolean overquota
public Date creationDate
public OvhUnitAndValue<Double> ramSize
public OvhDisk disk
public String endpoint
public String instanceId
public Long sftpPort
public Date lastUpdate
public String name
public Long servicePort
public String taskId
public OvhStatus status
Copyright © 2017. All rights reserved.