Get Dscp Configuration Result
data class GetDscpConfigurationResult(val associatedNetworkInterfaces: List<NetworkInterfaceResponse>, 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 resourceGuid: String, val sourceIpRanges: List<QosIpRangeResponse>? = null, val sourcePortRanges: List<QosPortRangeResponse>? = null, val tags: Map<String, String>? = null, val type: String)
DSCP Configuration in a resource group.
Constructors
Link copied to clipboard
constructor(associatedNetworkInterfaces: List<NetworkInterfaceResponse>, 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, 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
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
The resource GUID property of the DSCP Configuration resource.
Link copied to clipboard
Source IP ranges.
Link copied to clipboard
Sources port ranges.