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