org.jclouds.cloudstack.options
Class UpdatePodOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.UpdatePodOptions.Builder
- Enclosing class:
- UpdatePodOptions
public static class UpdatePodOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdatePodOptions.Builder
public UpdatePodOptions.Builder()
name
public static UpdatePodOptions name(String name)
startIp
public static UpdatePodOptions startIp(String startIp)
endIp
public static UpdatePodOptions endIp(String endIp)
gateway
public static UpdatePodOptions gateway(String gateway)
netmask
public static UpdatePodOptions netmask(String netmask)
allocationState
public static UpdatePodOptions allocationState(AllocationState allocationState)
Copyright © 2009-2012 jclouds. All Rights Reserved.