Class ConnectionMonitorEndpointFilter
java.lang.Object
com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilter
Describes the connection monitor endpoint filter.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConnectionMonitorEndpointFilter class. -
Method Summary
Modifier and TypeMethodDescriptionitems()Get the items property: List of items in the filter.type()Get the type property: The behavior of the endpoint filter.voidvalidate()Validates the instance.Set the items property: List of items in the filter.Set the type property: The behavior of the endpoint filter.
-
Constructor Details
-
ConnectionMonitorEndpointFilter
public ConnectionMonitorEndpointFilter()Creates an instance of ConnectionMonitorEndpointFilter class.
-
-
Method Details
-
type
Get the type property: The behavior of the endpoint filter. Currently only 'Include' is supported.- Returns:
- the type value.
-
withType
Set the type property: The behavior of the endpoint filter. Currently only 'Include' is supported.- Parameters:
type- the type value to set.- Returns:
- the ConnectionMonitorEndpointFilter object itself.
-
items
Get the items property: List of items in the filter.- Returns:
- the items value.
-
withItems
Set the items property: List of items in the filter.- Parameters:
items- the items value to set.- Returns:
- the ConnectionMonitorEndpointFilter object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-