INPUT_OBJECT
ProxySettingsInput
Description
Input for creating target proxy setting.
link GraphQL Schema definition
- input ProxySettingsInput {
- # Filed for specifying the IP address or FQDN of the proxy server.
- String :
- # Field for specifying port number of the proxy.
- Int :
- # Field for specifying username of the proxy.
- String :
- # Field for specifying password of the proxy.
- String :
- # Field for specifying protocol of the proxy.
- String :
- }
link Require by
- AwsCloudComputeSettingsInputCloud compute settings input for the AWS archival target.
- AzureCloudComputeSettingsInputCloud compute settings input for the Azure archival target.
- CreateAutomaticAwsTargetMappingInputInput for creating an AWS target mapping.
- CreateAutomaticAzureTargetMappingInputInput for create an Azure target mapping.
- CreateAwsReaderTargetInputInput for creating an AWS Reader Target.
- CreateAwsTargetInputInput for creating ab AWS archival target.
- CreateAzureReaderTargetInputInput for creating an Azure Reader Target.
- CreateAzureTargetInputInput for creating an Azure archival target.
- CreateGcpReaderTargetInputInput for GCP Reader Target.
- CreateGcpTargetInputInput for creating a GCP archival target.
- UpdateAutomaticAwsTargetMappingInputInput to edit AWS automatic target mapping.
- UpdateAutomaticAzureTargetMappingInputInput to edit Azure automatic target mapping.
- UpdateAwsTargetInputInput to edit AWS target.
- UpdateAzureTargetInputInput to edit Azure target.
- UpdateGcpTargetInputInput for editing the GCP Target.