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.Builder
VPNServerPatch.Builder. addClientAuthentication(VPNServerAuthenticationPrototype clientAuthentication)
Adds a new element to clientAuthentication.VPNServerPatch.Builder
VPNServerPatch.Builder. addClientDnsServerIps(IP clientDnsServerIps)
Adds a new element to clientDnsServerIps.VPNServerPatch.Builder
VPNServerPatch.Builder. addSubnets(SubnetIdentity subnets)
Adds a new element to subnets.VPNServerPatch.Builder
VPNServerPatch.Builder. certificate(CertificateInstanceIdentity certificate)
Set the certificate.VPNServerPatch.Builder
VPNServerPatch.Builder. clientAuthentication(List<VPNServerAuthenticationPrototype> clientAuthentication)
Set the clientAuthentication.VPNServerPatch.Builder
VPNServerPatch.Builder. clientDnsServerIps(List<IP> clientDnsServerIps)
Set the clientDnsServerIps.VPNServerPatch.Builder
VPNServerPatch.Builder. clientIdleTimeout(long clientIdleTimeout)
Set the clientIdleTimeout.VPNServerPatch.Builder
VPNServerPatch.Builder. clientIpPool(String clientIpPool)
Set the clientIpPool.VPNServerPatch.Builder
VPNServerPatch.Builder. enableSplitTunneling(Boolean enableSplitTunneling)
Set the enableSplitTunneling.VPNServerPatch.Builder
VPNServerPatch.Builder. name(String name)
Set the name.VPNServerPatch.Builder
VPNServerPatch. newBuilder()
New builder.VPNServerPatch.Builder
VPNServerPatch.Builder. port(long port)
Set the port.VPNServerPatch.Builder
VPNServerPatch.Builder. protocol(String protocol)
Set the protocol.VPNServerPatch.Builder
VPNServerPatch.Builder. subnets(List<SubnetIdentity> subnets)
Set the subnets.
-