Zend Framework  1.12
Public Member Functions | List of all members
Zend_Service_WindowsAzure_Management_OperatingSystemInstance Class Reference

Public Member Functions

 __construct ($version, $label, $isDefault, $isActive, $family, $familyLabel)
 Constructor.
 
- Public Member Functions inherited from Zend_Service_WindowsAzure_Management_ServiceEntityAbstract
 __set ($name, $value)
 Magic overload for setting properties.
 
 __get ($name)
 Magic overload for getting properties.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Service_WindowsAzure_Management_ServiceEntityAbstract
 $_data = null
 

Constructor & Destructor Documentation

__construct (   $version,
  $label,
  $isDefault,
  $isActive,
  $family,
  $familyLabel 
)

Constructor.

Parameters
string$versionThe operating system version. This value corresponds to the configuration value for specifying that your service is to run on a particular version of the Windows Azure guest operating system.
string$labelA label for the operating system version.
string$isDefaultIndicates whether this operating system version is the default version for a service that has not otherwise specified a particular version. The default operating system version is applied to services that are configured for auto-upgrade. An operating system family has exactly one default operating system version at any given time, for which the IsDefault element is set to true; for all other versions, IsDefault is set to false.
string$isActiveIndicates whether this operating system version is currently active for running a service. If an operating system version is active, you can manually configure your service to run on that version.
string$familyIndicates which operating system family this version belongs to. A value of 1 corresponds to the Windows Azure guest operating system that is substantially compatible with Windows Server 2008 SP2. A value of 2 corresponds to the Windows Azure guest operating system that is substantially compatible with Windows Server 2008 R2.
string$familyLabelA label for the operating system family.