LoadBalancerInboundNatRule.DefinitionStages.WithAttach<ParentT> 接口
定义
The final stage of the inbound NAT rule definition.
At this stage, any remaining optional settings can be specified, or the inbound NAT rule definition can be attached to the parent load balancer definition.
public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,LoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
继承成员
Attachable.InDefinition<ParentT>.attach()
HasBackendPort.DefinitionStages.WithBackendPort<ReturnT>.toBackendPort(int port)
HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIP(boolean enabled)
HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPDisabled()
HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>.withFloatingIPEnabled()
LoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>.withIdleTimeoutInMinutes(int minutes)