ConnectionMonitorEndpointFilter Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.ConnectionMonitorEndpointFilter

public final class ConnectionMonitorEndpointFilter

Describes the connection monitor endpoint filter.

Constructor Summary

Constructor Description
ConnectionMonitorEndpointFilter()

Creates an instance of ConnectionMonitorEndpointFilter class.

Method Summary

Modifier and Type Method and Description
List<ConnectionMonitorEndpointFilterItem> items()

Get the items property: List of items in the filter.

ConnectionMonitorEndpointFilterType type()

Get the type property: The behavior of the endpoint filter.

void validate()

Validates the instance.

ConnectionMonitorEndpointFilter withItems(List<ConnectionMonitorEndpointFilterItem> items)

Set the items property: List of items in the filter.

ConnectionMonitorEndpointFilter withType(ConnectionMonitorEndpointFilterType type)

Set the type property: The behavior of the endpoint filter.

Methods inherited from java.lang.Object

Constructor Details

ConnectionMonitorEndpointFilter

public ConnectionMonitorEndpointFilter()

Creates an instance of ConnectionMonitorEndpointFilter class.

Method Details

items

public List items()

Get the items property: List of items in the filter.

Returns:

the items value.

type

public ConnectionMonitorEndpointFilterType type()

Get the type property: The behavior of the endpoint filter. Currently only 'Include' is supported.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withItems

public ConnectionMonitorEndpointFilter withItems(List items)

Set the items property: List of items in the filter.

Parameters:

items - the items value to set.

Returns:

the ConnectionMonitorEndpointFilter object itself.

withType

public ConnectionMonitorEndpointFilter withType(ConnectionMonitorEndpointFilterType type)

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.

Applies to