CacheNetworkSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.storagecache.v2020_03_01.CacheNetworkSettings

public class CacheNetworkSettings

Cache network settings.

Constructor Summary

Constructor Description
CacheNetworkSettings()

Method Summary

Modifier and Type Method and Description
java.lang.Integer mtu()

Get the IPv4 maximum transmission unit configured for the subnet.

java.util.List<java.lang.String> utilityAddresses()

Get array of additional IP addresses used by this Cache.

CacheNetworkSettings withMtu(Integer mtu)

Set the IPv4 maximum transmission unit configured for the subnet.

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

CacheNetworkSettings

public CacheNetworkSettings()

Method Details

mtu

public Integer mtu()

Get the IPv4 maximum transmission unit configured for the subnet.

Returns:

the mtu value

utilityAddresses

public List utilityAddresses()

Get array of additional IP addresses used by this Cache.

Returns:

the utilityAddresses value

withMtu

public CacheNetworkSettings withMtu(Integer mtu)

Set the IPv4 maximum transmission unit configured for the subnet.

Parameters:

mtu - the mtu value to set

Returns:

the CacheNetworkSettings object itself.

Applies to

Azure SDK for Java

Latest