LoadBalancer.DefinitionStages.WithInboundNatPool.defineInboundNatPool(String name) 方法
定义
Begins the definition of a new inbount NAT pool to add to the load balancer.
The definition must be completed with a call to attach()
public LoadBalancerInboundNatPool.DefinitionStages.Blank<WithCreateAndInboundNatPool> defineInboundNatPool(String name)
参数
- name
- String
the name of the inbound NAT pool
返回
LoadBalancerInboundNatPool.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool>
the first stage of the new inbound NAT pool definition