Constructor and Description |
---|
NewServerData() |
NewServerData(CloneOptions cloneOptions) |
NewServerData(CreateOptions createOptions,
PricingPlan pricingPlan) |
NewServerData(CreateOptions createOptions,
String pricingPlanId) |
Modifier and Type | Method and Description |
---|---|
Long |
getBillingId() |
CloneOptions |
getCloneOptions() |
CreateOptions |
getCreateOptions() |
String |
getHostServerId() |
ServerParameters |
getInstanceParameters() |
IpRequestData |
getIpRequest() |
List<MetaData> |
getMetaData() |
String |
getPlanId() |
Long |
getUserId() |
void |
setBillingId(Long billingId) |
void |
setCloneOptions(CloneOptions cloneOptions) |
void |
setCreateOptions(CreateOptions createOptions) |
void |
setHostServerId(String hostServerId) |
void |
setInstanceParameters(ServerParameters serverParameters) |
void |
setIpRequest(IpRequestData ipRequest) |
void |
setMetaData(List<MetaData> metaData) |
void |
setPlanId(String planId) |
void |
setUserId(Long userId) |
void |
validate() |
public NewServerData()
public NewServerData(CreateOptions createOptions, PricingPlan pricingPlan)
public NewServerData(CreateOptions createOptions, String pricingPlanId)
public NewServerData(CloneOptions cloneOptions)
public Long getBillingId()
public void setBillingId(Long billingId)
public String getHostServerId()
public void setHostServerId(String hostServerId)
public CreateOptions getCreateOptions()
public void setCreateOptions(CreateOptions createOptions)
public CloneOptions getCloneOptions()
public void setCloneOptions(CloneOptions cloneOptions)
public IpRequestData getIpRequest()
public void setIpRequest(IpRequestData ipRequest)
public String getPlanId()
public void setPlanId(String planId)
public Long getUserId()
public void setUserId(Long userId)
public ServerParameters getInstanceParameters()
public void setInstanceParameters(ServerParameters serverParameters)
Copyright © 2009-2012 jclouds. All Rights Reserved.