ConnectionMonitorEndpoint Class

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

public class ConnectionMonitorEndpoint

Describes the connection monitor endpoint.

Constructor Summary

Constructor Description
ConnectionMonitorEndpoint()

Method Summary

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

Get address of the connection monitor endpoint (IP or domain name).

ConnectionMonitorEndpointFilter filter()

Get filter for sub-items within the endpoint.

java.lang.String name()

Get the name of the connection monitor endpoint.

java.lang.String resourceId()

Get resource ID of the connection monitor endpoint.

ConnectionMonitorEndpoint withAddress(String address)

Set address of the connection monitor endpoint (IP or domain name).

ConnectionMonitorEndpoint withFilter(ConnectionMonitorEndpointFilter filter)

Set filter for sub-items within the endpoint.

ConnectionMonitorEndpoint withName(String name)

Set the name of the connection monitor endpoint.

ConnectionMonitorEndpoint withResourceId(String resourceId)

Set resource ID of the connection monitor endpoint.

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

ConnectionMonitorEndpoint

public ConnectionMonitorEndpoint()

Method Details

address

public String address()

Get address of the connection monitor endpoint (IP or domain name).

Returns:

the address value

filter

public ConnectionMonitorEndpointFilter filter()

Get filter for sub-items within the endpoint.

Returns:

the filter value

name

public String name()

Get the name of the connection monitor endpoint.

Returns:

the name value

resourceId

public String resourceId()

Get resource ID of the connection monitor endpoint.

Returns:

the resourceId value

withAddress

public ConnectionMonitorEndpoint withAddress(String address)

Set address of the connection monitor endpoint (IP or domain name).

Parameters:

address - the address value to set

Returns:

the ConnectionMonitorEndpoint object itself.

withFilter

public ConnectionMonitorEndpoint withFilter(ConnectionMonitorEndpointFilter filter)

Set filter for sub-items within the endpoint.

Parameters:

filter - the filter value to set

Returns:

the ConnectionMonitorEndpoint object itself.

withName

public ConnectionMonitorEndpoint withName(String name)

Set the name of the connection monitor endpoint.

Parameters:

name - the name value to set

Returns:

the ConnectionMonitorEndpoint object itself.

withResourceId

public ConnectionMonitorEndpoint withResourceId(String resourceId)

Set resource ID of the connection monitor endpoint.

Parameters:

resourceId - the resourceId value to set

Returns:

the ConnectionMonitorEndpoint object itself.

Applies to