Class ClientDiscoveryForServiceSpecification

java.lang.Object
com.azure.resourcemanager.recoveryservices.models.ClientDiscoveryForServiceSpecification

public final class ClientDiscoveryForServiceSpecification extends Object
Class to represent shoebox service specification in json client discovery.
  • Constructor Details

    • ClientDiscoveryForServiceSpecification

      public ClientDiscoveryForServiceSpecification()
  • Method Details

    • logSpecifications

      public List<ClientDiscoveryForLogSpecification> logSpecifications()
      Get the logSpecifications property: List of log specifications of this operation.
      Returns:
      the logSpecifications value.
    • withLogSpecifications

      public ClientDiscoveryForServiceSpecification withLogSpecifications(List<ClientDiscoveryForLogSpecification> logSpecifications)
      Set the logSpecifications property: List of log specifications of this operation.
      Parameters:
      logSpecifications - the logSpecifications value to set.
      Returns:
      the ClientDiscoveryForServiceSpecification object itself.
    • validate

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