| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkPayload |
NetworkPayload.clone() |
NetworkPayload |
DescribeDeviceResult.getNetworkingConfiguration()
The device's networking configuration.
|
NetworkPayload |
ProvisionDeviceRequest.getNetworkingConfiguration()
A networking configuration for the device.
|
NetworkPayload |
NetworkPayload.withEthernet0(EthernetPayload ethernet0)
Settings for Ethernet port 0.
|
NetworkPayload |
NetworkPayload.withEthernet1(EthernetPayload ethernet1)
Settings for Ethernet port 1.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setNetworkingConfiguration(NetworkPayload networkingConfiguration)
The device's networking configuration.
|
void |
ProvisionDeviceRequest.setNetworkingConfiguration(NetworkPayload networkingConfiguration)
A networking configuration for the device.
|
DescribeDeviceResult |
DescribeDeviceResult.withNetworkingConfiguration(NetworkPayload networkingConfiguration)
The device's networking configuration.
|
ProvisionDeviceRequest |
ProvisionDeviceRequest.withNetworkingConfiguration(NetworkPayload networkingConfiguration)
A networking configuration for the device.
|
Copyright © 2021. All rights reserved.