Class OSOptionProfileInner


  • public final class OSOptionProfileInner
    extends Object
    The OS option profile.
    • Constructor Detail

      • OSOptionProfileInner

        public OSOptionProfileInner()
    • Method Detail

      • id

        public String id()
        Get the id property: The ID of the OS option resource.
        Returns:
        the id value.
      • name

        public String name()
        Get the name property: The name of the OS option resource.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: The type of the OS option resource.
        Returns:
        the type value.
      • osOptionPropertyList

        public List<OSOptionProperty> osOptionPropertyList()
        Get the osOptionPropertyList property: The list of OS options.
        Returns:
        the osOptionPropertyList value.
      • withOsOptionPropertyList

        public OSOptionProfileInner withOsOptionPropertyList​(List<OSOptionProperty> osOptionPropertyList)
        Set the osOptionPropertyList property: The list of OS options.
        Parameters:
        osOptionPropertyList - the osOptionPropertyList value to set.
        Returns:
        the OSOptionProfileInner object itself.
      • validate

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