Class CisRangeApplications
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.BaseService
- 
- com.ibm.cloud.networking.cis_range_applications.v1.CisRangeApplications
 
 
- 
 public class CisRangeApplications extends com.ibm.cloud.sdk.core.service.BaseServiceRange Applications.- Version:
- v1
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_SERVICE_NAMEstatic StringDEFAULT_SERVICE_URL
 - 
Constructor SummaryConstructors Constructor Description CisRangeApplications(String crn, String zoneIdentifier, String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator)Constructs an instance of the `CisRangeApplications` client.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp>createRangeApp(CreateRangeAppOptions createRangeAppOptions)Create Range Application.com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp>deleteRangeApp(DeleteRangeAppOptions deleteRangeAppOptions)Delete range application.StringgetCrn()Gets the crn.com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp>getRangeApp(GetRangeAppOptions getRangeAppOptions)Get range application a zone.StringgetZoneIdentifier()Gets the zoneIdentifier.com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplications>listRangeApps()List range applications.com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplications>listRangeApps(ListRangeAppsOptions listRangeAppsOptions)List range applications.static CisRangeApplicationsnewInstance(String crn, String zoneIdentifier)Class method which constructs an instance of the `CisRangeApplications` client.static CisRangeApplicationsnewInstance(String crn, String zoneIdentifier, String serviceName)Class method which constructs an instance of the `CisRangeApplications` client.voidsetCrn(String crn)Sets the crn.voidsetZoneIdentifier(String zoneIdentifier)Sets the zoneIdentifier.com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp>updateRangeApp(UpdateRangeAppOptions updateRangeAppOptions)Update range application.- 
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- 
CisRangeApplicationspublic CisRangeApplications(String crn, String zoneIdentifier, String serviceName, com.ibm.cloud.sdk.core.security.Authenticator authenticator) Constructs an instance of the `CisRangeApplications` client. The specified service name and authenticator are used to configure the client instance.- Parameters:
- crn- Full url-encoded cloud resource name (CRN) of resource instance.
- zoneIdentifier- zone identifier.
- 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 CisRangeApplications newInstance(String crn, String zoneIdentifier) Class method which constructs an instance of the `CisRangeApplications` client. The default service name is used to configure the client instance.- Parameters:
- crn- Full url-encoded cloud resource name (CRN) of resource instance.
- zoneIdentifier- zone identifier.
- Returns:
- an instance of the `CisRangeApplications` client using external configuration
 
 - 
newInstancepublic static CisRangeApplications newInstance(String crn, String zoneIdentifier, String serviceName) Class method which constructs an instance of the `CisRangeApplications` client. The specified service name is used to configure the client instance.- Parameters:
- crn- Full url-encoded cloud resource name (CRN) of resource instance.
- zoneIdentifier- zone identifier.
- serviceName- the service name to be used when configuring the client instance
- Returns:
- an instance of the `CisRangeApplications` client using external configuration
 
 - 
getCrnpublic String getCrn() Gets the crn. Full url-encoded cloud resource name (CRN) of resource instance.- Returns:
- the crn
 
 - 
setCrnpublic void setCrn(String crn) Sets the crn.- Parameters:
- crn- the new crn
 
 - 
getZoneIdentifierpublic String getZoneIdentifier() Gets the zoneIdentifier. zone identifier.- Returns:
- the zoneIdentifier
 
 - 
setZoneIdentifierpublic void setZoneIdentifier(String zoneIdentifier) Sets the zoneIdentifier.- Parameters:
- zoneIdentifier- the new zoneIdentifier
 
 - 
listRangeAppspublic com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplications> listRangeApps(ListRangeAppsOptions listRangeAppsOptions) List range applications. Get a list of currently existing Range Applications inside a zone.- Parameters:
- listRangeAppsOptions- the- ListRangeAppsOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeRangeApplications
 
 - 
listRangeAppspublic com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplications> listRangeApps() List range applications. Get a list of currently existing Range Applications inside a zone.- Returns:
- a ServiceCallwith a result of typeRangeApplications
 
 - 
createRangeApppublic com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp> createRangeApp(CreateRangeAppOptions createRangeAppOptions) Create Range Application. Create a Range Applications inside a zone.- Parameters:
- createRangeAppOptions- the- CreateRangeAppOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeRangeApplicationResp
 
 - 
getRangeApppublic com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp> getRangeApp(GetRangeAppOptions getRangeAppOptions) Get range application a zone. Get the application configuration of a specific application inside a zone.- Parameters:
- getRangeAppOptions- the- GetRangeAppOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeRangeApplicationResp
 
 - 
updateRangeApppublic com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp> updateRangeApp(UpdateRangeAppOptions updateRangeAppOptions) Update range application. Update a Range Application inside a zone.- Parameters:
- updateRangeAppOptions- the- UpdateRangeAppOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeRangeApplicationResp
 
 - 
deleteRangeApppublic com.ibm.cloud.sdk.core.http.ServiceCall<RangeApplicationResp> deleteRangeApp(DeleteRangeAppOptions deleteRangeAppOptions) Delete range application. Delete a specific application configuration.- Parameters:
- deleteRangeAppOptions- the- DeleteRangeAppOptionscontaining the options for the call
- Returns:
- a ServiceCallwith a result of typeRangeApplicationResp
 
 
- 
 
-