GetDscpConfigurationResult

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)

Types

Link copied to clipboard
object Companion

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard
val markings: List<Int>? = null

List of markings to be used in the configuration.

Link copied to clipboard

Resource name.

Link copied to clipboard
val protocol: String? = null

RNM supported protocol types.

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.