public static class UpdatePodOptions.Builder extends Object
Constructor and Description |
---|
UpdatePodOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static UpdatePodOptions |
allocationState(AllocationState allocationState) |
static UpdatePodOptions |
endIp(String endIp) |
static UpdatePodOptions |
gateway(String gateway) |
static UpdatePodOptions |
name(String name) |
static UpdatePodOptions |
netmask(String netmask) |
static UpdatePodOptions |
startIp(String startIp) |
public static UpdatePodOptions name(String name)
public static UpdatePodOptions startIp(String startIp)
public static UpdatePodOptions endIp(String endIp)
public static UpdatePodOptions gateway(String gateway)
public static UpdatePodOptions netmask(String netmask)
public static UpdatePodOptions allocationState(AllocationState allocationState)
Copyright © 2009-2012 jclouds. All Rights Reserved.