Route.Update 接口
定义
The entirety of a route update as part of a route table update.
public interface Update extends Settable<RouteTable.Update>,Route.UpdateStages.WithDestinationAddressPrefix,Route.UpdateStages.WithNextHopType
继承成员
Settable<ParentT>.parent()
Route.UpdateStages.WithDestinationAddressPrefix.withDestinationAddressPrefix(String cidr)
Route.UpdateStages.WithNextHopType.withNextHop(RouteNextHopType nextHopType)
Route.UpdateStages.WithNextHopType.withNextHopToVirtualAppliance(String ipAddress)