Class CloudServiceOsProfile


  • public final class CloudServiceOsProfile
    extends Object
    Describes the OS profile for the cloud service.
    • Constructor Detail

      • CloudServiceOsProfile

        public CloudServiceOsProfile()
    • Method Detail

      • secrets

        public List<CloudServiceVaultSecretGroup> secrets()
        Get the secrets property: Specifies set of certificates that should be installed onto the role instances.
        Returns:
        the secrets value.
      • withSecrets

        public CloudServiceOsProfile withSecrets​(List<CloudServiceVaultSecretGroup> secrets)
        Set the secrets property: Specifies set of certificates that should be installed onto the role instances.
        Parameters:
        secrets - the secrets value to set.
        Returns:
        the CloudServiceOsProfile object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.