ConnectionMonitorEndpointFilterItem Class

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

public final class ConnectionMonitorEndpointFilterItem

Describes the connection monitor endpoint filter item.

Constructor Summary

Constructor Description
ConnectionMonitorEndpointFilterItem()

Creates an instance of ConnectionMonitorEndpointFilterItem class.

Method Summary

Modifier and Type Method and Description
String address()

Get the address property: The address of the filter item.

ConnectionMonitorEndpointFilterItemType type()

Get the type property: The type of item included in the filter.

void validate()

Validates the instance.

ConnectionMonitorEndpointFilterItem withAddress(String address)

Set the address property: The address of the filter item.

ConnectionMonitorEndpointFilterItem withType(ConnectionMonitorEndpointFilterItemType type)

Set the type property: The type of item included in the filter.

Methods inherited from java.lang.Object

Constructor Details

ConnectionMonitorEndpointFilterItem

public ConnectionMonitorEndpointFilterItem()

Creates an instance of ConnectionMonitorEndpointFilterItem class.

Method Details

address

public String address()

Get the address property: The address of the filter item.

Returns:

the address value.

type

public ConnectionMonitorEndpointFilterItemType type()

Get the type property: The type of item included in the filter. Currently only 'AgentAddress' is supported.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAddress

public ConnectionMonitorEndpointFilterItem withAddress(String address)

Set the address property: 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 property: The type of item included in the filter. Currently only 'AgentAddress' is supported.

Parameters:

type - the type value to set.

Returns:

the ConnectionMonitorEndpointFilterItem object itself.

Applies to