ConnectionMonitorEndpointFilterItem Class

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

public class ConnectionMonitorEndpointFilterItem

Describes the connection monitor endpoint filter item.

Constructor Summary

Constructor Description
ConnectionMonitorEndpointFilterItem()

Method Summary

Modifier and Type Method and Description
java.lang.String address()

Get the address of the filter item.

ConnectionMonitorEndpointFilterItemType type()

Get the type of item included in the filter.

ConnectionMonitorEndpointFilterItem withAddress(String address)

Set the address of the filter item.

ConnectionMonitorEndpointFilterItem withType(ConnectionMonitorEndpointFilterItemType type)

Set the type of item included in the 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

ConnectionMonitorEndpointFilterItem

public ConnectionMonitorEndpointFilterItem()

Method Details

address

public String address()

Get the address of the filter item.

Returns:

the address value

type

public ConnectionMonitorEndpointFilterItemType type()

Get the type of item included in the filter. Currently only 'AgentAddress' is supported. Possible values include: 'AgentAddress'.

Returns:

the type value

withAddress

public ConnectionMonitorEndpointFilterItem withAddress(String address)

Set the address of the filter item.

Parameters:

address - the address value to set

Returns:

the ConnectionMonitorEndpointFilterItem object itself.

withType

public ConnectionMonitorEndpointFilterItem withType(ConnectionMonitorEndpointFilterItemType type)

Set the type of item included in the filter. Currently only 'AgentAddress' is supported. Possible values include: 'AgentAddress'.

Parameters:

type - the type value to set

Returns:

the ConnectionMonitorEndpointFilterItem object itself.

Applies to