Get Dscp Configuration Result
data class GetDscpConfigurationResult(val associatedNetworkInterfaces: List<NetworkInterfaceResponse>, val azureApiVersion: String, val destinationIpRanges: List<QosIpRangeResponse>? = null, val destinationPortRanges: List<QosPortRangeResponse>? = null, val etag: String, val id: String? = null, val location: String? = null, val markings: List<Int>? = null, val name: String, val protocol: String? = null, val provisioningState: String, val qosCollectionId: String, val qosDefinitionCollection: List<QosDefinitionResponse>? = null, val resourceGuid: String, val sourceIpRanges: List<QosIpRangeResponse>? = null, val sourcePortRanges: List<QosPortRangeResponse>? = null, val tags: Map<String, String>? = null, val type: String)
Differentiated Services Code Point configuration for any given network interface
Constructors
Link copied to clipboard
constructor(associatedNetworkInterfaces: List<NetworkInterfaceResponse>, azureApiVersion: String, destinationIpRanges: List<QosIpRangeResponse>? = null, destinationPortRanges: List<QosPortRangeResponse>? = null, etag: String, id: String? = null, location: String? = null, markings: List<Int>? = null, name: String, protocol: String? = null, provisioningState: String, qosCollectionId: String, qosDefinitionCollection: List<QosDefinitionResponse>? = null, resourceGuid: String, sourceIpRanges: List<QosIpRangeResponse>? = null, sourcePortRanges: List<QosPortRangeResponse>? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Associated Network Interfaces to the DSCP Configuration.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Destination IP ranges.
Link copied to clipboard
Destination port ranges.
Link copied to clipboard
The provisioning state of the DSCP Configuration resource.
Link copied to clipboard
Qos Collection ID generated by RNM.
Link copied to clipboard
QoS object definitions
Link copied to clipboard
The resource GUID property of the DSCP Configuration resource.
Link copied to clipboard
Source IP ranges.
Link copied to clipboard
Sources port ranges.