public class OvhSlave extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
createdAt
Date of the resource creation
canBeNull && readOnly
|
String |
flavorId
The framework UUID
canBeNull && readOnly
|
String |
id
The slave UUID
canBeNull && readOnly
|
OvhMetrics |
metrics
Metrics about slave usage
canBeNull && readOnly
|
String |
name
The slave hostname
canBeNull && readOnly
|
String |
region
The region where the slave is located
canBeNull && readOnly
|
String |
stack
The stack to which the slave belongs
canBeNull && readOnly
|
OvhStatus |
state
The state of the slave
canBeNull && readOnly
|
Date |
updatedAt
Date of the resource last update
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhSlave() |
public Date createdAt
public String stack
public String name
public String flavorId
public OvhStatus state
public OvhMetrics metrics
public String id
public String region
public Date updatedAt
Copyright © 2018. All rights reserved.