Modifier and Type | Field and Description |
---|---|
protected AllocationState |
allocationState |
protected String |
endIp |
protected String |
gateway |
protected String |
id |
protected String |
name |
protected String |
netmask |
protected String |
startIp |
protected String |
zoneId |
protected String |
zoneName |
Constructor and Description |
---|
Pod.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
allocationState(AllocationState allocationState) |
Pod |
build() |
T |
endIp(String endIp) |
T |
fromPod(Pod in) |
T |
gateway(String gateway) |
T |
id(String id) |
T |
name(String name) |
T |
netmask(String netmask) |
protected abstract T |
self() |
T |
startIp(String startIp) |
T |
zoneId(String zoneId) |
T |
zoneName(String zoneName) |
protected String id
protected String name
protected String zoneId
protected String zoneName
protected String gateway
protected String netmask
protected String startIp
protected String endIp
protected AllocationState allocationState
protected abstract T self()
public T id(String id)
Pod.getId()
public T name(String name)
Pod.getName()
public T zoneId(String zoneId)
Pod.getZoneId()
public T zoneName(String zoneName)
Pod.getZoneName()
public T gateway(String gateway)
Pod.getGateway()
public T netmask(String netmask)
Pod.getNetmask()
public T startIp(String startIp)
Pod.getStartIp()
public T endIp(String endIp)
Pod.getEndIp()
public T allocationState(AllocationState allocationState)
Pod.getAllocationState()
public Pod build()
Copyright © 2009-2013 jclouds. All Rights Reserved.