| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PhysicalNetworkInterface |
PhysicalNetworkInterface.clone() |
PhysicalNetworkInterface |
PhysicalNetworkInterface.withDefaultGateway(String defaultGateway)
The default gateway of the device.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withIpAddress(String ipAddress)
The IP address of the device.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withIpAddressAssignment(IpAddressAssignment ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withIpAddressAssignment(String ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withMacAddress(String macAddress)
The MAC address of the device.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withNetmask(String netmask)
The netmask used to divide the IP address into subnets.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withPhysicalConnectorType(PhysicalConnectorType physicalConnectorType)
The physical connector type.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withPhysicalConnectorType(String physicalConnectorType)
The physical connector type.
|
PhysicalNetworkInterface |
PhysicalNetworkInterface.withPhysicalNetworkInterfaceId(String physicalNetworkInterfaceId)
The physical network interface ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhysicalNetworkInterface> |
DescribeDeviceResult.getPhysicalNetworkInterfaces()
The network interfaces available on the device.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResult |
DescribeDeviceResult.withPhysicalNetworkInterfaces(PhysicalNetworkInterface... physicalNetworkInterfaces)
The network interfaces available on the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setPhysicalNetworkInterfaces(Collection<PhysicalNetworkInterface> physicalNetworkInterfaces)
The network interfaces available on the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withPhysicalNetworkInterfaces(Collection<PhysicalNetworkInterface> physicalNetworkInterfaces)
The network interfaces available on the device.
|
Copyright © 2023. All rights reserved.