org.soyatec.windowsazure.management
Class AffinityGroupProperties
java.lang.Object
org.soyatec.windowsazure.management.AffinityGroupProperties
public class AffinityGroupProperties
- extends java.lang.Object
This class defines the properties of AffinityGroup
- Author:
- yyang
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AffinityGroupProperties
public AffinityGroupProperties()
getDescription
public java.lang.String getDescription()
- Returns:
- return the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getLocation
public java.lang.String getLocation()
- Returns:
- location
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location - the location to set
getLabel
public java.lang.String getLabel()
- Returns:
- the label
setLabel
public void setLabel(java.lang.String label)
- Parameters:
label - the label to set
getHostedServices
public java.util.List<HostedService> getHostedServices()
- Returns:
- the hostedServices
setHostedServices
public void setHostedServices(java.util.List<HostedService> hostedServices)
- Parameters:
hostedServices - the hostedServices to set
getStorageServices
public java.util.List<StorageService> getStorageServices()
- Returns:
- the storageServices
setStorageServices
public void setStorageServices(java.util.List<StorageService> storageServices)
- Parameters:
storageServices - the storageServices to set
addHostedService
public void addHostedService(HostedService service)
- Add the service to hostedServices.
- Parameters:
service -
addStorageService
public void addStorageService(StorageService service)
- Add service to storageServices
- Parameters:
service -