Class OSFamilyInner


  • public final class OSFamilyInner
    extends Object
    Describes a cloud service OS family.
    • Constructor Detail

      • OSFamilyInner

        public OSFamilyInner()
    • Method Detail

      • id

        public String id()
        Get the id property: Resource Id.
        Returns:
        the id value.
      • name

        public String name()
        Get the name property: Resource name.
        Returns:
        the name value.
      • type

        public String type()
        Get the type property: Resource type.
        Returns:
        the type value.
      • location

        public String location()
        Get the location property: Resource location.
        Returns:
        the location value.
      • properties

        public OSFamilyProperties properties()
        Get the properties property: OS family properties.
        Returns:
        the properties value.
      • withProperties

        public OSFamilyInner withProperties​(OSFamilyProperties properties)
        Set the properties property: OS family properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the OSFamilyInner object itself.
      • validate

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