IPConfigurationBgpPeeringAddress interface
Properties of IPConfigurationBgpPeeringAddress.
Properties
custom |
The list of custom BGP peering addresses which belong to IP configuration. |
default |
The list of default BGP peering addresses which belong to IP configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
ipconfiguration |
The ID of IP configuration which belongs to gateway. |
tunnel |
The list of tunnel public IP addresses which belong to IP configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
customBgpIpAddresses
The list of custom BGP peering addresses which belong to IP configuration.
customBgpIpAddresses?: string[]
Property Value
string[]
defaultBgpIpAddresses
The list of default BGP peering addresses which belong to IP configuration. NOTE: This property will not be serialized. It can only be populated by the server.
defaultBgpIpAddresses?: string[]
Property Value
string[]
ipconfigurationId
The ID of IP configuration which belongs to gateway.
ipconfigurationId?: string
Property Value
string
tunnelIpAddresses
The list of tunnel public IP addresses which belong to IP configuration. NOTE: This property will not be serialized. It can only be populated by the server.
tunnelIpAddresses?: string[]
Property Value
string[]