Uses of Class
odata.msgraph.client.beta.complex.VpnTrafficRule
-
Packages that use VpnTrafficRule Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VpnTrafficRule in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VpnTrafficRule Modifier and Type Method Description VpnTrafficRuleVpnTrafficRule.Builder. build()VpnTrafficRuleVpnTrafficRule. withAppId(String appId)Returns an immutable copy ofthiswith just theappIdfield changed.VpnTrafficRuleVpnTrafficRule. withAppType(VpnTrafficRuleAppType appType)Returns an immutable copy ofthiswith just theappTypefield changed.VpnTrafficRuleVpnTrafficRule. withClaims(String claims)Returns an immutable copy ofthiswith just theclaimsfield changed.VpnTrafficRuleVpnTrafficRule. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.VpnTrafficRuleVpnTrafficRule. withProtocols(Integer protocols)Returns an immutable copy ofthiswith just theprotocolsfield changed.VpnTrafficRuleVpnTrafficRule. withRoutingPolicyType(VpnTrafficRuleRoutingPolicyType routingPolicyType)Returns an immutable copy ofthiswith just theroutingPolicyTypefield changed.VpnTrafficRuleVpnTrafficRule. withUnmappedField(String name, String value) -
Uses of VpnTrafficRule in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type VpnTrafficRule Modifier and Type Field Description protected List<VpnTrafficRule>Windows10VpnConfiguration. trafficRulesMethods in odata.msgraph.client.beta.entity that return types with arguments of type VpnTrafficRule Modifier and Type Method 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.Methods in odata.msgraph.client.beta.entity with parameters of type VpnTrafficRule Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. trafficRules(VpnTrafficRule... trafficRules)“Traffic rules.Method parameters in odata.msgraph.client.beta.entity with type arguments of type VpnTrafficRule Modifier and Type Method Description Windows10VpnConfiguration.BuilderWindows10VpnConfiguration.Builder. trafficRules(List<VpnTrafficRule> trafficRules)“Traffic rules.Windows10VpnConfigurationWindows10VpnConfiguration. withTrafficRules(List<VpnTrafficRule> trafficRules)Returns an immutable copy ofthiswith just thetrafficRulesfield changed.
-