public static interface PhysicalNetworkInterface.Builder extends SdkPojo, CopyableBuilder<PhysicalNetworkInterface.Builder,PhysicalNetworkInterface>
| Modifier and Type | Method and Description |
|---|---|
PhysicalNetworkInterface.Builder |
defaultGateway(String defaultGateway)
The default gateway of the device.
|
PhysicalNetworkInterface.Builder |
ipAddress(String ipAddress)
The IP address of the device.
|
PhysicalNetworkInterface.Builder |
ipAddressAssignment(IpAddressAssignment ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
|
PhysicalNetworkInterface.Builder |
ipAddressAssignment(String ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
|
PhysicalNetworkInterface.Builder |
macAddress(String macAddress)
The MAC address of the device.
|
PhysicalNetworkInterface.Builder |
netmask(String netmask)
The netmask used to divide the IP address into subnets.
|
PhysicalNetworkInterface.Builder |
physicalConnectorType(PhysicalConnectorType physicalConnectorType)
The physical connector type.
|
PhysicalNetworkInterface.Builder |
physicalConnectorType(String physicalConnectorType)
The physical connector type.
|
PhysicalNetworkInterface.Builder |
physicalNetworkInterfaceId(String physicalNetworkInterfaceId)
The physical network interface ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPhysicalNetworkInterface.Builder defaultGateway(String defaultGateway)
The default gateway of the device.
defaultGateway - The default gateway of the device.PhysicalNetworkInterface.Builder ipAddress(String ipAddress)
The IP address of the device.
ipAddress - The IP address of the device.PhysicalNetworkInterface.Builder ipAddressAssignment(String ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
ipAddressAssignment - A value that describes whether the IP address is dynamic or persistent.IpAddressAssignment,
IpAddressAssignmentPhysicalNetworkInterface.Builder ipAddressAssignment(IpAddressAssignment ipAddressAssignment)
A value that describes whether the IP address is dynamic or persistent.
ipAddressAssignment - A value that describes whether the IP address is dynamic or persistent.IpAddressAssignment,
IpAddressAssignmentPhysicalNetworkInterface.Builder macAddress(String macAddress)
The MAC address of the device.
macAddress - The MAC address of the device.PhysicalNetworkInterface.Builder netmask(String netmask)
The netmask used to divide the IP address into subnets.
netmask - The netmask used to divide the IP address into subnets.PhysicalNetworkInterface.Builder physicalConnectorType(String physicalConnectorType)
The physical connector type.
physicalConnectorType - The physical connector type.PhysicalConnectorType,
PhysicalConnectorTypePhysicalNetworkInterface.Builder physicalConnectorType(PhysicalConnectorType physicalConnectorType)
The physical connector type.
physicalConnectorType - The physical connector type.PhysicalConnectorType,
PhysicalConnectorTypePhysicalNetworkInterface.Builder physicalNetworkInterfaceId(String physicalNetworkInterfaceId)
The physical network interface ID.
physicalNetworkInterfaceId - The physical network interface ID.Copyright © 2023. All rights reserved.