DscpConfiguration interface
Differentiated Services Code Point configuration for any given network interface
- Extends
Properties
| associated |
Associated Network Interfaces to the DSCP Configuration. |
| destination |
Destination IP ranges. |
| destination |
Destination port ranges. |
| etag | A unique read-only string that changes whenever the resource is updated. |
| markings | List of markings to be used in the configuration. |
| protocol | RNM supported protocol types. |
| provisioning |
The provisioning state of the DSCP Configuration resource. |
| qos |
Qos Collection ID generated by RNM. |
| qos |
QoS object definitions |
| resource |
The resource GUID property of the DSCP Configuration resource. |
| source |
Source IP ranges. |
| source |
Sources port ranges. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
associatedNetworkInterfaces
Associated Network Interfaces to the DSCP Configuration.
associatedNetworkInterfaces?: NetworkInterface[]
Property Value
destinationIpRanges
destinationPortRanges
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
markings
List of markings to be used in the configuration.
markings?: number[]
Property Value
number[]
protocol
RNM supported protocol types.
protocol?: string
Property Value
string
provisioningState
The provisioning state of the DSCP Configuration resource.
provisioningState?: string
Property Value
string
qosCollectionId
Qos Collection ID generated by RNM.
qosCollectionId?: string
Property Value
string
qosDefinitionCollection
resourceGuid
The resource GUID property of the DSCP Configuration resource.
resourceGuid?: string
Property Value
string
sourceIpRanges
sourcePortRanges
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags