DscpConfigurationPropertiesFormat Class

Differentiated Services Code Point configuration properties.

Constructor

DscpConfigurationPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
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".

Attributes

associated_network_interfaces

Associated Network Interfaces to the DSCP Configuration.

associated_network_interfaces: list['_models.NetworkInterface'] | None

destination_ip_ranges

Destination IP ranges.

destination_ip_ranges: list['_models.QosIpRange'] | None

destination_port_ranges

Destination port ranges.

destination_port_ranges: list['_models.QosPortRange'] | None

markings

List of markings to be used in the configuration.

markings: list[int] | None

protocol

"DoNotUse", "Icmp", "Tcp", "Udp", "Gre", "Esp", "Ah", "Vxlan", and "All".

protocol: str | _models.ProtocolType | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

qos_collection_id

Qos Collection ID generated by RNM.

qos_collection_id: str | None

qos_definition_collection

QoS object definitions.

qos_definition_collection: list['_models.QosDefinition'] | None

resource_guid

The resource GUID property of the DSCP Configuration resource.

resource_guid: str | None

source_ip_ranges

Source IP ranges.

source_ip_ranges: list['_models.QosIpRange'] | None

source_port_ranges

Sources port ranges.

source_port_ranges: list['_models.QosPortRange'] | None