Class TroubleshootingParameters


  • public class TroubleshootingParameters
    extends Object
    Parameters that define the resource to troubleshoot.
    • Constructor Detail

      • TroubleshootingParameters

        public TroubleshootingParameters()
    • Method Detail

      • targetResourceId

        public String targetResourceId()
        Get the targetResourceId value.
        Returns:
        the targetResourceId value
      • withTargetResourceId

        public TroubleshootingParameters withTargetResourceId​(String targetResourceId)
        Set the targetResourceId value.
        Parameters:
        targetResourceId - the targetResourceId value to set
        Returns:
        the TroubleshootingParameters object itself.
      • storageId

        public String storageId()
        Get the storageId value.
        Returns:
        the storageId value
      • withStorageId

        public TroubleshootingParameters withStorageId​(String storageId)
        Set the storageId value.
        Parameters:
        storageId - the storageId value to set
        Returns:
        the TroubleshootingParameters object itself.
      • storagePath

        public String storagePath()
        Get the storagePath value.
        Returns:
        the storagePath value
      • withStoragePath

        public TroubleshootingParameters withStoragePath​(String storagePath)
        Set the storagePath value.
        Parameters:
        storagePath - the storagePath value to set
        Returns:
        the TroubleshootingParameters object itself.