Class VnetValidationTestFailureProperties


  • public final class VnetValidationTestFailureProperties
    extends Object
    VnetValidationTestFailure resource specific properties.
    • Constructor Detail

      • VnetValidationTestFailureProperties

        public VnetValidationTestFailureProperties()
    • Method Detail

      • testName

        public String testName()
        Get the testName property: The name of the test that failed.
        Returns:
        the testName value.
      • withTestName

        public VnetValidationTestFailureProperties withTestName​(String testName)
        Set the testName property: The name of the test that failed.
        Parameters:
        testName - the testName value to set.
        Returns:
        the VnetValidationTestFailureProperties object itself.
      • details

        public String details()
        Get the details property: The details of what caused the failure, e.g. the blocking rule name, etc.
        Returns:
        the details value.
      • withDetails

        public VnetValidationTestFailureProperties withDetails​(String details)
        Set the details property: The details of what caused the failure, e.g. the blocking rule name, etc.
        Parameters:
        details - the details value to set.
        Returns:
        the VnetValidationTestFailureProperties object itself.
      • validate

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