Uses of Class
com.ibm.cloud.is.vpc.v1.model.VPNServerPatch.Builder
-
Packages that use VPNServerPatch.Builder Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of VPNServerPatch.Builder in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return VPNServerPatch.Builder Modifier and Type Method Description VPNServerPatch.BuilderVPNServerPatch.Builder. addClientAuthentication(VPNServerAuthenticationPrototype clientAuthentication)Adds a new element to clientAuthentication.VPNServerPatch.BuilderVPNServerPatch.Builder. addClientDnsServerIps(IP clientDnsServerIps)Adds a new element to clientDnsServerIps.VPNServerPatch.BuilderVPNServerPatch.Builder. addSubnets(SubnetIdentity subnets)Adds a new element to subnets.VPNServerPatch.BuilderVPNServerPatch.Builder. certificate(CertificateInstanceIdentity certificate)Set the certificate.VPNServerPatch.BuilderVPNServerPatch.Builder. clientAuthentication(List<VPNServerAuthenticationPrototype> clientAuthentication)Set the clientAuthentication.VPNServerPatch.BuilderVPNServerPatch.Builder. clientDnsServerIps(List<IP> clientDnsServerIps)Set the clientDnsServerIps.VPNServerPatch.BuilderVPNServerPatch.Builder. clientIdleTimeout(long clientIdleTimeout)Set the clientIdleTimeout.VPNServerPatch.BuilderVPNServerPatch.Builder. clientIpPool(String clientIpPool)Set the clientIpPool.VPNServerPatch.BuilderVPNServerPatch.Builder. enableSplitTunneling(Boolean enableSplitTunneling)Set the enableSplitTunneling.VPNServerPatch.BuilderVPNServerPatch.Builder. name(String name)Set the name.VPNServerPatch.BuilderVPNServerPatch. newBuilder()New builder.VPNServerPatch.BuilderVPNServerPatch.Builder. port(long port)Set the port.VPNServerPatch.BuilderVPNServerPatch.Builder. protocol(String protocol)Set the protocol.VPNServerPatch.BuilderVPNServerPatch.Builder. subnets(List<SubnetIdentity> subnets)Set the subnets.
-