| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
VpnTrafficRule |
VpnTrafficRule.Builder.build() |
VpnTrafficRule |
VpnTrafficRule.withAppId(String appId)
Returns an immutable copy of
this with just the appId field
changed. |
VpnTrafficRule |
VpnTrafficRule.withAppType(VpnTrafficRuleAppType appType)
Returns an immutable copy of
this with just the appType field
changed. |
VpnTrafficRule |
VpnTrafficRule.withClaims(String claims)
Returns an immutable copy of
this with just the claims field
changed. |
VpnTrafficRule |
VpnTrafficRule.withName(String name)
Returns an immutable copy of
this with just the name field
changed. |
VpnTrafficRule |
VpnTrafficRule.withProtocols(Integer protocols)
Returns an immutable copy of
this with just the protocols field
changed. |
VpnTrafficRule |
VpnTrafficRule.withRoutingPolicyType(VpnTrafficRuleRoutingPolicyType routingPolicyType)
Returns an immutable copy of
this with just the routingPolicyType
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<VpnTrafficRule> |
Windows10VpnConfiguration.trafficRules |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<VpnTrafficRule> |
Windows10VpnConfiguration.getTrafficRules()
“Traffic rules.
|
com.github.davidmoten.odata.client.CollectionPage<VpnTrafficRule> |
Windows10VpnConfiguration.getTrafficRules(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Traffic rules.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.trafficRules(VpnTrafficRule... trafficRules)
“Traffic rules.
|
| Modifier and Type | Method and Description |
|---|---|
Windows10VpnConfiguration.Builder |
Windows10VpnConfiguration.Builder.trafficRules(List<VpnTrafficRule> trafficRules)
“Traffic rules.
|
Copyright © 2018–2020. All rights reserved.