public class OvhStack extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cluster
The cluster on which the stack is deployed
canBeNull && readOnly
|
Date |
createdAt
Date of the resource creation
canBeNull && readOnly
|
String |
loadBalancer
The DNS address of the stack load balancer
canBeNull && readOnly
|
OvhMetrics |
metrics
Metrics about slave usage
canBeNull && readOnly
|
String |
name
The stack name
canBeNull && readOnly
|
String[] |
slaves
A list of slave UUIDs
canBeNull && readOnly
|
Date |
updatedAt
Date of the resource last update
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhStack() |
public String cluster
public Date createdAt
public String[] slaves
public String loadBalancer
public String name
public OvhMetrics metrics
public Date updatedAt
Copyright © 2018. All rights reserved.