Module com.github.alexdlaird.ngrok
Class TunnelPolicyActions
- java.lang.Object
-
- com.github.alexdlaird.ngrok.protocol.TunnelPolicyActions
-
public class TunnelPolicyActions extends java.lang.Object
An object that represents policy actions configuration for aCreateTunnel
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TunnelPolicyActions.Builder
Builder for aTunnelPolicyActions
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getConfig()
Get the action config.java.lang.String
getType()
Get the action type.
-