Class AmlFilesystemCheckSubnetErrorFilesystemSubnet

java.lang.Object
com.azure.resourcemanager.storagecache.models.AmlFilesystemCheckSubnetErrorFilesystemSubnet

public final class AmlFilesystemCheckSubnetErrorFilesystemSubnet extends Object
The error details for the AML file system's subnet.
  • Constructor Details

    • AmlFilesystemCheckSubnetErrorFilesystemSubnet

      public AmlFilesystemCheckSubnetErrorFilesystemSubnet()
      Creates an instance of AmlFilesystemCheckSubnetErrorFilesystemSubnet class.
  • Method Details

    • status

      public FilesystemSubnetStatusType status()
      Get the status property: The status of the AML file system subnet check.
      Returns:
      the status value.
    • withStatus

      Set the status property: The status of the AML file system subnet check.
      Parameters:
      status - the status value to set.
      Returns:
      the AmlFilesystemCheckSubnetErrorFilesystemSubnet object itself.
    • message

      public String message()
      Get the message property: The details of the AML file system subnet check.
      Returns:
      the message value.
    • withMessage

      Set the message property: The details of the AML file system subnet check.
      Parameters:
      message - the message value to set.
      Returns:
      the AmlFilesystemCheckSubnetErrorFilesystemSubnet object itself.
    • validate

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