Class ComputeInstanceSchema


  • public class ComputeInstanceSchema
    extends Object
    Properties(top level) of ComputeInstance.
    • Constructor Detail

      • ComputeInstanceSchema

        public ComputeInstanceSchema()
    • Method Detail

      • properties

        public ComputeInstanceProperties properties()
        Get the properties property: Properties of ComputeInstance.
        Returns:
        the properties value.
      • withProperties

        public ComputeInstanceSchema withProperties​(ComputeInstanceProperties properties)
        Set the properties property: Properties of ComputeInstance.
        Parameters:
        properties - the properties value to set.
        Returns:
        the ComputeInstanceSchema object itself.
      • validate

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