INetworkEndpointAddress

Summary

Defines the network addressing.

Properties

Structure

class INetworkEndpointAddress
ipv4_address

The IP address of the network endpoint.

Type

str

ipv4_address_source

The ipv4 address source, could have value of FIXED, DHCPV4 or AUTOIP.

Type

IPv4AddresSource

ipv6_address

The IPv6 address of the network endpoint.

Type

str

ipv6_address_prefix_length

The IPv6 address prefix length.

Type

uint32 or None

ipv6_address_source

The IPv6 address source.

Type

str

network_mask

The network mask.

Type

str