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