Class EnvironmentsClient
java.lang.Object
com.cloudera.cdp.client.CdpClient
com.cloudera.cdp.environments.api.EnvironmentsClient
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class EnvironmentsClient
extends CdpClient
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpClient
NO_EXTENSION
-
Constructor Summary
ConstructorDescriptionEnvironmentsClient
(CdpCredentials credentials, String endPoint, CdpClientConfiguration clientConfiguration) EnvironmentsClient
(CdpRequestContext<?> context) -
Method Summary
Modifier and TypeMethodDescriptionAttach recipes to FreeIPA.Cancel running FreeIPA diagnostics collectionsChanges the credential for an environment.Checks Database connectivity based on the input parameters.Checks connectivity to a new Private Cloud environment by trying to access the Cloudera Manager address with provided credentials.Checks connectivity to a Kubernetes address with provided kubeconfig files.Start FreeIPA diagnostics collectionCreates a new AWS credential that can be attatched to an environment.Creates a new AWS environment by providing the cloud provider access and network information.Creates a new AWS credential for GovCloud that can be attatched to an environment.Creates a new AWS GovCloud environment by providing the cloud provider access and network information.Creates a new Azure credential that can be attached to an environment.Creates a new Azure environment by providing the cloud provider access and network information.Creates a new GCP credential that can be attatched to an environment.Creates a new GCP environment by providing the cloud provider access and network information.Creates a new Private Cloud environment by providing the Cloudera Manager address and credentials.Creates a new proxy config that can be attatched to an environment.Deletes an audit credential.Deletes a credential.Deletes an environment.Deletes a proxy config.Describes an environment.Detach recipes from FreeIPA.Downscales FreeIPA instances.Get account level telemetry settings.Get default account level telemetry settings.This API provides the audit credential prerequisites for the given cloud provider.Gets account level Azure Marketplace image policy.This API provides the credential prerequisites for the given cloud provider.Read a configuration setting from the environment service.Returns the user synchronization state for an environment.Gather log descriptors that are used for diagnostics collection.Get the status of the FreeIPA servicesGet available images for FreeIPA upgrade.This API provides the audit credential prerequisites for GovCloud for the enabled providers.This API provides the credential prerequisites for GovCloud for the enabled providers.Gets all ID Broker mappings for an environment.Gets ID Broker mappings sync status.getKeytab
(GetKeytabRequest input) Retrieves a keytab for a user or machine user.getOperation
(GetOperationRequest input) Get the latest (in progress or finished) operation for the environment resource.Returns status of the repair operation for the operation id.protected String
Gets the request Content-Type, used by 'Conent-Type' request header.protected String
Gets the expected response Content-Type, used by 'Accept' request header.This API provides contents of public certificate for an environment.protected String
Gets the service name.Lists audit credentials.Returns the list of Data Services and their cluster names that are attached the given environment.Lists credentials.Lists environments.List recent FreeIPA diagnostics collectionsLists proxy configs.Repairs the FreeIPA nodes.retryFreeipa
(RetryFreeipaRequest input) Retries the last failed operation on a FreeIPA.Rotate SaltStack user password on FreeIPA instances.Set account level telemetry settings.Creates or updates the AWS audit credential for the account.Creates or updates the AWS GovCloud audit credential for the account.Creates or updates the Azure audit credential for the account.setCatalog
(SetCatalogRequest input) Sets a catalog for a FreeIPA installation.Sets endpoint access gateway settings for the environment.Read a configuration setting from the environment service.Creates or updates the GCP audit credential for the account.Sets all ID Broker mappings for an environment.setPassword
(SetPasswordRequest input) Deprecated.Configure environment level telemetry feature setting.Start an environment.Initiates the vertical scaling on FreeIPA.Stop an environment.syncAllUsers
(SyncAllUsersRequest input) Synchronizes environments with all users and groups state with CDP.Syncs all ID Broker mappings for an environment.syncStatus
(SyncStatusRequest input) Returns status of the sync operation for the operation id.syncUser
(SyncUserRequest input) Synchronizes environments with single user to the FreeIPA servers.Test anonymization rules (for account telemetry) against text input.Updates an AWS credential that can be attached to an environment.Update the AWS encryption key ARN for the environment.Update the Availability Zones for the Azure environment.Updates a new certificate based Azure credential that can be attached to an environment.Update the Azure database resources for the environment.Update the Azure encryption resources for the environment.Updates account level Azure Marketplace image policy.Updates custom docker registry CRN of an environment.Updates Data Service resources of an environment.Updates FreeIPA AWS cluster to use IMDSv1.Updates FreeIPA AWS cluster to use IMDSv2.Run orchestrator engine state update on the FreeIPA cluster.Updates the proxy config of the given environment.Updates the security access settings of the given environment.updateSshKey
(UpdateSshKeyRequest input) Updates the designated SSH key for the given environment.updateSubnet
(UpdateSubnetRequest input) Updates the subnet(s) of the given environment.upgradeCcm
(UpgradeCcmRequest input) Upgrades Cluster Connectivity Manager on the environment to the latest available version.Upgrades FreeIPA to the latest or defined image.Upscales FreeIPA instances.Validates AWS cloud storage settings of the given environment.Validates Azure cloud storage settings of the given environment.Methods inherited from class com.cloudera.cdp.client.CdpClient
invokeAPI, invokeAPI, invokeAPI, invokeAPI, parameterToPair, parameterToPairs, parameterToString, shutdown
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Constructor Details
-
EnvironmentsClient
public EnvironmentsClient(CdpCredentials credentials, String endPoint, CdpClientConfiguration clientConfiguration) -
EnvironmentsClient
-
-
Method Details
-
getServiceName
Description copied from class:CdpClient
Gets the service name.- Specified by:
getServiceName
in classCdpClient
- Returns:
- the service name
-
getRequestContentType
Description copied from class:CdpClient
Gets the request Content-Type, used by 'Conent-Type' request header.- Overrides:
getRequestContentType
in classCdpClient
- Returns:
- the request Content-Type
-
getResponseContentType
Description copied from class:CdpClient
Gets the expected response Content-Type, used by 'Accept' request header.- Overrides:
getResponseContentType
in classCdpClient
- Returns:
- the response Content-Type
-
attachFreeIpaRecipes
Attach recipes to FreeIPA.- Parameters:
input
-- Returns:
- AttachFreeIpaRecipesResponse
-
cancelFreeipaDiagnostics
public CancelFreeipaDiagnosticsResponse cancelFreeipaDiagnostics(CancelFreeipaDiagnosticsRequest input) Cancel running FreeIPA diagnostics collections- Parameters:
input
-- Returns:
- CancelFreeipaDiagnosticsResponse
-
changeEnvironmentCredential
public ChangeEnvironmentCredentialResponse changeEnvironmentCredential(ChangeEnvironmentCredentialRequest input) Changes the credential for an environment.- Parameters:
input
-- Returns:
- ChangeEnvironmentCredentialResponse
-
checkDatabaseConnectivity
public CheckDatabaseConnectivityResponse checkDatabaseConnectivity(CheckDatabaseConnectivityRequest input) Checks Database connectivity based on the input parameters.- Parameters:
input
-- Returns:
- CheckDatabaseConnectivityResponse
-
checkEnvironmentConnectivity
public CheckEnvironmentConnectivityResponse checkEnvironmentConnectivity(CheckEnvironmentConnectivityRequest input) Checks connectivity to a new Private Cloud environment by trying to access the Cloudera Manager address with provided credentials.- Parameters:
input
-- Returns:
- CheckEnvironmentConnectivityResponse
-
checkKubernetesConnectivity
public CheckKubernetesConnectivityResponse checkKubernetesConnectivity(CheckKubernetesConnectivityRequest input) Checks connectivity to a Kubernetes address with provided kubeconfig files.- Parameters:
input
-- Returns:
- CheckKubernetesConnectivityResponse
-
collectFreeipaDiagnostics
public CollectFreeipaDiagnosticsResponse collectFreeipaDiagnostics(CollectFreeipaDiagnosticsRequest input) Start FreeIPA diagnostics collection- Parameters:
input
-- Returns:
- CollectFreeipaDiagnosticsResponse
-
createAWSCredential
Creates a new AWS credential that can be attatched to an environment. The credential is used for authorization to provision resources such as compute instances within your cloud provider account.- Parameters:
input
-- Returns:
- CreateAWSCredentialResponse
-
createAWSEnvironment
Creates a new AWS environment by providing the cloud provider access and network information. A FreeIPA server will be automatically provisioned when an environment is created.- Parameters:
input
-- Returns:
- CreateAWSEnvironmentResponse
-
createAWSGovCloudCredential
public CreateAWSGovCloudCredentialResponse createAWSGovCloudCredential(CreateAWSGovCloudCredentialRequest input) Creates a new AWS credential for GovCloud that can be attatched to an environment. The credential is used for authorization to provision resources such as compute instances within your cloud provider account.- Parameters:
input
-- Returns:
- CreateAWSGovCloudCredentialResponse
-
createAWSGovCloudEnvironment
public CreateAWSGovCloudEnvironmentResponse createAWSGovCloudEnvironment(CreateAWSGovCloudEnvironmentRequest input) Creates a new AWS GovCloud environment by providing the cloud provider access and network information. A FreeIPA server will be automatically provisioned when an environment is created.- Parameters:
input
-- Returns:
- CreateAWSGovCloudEnvironmentResponse
-
createAzureCredential
Creates a new Azure credential that can be attached to an environment. The credential is used for authorization to provision resources such as compute instances within your cloud provider account.- Parameters:
input
-- Returns:
- CreateAzureCredentialResponse
-
createAzureEnvironment
Creates a new Azure environment by providing the cloud provider access and network information. A FreeIPA server will be automatically provisioned when an environment is created.- Parameters:
input
-- Returns:
- CreateAzureEnvironmentResponse
-
createGCPCredential
Creates a new GCP credential that can be attatched to an environment. The credential is used for authorization to provision resources such as compute instances within your cloud provider account.- Parameters:
input
-- Returns:
- CreateGCPCredentialResponse
-
createGCPEnvironment
Creates a new GCP environment by providing the cloud provider access and network information. A FreeIPA server will be automatically provisioned when an environment is created.- Parameters:
input
-- Returns:
- CreateGCPEnvironmentResponse
-
createPrivateEnvironment
public CreatePrivateEnvironmentResponse createPrivateEnvironment(CreatePrivateEnvironmentRequest input) Creates a new Private Cloud environment by providing the Cloudera Manager address and credentials.- Parameters:
input
-- Returns:
- CreatePrivateEnvironmentResponse
-
createProxyConfig
Creates a new proxy config that can be attatched to an environment.- Parameters:
input
-- Returns:
- CreateProxyConfigResponse
-
deleteAuditCredential
Deletes an audit credential.- Parameters:
input
-- Returns:
- DeleteAuditCredentialResponse
-
deleteCredential
Deletes a credential.- Parameters:
input
-- Returns:
- DeleteCredentialResponse
-
deleteEnvironment
Deletes an environment.- Parameters:
input
-- Returns:
- DeleteEnvironmentResponse
-
deleteProxyConfig
Deletes a proxy config.- Parameters:
input
-- Returns:
- DeleteProxyConfigResponse
-
describeEnvironment
Describes an environment.- Parameters:
input
-- Returns:
- DescribeEnvironmentResponse
-
detachFreeIpaRecipes
Detach recipes from FreeIPA.- Parameters:
input
-- Returns:
- DetachFreeIpaRecipesResponse
-
downscaleFreeipa
Downscales FreeIPA instances.- Parameters:
input
-- Returns:
- DownscaleFreeipaResponse
-
getAccountTelemetry
Get account level telemetry settings. (telemetry features and anonymization rules)- Parameters:
input
-- Returns:
- GetAccountTelemetryResponse
-
getAccountTelemetryDefault
public GetAccountTelemetryDefaultResponse getAccountTelemetryDefault(GetAccountTelemetryDefaultRequest input) Get default account level telemetry settings. Helps to set back the default values.- Parameters:
input
-- Returns:
- GetAccountTelemetryDefaultResponse
-
getAuditCredentialPrerequisites
public GetAuditCredentialPrerequisitesResponse getAuditCredentialPrerequisites(GetAuditCredentialPrerequisitesRequest input) This API provides the audit credential prerequisites for the given cloud provider.- Parameters:
input
-- Returns:
- GetAuditCredentialPrerequisitesResponse
-
getAzureImageTermsPolicy
public GetAzureImageTermsPolicyResponse getAzureImageTermsPolicy(GetAzureImageTermsPolicyRequest input) Gets account level Azure Marketplace image policy. CDP is capable to automatically accept Azure Marketplace image terms during cluster deployment. You can use this setting in your account to opt in or opt out this behaviour.- Parameters:
input
-- Returns:
- GetAzureImageTermsPolicyResponse
-
getCredentialPrerequisites
public GetCredentialPrerequisitesResponse getCredentialPrerequisites(GetCredentialPrerequisitesRequest input) This API provides the credential prerequisites for the given cloud provider.- Parameters:
input
-- Returns:
- GetCredentialPrerequisitesResponse
-
getEnvironmentSetting
Read a configuration setting from the environment service.- Parameters:
input
-- Returns:
- GetEnvironmentSettingResponse
-
getEnvironmentUserSyncState
public GetEnvironmentUserSyncStateResponse getEnvironmentUserSyncState(GetEnvironmentUserSyncStateRequest input) Returns the user synchronization state for an environment.- Parameters:
input
-- Returns:
- GetEnvironmentUserSyncStateResponse
-
getFreeipaLogDescriptors
public GetFreeipaLogDescriptorsResponse getFreeipaLogDescriptors(GetFreeipaLogDescriptorsRequest input) Gather log descriptors that are used for diagnostics collection.- Parameters:
input
-- Returns:
- GetFreeipaLogDescriptorsResponse
-
getFreeipaStatus
Get the status of the FreeIPA services- Parameters:
input
-- Returns:
- GetFreeipaStatusResponse
-
getFreeipaUpgradeOptions
public GetFreeipaUpgradeOptionsResponse getFreeipaUpgradeOptions(GetFreeipaUpgradeOptionsRequest input) Get available images for FreeIPA upgrade.- Parameters:
input
-- Returns:
- GetFreeipaUpgradeOptionsResponse
-
getGovCloudAuditCredentialPrerequisites
public GetGovCloudAuditCredentialPrerequisitesResponse getGovCloudAuditCredentialPrerequisites(GetGovCloudAuditCredentialPrerequisitesRequest input) This API provides the audit credential prerequisites for GovCloud for the enabled providers.- Parameters:
input
-- Returns:
- GetGovCloudAuditCredentialPrerequisitesResponse
-
getGovCloudCredentialPrerequisites
public GetGovCloudCredentialPrerequisitesResponse getGovCloudCredentialPrerequisites(GetGovCloudCredentialPrerequisitesRequest input) This API provides the credential prerequisites for GovCloud for the enabled providers.- Parameters:
input
-- Returns:
- GetGovCloudCredentialPrerequisitesResponse
-
getIdBrokerMappings
Gets all ID Broker mappings for an environment.- Parameters:
input
-- Returns:
- GetIdBrokerMappingsResponse
-
getIdBrokerMappingsSyncStatus
public GetIdBrokerMappingsSyncStatusResponse getIdBrokerMappingsSyncStatus(GetIdBrokerMappingsSyncStatusRequest input) Gets ID Broker mappings sync status.- Parameters:
input
-- Returns:
- GetIdBrokerMappingsSyncStatusResponse
-
getKeytab
Retrieves a keytab for a user or machine user.- Parameters:
input
-- Returns:
- GetKeytabResponse
-
getOperation
Get the latest (in progress or finished) operation for the environment resource.- Parameters:
input
-- Returns:
- GetOperationResponse
-
getRepairFreeipaStatus
Returns status of the repair operation for the operation id.- Parameters:
input
-- Returns:
- GetRepairFreeipaStatusResponse
-
getRootCertificate
This API provides contents of public certificate for an environment.- Parameters:
input
-- Returns:
- GetRootCertificateResponse
-
listAuditCredentials
Lists audit credentials.- Parameters:
input
-- Returns:
- ListAuditCredentialsResponse
-
listConnectedDataServices
public ListConnectedDataServicesResponse listConnectedDataServices(ListConnectedDataServicesRequest input) Returns the list of Data Services and their cluster names that are attached the given environment.- Parameters:
input
-- Returns:
- ListConnectedDataServicesResponse
-
listCredentials
Lists credentials.- Parameters:
input
-- Returns:
- ListCredentialsResponse
-
listEnvironments
Lists environments.- Parameters:
input
-- Returns:
- ListEnvironmentsResponse
-
listFreeipaDiagnostics
List recent FreeIPA diagnostics collections- Parameters:
input
-- Returns:
- ListFreeipaDiagnosticsResponse
-
listProxyConfigs
Lists proxy configs.- Parameters:
input
-- Returns:
- ListProxyConfigsResponse
-
repairFreeipa
Repairs the FreeIPA nodes.- Parameters:
input
-- Returns:
- RepairFreeipaResponse
-
retryFreeipa
Retries the last failed operation on a FreeIPA.- Parameters:
input
-- Returns:
- RetryFreeipaResponse
-
rotateSaltPassword
Rotate SaltStack user password on FreeIPA instances.- Parameters:
input
-- Returns:
- RotateSaltPasswordResponse
-
setAWSAuditCredential
Creates or updates the AWS audit credential for the account. The credential is used for authorization to archive audit events to your cloud storage.- Parameters:
input
-- Returns:
- SetAWSAuditCredentialResponse
-
setAWSGovCloudAuditCredential
public SetAWSGovCloudAuditCredentialResponse setAWSGovCloudAuditCredential(SetAWSGovCloudAuditCredentialRequest input) Creates or updates the AWS GovCloud audit credential for the account. The credential is used for authorization to archive audit events to your cloud storage.- Parameters:
input
-- Returns:
- SetAWSGovCloudAuditCredentialResponse
-
setAccountTelemetry
Set account level telemetry settings. (telemetry features and anonymization rules)- Parameters:
input
-- Returns:
- SetAccountTelemetryResponse
-
setAzureAuditCredential
public SetAzureAuditCredentialResponse setAzureAuditCredential(SetAzureAuditCredentialRequest input) Creates or updates the Azure audit credential for the account. The credential is used for authorization to archive audit events to your cloud storage.- Parameters:
input
-- Returns:
- SetAzureAuditCredentialResponse
-
setCatalog
Sets a catalog for a FreeIPA installation.- Parameters:
input
-- Returns:
- SetCatalogResponse
-
setEndpointAccessGateway
public SetEndpointAccessGatewayResponse setEndpointAccessGateway(SetEndpointAccessGatewayRequest input) Sets endpoint access gateway settings for the environment.- Parameters:
input
-- Returns:
- SetEndpointAccessGatewayResponse
-
setEnvironmentSetting
Read a configuration setting from the environment service.- Parameters:
input
-- Returns:
- SetEnvironmentSettingResponse
-
setGCPAuditCredential
Creates or updates the GCP audit credential for the account. The credential is used for authorization to archive audit events to your cloud storage.- Parameters:
input
-- Returns:
- SetGCPAuditCredentialResponse
-
setIdBrokerMappings
Sets all ID Broker mappings for an environment.- Parameters:
input
-- Returns:
- SetIdBrokerMappingsResponse
-
setPassword
Deprecated.Sets workload user's password and updates into all environments.- Parameters:
input
-- Returns:
- SetPasswordResponse
-
setTelemetryFeatures
Configure environment level telemetry feature setting.- Parameters:
input
-- Returns:
- SetTelemetryFeaturesResponse
-
startEnvironment
Start an environment.- Parameters:
input
-- Returns:
- StartEnvironmentResponse
-
startFreeIpaVerticalScaling
public StartFreeIpaVerticalScalingResponse startFreeIpaVerticalScaling(StartFreeIpaVerticalScalingRequest input) Initiates the vertical scaling on FreeIPA.- Parameters:
input
-- Returns:
- StartFreeIpaVerticalScalingResponse
-
stopEnvironment
Stop an environment.- Parameters:
input
-- Returns:
- StopEnvironmentResponse
-
syncAllUsers
Synchronizes environments with all users and groups state with CDP.- Parameters:
input
-- Returns:
- SyncAllUsersResponse
-
syncIdBrokerMappings
Syncs all ID Broker mappings for an environment.- Parameters:
input
-- Returns:
- SyncIdBrokerMappingsResponse
-
syncStatus
Returns status of the sync operation for the operation id.- Parameters:
input
-- Returns:
- SyncStatusResponse
-
syncUser
Synchronizes environments with single user to the FreeIPA servers.- Parameters:
input
-- Returns:
- SyncUserResponse
-
testAccountTelemetryRules
public TestAccountTelemetryRulesResponse testAccountTelemetryRules(TestAccountTelemetryRulesRequest input) Test anonymization rules (for account telemetry) against text input.- Parameters:
input
-- Returns:
- TestAccountTelemetryRulesResponse
-
updateAwsCredential
Updates an AWS credential that can be attached to an environment. The credential is used for authorization to provision resources such as compute instances within your cloud provider account.- Parameters:
input
-- Returns:
- UpdateAwsCredentialResponse
-
updateAwsDiskEncryptionParameters
public UpdateAwsDiskEncryptionParametersResponse updateAwsDiskEncryptionParameters(UpdateAwsDiskEncryptionParametersRequest input) Update the AWS encryption key ARN for the environment.- Parameters:
input
-- Returns:
- UpdateAwsDiskEncryptionParametersResponse
-
updateAzureAvailabilityZones
public UpdateAzureAvailabilityZonesResponse updateAzureAvailabilityZones(UpdateAzureAvailabilityZonesRequest input) Update the Availability Zones for the Azure environment.- Parameters:
input
-- Returns:
- UpdateAzureAvailabilityZonesResponse
-
updateAzureCredential
Updates a new certificate based Azure credential that can be attached to an environment. The credential is used for authorization to provision resources such as compute instances within your cloud provider account.- Parameters:
input
-- Returns:
- UpdateAzureCredentialResponse
-
updateAzureDatabaseResources
public UpdateAzureDatabaseResourcesResponse updateAzureDatabaseResources(UpdateAzureDatabaseResourcesRequest input) Update the Azure database resources for the environment.- Parameters:
input
-- Returns:
- UpdateAzureDatabaseResourcesResponse
-
updateAzureEncryptionResources
public UpdateAzureEncryptionResourcesResponse updateAzureEncryptionResources(UpdateAzureEncryptionResourcesRequest input) Update the Azure encryption resources for the environment.- Parameters:
input
-- Returns:
- UpdateAzureEncryptionResourcesResponse
-
updateAzureImageTermsPolicy
public UpdateAzureImageTermsPolicyResponse updateAzureImageTermsPolicy(UpdateAzureImageTermsPolicyRequest input) Updates account level Azure Marketplace image policy. CDP is capable to automatically accept Azure Marketplace image terms during cluster deployment. You can use this setting in your account to opt in or opt out this behaviour.- Parameters:
input
-- Returns:
- UpdateAzureImageTermsPolicyResponse
-
updateCustomDockerRegistry
public UpdateCustomDockerRegistryResponse updateCustomDockerRegistry(UpdateCustomDockerRegistryRequest input) Updates custom docker registry CRN of an environment.- Parameters:
input
-- Returns:
- UpdateCustomDockerRegistryResponse
-
updateDataServiceResources
public UpdateDataServiceResourcesResponse updateDataServiceResources(UpdateDataServiceResourcesRequest input) Updates Data Service resources of an environment.- Parameters:
input
-- Returns:
- UpdateDataServiceResourcesResponse
-
updateFreeipaToAwsImdsV1
public UpdateFreeipaToAwsImdsV1Response updateFreeipaToAwsImdsV1(UpdateFreeipaToAwsImdsV1Request input) Updates FreeIPA AWS cluster to use IMDSv1.- Parameters:
input
-- Returns:
- UpdateFreeipaToAwsImdsV1Response
-
updateFreeipaToAwsImdsV2
public UpdateFreeipaToAwsImdsV2Response updateFreeipaToAwsImdsV2(UpdateFreeipaToAwsImdsV2Request input) Updates FreeIPA AWS cluster to use IMDSv2.- Parameters:
input
-- Returns:
- UpdateFreeipaToAwsImdsV2Response
-
updateOrchestratorState
public UpdateOrchestratorStateResponse updateOrchestratorState(UpdateOrchestratorStateRequest input) Run orchestrator engine state update on the FreeIPA cluster.- Parameters:
input
-- Returns:
- UpdateOrchestratorStateResponse
-
updateProxyConfig
Updates the proxy config of the given environment.- Parameters:
input
-- Returns:
- UpdateProxyConfigResponse
-
updateSecurityAccess
Updates the security access settings of the given environment.- Parameters:
input
-- Returns:
- UpdateSecurityAccessResponse
-
updateSshKey
Updates the designated SSH key for the given environment.- Parameters:
input
-- Returns:
- UpdateSshKeyResponse
-
updateSubnet
Updates the subnet(s) of the given environment.- Parameters:
input
-- Returns:
- UpdateSubnetResponse
-
upgradeCcm
Upgrades Cluster Connectivity Manager on the environment to the latest available version.- Parameters:
input
-- Returns:
- UpgradeCcmResponse
-
upgradeFreeipa
Upgrades FreeIPA to the latest or defined image.- Parameters:
input
-- Returns:
- UpgradeFreeipaResponse
-
upscaleFreeipa
Upscales FreeIPA instances.- Parameters:
input
-- Returns:
- UpscaleFreeipaResponse
-
validateAwsCloudStorage
public ValidateAwsCloudStorageResponse validateAwsCloudStorage(ValidateAwsCloudStorageRequest input) Validates AWS cloud storage settings of the given environment.- Parameters:
input
-- Returns:
- ValidateAwsCloudStorageResponse
-
validateAzureCloudStorage
public ValidateAzureCloudStorageResponse validateAzureCloudStorage(ValidateAzureCloudStorageRequest input) Validates Azure cloud storage settings of the given environment.- Parameters:
input
-- Returns:
- ValidateAzureCloudStorageResponse
-