public static class IngressSecurityRule.Builder extends Object
Modifier and Type | Method and Description |
---|---|
IngressSecurityRule |
build() |
IngressSecurityRule.Builder |
copy(IngressSecurityRule o) |
IngressSecurityRule.Builder |
description(String description) |
IngressSecurityRule.Builder |
icmpOptions(IcmpOptions icmpOptions) |
IngressSecurityRule.Builder |
isStateless(Boolean isStateless) |
IngressSecurityRule.Builder |
protocol(String protocol) |
IngressSecurityRule.Builder |
source(String source) |
IngressSecurityRule.Builder |
sourceType(IngressSecurityRule.SourceType sourceType) |
IngressSecurityRule.Builder |
tcpOptions(TcpOptions tcpOptions) |
String |
toString() |
IngressSecurityRule.Builder |
udpOptions(UdpOptions udpOptions) |
public IngressSecurityRule.Builder icmpOptions(IcmpOptions icmpOptions)
public IngressSecurityRule.Builder isStateless(Boolean isStateless)
public IngressSecurityRule.Builder protocol(String protocol)
public IngressSecurityRule.Builder source(String source)
public IngressSecurityRule.Builder sourceType(IngressSecurityRule.SourceType sourceType)
public IngressSecurityRule.Builder tcpOptions(TcpOptions tcpOptions)
public IngressSecurityRule.Builder udpOptions(UdpOptions udpOptions)
public IngressSecurityRule.Builder description(String description)
public IngressSecurityRule build()
public IngressSecurityRule.Builder copy(IngressSecurityRule o)
Copyright © 2016–2021. All rights reserved.