Uses of Class
com.ibm.cloud.is.vpc.v1.model.IP
-
Packages that use IP Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of IP in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return IP Modifier and Type Method Description IP
IP.Builder. build()
Builds a IP.IP
VPNServerClient. getClientIp()
Gets the clientIp.IP
VPCCSESourceIP. getIp()
Gets the ip.IP
VPNGatewayConnectionStaticRouteModeTunnel. getPublicIp()
Gets the publicIp.IP
VPNGatewayMember. getPublicIp()
Gets the publicIp.IP
VPNServerClient. getRemoteIp()
Gets the remoteIp.Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type IP Modifier and Type Method Description List<IP>
CreateVpnServerOptions. clientDnsServerIps()
Gets the clientDnsServerIps.List<IP>
VPNServerPatch. clientDnsServerIps()
Gets the clientDnsServerIps.List<IP>
VPNServer. getClientDnsServerIps()
Gets the clientDnsServerIps.List<IP>
LoadBalancer. getPublicIps()
Gets the publicIps.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type IP Modifier and Type Method Description CreateVpnServerOptions.Builder
CreateVpnServerOptions.Builder. addClientDnsServerIps(IP clientDnsServerIps)
Adds a new element to clientDnsServerIps.VPNServerPatch.Builder
VPNServerPatch.Builder. addClientDnsServerIps(IP clientDnsServerIps)
Adds a new element to clientDnsServerIps.Method parameters in com.ibm.cloud.is.vpc.v1.model with type arguments of type IP Modifier and Type Method Description CreateVpnServerOptions.Builder
CreateVpnServerOptions.Builder. clientDnsServerIps(List<IP> clientDnsServerIps)
Set the clientDnsServerIps.VPNServerPatch.Builder
VPNServerPatch.Builder. clientDnsServerIps(List<IP> clientDnsServerIps)
Set the clientDnsServerIps.
-