Ipv4Config interface
Details related to the IPv4 address configuration.
Properties
gateway | The IPv4 gateway of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
ip |
The IPv4 address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
subnet | The IPv4 subnet of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
gateway
The IPv4 gateway of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
gateway?: string
Property Value
string
ipAddress
The IPv4 address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddress?: string
Property Value
string
subnet
The IPv4 subnet of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
subnet?: string
Property Value
string