org.soyatec.windowsazure.management
Class AffinityGroupProperties

java.lang.Object
  extended by org.soyatec.windowsazure.management.AffinityGroupProperties

public class AffinityGroupProperties
extends java.lang.Object

This class defines the properties of AffinityGroup

Author:
yyang

Constructor Summary
AffinityGroupProperties()
           
 
Method Summary
 void addHostedService(HostedService service)
          Add the service to hostedServices.
 void addStorageService(StorageService service)
          Add service to storageServices
 java.lang.String getDescription()
           
 java.util.List<HostedService> getHostedServices()
           
 java.lang.String getLabel()
           
 java.lang.String getLocation()
           
 java.util.List<StorageService> getStorageServices()
           
 void setDescription(java.lang.String description)
           
 void setHostedServices(java.util.List<HostedService> hostedServices)
           
 void setLabel(java.lang.String label)
           
 void setLocation(java.lang.String location)
           
 void setStorageServices(java.util.List<StorageService> storageServices)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffinityGroupProperties

public AffinityGroupProperties()
Method Detail

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 -