in servicemesh-20200111/src/main/java/com/aliyun/sdk/service/servicemesh20200111/models/UpdateMeshFeatureRequest.java [1326:1427]
private Builder(UpdateMeshFeatureRequest request) {
super(request);
this.accessLogEnabled = request.accessLogEnabled;
this.accessLogFile = request.accessLogFile;
this.accessLogFormat = request.accessLogFormat;
this.accessLogGatewayEnabled = request.accessLogGatewayEnabled;
this.accessLogGatewayLifecycle = request.accessLogGatewayLifecycle;
this.accessLogProject = request.accessLogProject;
this.accessLogServiceEnabled = request.accessLogServiceEnabled;
this.accessLogServiceHost = request.accessLogServiceHost;
this.accessLogServicePort = request.accessLogServicePort;
this.accessLogSidecarEnabled = request.accessLogSidecarEnabled;
this.accessLogSidecarLifecycle = request.accessLogSidecarLifecycle;
this.auditProject = request.auditProject;
this.autoInjectionPolicyEnabled = request.autoInjectionPolicyEnabled;
this.CRAggregationEnabled = request.CRAggregationEnabled;
this.clusterSpec = request.clusterSpec;
this.cniEnabled = request.cniEnabled;
this.cniExcludeNamespaces = request.cniExcludeNamespaces;
this.concurrency = request.concurrency;
this.configSourceEnabled = request.configSourceEnabled;
this.configSourceNacosID = request.configSourceNacosID;
this.customizedPrometheus = request.customizedPrometheus;
this.customizedZipkin = request.customizedZipkin;
this.DNSProxyingEnabled = request.DNSProxyingEnabled;
this.defaultComponentsScheduleConfig = request.defaultComponentsScheduleConfig;
this.discoverySelectors = request.discoverySelectors;
this.dubboFilterEnabled = request.dubboFilterEnabled;
this.enableAudit = request.enableAudit;
this.enableAutoDiagnosis = request.enableAutoDiagnosis;
this.enableBootstrapXdsAgent = request.enableBootstrapXdsAgent;
this.enableCRHistory = request.enableCRHistory;
this.enableNamespacesByDefault = request.enableNamespacesByDefault;
this.enableSDSServer = request.enableSDSServer;
this.excludeIPRanges = request.excludeIPRanges;
this.excludeInboundPorts = request.excludeInboundPorts;
this.excludeOutboundPorts = request.excludeOutboundPorts;
this.filterGatewayClusterConfig = request.filterGatewayClusterConfig;
this.gatewayAPIEnabled = request.gatewayAPIEnabled;
this.holdApplicationUntilProxyStarts = request.holdApplicationUntilProxyStarts;
this.http10Enabled = request.http10Enabled;
this.includeIPRanges = request.includeIPRanges;
this.includeInboundPorts = request.includeInboundPorts;
this.includeOutboundPorts = request.includeOutboundPorts;
this.integrateKiali = request.integrateKiali;
this.interceptionMode = request.interceptionMode;
this.kialiArmsAuthTokens = request.kialiArmsAuthTokens;
this.kialiEnabled = request.kialiEnabled;
this.kialiServiceAnnotations = request.kialiServiceAnnotations;
this.lifecycle = request.lifecycle;
this.localityLBConf = request.localityLBConf;
this.localityLoadBalancing = request.localityLoadBalancing;
this.logLevel = request.logLevel;
this.MSEEnabled = request.MSEEnabled;
this.multiBufferEnabled = request.multiBufferEnabled;
this.multiBufferPollDelay = request.multiBufferPollDelay;
this.mysqlFilterEnabled = request.mysqlFilterEnabled;
this.NFDEnabled = request.NFDEnabled;
this.NFDLabelPruned = request.NFDLabelPruned;
this.OPAInjectorCPULimit = request.OPAInjectorCPULimit;
this.OPAInjectorCPURequirement = request.OPAInjectorCPURequirement;
this.OPAInjectorMemoryLimit = request.OPAInjectorMemoryLimit;
this.OPAInjectorMemoryRequirement = request.OPAInjectorMemoryRequirement;
this.OPALimitCPU = request.OPALimitCPU;
this.OPALimitMemory = request.OPALimitMemory;
this.OPALogLevel = request.OPALogLevel;
this.OPARequestCPU = request.OPARequestCPU;
this.OPARequestMemory = request.OPARequestMemory;
this.OPAScopeInjected = request.OPAScopeInjected;
this.opaEnabled = request.opaEnabled;
this.openAgentPolicy = request.openAgentPolicy;
this.outboundTrafficPolicy = request.outboundTrafficPolicy;
this.prometheusUrl = request.prometheusUrl;
this.proxyInitCPUResourceLimit = request.proxyInitCPUResourceLimit;
this.proxyInitCPUResourceRequest = request.proxyInitCPUResourceRequest;
this.proxyInitMemoryResourceLimit = request.proxyInitMemoryResourceLimit;
this.proxyInitMemoryResourceRequest = request.proxyInitMemoryResourceRequest;
this.proxyLimitCPU = request.proxyLimitCPU;
this.proxyLimitMemory = request.proxyLimitMemory;
this.proxyRequestCPU = request.proxyRequestCPU;
this.proxyRequestMemory = request.proxyRequestMemory;
this.proxyStatsMatcher = request.proxyStatsMatcher;
this.redisFilterEnabled = request.redisFilterEnabled;
this.serviceMeshId = request.serviceMeshId;
this.sidecarInjectorLimitCPU = request.sidecarInjectorLimitCPU;
this.sidecarInjectorLimitMemory = request.sidecarInjectorLimitMemory;
this.sidecarInjectorRequestCPU = request.sidecarInjectorRequestCPU;
this.sidecarInjectorRequestMemory = request.sidecarInjectorRequestMemory;
this.sidecarInjectorWebhookAsYaml = request.sidecarInjectorWebhookAsYaml;
this.telemetry = request.telemetry;
this.terminationDrainDuration = request.terminationDrainDuration;
this.thriftFilterEnabled = request.thriftFilterEnabled;
this.traceCustomTags = request.traceCustomTags;
this.traceMaxPathTagLength = request.traceMaxPathTagLength;
this.traceSampling = request.traceSampling;
this.tracing = request.tracing;
this.tracingOnExtZipkinLimitCPU = request.tracingOnExtZipkinLimitCPU;
this.tracingOnExtZipkinLimitMemory = request.tracingOnExtZipkinLimitMemory;
this.tracingOnExtZipkinRequestCPU = request.tracingOnExtZipkinRequestCPU;
this.tracingOnExtZipkinRequestMemory = request.tracingOnExtZipkinRequestMemory;
this.webAssemblyFilterEnabled = request.webAssemblyFilterEnabled;
}