| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
EthernetPayload |
EthernetPayload.clone() |
EthernetPayload |
NetworkPayload.getEthernet0()
Settings for Ethernet port 0.
|
EthernetPayload |
NetworkPayload.getEthernet1()
Settings for Ethernet port 1.
|
EthernetPayload |
EthernetPayload.withConnectionType(ConnectionType connectionType)
How the device gets an IP address.
|
EthernetPayload |
EthernetPayload.withConnectionType(String connectionType)
How the device gets an IP address.
|
EthernetPayload |
EthernetPayload.withStaticIpConnectionInfo(StaticIpConnectionInfo staticIpConnectionInfo)
Network configuration for a static IP connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkPayload.setEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
|
void |
NetworkPayload.setEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
|
NetworkPayload |
NetworkPayload.withEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
|
NetworkPayload |
NetworkPayload.withEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
|
Copyright © 2022. All rights reserved.