Class ConnectivityCriteria
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ConnectivityCriteria
- Direct Known Subclasses:
CodelessUiConnectorConfigPropertiesConnectivityCriteriaItem
Setting for the connector check connectivity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontype()
Get the type property: type of connectivity.void
validate()
Validates the instance.value()
Get the value property: Queries for checking connectivity.withType
(ConnectivityType type) Set the type property: type of connectivity.Set the value property: Queries for checking connectivity.
-
Constructor Details
-
ConnectivityCriteria
public ConnectivityCriteria()
-
-
Method Details
-
type
Get the type property: type of connectivity.- Returns:
- the type value.
-
withType
Set the type property: type of connectivity.- Parameters:
type
- the type value to set.- Returns:
- the ConnectivityCriteria object itself.
-
value
Get the value property: Queries for checking connectivity.- Returns:
- the value value.
-
withValue
Set the value property: Queries for checking connectivity.- Parameters:
value
- the value value to set.- Returns:
- the ConnectivityCriteria object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-