Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualHubProperties
Packages that use VirtualHubProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualHubProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualHubPropertiesModifier and TypeMethodDescriptionstatic VirtualHubPropertiesVirtualHubProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualHubProperties from the JsonReader.VirtualHubProperties.withAddressPrefix(String addressPrefix) Set the addressPrefix property: Address-prefix for this VirtualHub.VirtualHubProperties.withAllowBranchToBranchTraffic(Boolean allowBranchToBranchTraffic) Set the allowBranchToBranchTraffic property: Flag to control transit for VirtualRouter hub.VirtualHubProperties.withAzureFirewall(com.azure.core.management.SubResource azureFirewall) Set the azureFirewall property: The azureFirewall associated with this VirtualHub.VirtualHubProperties.withExpressRouteGateway(com.azure.core.management.SubResource expressRouteGateway) Set the expressRouteGateway property: The expressRouteGateway associated with this VirtualHub.VirtualHubProperties.withHubRoutingPreference(HubRoutingPreference hubRoutingPreference) Set the hubRoutingPreference property: The hubRoutingPreference of this VirtualHub.VirtualHubProperties.withP2SVpnGateway(com.azure.core.management.SubResource p2SVpnGateway) Set the p2SVpnGateway property: The P2SVpnGateway associated with this VirtualHub.VirtualHubProperties.withPreferredRoutingGateway(PreferredRoutingGateway preferredRoutingGateway) Set the preferredRoutingGateway property: The preferred gateway to route on-prem traffic.VirtualHubProperties.withRouteTable(VirtualHubRouteTable routeTable) Set the routeTable property: The routeTable associated with this virtual hub.VirtualHubProperties.withSecurityPartnerProvider(com.azure.core.management.SubResource securityPartnerProvider) Set the securityPartnerProvider property: The securityPartnerProvider associated with this VirtualHub.VirtualHubProperties.withSecurityProviderName(String securityProviderName) Set the securityProviderName property: The Security Provider name.Set the sku property: The sku of this VirtualHub.VirtualHubProperties.withVirtualHubRouteTableV2S(List<VirtualHubRouteTableV2Inner> virtualHubRouteTableV2S) Set the virtualHubRouteTableV2S property: List of all virtual hub route table v2s associated with this VirtualHub.VirtualHubProperties.withVirtualRouterAsn(Long virtualRouterAsn) Set the virtualRouterAsn property: VirtualRouter ASN.VirtualHubProperties.withVirtualRouterAutoScaleConfiguration(VirtualRouterAutoScaleConfiguration virtualRouterAutoScaleConfiguration) Set the virtualRouterAutoScaleConfiguration property: The VirtualHub Router autoscale configuration.VirtualHubProperties.withVirtualRouterIps(List<String> virtualRouterIps) Set the virtualRouterIps property: VirtualRouter IPs.VirtualHubProperties.withVirtualWan(com.azure.core.management.SubResource virtualWan) Set the virtualWan property: The VirtualWAN to which the VirtualHub belongs.VirtualHubProperties.withVpnGateway(com.azure.core.management.SubResource vpnGateway) Set the vpnGateway property: The VpnGateway associated with this VirtualHub.