Class CisIpApi
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.BaseService
- 
- com.ibm.cloud.networking.cis_ip_api.v1.CisIpApi
 
 
- 
 public class CisIpApi extends com.ibm.cloud.sdk.core.service.BaseServiceThis document describes CIS IP API.- Version:
- v1
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_SERVICE_NAMEstatic StringDEFAULT_SERVICE_URL
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<IpResponse>listIps()List of all IP addresses used by the CIS proxy.com.ibm.cloud.sdk.core.http.ServiceCall<IpResponse>listIps(ListIpsOptions listIpsOptions)List of all IP addresses used by the CIS proxy.static CisIpApinewInstance()Class method which constructs an instance of the `CisIpApi` client.static CisIpApinewInstance(String serviceName)Class method which constructs an instance of the `CisIpApi` client.- 
Methods inherited from class com.ibm.cloud.sdk.core.service.BaseServiceconfigureClient, configureService, constructServiceUrl, constructServiceURL, disableRetries, enableGzipCompression, enableRetries, getAuthenticator, getClient, getDefaultHeaders, getEndPoint, getName, getServiceUrl, isJsonMimeType, isJsonPatchMimeType, setClient, setDefaultHeaders, setEndPoint, setServiceUrl, toString
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_SERVICE_NAMEpublic static final String DEFAULT_SERVICE_NAME - See Also:
- Constant Field Values
 
 - 
DEFAULT_SERVICE_URLpublic static final String DEFAULT_SERVICE_URL - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
CisIpApipublic CisIpApi(String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator) Constructs an instance of the `CisIpApi` client. The specified service name and authenticator are used to configure the client instance.- Parameters:
- serviceName- the service name to be used when configuring the client instance
- authenticator- the- Authenticatorinstance to be configured for this client
 
 
- 
 - 
Method Detail- 
newInstancepublic static CisIpApi newInstance() Class method which constructs an instance of the `CisIpApi` client. The default service name is used to configure the client instance.- Returns:
- an instance of the `CisIpApi` client using external configuration
 
 - 
newInstancepublic static CisIpApi newInstance(String serviceName) Class method which constructs an instance of the `CisIpApi` client. The specified service name is used to configure the client instance.- Parameters:
- serviceName- the service name to be used when configuring the client instance
- Returns:
- an instance of the `CisIpApi` client using external configuration
 
 - 
listIpspublic com.ibm.cloud.sdk.core.http.ServiceCall<IpResponse> listIps(ListIpsOptions listIpsOptions) List of all IP addresses used by the CIS proxy. List of all IP addresses used by the CIS proxy.- Parameters:
- listIpsOptions- the- ListIpsOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeIpResponse
 
 - 
listIpspublic com.ibm.cloud.sdk.core.http.ServiceCall<IpResponse> listIps() List of all IP addresses used by the CIS proxy. List of all IP addresses used by the CIS proxy.- Returns:
- a ServiceCallwith a result of typeIpResponse
 
 
- 
 
-