Class ConnectionMonitorEndpoint

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

public class ConnectionMonitorEndpoint extends Object
Describes the connection monitor endpoint.
  • Constructor Details

    • ConnectionMonitorEndpoint

      public ConnectionMonitorEndpoint()
  • Method Details

    • name

      public String name()
      Get the name of the connection monitor endpoint.
      Returns:
      the name value
    • 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.
    • resourceId

      public String resourceId()
      Get resource ID of the connection monitor endpoint.
      Returns:
      the resourceId value
    • 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.
    • address

      public String address()
      Get address of the connection monitor endpoint (IP or domain name).
      Returns:
      the address 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.
    • filter

      Get filter for sub-items within the endpoint.
      Returns:
      the filter value
    • withFilter

      Set filter for sub-items within the endpoint.
      Parameters:
      filter - the filter value to set
      Returns:
      the ConnectionMonitorEndpoint object itself.