public class Droplet extends RateLimitBase
Constructor and Description |
---|
Droplet() |
getRateLimit, setRateLimit
public String toString()
toString
in class RateLimitBase
public boolean isActive()
public boolean isNew()
public boolean isOff()
public boolean isArchived()
public Integer getId()
public void setId(Integer id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic Integer getMemorySizeInMb()
public void setMemorySizeInMb(Integer memorySizeInMb)
memorySizeInMb
- the memorySizeInMb to setpublic Integer getVirutalCpuCount()
public void setVirutalCpuCount(Integer virutalCpuCount)
virutalCpuCount
- the virutalCpuCount to setpublic Integer getDiskSize()
public void setDiskSize(Integer diskSize)
diskSize
- the diskSize to setpublic Region getRegion()
public void setRegion(Region region)
region
- the region to setpublic Image getImage()
public void setImage(Image image)
image
- the image to setpublic String getSize()
public void setSize(String size)
size
- the size to setpublic boolean isLocked()
public void setLocked(boolean locked)
locked
- the locked to setpublic DropletStatus getStatus()
public void setStatus(DropletStatus status)
status
- the status to setpublic Networks getNetworks()
public void setNetworks(Networks networks)
networks
- the networks to setpublic Kernel getKernel()
public void setKernel(Kernel kernel)
kernel
- the kernel to setpublic Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate
- the createdDate to setpublic void setFeatures(List<String> features)
features
- the features to setpublic Boolean getEnableBackup()
public void setEnableBackup(Boolean enableBackup)
enableBackup
- the enableBackup to setpublic Boolean getEnableIpv6()
public void setEnableIpv6(Boolean enableIpv6)
enableIpv6
- the enableIpv6 to setpublic Boolean getEnablePrivateNetworking()
public void setEnablePrivateNetworking(Boolean enablePrivateNetworking)
enablePrivateNetworking
- the enablePrivateNetworking to setpublic void setBackupIds(List<Integer> backupIds)
backupIds
- the backupIds to setpublic void setSnapshotIds(List<Integer> snapshotIds)
snapshotIds
- the snapshotIds to setpublic String getUserData()
public void setUserData(String userData)
userData
- the userData to set
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.