| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolType |
DscpConfigurationInner.protocol()
Get the protocol property: RNM supported protocol types.
|
| Modifier and Type | Method and Description |
|---|---|
DscpConfigurationInner |
DscpConfigurationInner.withProtocol(ProtocolType protocol)
Set the protocol property: RNM supported protocol types.
|
| Modifier and Type | Field and Description |
|---|---|
static ProtocolType |
ProtocolType.AH
Static value Ah for ProtocolType.
|
static ProtocolType |
ProtocolType.ALL
Static value All for ProtocolType.
|
static ProtocolType |
ProtocolType.DO_NOT_USE
Static value DoNotUse for ProtocolType.
|
static ProtocolType |
ProtocolType.ESP
Static value Esp for ProtocolType.
|
static ProtocolType |
ProtocolType.GRE
Static value Gre for ProtocolType.
|
static ProtocolType |
ProtocolType.ICMP
Static value Icmp for ProtocolType.
|
static ProtocolType |
ProtocolType.TCP
Static value Tcp for ProtocolType.
|
static ProtocolType |
ProtocolType.UDP
Static value Udp for ProtocolType.
|
static ProtocolType |
ProtocolType.VXLAN
Static value Vxlan for ProtocolType.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.fromString(String name)
Creates or finds a ProtocolType from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.