Partilhar via


DscpConfiguration Class

Differentiated Services Code Point configuration for any given network interface.

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

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

Constructor

DscpConfiguration(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, markings: List[int] | None = None, source_ip_ranges: List[_models.QosIpRange] | None = None, destination_ip_ranges: List[_models.QosIpRange] | None = None, source_port_ranges: List[_models.QosPortRange] | None = None, destination_port_ranges: List[_models.QosPortRange] | None = None, protocol: str | _models.ProtocolType | None = None, qos_definition_collection: List[_models.QosDefinition] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

location
str

Resource location.

tags

Resource tags.

markings

List of markings to be used in the configuration.

source_ip_ranges

Source IP ranges.

destination_ip_ranges

Destination IP ranges.

source_port_ranges

Sources port ranges.

destination_port_ranges

Destination port ranges.

protocol

RNM supported protocol types. Known values are: "DoNotUse", "Icmp", "Tcp", "Udp", "Gre", "Esp", "Ah", "Vxlan", and "All".

qos_definition_collection

QoS object definitions.

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

Resource tags.

etag
str

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

markings

List of markings to be used in the configuration.

source_ip_ranges

Source IP ranges.

destination_ip_ranges

Destination IP ranges.

source_port_ranges

Sources port ranges.

destination_port_ranges

Destination port ranges.

protocol

RNM supported protocol types. Known values are: "DoNotUse", "Icmp", "Tcp", "Udp", "Gre", "Esp", "Ah", "Vxlan", and "All".

qos_definition_collection

QoS object definitions.

qos_collection_id
str

Qos Collection ID generated by RNM.

associated_network_interfaces

Associated Network Interfaces to the DSCP Configuration.

resource_guid
str

The resource GUID property of the DSCP Configuration resource.

provisioning_state

The provisioning state of the DSCP Configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".