Uses of Class
odata.msgraph.client.beta.complex.IPv4Range
-
Packages that use IPv4Range Package Description odata.msgraph.client.beta.complex -
-
Uses of IPv4Range in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type IPv4Range Modifier and Type Field Description protected List<IPv4Range>VpnTrafficRule. localAddressRangesprotected List<IPv4Range>VpnTrafficRule. remoteAddressRangesMethods in odata.msgraph.client.beta.complex that return IPv4Range Modifier and Type Method Description IPv4RangeIPv4Range.Builder. build()IPv4RangeIPv4Range. withLowerAddress(String lowerAddress)Returns an immutable copy ofthiswith just thelowerAddressfield changed.IPv4RangeIPv4Range. withUnmappedField(String name, String value)IPv4RangeIPv4Range. withUpperAddress(String upperAddress)Returns an immutable copy ofthiswith just theupperAddressfield changed.Methods in odata.msgraph.client.beta.complex that return types with arguments of type IPv4Range Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IPv4Range>VpnTrafficRule. getLocalAddressRanges()“Local address range.com.github.davidmoten.odata.client.CollectionPage<IPv4Range>VpnTrafficRule. getLocalAddressRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“Local address range.com.github.davidmoten.odata.client.CollectionPage<IPv4Range>VpnTrafficRule. getRemoteAddressRanges()“Remote address range.com.github.davidmoten.odata.client.CollectionPage<IPv4Range>VpnTrafficRule. getRemoteAddressRanges(com.github.davidmoten.odata.client.HttpRequestOptions options)“Remote address range.Methods in odata.msgraph.client.beta.complex with parameters of type IPv4Range Modifier and Type Method Description VpnTrafficRule.BuilderVpnTrafficRule.Builder. localAddressRanges(IPv4Range... localAddressRanges)“Local address range.VpnTrafficRule.BuilderVpnTrafficRule.Builder. remoteAddressRanges(IPv4Range... remoteAddressRanges)“Remote address range.Method parameters in odata.msgraph.client.beta.complex with type arguments of type IPv4Range Modifier and Type Method Description VpnTrafficRule.BuilderVpnTrafficRule.Builder. localAddressRanges(List<IPv4Range> localAddressRanges)“Local address range.VpnTrafficRule.BuilderVpnTrafficRule.Builder. remoteAddressRanges(List<IPv4Range> remoteAddressRanges)“Remote address range.
-