Class ClientDiscoveryForServiceSpecification
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ClientDiscoveryForServiceSpecification
-
public final class ClientDiscoveryForServiceSpecification extends Object
Class to represent shoebox service specification in json client discovery.
-
-
Constructor Summary
Constructors Constructor Description ClientDiscoveryForServiceSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClientDiscoveryForLogSpecification>
logSpecifications()
Get the logSpecifications property: List of log specifications of this operation.void
validate()
Validates the instance.ClientDiscoveryForServiceSpecification
withLogSpecifications(List<ClientDiscoveryForLogSpecification> logSpecifications)
Set the logSpecifications property: List of log specifications of this operation.
-
-
-
Method Detail
-
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.
-
-