Class CloudServiceConfiguration


  • public class CloudServiceConfiguration
    extends Object
    The configuration for nodes in a pool based on the Azure Cloud Services platform.
    • Constructor Detail

      • CloudServiceConfiguration

        public CloudServiceConfiguration()
    • Method Detail

      • osFamily

        public String osFamily()
        Get the osFamily value.
        Returns:
        the osFamily value
      • withOsFamily

        public CloudServiceConfiguration withOsFamily​(String osFamily)
        Set the osFamily value.
        Parameters:
        osFamily - the osFamily value to set
        Returns:
        the CloudServiceConfiguration object itself.
      • targetOSVersion

        public String targetOSVersion()
        Get the targetOSVersion value.
        Returns:
        the targetOSVersion value
      • withTargetOSVersion

        public CloudServiceConfiguration withTargetOSVersion​(String targetOSVersion)
        Set the targetOSVersion value.
        Parameters:
        targetOSVersion - the targetOSVersion value to set
        Returns:
        the CloudServiceConfiguration object itself.
      • currentOSVersion

        public String currentOSVersion()
        Get the currentOSVersion value.
        Returns:
        the currentOSVersion value
      • withCurrentOSVersion

        public CloudServiceConfiguration withCurrentOSVersion​(String currentOSVersion)
        Set the currentOSVersion value.
        Parameters:
        currentOSVersion - the currentOSVersion value to set
        Returns:
        the CloudServiceConfiguration object itself.