CacheNetworkSettings Class
- java.
lang. Object - com.
microsoft. azure. management. storagecache. v2020_03_01.CacheNetworkSettings
- com.
public class CacheNetworkSettings
Cache network settings.
Constructor | Description | |
---|---|---|
Cache |
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> |
utility Get array of additional IP addresses used by this Cache. |
Cache |
with Set the IPv4 maximum transmission unit configured for the subnet. |
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
CacheNetworkSettings
public CacheNetworkSettings()
mtu
public Integer mtu()
Get the IPv4 maximum transmission unit configured for the subnet.
Returns:
the mtu value
utilityAddresses
public List
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.