in servicemesh-20200111/src/Models/UpdateMeshFeatureRequest.php [1138:1440]
public function toMap()
{
$res = [];
if (null !== $this->accessLogEnabled) {
$res['AccessLogEnabled'] = $this->accessLogEnabled;
}
if (null !== $this->accessLogFile) {
$res['AccessLogFile'] = $this->accessLogFile;
}
if (null !== $this->accessLogFormat) {
$res['AccessLogFormat'] = $this->accessLogFormat;
}
if (null !== $this->accessLogGatewayEnabled) {
$res['AccessLogGatewayEnabled'] = $this->accessLogGatewayEnabled;
}
if (null !== $this->accessLogGatewayLifecycle) {
$res['AccessLogGatewayLifecycle'] = $this->accessLogGatewayLifecycle;
}
if (null !== $this->accessLogProject) {
$res['AccessLogProject'] = $this->accessLogProject;
}
if (null !== $this->accessLogServiceEnabled) {
$res['AccessLogServiceEnabled'] = $this->accessLogServiceEnabled;
}
if (null !== $this->accessLogServiceHost) {
$res['AccessLogServiceHost'] = $this->accessLogServiceHost;
}
if (null !== $this->accessLogServicePort) {
$res['AccessLogServicePort'] = $this->accessLogServicePort;
}
if (null !== $this->accessLogSidecarEnabled) {
$res['AccessLogSidecarEnabled'] = $this->accessLogSidecarEnabled;
}
if (null !== $this->accessLogSidecarLifecycle) {
$res['AccessLogSidecarLifecycle'] = $this->accessLogSidecarLifecycle;
}
if (null !== $this->auditProject) {
$res['AuditProject'] = $this->auditProject;
}
if (null !== $this->autoInjectionPolicyEnabled) {
$res['AutoInjectionPolicyEnabled'] = $this->autoInjectionPolicyEnabled;
}
if (null !== $this->CRAggregationEnabled) {
$res['CRAggregationEnabled'] = $this->CRAggregationEnabled;
}
if (null !== $this->clusterSpec) {
$res['ClusterSpec'] = $this->clusterSpec;
}
if (null !== $this->cniEnabled) {
$res['CniEnabled'] = $this->cniEnabled;
}
if (null !== $this->cniExcludeNamespaces) {
$res['CniExcludeNamespaces'] = $this->cniExcludeNamespaces;
}
if (null !== $this->concurrency) {
$res['Concurrency'] = $this->concurrency;
}
if (null !== $this->configSourceEnabled) {
$res['ConfigSourceEnabled'] = $this->configSourceEnabled;
}
if (null !== $this->configSourceNacosID) {
$res['ConfigSourceNacosID'] = $this->configSourceNacosID;
}
if (null !== $this->customizedPrometheus) {
$res['CustomizedPrometheus'] = $this->customizedPrometheus;
}
if (null !== $this->customizedZipkin) {
$res['CustomizedZipkin'] = $this->customizedZipkin;
}
if (null !== $this->DNSProxyingEnabled) {
$res['DNSProxyingEnabled'] = $this->DNSProxyingEnabled;
}
if (null !== $this->defaultComponentsScheduleConfig) {
$res['DefaultComponentsScheduleConfig'] = $this->defaultComponentsScheduleConfig;
}
if (null !== $this->discoverySelectors) {
$res['DiscoverySelectors'] = $this->discoverySelectors;
}
if (null !== $this->dubboFilterEnabled) {
$res['DubboFilterEnabled'] = $this->dubboFilterEnabled;
}
if (null !== $this->enableAudit) {
$res['EnableAudit'] = $this->enableAudit;
}
if (null !== $this->enableAutoDiagnosis) {
$res['EnableAutoDiagnosis'] = $this->enableAutoDiagnosis;
}
if (null !== $this->enableBootstrapXdsAgent) {
$res['EnableBootstrapXdsAgent'] = $this->enableBootstrapXdsAgent;
}
if (null !== $this->enableCRHistory) {
$res['EnableCRHistory'] = $this->enableCRHistory;
}
if (null !== $this->enableNamespacesByDefault) {
$res['EnableNamespacesByDefault'] = $this->enableNamespacesByDefault;
}
if (null !== $this->enableSDSServer) {
$res['EnableSDSServer'] = $this->enableSDSServer;
}
if (null !== $this->excludeIPRanges) {
$res['ExcludeIPRanges'] = $this->excludeIPRanges;
}
if (null !== $this->excludeInboundPorts) {
$res['ExcludeInboundPorts'] = $this->excludeInboundPorts;
}
if (null !== $this->excludeOutboundPorts) {
$res['ExcludeOutboundPorts'] = $this->excludeOutboundPorts;
}
if (null !== $this->filterGatewayClusterConfig) {
$res['FilterGatewayClusterConfig'] = $this->filterGatewayClusterConfig;
}
if (null !== $this->gatewayAPIEnabled) {
$res['GatewayAPIEnabled'] = $this->gatewayAPIEnabled;
}
if (null !== $this->holdApplicationUntilProxyStarts) {
$res['HoldApplicationUntilProxyStarts'] = $this->holdApplicationUntilProxyStarts;
}
if (null !== $this->http10Enabled) {
$res['Http10Enabled'] = $this->http10Enabled;
}
if (null !== $this->includeIPRanges) {
$res['IncludeIPRanges'] = $this->includeIPRanges;
}
if (null !== $this->includeInboundPorts) {
$res['IncludeInboundPorts'] = $this->includeInboundPorts;
}
if (null !== $this->includeOutboundPorts) {
$res['IncludeOutboundPorts'] = $this->includeOutboundPorts;
}
if (null !== $this->integrateKiali) {
$res['IntegrateKiali'] = $this->integrateKiali;
}
if (null !== $this->interceptionMode) {
$res['InterceptionMode'] = $this->interceptionMode;
}
if (null !== $this->kialiArmsAuthTokens) {
$res['KialiArmsAuthTokens'] = $this->kialiArmsAuthTokens;
}
if (null !== $this->kialiEnabled) {
$res['KialiEnabled'] = $this->kialiEnabled;
}
if (null !== $this->kialiServiceAnnotations) {
$res['KialiServiceAnnotations'] = $this->kialiServiceAnnotations;
}
if (null !== $this->lifecycle) {
$res['Lifecycle'] = $this->lifecycle;
}
if (null !== $this->localityLBConf) {
$res['LocalityLBConf'] = $this->localityLBConf;
}
if (null !== $this->localityLoadBalancing) {
$res['LocalityLoadBalancing'] = $this->localityLoadBalancing;
}
if (null !== $this->logLevel) {
$res['LogLevel'] = $this->logLevel;
}
if (null !== $this->MSEEnabled) {
$res['MSEEnabled'] = $this->MSEEnabled;
}
if (null !== $this->multiBufferEnabled) {
$res['MultiBufferEnabled'] = $this->multiBufferEnabled;
}
if (null !== $this->multiBufferPollDelay) {
$res['MultiBufferPollDelay'] = $this->multiBufferPollDelay;
}
if (null !== $this->mysqlFilterEnabled) {
$res['MysqlFilterEnabled'] = $this->mysqlFilterEnabled;
}
if (null !== $this->NFDEnabled) {
$res['NFDEnabled'] = $this->NFDEnabled;
}
if (null !== $this->NFDLabelPruned) {
$res['NFDLabelPruned'] = $this->NFDLabelPruned;
}
if (null !== $this->OPAInjectorCPULimit) {
$res['OPAInjectorCPULimit'] = $this->OPAInjectorCPULimit;
}
if (null !== $this->OPAInjectorCPURequirement) {
$res['OPAInjectorCPURequirement'] = $this->OPAInjectorCPURequirement;
}
if (null !== $this->OPAInjectorMemoryLimit) {
$res['OPAInjectorMemoryLimit'] = $this->OPAInjectorMemoryLimit;
}
if (null !== $this->OPAInjectorMemoryRequirement) {
$res['OPAInjectorMemoryRequirement'] = $this->OPAInjectorMemoryRequirement;
}
if (null !== $this->OPALimitCPU) {
$res['OPALimitCPU'] = $this->OPALimitCPU;
}
if (null !== $this->OPALimitMemory) {
$res['OPALimitMemory'] = $this->OPALimitMemory;
}
if (null !== $this->OPALogLevel) {
$res['OPALogLevel'] = $this->OPALogLevel;
}
if (null !== $this->OPARequestCPU) {
$res['OPARequestCPU'] = $this->OPARequestCPU;
}
if (null !== $this->OPARequestMemory) {
$res['OPARequestMemory'] = $this->OPARequestMemory;
}
if (null !== $this->OPAScopeInjected) {
$res['OPAScopeInjected'] = $this->OPAScopeInjected;
}
if (null !== $this->opaEnabled) {
$res['OpaEnabled'] = $this->opaEnabled;
}
if (null !== $this->openAgentPolicy) {
$res['OpenAgentPolicy'] = $this->openAgentPolicy;
}
if (null !== $this->outboundTrafficPolicy) {
$res['OutboundTrafficPolicy'] = $this->outboundTrafficPolicy;
}
if (null !== $this->prometheusUrl) {
$res['PrometheusUrl'] = $this->prometheusUrl;
}
if (null !== $this->proxyInitCPUResourceLimit) {
$res['ProxyInitCPUResourceLimit'] = $this->proxyInitCPUResourceLimit;
}
if (null !== $this->proxyInitCPUResourceRequest) {
$res['ProxyInitCPUResourceRequest'] = $this->proxyInitCPUResourceRequest;
}
if (null !== $this->proxyInitMemoryResourceLimit) {
$res['ProxyInitMemoryResourceLimit'] = $this->proxyInitMemoryResourceLimit;
}
if (null !== $this->proxyInitMemoryResourceRequest) {
$res['ProxyInitMemoryResourceRequest'] = $this->proxyInitMemoryResourceRequest;
}
if (null !== $this->proxyLimitCPU) {
$res['ProxyLimitCPU'] = $this->proxyLimitCPU;
}
if (null !== $this->proxyLimitMemory) {
$res['ProxyLimitMemory'] = $this->proxyLimitMemory;
}
if (null !== $this->proxyRequestCPU) {
$res['ProxyRequestCPU'] = $this->proxyRequestCPU;
}
if (null !== $this->proxyRequestMemory) {
$res['ProxyRequestMemory'] = $this->proxyRequestMemory;
}
if (null !== $this->proxyStatsMatcher) {
$res['ProxyStatsMatcher'] = $this->proxyStatsMatcher;
}
if (null !== $this->redisFilterEnabled) {
$res['RedisFilterEnabled'] = $this->redisFilterEnabled;
}
if (null !== $this->serviceMeshId) {
$res['ServiceMeshId'] = $this->serviceMeshId;
}
if (null !== $this->sidecarInjectorLimitCPU) {
$res['SidecarInjectorLimitCPU'] = $this->sidecarInjectorLimitCPU;
}
if (null !== $this->sidecarInjectorLimitMemory) {
$res['SidecarInjectorLimitMemory'] = $this->sidecarInjectorLimitMemory;
}
if (null !== $this->sidecarInjectorRequestCPU) {
$res['SidecarInjectorRequestCPU'] = $this->sidecarInjectorRequestCPU;
}
if (null !== $this->sidecarInjectorRequestMemory) {
$res['SidecarInjectorRequestMemory'] = $this->sidecarInjectorRequestMemory;
}
if (null !== $this->sidecarInjectorWebhookAsYaml) {
$res['SidecarInjectorWebhookAsYaml'] = $this->sidecarInjectorWebhookAsYaml;
}
if (null !== $this->telemetry) {
$res['Telemetry'] = $this->telemetry;
}
if (null !== $this->terminationDrainDuration) {
$res['TerminationDrainDuration'] = $this->terminationDrainDuration;
}
if (null !== $this->thriftFilterEnabled) {
$res['ThriftFilterEnabled'] = $this->thriftFilterEnabled;
}
if (null !== $this->traceCustomTags) {
$res['TraceCustomTags'] = $this->traceCustomTags;
}
if (null !== $this->traceMaxPathTagLength) {
$res['TraceMaxPathTagLength'] = $this->traceMaxPathTagLength;
}
if (null !== $this->traceSampling) {
$res['TraceSampling'] = $this->traceSampling;
}
if (null !== $this->tracing) {
$res['Tracing'] = $this->tracing;
}
if (null !== $this->tracingOnExtZipkinLimitCPU) {
$res['TracingOnExtZipkinLimitCPU'] = $this->tracingOnExtZipkinLimitCPU;
}
if (null !== $this->tracingOnExtZipkinLimitMemory) {
$res['TracingOnExtZipkinLimitMemory'] = $this->tracingOnExtZipkinLimitMemory;
}
if (null !== $this->tracingOnExtZipkinRequestCPU) {
$res['TracingOnExtZipkinRequestCPU'] = $this->tracingOnExtZipkinRequestCPU;
}
if (null !== $this->tracingOnExtZipkinRequestMemory) {
$res['TracingOnExtZipkinRequestMemory'] = $this->tracingOnExtZipkinRequestMemory;
}
if (null !== $this->webAssemblyFilterEnabled) {
$res['WebAssemblyFilterEnabled'] = $this->webAssemblyFilterEnabled;
}
return $res;
}