Modifier and Type | Method and Description |
---|---|
Pod.Builder |
allocationState(AllocationState allocationState) |
Pod |
build()
Build the Pod object
|
Pod.Builder |
endIp(String endIp) |
Pod.Builder |
gateway(String gateway) |
Pod.Builder |
id(long id) |
Pod.Builder |
name(String name) |
Pod.Builder |
netmask(String netmask) |
Pod.Builder |
startIp(String startIp) |
Pod.Builder |
zoneId(long zoneId) |
Pod.Builder |
zoneName(String zoneName) |
public Pod.Builder id(long id)
id
- the ID of the Podpublic Pod.Builder name(String name)
name
- the name of the Podpublic Pod.Builder zoneId(long zoneId)
zoneId
- the Zone ID of the Podpublic Pod.Builder zoneName(String zoneName)
zoneName
- the Zone name of the Podpublic Pod.Builder gateway(String gateway)
gateway
- the gateway of the Podpublic Pod.Builder netmask(String netmask)
netmask
- the netmask of the Podpublic Pod.Builder startIp(String startIp)
startIp
- the starting IP for the Podpublic Pod.Builder endIp(String endIp)
endIp
- the ending IP for the Podpublic Pod.Builder allocationState(AllocationState allocationState)
allocationState
- the allocation state of the clusterpublic Pod build()
Copyright © 2009-2012 jclouds. All Rights Reserved.