AttachedNetworkConfiguration interface
AttachedNetworkConfiguration represents the set of workload networks to attach to a resource.
Properties
l2Networks | The list of Layer 2 Networks and related configuration for attachment. |
l3Networks | The list of Layer 3 Networks and related configuration for attachment. |
trunked |
The list of Trunked Networks and related configuration for attachment. |
Property Details
l2Networks
The list of Layer 2 Networks and related configuration for attachment.
l2Networks?: L2NetworkAttachmentConfiguration[]
Property Value
l3Networks
The list of Layer 3 Networks and related configuration for attachment.
l3Networks?: L3NetworkAttachmentConfiguration[]
Property Value
trunkedNetworks
The list of Trunked Networks and related configuration for attachment.
trunkedNetworks?: TrunkedNetworkAttachmentConfiguration[]