public interface HostAggregate extends ModelEntity
Modifier and Type | Method and Description |
---|---|
String |
getAvaiablityZone()
Availability zone of aggregate
|
Date |
getCreate() |
Date |
getDeletedAt() |
List<String> |
getHosts()
Host ID to add to an aggregate, which is a collection of multiple groups
of hosts that share common resources like storage and network.
|
String |
getId()
The ID associated with an aggregate
|
Map<String,String> |
getMetadata()
Metadata value
|
String |
getName() |
Date |
getUpdatedAt() |
boolean |
isDeleted() |
String getAvaiablityZone()
Date getCreate()
boolean isDeleted()
Date getDeletedAt()
List<String> getHosts()
String getId()
String getName()
Date getUpdatedAt()
Copyright © 2017. All rights reserved.