Class ConnectionMonitorEndpointScopeItem
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ConnectionMonitorEndpointScopeItem
-
public final class ConnectionMonitorEndpointScopeItem extends Object
Describes the connection monitor endpoint scope item.
-
-
Constructor Summary
Constructors Constructor Description ConnectionMonitorEndpointScopeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()Get the address property: The address of the endpoint item.voidvalidate()Validates the instance.ConnectionMonitorEndpointScopeItemwithAddress(String address)Set the address property: The address of the endpoint item.
-
-
-
Method Detail
-
address
public String address()
Get the address property: The address of the endpoint item. Supported types are IPv4/IPv6 subnet mask or IPv4/IPv6 IP address.- Returns:
- the address value.
-
withAddress
public ConnectionMonitorEndpointScopeItem withAddress(String address)
Set the address property: The address of the endpoint item. Supported types are IPv4/IPv6 subnet mask or IPv4/IPv6 IP address.- Parameters:
address- the address value to set.- Returns:
- the ConnectionMonitorEndpointScopeItem object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-