DscpConfiguration Class

DSCP Configuration in a resource group.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_06_01.models._models_py3.Resource
DscpConfiguration

Constructor

DscpConfiguration(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, markings: typing.Union[typing.List[int], NoneType] = None, source_ip_ranges: typing.Union[typing.List[_ForwardRef('QosIpRange')], NoneType] = None, destination_ip_ranges: typing.Union[typing.List[_ForwardRef('QosIpRange')], NoneType] = None, source_port_ranges: typing.Union[typing.List[_ForwardRef('QosPortRange')], NoneType] = None, destination_port_ranges: typing.Union[typing.List[_ForwardRef('QosPortRange')], NoneType] = None, protocol: typing.Union[str, _ForwardRef('ProtocolType'), NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

markings
list[int]

List of markings to be used in the configuration.

source_ip_ranges
list[QosIpRange]

Source IP ranges.

destination_ip_ranges
list[QosIpRange]

Destination IP ranges.

source_port_ranges
list[QosPortRange]

Sources port ranges.

destination_port_ranges
list[QosPortRange]

Destination port ranges.

protocol
str or ProtocolType

RNM supported protocol types. Possible values include: "DoNotUse", "Icmp", "Tcp", "Udp", "Gre", "Esp", "Ah", "Vxlan", "All".

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

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

qos_collection_id
str

Qos Collection ID generated by RNM.

associated_network_interfaces
list[NetworkInterface]

Associated Network Interfaces to the DSCP Configuration.

resource_guid
str

The resource GUID property of the DSCP Configuration resource.

provisioning_state
str or ProvisioningState

The provisioning state of the DSCP Configuration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".