ConnectionMonitorEndpointFilter Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ConnectionMonitorEndpointFilter

public class ConnectionMonitorEndpointFilter

Describes the connection monitor endpoint filter.

Constructor Summary

Constructor Description
ConnectionMonitorEndpointFilter()

Method Summary

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

Get list of items in the filter.

ConnectionMonitorEndpointFilterType type()

Get the behavior of the endpoint filter.

ConnectionMonitorEndpointFilter withItems(List<ConnectionMonitorEndpointFilterItem> items)

Set list of items in the filter.

ConnectionMonitorEndpointFilter withType(ConnectionMonitorEndpointFilterType type)

Set the behavior of the endpoint filter.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ConnectionMonitorEndpointFilter

public ConnectionMonitorEndpointFilter()

Method Details

items

public List items()

Get list of items in the filter.

Returns:

the items value

type

public ConnectionMonitorEndpointFilterType type()

Get the behavior of the endpoint filter. Currently only 'Include' is supported. Possible values include: 'Include'.

Returns:

the type value

withItems

public ConnectionMonitorEndpointFilter withItems(List items)

Set 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 behavior of the endpoint filter. Currently only 'Include' is supported. Possible values include: 'Include'.

Parameters:

type - the type value to set

Returns:

the ConnectionMonitorEndpointFilter object itself.

Applies to