Class ComputeManagementClient
- java.lang.Object
- 
- com.oracle.bmc.http.internal.BaseSyncClient
- 
- com.oracle.bmc.core.ComputeManagementClient
 
 
- 
- All Implemented Interfaces:
- ComputeManagement,- AutoCloseable
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ComputeManagementClient extends BaseSyncClient implements ComputeManagement
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classComputeManagementClient.BuilderBuilder class for this client.
 - 
Field SummaryFields Modifier and Type Field Description StringclientCommonLibraryVersionCompatible SDK version, provided by the codegen.protected ExecutorServiceexecutorServiceOptional<String>minimumClientCommonLibraryVersionFromClientMinimum compatible SDK version, maybe provided by the codegen.static ServiceSERVICEService instance for ComputeManagement.
 - 
Constructor SummaryConstructors Constructor Description ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)Deprecated.Use thebuilderinstead.ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)Deprecated.Use thebuilderinstead.ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)Deprecated.Use thebuilderinstead.ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)Deprecated.Use thebuilderinstead.ComputeManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)Deprecated.Use thebuilderinstead.ComputeManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)Deprecated.Use thebuilderinstead.ComputeManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)Deprecated.Use thebuilderinstead.
 - 
Method Summary- 
Methods inherited from class com.oracle.bmc.http.internal.BaseSyncClientclientCall
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.lang.AutoCloseableclose
 - 
Methods inherited from interface com.oracle.bmc.core.ComputeManagementgetEndpoint, refreshClient, setEndpoint, useRealmSpecificEndpointTemplate
 
- 
 
- 
- 
- 
Field Detail- 
SERVICEpublic static final Service SERVICE Service instance for ComputeManagement.
 - 
executorServiceprotected final ExecutorService executorService 
 - 
clientCommonLibraryVersionpublic final String clientCommonLibraryVersion Compatible SDK version, provided by the codegen.
 
- 
 - 
Constructor Detail- 
ComputeManagementClient@Deprecated public ComputeManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
 
 - 
ComputeManagementClient@Deprecated public ComputeManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService) Deprecated.Use thebuilderinstead.Create a new client instance.- Parameters:
- authenticationDetailsProvider- The authentication details (see- ComputeManagementClient.Builder.build(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider))
- configuration-- ClientBuilderBase.configuration
- clientConfigurator-- ClientBuilderBase.clientConfigurator(com.oracle.bmc.http.ClientConfigurator)
- defaultRequestSignerFactory-- ClientBuilderBase.requestSignerFactory
- additionalClientConfigurators-- ClientBuilderBase.additionalClientConfigurators
- endpoint-- ClientBuilderBase.endpoint(java.lang.String)
- signingStrategyRequestSignerFactories-- ClientBuilderBase.signingStrategyRequestSignerFactories
- executorService-- ComputeManagementClient.Builder.executorService
 
 
- 
 - 
Method Detail- 
builderpublic static ComputeManagementClient.Builder builder() Create a builder for this client.- Returns:
- builder
 
 - 
setRegionpublic void setRegion(Region region) Description copied from interface:ComputeManagementSets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Specified by:
- setRegionin interface- ComputeManagement
- Parameters:
- region- The region of the service.
 
 - 
setRegionpublic void setRegion(String regionId) Description copied from interface:ComputeManagementSets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Specified by:
- setRegionin interface- ComputeManagement
- Parameters:
- regionId- The public region ID.
 
 - 
attachInstancePoolInstancepublic AttachInstancePoolInstanceResponse attachInstancePoolInstance(AttachInstancePoolInstanceRequest request) Description copied from interface:ComputeManagementAttaches an instance to an instance pool.For information about the prerequisites that an instance must meet before you can attach it to a pool, see Attaching an Instance to an Instance Pool. - Specified by:
- attachInstancePoolInstancein interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
attachLoadBalancerpublic AttachLoadBalancerResponse attachLoadBalancer(AttachLoadBalancerRequest request) Description copied from interface:ComputeManagementAttach a load balancer to the instance pool.- Specified by:
- attachLoadBalancerin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeClusterNetworkCompartmentpublic ChangeClusterNetworkCompartmentResponse changeClusterNetworkCompartment(ChangeClusterNetworkCompartmentRequest request) Description copied from interface:ComputeManagementMoves a cluster network with instance pools into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. When you move a cluster network to a different compartment, associated resources such as the instances in the cluster network, boot volumes, and VNICs are not moved. - Specified by:
- changeClusterNetworkCompartmentin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeInstanceConfigurationCompartmentpublic ChangeInstanceConfigurationCompartmentResponse changeInstanceConfigurationCompartment(ChangeInstanceConfigurationCompartmentRequest request) Description copied from interface:ComputeManagementMoves an instance configuration into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. When you move an instance configuration to a different compartment, associated resources such as instance pools are not moved. *Important:** Most of the properties for an existing instance configuration, including the compartment, cannot be modified after you create the instance configuration. Although you can move an instance configuration to a different compartment, you will not be able to use the instance configuration to manage instance pools in the new compartment. If you want to update an instance configuration to point to a different compartment, you should instead create a new instance configuration in the target compartment using [CreateInstanceConfiguration](https://docs.oracle.com/iaas/api/#/en/iaas/20160918/InstanceConfiguration/CreateInstanceConfiguration). - Specified by:
- changeInstanceConfigurationCompartmentin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
changeInstancePoolCompartmentpublic ChangeInstancePoolCompartmentResponse changeInstancePoolCompartment(ChangeInstancePoolCompartmentRequest request) Description copied from interface:ComputeManagementMoves an instance pool into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment. When you move an instance pool to a different compartment, associated resources such as the instances in the pool, boot volumes, VNICs, and autoscaling configurations are not moved. - Specified by:
- changeInstancePoolCompartmentin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createClusterNetworkpublic CreateClusterNetworkResponse createClusterNetwork(CreateClusterNetworkRequest request) Description copied from interface:ComputeManagementCreates a cluster network with instance pools.A cluster network is a group of high performance computing (HPC), GPU, or optimized bare metal instances that are connected with an ultra low-latency remote direct memory access (RDMA) network. Cluster networks with instance pools use instance pools to manage groups of identical instances. Use cluster networks with instance pools when you want predictable capacity for a specific number of identical instances that are managed as a group. If you want to manage instances in the RDMA network independently of each other or use different types of instances in the network group, create a compute cluster by using the createComputeClusteroperation.To determine whether capacity is available for a specific shape before you create a cluster network, use the createComputeCapacityReportoperation.- Specified by:
- createClusterNetworkin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createInstanceConfigurationpublic CreateInstanceConfigurationResponse createInstanceConfiguration(CreateInstanceConfigurationRequest request) Description copied from interface:ComputeManagementCreates an instance configuration.An instance configuration is a template that defines the settings to use when creating Compute instances. - Specified by:
- createInstanceConfigurationin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
createInstancePoolpublic CreateInstancePoolResponse createInstancePool(CreateInstancePoolRequest request) Description copied from interface:ComputeManagementCreates an instance pool.To determine whether capacity is available for a specific shape before you create an instance pool, use the createComputeCapacityReportoperation.- Specified by:
- createInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
deleteInstanceConfigurationpublic DeleteInstanceConfigurationResponse deleteInstanceConfiguration(DeleteInstanceConfigurationRequest request) Description copied from interface:ComputeManagementDeletes an instance configuration.- Specified by:
- deleteInstanceConfigurationin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
detachInstancePoolInstancepublic DetachInstancePoolInstanceResponse detachInstancePoolInstance(DetachInstancePoolInstanceRequest request) Description copied from interface:ComputeManagementDetaches an instance from an instance pool.- Specified by:
- detachInstancePoolInstancein interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
detachLoadBalancerpublic DetachLoadBalancerResponse detachLoadBalancer(DetachLoadBalancerRequest request) Description copied from interface:ComputeManagementDetach a load balancer from the instance pool.- Specified by:
- detachLoadBalancerin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getClusterNetworkpublic GetClusterNetworkResponse getClusterNetwork(GetClusterNetworkRequest request) Description copied from interface:ComputeManagementGets information about a cluster network with instance pools.- Specified by:
- getClusterNetworkin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getInstanceConfigurationpublic GetInstanceConfigurationResponse getInstanceConfiguration(GetInstanceConfigurationRequest request) Description copied from interface:ComputeManagementGets the specified instance configuration- Specified by:
- getInstanceConfigurationin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getInstancePoolpublic GetInstancePoolResponse getInstancePool(GetInstancePoolRequest request) Description copied from interface:ComputeManagementGets the specified instance pool- Specified by:
- getInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getInstancePoolInstancepublic GetInstancePoolInstanceResponse getInstancePoolInstance(GetInstancePoolInstanceRequest request) Description copied from interface:ComputeManagementGets information about an instance that belongs to an instance pool.- Specified by:
- getInstancePoolInstancein interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getInstancePoolLoadBalancerAttachmentpublic GetInstancePoolLoadBalancerAttachmentResponse getInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request) Description copied from interface:ComputeManagementGets information about a load balancer that is attached to the specified instance pool.- Specified by:
- getInstancePoolLoadBalancerAttachmentin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
launchInstanceConfigurationpublic LaunchInstanceConfigurationResponse launchInstanceConfiguration(LaunchInstanceConfigurationRequest request) Description copied from interface:ComputeManagementCreates an instance from an instance configuration.If the instance configuration does not include all of the parameters that are required to create an instance, such as the availability domain and subnet ID, you must provide these parameters when you create an instance from the instance configuration. For more information, see the InstanceConfigurationresource.To determine whether capacity is available for a specific shape before you create an instance, use the createComputeCapacityReportoperation.- Specified by:
- launchInstanceConfigurationin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listClusterNetworkInstancespublic ListClusterNetworkInstancesResponse listClusterNetworkInstances(ListClusterNetworkInstancesRequest request) Description copied from interface:ComputeManagementLists the instances in a cluster network with instance pools.- Specified by:
- listClusterNetworkInstancesin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listClusterNetworkspublic ListClusterNetworksResponse listClusterNetworks(ListClusterNetworksRequest request) Description copied from interface:ComputeManagementLists the cluster networks with instance pools in the specified compartment.- Specified by:
- listClusterNetworksin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listInstanceConfigurationspublic ListInstanceConfigurationsResponse listInstanceConfigurations(ListInstanceConfigurationsRequest request) Description copied from interface:ComputeManagementLists the instance configurations in the specified compartment.- Specified by:
- listInstanceConfigurationsin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listInstancePoolInstancespublic ListInstancePoolInstancesResponse listInstancePoolInstances(ListInstancePoolInstancesRequest request) Description copied from interface:ComputeManagementList the instances in the specified instance pool.- Specified by:
- listInstancePoolInstancesin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
listInstancePoolspublic ListInstancePoolsResponse listInstancePools(ListInstancePoolsRequest request) Description copied from interface:ComputeManagementLists the instance pools in the specified compartment.- Specified by:
- listInstancePoolsin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
resetInstancePoolpublic ResetInstancePoolResponse resetInstancePool(ResetInstancePoolRequest request) Description copied from interface:ComputeManagementPerforms the reset (immediate power off and power on) action on the specified instance pool, which performs the action on all the instances in the pool.- Specified by:
- resetInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
softresetInstancePoolpublic SoftresetInstancePoolResponse softresetInstancePool(SoftresetInstancePoolRequest request) Description copied from interface:ComputeManagementPerforms the softreset (ACPI shutdown and power on) action on the specified instance pool, which performs the action on all the instances in the pool.Softreset gracefully reboots the instances by sending a shutdown command to the operating systems. After waiting 15 minutes for the OS to shut down, the instances are powered off and then powered back on. - Specified by:
- softresetInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
softstopInstancePoolpublic SoftstopInstancePoolResponse softstopInstancePool(SoftstopInstancePoolRequest request) Description copied from interface:ComputeManagementPerforms the softstop (ACPI shutdown and power on) action on the specified instance pool, which performs the action on all the instances in the pool.Softstop gracefully reboots the instances by sending a shutdown command to the operating systems. After waiting 15 minutes for the OS to shutdown, the instances are powered off and then powered back on. - Specified by:
- softstopInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
startInstancePoolpublic StartInstancePoolResponse startInstancePool(StartInstancePoolRequest request) Description copied from interface:ComputeManagementPerforms the start (power on) action on the specified instance pool, which performs the action on all the instances in the pool.- Specified by:
- startInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
stopInstancePoolpublic StopInstancePoolResponse stopInstancePool(StopInstancePoolRequest request) Description copied from interface:ComputeManagementPerforms the stop (immediate power off) action on the specified instance pool, which performs the action on all the instances in the pool.- Specified by:
- stopInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
terminateClusterNetworkpublic TerminateClusterNetworkResponse terminateClusterNetwork(TerminateClusterNetworkRequest request) Description copied from interface:ComputeManagementDeletes (terminates) a cluster network with instance pools.When you delete a cluster network, all of its resources are permanently deleted, including associated instances and instance pools. - Specified by:
- terminateClusterNetworkin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
terminateInstancePoolpublic TerminateInstancePoolResponse terminateInstancePool(TerminateInstancePoolRequest request) Description copied from interface:ComputeManagementTerminate the specified instance pool.*Warning:** When you delete an instance pool, the resources that were created by the pool are permanently deleted, including associated instances, attached boot volumes, and block volumes. If an autoscaling configuration applies to the instance pool, the autoscaling configuration will be deleted asynchronously after the pool is deleted. You can also manually delete the autoscaling configuration using the `DeleteAutoScalingConfiguration` operation in the Autoscaling API. - Specified by:
- terminateInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateClusterNetworkpublic UpdateClusterNetworkResponse updateClusterNetwork(UpdateClusterNetworkRequest request) Description copied from interface:ComputeManagementUpdates a cluster network with instance pools.The OCID of the cluster network remains the same. - Specified by:
- updateClusterNetworkin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateInstanceConfigurationpublic UpdateInstanceConfigurationResponse updateInstanceConfiguration(UpdateInstanceConfigurationRequest request) Description copied from interface:ComputeManagementUpdates the free-form tags, defined tags, and display name of an instance configuration.- Specified by:
- updateInstanceConfigurationin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
updateInstancePoolpublic UpdateInstancePoolResponse updateInstancePool(UpdateInstancePoolRequest request) Description copied from interface:ComputeManagementUpdate the specified instance pool.The OCID of the instance pool remains the same. - Specified by:
- updateInstancePoolin interface- ComputeManagement
- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
 
 - 
getWaiterspublic ComputeManagementWaiters getWaiters() Description copied from interface:ComputeManagementGets the pre-configured waiters available for resources for this service.- Specified by:
- getWaitersin interface- ComputeManagement
- Returns:
- The service waiters.
 
 - 
newWaiterspublic ComputeManagementWaiters newWaiters(WorkRequest workRequestClient) Description copied from interface:ComputeManagementCreates a new ComputeManagementWaiters for resources for this service.- Specified by:
- newWaitersin interface- ComputeManagement
- Parameters:
- workRequestClient- The work request service client used to query for work request status
- Returns:
- The service waiters.
 
 - 
getPaginatorspublic ComputeManagementPaginators getPaginators() Description copied from interface:ComputeManagementGets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Specified by:
- getPaginatorsin interface- ComputeManagement
- Returns:
- The service paginators.
 
 - 
getDefaultConfiguratorprotected ClientConfigurator getDefaultConfigurator() 
 - 
useRealmSpecificEndpointTemplatepublic void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled) This method should be used to enable or disable the use of realm-specific endpoint template.The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false - Parameters:
- useOfRealmSpecificEndpointTemplateEnabled- This flag can be set to true or false to enable or disable the use of realm-specific endpoint template respectively
 
 - 
populateServiceParametersInEndpointpublic final void populateServiceParametersInEndpoint(String endpoint, Map<String,Object> requiredParametersMap) Populate the parameters in the endpoint with its corresponding value and update the base endpoint.The value will be populated iff the parameter in endpoint is a required request path parameter or a required request query parameter. If not, the parameter in the endpoint will be ignored and left blank. - Parameters:
- endpoint- The endpoint template in use
- requiredParametersMap- Map of parameter name as key and value set in request path or query parameter as value
 
 - 
updateBaseEndpointpublic final void updateBaseEndpoint(String endpoint) This method should be used for parameterized endpoint templates only.This does not include {region} and {secondLevelDomain} parameters. - Parameters:
- endpoint- The updated endpoint to use
 
 - 
setEndpointpublic final void setEndpoint(String endpoint) 
 - 
getEndpointpublic final String getEndpoint() 
 - 
refreshClientpublic final void refreshClient() Rebuild the backingHttpClient.This will call ClientConfigurators again, and can be used to e.g. refresh the SSL certificate.
 - 
closepublic final void close() - Specified by:
- closein interface- AutoCloseable
 
 - 
getClientCommonLibraryVersionpublic String getClientCommonLibraryVersion() 
 
- 
 
-