Uses of Class
com.azure.resourcemanager.network.fluent.models.LocalNetworkGatewayPropertiesFormat
Packages that use LocalNetworkGatewayPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of LocalNetworkGatewayPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type LocalNetworkGatewayPropertiesFormatModifier and TypeClassDescriptionfinal classLocalNetworkGateway properties.Methods in com.azure.resourcemanager.network.fluent.models that return LocalNetworkGatewayPropertiesFormatModifier and TypeMethodDescriptionLocalNetworkGatewayPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocalNetworkGatewayPropertiesFormat from the JsonReader.LocalNetworkGatewayPropertiesFormat.withBgpSettings(BgpSettings bgpSettings) Set the bgpSettings property: Local network gateway's BGP speaker settings.Set the fqdn property: FQDN of local network gateway.LocalNetworkGatewayPropertiesFormat.withGatewayIpAddress(String gatewayIpAddress) Set the gatewayIpAddress property: IP address of local network gateway.LocalNetworkGatewayPropertiesFormat.withLocalNetworkAddressSpace(AddressSpace localNetworkAddressSpace) Set the localNetworkAddressSpace property: Local network site address space.